[arch-commits] Commit in mpv/repos (10 files)

Christian Hesse eworm at archlinux.org
Sun May 17 17:59:44 UTC 2015


    Date: Sunday, May 17, 2015 @ 19:59:43
  Author: eworm
Revision: 133670

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mpv/repos/community-i686/PKGBUILD
    (from rev 133669, mpv/trunk/PKGBUILD)
  mpv/repos/community-i686/mpv.install
    (from rev 133669, mpv/trunk/mpv.install)
  mpv/repos/community-x86_64/PKGBUILD
    (from rev 133669, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/mpv.install
    (from rev 133669, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-i686/0001-mpv-lua52.patch
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-i686/mpv.install
  mpv/repos/community-x86_64/0001-mpv-lua52.patch
  mpv/repos/community-x86_64/PKGBUILD
  mpv/repos/community-x86_64/mpv.install

---------------------------------------+
 /PKGBUILD                             |  110 ++++++++++++++++++++++++++++++++
 /mpv.install                          |   24 ++++++
 community-i686/0001-mpv-lua52.patch   |   13 ---
 community-i686/PKGBUILD               |   55 ----------------
 community-i686/mpv.install            |   12 ---
 community-x86_64/0001-mpv-lua52.patch |   13 ---
 community-x86_64/PKGBUILD             |   55 ----------------
 community-x86_64/mpv.install          |   12 ---
 8 files changed, 134 insertions(+), 160 deletions(-)

Deleted: community-i686/0001-mpv-lua52.patch
===================================================================
--- community-i686/0001-mpv-lua52.patch	2015-05-17 17:56:09 UTC (rev 133669)
+++ community-i686/0001-mpv-lua52.patch	2015-05-17 17:59:43 UTC (rev 133670)
@@ -1,13 +0,0 @@
-diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
-index 97c65e3..de38fc5 100644
---- a/waftools/checks/custom.py
-+++ b/waftools/checks/custom.py
-@@ -54,7 +54,7 @@ def check_lua(ctx, dependency_identifier):
-         ( '51',     'lua >= 5.1.0 lua < 5.2.0'),
-         ( '51deb',  'lua5.1 >= 5.1.0'), # debian
-         ( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
--        ( '52',     'lua >= 5.2.0 lua < 5.3.0' ),
-+        ( '52',     'lua52 >= 5.2.0 lua52 < 5.3.0' ),
-         ( '52deb',  'lua5.2 >= 5.2.0'), # debian
-         ( '52fbsd', 'lua-5.2 >= 5.2.0'), # FreeBSD
-         ( 'luajit', 'luajit >= 2.0.0' ),

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-17 17:56:09 UTC (rev 133669)
+++ community-i686/PKGBUILD	2015-05-17 17:59:43 UTC (rev 133670)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
-  '0001-mpv-lua52.patch')
-md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
-  'cb4fdc39561bf11fefd2b93769c91fec')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 < $srcdir/0001-mpv-lua52.patch
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
-    --confdir=/etc/mpv \
-    --enable-zsh-comp \
-    --enable-libmpv-shared \
-    --enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-    "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-    "$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 133669, mpv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-17 17:59:43 UTC (rev 133670)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
+  '0001-mpv-lua52.patch::https://github.com/mpv-player/mpv/commit/5b085fd8b172648a03244d6546d130144b7870bf.patch')
+md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
+  '56f2444e5ea3ec8f975bc3d623e03ae1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 < $srcdir/0001-mpv-lua52.patch
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+    --confdir=/etc/mpv \
+    --enable-zsh-comp \
+    --enable-libmpv-shared \
+    --enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+    "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+    "$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===================================================================
--- community-i686/mpv.install	2015-05-17 17:56:09 UTC (rev 133669)
+++ community-i686/mpv.install	2015-05-17 17:59:43 UTC (rev 133670)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 133669, mpv/trunk/mpv.install)
===================================================================
--- community-i686/mpv.install	                        (rev 0)
+++ community-i686/mpv.install	2015-05-17 17:59:43 UTC (rev 133670)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/0001-mpv-lua52.patch
===================================================================
--- community-x86_64/0001-mpv-lua52.patch	2015-05-17 17:56:09 UTC (rev 133669)
+++ community-x86_64/0001-mpv-lua52.patch	2015-05-17 17:59:43 UTC (rev 133670)
@@ -1,13 +0,0 @@
-diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
-index 97c65e3..de38fc5 100644
---- a/waftools/checks/custom.py
-+++ b/waftools/checks/custom.py
-@@ -54,7 +54,7 @@ def check_lua(ctx, dependency_identifier):
-         ( '51',     'lua >= 5.1.0 lua < 5.2.0'),
-         ( '51deb',  'lua5.1 >= 5.1.0'), # debian
-         ( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
--        ( '52',     'lua >= 5.2.0 lua < 5.3.0' ),
-+        ( '52',     'lua52 >= 5.2.0 lua52 < 5.3.0' ),
-         ( '52deb',  'lua5.2 >= 5.2.0'), # debian
-         ( '52fbsd', 'lua-5.2 >= 5.2.0'), # FreeBSD
-         ( 'luajit', 'luajit >= 2.0.0' ),

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-17 17:56:09 UTC (rev 133669)
+++ community-x86_64/PKGBUILD	2015-05-17 17:59:43 UTC (rev 133670)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
-  '0001-mpv-lua52.patch')
-md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
-  'cb4fdc39561bf11fefd2b93769c91fec')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 < $srcdir/0001-mpv-lua52.patch
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
-    --confdir=/etc/mpv \
-    --enable-zsh-comp \
-    --enable-libmpv-shared \
-    --enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-    "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-    "$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-x86_64/PKGBUILD (from rev 133669, mpv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-17 17:59:43 UTC (rev 133670)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
+  '0001-mpv-lua52.patch::https://github.com/mpv-player/mpv/commit/5b085fd8b172648a03244d6546d130144b7870bf.patch')
+md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5'
+  '56f2444e5ea3ec8f975bc3d623e03ae1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 < $srcdir/0001-mpv-lua52.patch
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+    --confdir=/etc/mpv \
+    --enable-zsh-comp \
+    --enable-libmpv-shared \
+    --enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+    "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+    "$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-x86_64/mpv.install
===================================================================
--- community-x86_64/mpv.install	2015-05-17 17:56:09 UTC (rev 133669)
+++ community-x86_64/mpv.install	2015-05-17 17:59:43 UTC (rev 133670)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-x86_64/mpv.install (from rev 133669, mpv/trunk/mpv.install)
===================================================================
--- community-x86_64/mpv.install	                        (rev 0)
+++ community-x86_64/mpv.install	2015-05-17 17:59:43 UTC (rev 133670)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list