Date: Wednesday, April 29, 2015 @ 12:15:00 Author: eworm Revision: 132504
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 132503, mpv/trunk/PKGBUILD) mpv/repos/community-testing-i686/mpv.install (from rev 132503, mpv/trunk/mpv.install) mpv/repos/community-testing-x86_64/ mpv/repos/community-testing-x86_64/PKGBUILD (from rev 132503, mpv/trunk/PKGBUILD) mpv/repos/community-testing-x86_64/mpv.install (from rev 132503, mpv/trunk/mpv.install) --------------------------------------+ community-testing-i686/PKGBUILD | 51 +++++++++++++++++++++++++++++++++ community-testing-i686/mpv.install | 12 +++++++ community-testing-x86_64/PKGBUILD | 51 +++++++++++++++++++++++++++++++++ community-testing-x86_64/mpv.install | 12 +++++++ 4 files changed, 126 insertions(+) Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 132503, mpv/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-04-29 10:15:00 UTC (rev 132504) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Eivind Uggedal <eiv...@uggedal.com> + +pkgname=mpv +pkgver=0.9.1 +pkgrel=1 +pkgdesc='Video player based on MPlayer/mplayer2' +arch=('i686' 'x86_64') +license=('GPL') +url='http://mpv.io' +depends=( + 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess' + 'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' + 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' '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) +md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5') + +prepare() { + cd $pkgname-$pkgver + ./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-testing-i686/mpv.install (from rev 132503, mpv/trunk/mpv.install) =================================================================== --- community-testing-i686/mpv.install (rev 0) +++ community-testing-i686/mpv.install 2015-04-29 10:15:00 UTC (rev 132504) @@ -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 +} Copied: mpv/repos/community-testing-x86_64/PKGBUILD (from rev 132503, mpv/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-04-29 10:15:00 UTC (rev 132504) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Eivind Uggedal <eiv...@uggedal.com> + +pkgname=mpv +pkgver=0.9.1 +pkgrel=1 +pkgdesc='Video player based on MPlayer/mplayer2' +arch=('i686' 'x86_64') +license=('GPL') +url='http://mpv.io' +depends=( + 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess' + 'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' + 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' '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) +md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5') + +prepare() { + cd $pkgname-$pkgver + ./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-testing-x86_64/mpv.install (from rev 132503, mpv/trunk/mpv.install) =================================================================== --- community-testing-x86_64/mpv.install (rev 0) +++ community-testing-x86_64/mpv.install 2015-04-29 10:15:00 UTC (rev 132504) @@ -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 +}