[arch-commits] Commit in mpv/repos/community-x86_64 (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Mar 12 10:30:37 UTC 2014


    Date: Wednesday, March 12, 2014 @ 11:30:37
  Author: bpiotrowski
Revision: 107065

archrelease: copy trunk to community-x86_64

Added:
  mpv/repos/community-x86_64/PKGBUILD
    (from rev 107064, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/mpv.install
    (from rev 107064, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-x86_64/PKGBUILD
  mpv/repos/community-x86_64/mpv.install

-------------+
 PKGBUILD    |   92 ++++++++++++++++++++++++++--------------------------------
 mpv.install |   24 +++++++--------
 2 files changed, 54 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-12 10:30:29 UTC (rev 107064)
+++ PKGBUILD	2014-03-12 10:30:37 UTC (rev 107065)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-         'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
-         'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
-         'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-        )
-makedepends=('mesa' 'python-docutils' 'waf')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('b3fdd3e70d6e53a14c3b1881343d2aca')
-
-build() {
-  cd $pkgname-$pkgver
-
-  waf configure --prefix=/usr \
-    --confdir=/etc/mpv \
-    --enable-joystick \
-    --enable-wayland \
-    --disable-radio \
-    --disable-radio-capture \
-    --disable-radio-v4l2 \
-    --disable-libbs2b \
-    --disable-direct3d \
-    --disable-corevideo \
-    --disable-cocoa \
-    --disable-coreaudio
-  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 107064, mpv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-12 10:30:37 UTC (rev 107065)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf' 'ladspa')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('11a8bb5f10056b7cc0dbedd38fe6e581')
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+    --confdir=/etc/mpv \
+    --enable-joystick
+
+  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: mpv.install
===================================================================
--- mpv.install	2014-03-12 10:30:29 UTC (rev 107064)
+++ mpv.install	2014-03-12 10:30:37 UTC (rev 107065)
@@ -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 107064, mpv/trunk/mpv.install)
===================================================================
--- mpv.install	                        (rev 0)
+++ mpv.install	2014-03-12 10:30:37 UTC (rev 107065)
@@ -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