summaryrefslogtreecommitdiff
path: root/community/mplayer2
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-10 18:30:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-10 18:30:22 +0100
commit422ddbe135468a35d04170922ea3d25d18246aca (patch)
tree39b4d1c3999a4d3a24331974af195f58ede88e29 /community/mplayer2
parent9c9dcb7ee95f321e5a4243792500f059231722cb (diff)
parent4aef0a374e20e36cf2bf6e779d93789d9a5791ae (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chicken/PKGBUILD community/sqliteman/PKGBUILD extra/exo/PKGBUILD extra/pyqt/PKGBUILD extra/sip/PKGBUILD extra/tumbler/PKGBUILD extra/xorg-server/PKGBUILD
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 34065c2e8..5a1236e10 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' 'mips64el')
license=('GPL')
@@ -24,19 +24,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 {} \;