summaryrefslogtreecommitdiff
path: root/community/mplayer2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-10 02:17:21 -0800
committerroot <root@rshg054.dnsready.net>2012-12-10 02:17:21 -0800
commit4aef0a374e20e36cf2bf6e779d93789d9a5791ae (patch)
tree128c3bb7fc58f4c17529f71e2e6cbb4c06026a5f /community/mplayer2
parent9e5276831865e251c8d74a830da4908eab65cbb3 (diff)
Mon Dec 10 02:14:35 PST 2012
Diffstat (limited to 'community/mplayer2')
-rw-r--r--community/mplayer2/PKGBUILD17
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 {} \;