summaryrefslogtreecommitdiff
path: root/community/mplayer2
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-04 10:41:31 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-04 10:41:31 +0200
commitb796bed39624486a348d1cb2881c5a1e88f84954 (patch)
tree74f89104c89a9440733cc08bfde1c17efe2bd3db /community/mplayer2
parent589a2311981a3552f48d4c9001be0cb5a06563a9 (diff)
parentf8ac5d4703080cc87ba2fe36f68df745d3a5f62f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/kphotoalbum/PKGBUILD community-testing/libextractor/PKGBUILD community/mplayer2/PKGBUILD community/preload/PKGBUILD community/python2-pymongo/PKGBUILD extra/virtuoso/PKGBUILD testing/calligra/PKGBUILD testing/hugin/PKGBUILD testing/kdebase-runtime/PKGBUILD testing/kdegraphics-gwenview/PKGBUILD testing/kdepim-runtime/PKGBUILD testing/libkexiv2/PKGBUILD
Diffstat (limited to 'community/mplayer2')
-rw-r--r--community/mplayer2/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD
index 72db058fe..5fca87a8a 100644
--- a/community/mplayer2/PKGBUILD
+++ b/community/mplayer2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 73479 2012-07-08 09:30:47Z ibiru $
+# $Id: PKGBUILD 74686 2012-08-02 07:31:37Z 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=20120517
-pkgrel=4
+pkgver=20120729
+pkgrel=1
pkgdesc="An advanced general-purpose media player. A fork of the original MPlayer project"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -18,19 +18,20 @@ depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 'ffmp
if [ "$CARCH" != "mips64el" ]; then
depends+=('libgl' 'libvdpau' 'lirc-utils')
fi
-makedepends=('mesa' 'unzip')
+makedepends=('mesa' 'unzip' 'python')
[ "$CARCH" != "mips64el" ] && makedepends+=('yasm')
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)
-md5sums=('814cc9545937e13796df1d4747c3c5d0')
+md5sums=('53a266106f4c0dd687af3f807727812c')
build() {
cd "${srcdir}"/$pkgname-$pkgver
sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
+ find -type f -exec sed -e 's/python3/python/' -i {} \;
case $CARCH in
mips64el) ;;