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

Jan Steffens heftig at nymeria.archlinux.org
Mon Sep 30 23:17:26 UTC 2013


    Date: Tuesday, October 1, 2013 @ 01:17:26
  Author: heftig
Revision: 97898

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

Added:
  mpv/repos/community-testing-i686/
  mpv/repos/community-testing-i686/PKGBUILD
    (from rev 97897, mpv/trunk/PKGBUILD)
  mpv/repos/community-testing-x86_64/
  mpv/repos/community-testing-x86_64/PKGBUILD
    (from rev 97897, mpv/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   50 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   50 ++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 97897, mpv/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-09-30 23:17:26 UTC (rev 97898)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.1.7
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva')
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --confdir=/etc/mpv \
+    --disable-lircc \
+    --disable-joystick \
+    --disable-radio \
+    --disable-radio-capture \
+    --disable-radio-v4l2 \
+    --disable-rpath \
+    --disable-libbs2b \
+    --disable-direct3d \
+    --disable-corevideo \
+    --disable-cocoa \
+    --disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+    "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+    "$pkgdir"/usr/share/doc/mpv
+  install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
+}

Copied: mpv/repos/community-testing-x86_64/PKGBUILD (from rev 97897, mpv/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-09-30 23:17:26 UTC (rev 97898)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.1.7
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva')
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+    --confdir=/etc/mpv \
+    --disable-lircc \
+    --disable-joystick \
+    --disable-radio \
+    --disable-radio-capture \
+    --disable-radio-v4l2 \
+    --disable-rpath \
+    --disable-libbs2b \
+    --disable-direct3d \
+    --disable-corevideo \
+    --disable-cocoa \
+    --disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+    "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+    "$pkgdir"/usr/share/doc/mpv
+  install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
+}




More information about the arch-commits mailing list