mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mplayer2 to 20130309-2
This commit is contained in:
parent
43f9758515
commit
697d85252e
1 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=mplayer2
|
||||
pkgver=20130309
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer project'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -28,11 +28,14 @@ options=(!emptydirs)
|
|||
source=(ftp://mirrors.kernel.org/archlinux/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343')
|
||||
|
||||
build() {
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
|
||||
find -type f -exec sed -e 's/python3/python/' -i {} \;
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr --confdir=/etc/mplayer \
|
||||
--enable-translation --language=all \
|
||||
|
|
Loading…
Reference in a new issue