diff options
Diffstat (limited to 'community/mplayer2/PKGBUILD')
-rw-r--r-- | community/mplayer2/PKGBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index 0570b3162..dba41dccd 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80198 2012-11-17 14:50:42Z bpiotrowski $ +# $Id: PKGBUILD 81010 2012-12-09 18:03:32Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Martin Panter <vadmium+aur@gmail.com> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> pkgname=mplayer2 -pkgver=20120729 -pkgrel=2 +pkgver=20121128 +pkgrel=1 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer project' arch=('i686' 'x86_64') license=('GPL') @@ -20,19 +20,12 @@ backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') provides=('mplayer') conflicts=('mplayer') options=(!emptydirs) -source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz - mplayer2-20120729-fix-vf_lavc-compilation.patch - mplayer2-20120729-libquvi-support.patch) -md5sums=('53a266106f4c0dd687af3f807727812c' - 'b1e9188001d31b066488aa35401b62bc' - 'd5a23b19d1f84399526bd0dd9bae0e90') +source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('696adb2503b2202fe39de6c98b573cd6') build() { cd $srcdir/$pkgname-$pkgver - patch -Np1 -i $srcdir/mplayer2-20120729-libquvi-support.patch - patch -Np1 -i $srcdir/mplayer2-20120729-fix-vf_lavc-compilation.patch - sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop find -type f -exec sed -e 's/python3/python/' -i {} \; |