mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mplayer2 to 20120517-4
This commit is contained in:
parent
cd4c180e47
commit
2fc1dab496
1 changed files with 7 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
# $Id: PKGBUILD 73479 2012-07-08 09:30:47Z ibiru $
|
||||
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||
# Contributor: Martin Panter <vadmium+aur@gmail.com>
|
||||
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
|
||||
|
@ -5,11 +6,9 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed --enable-runtime-cpudetection - not supported on ARM
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=mplayer2
|
||||
pkgver=20120517
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc="An advanced general-purpose media player. A fork of the original MPlayer project"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -29,18 +28,17 @@ md5sums=('814cc9545937e13796df1d4747c3c5d0')
|
|||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
|
||||
sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
|
||||
|
||||
./configure --prefix=/usr \
|
||||
./configure --prefix=/usr --confdir=/etc/mplayer \
|
||||
--enable-translation --language=all \
|
||||
--enable-joystick \
|
||||
--disable-speex \
|
||||
--disable-openal \
|
||||
--disable-libdv \
|
||||
--disable-musepack \
|
||||
--disable-mga \
|
||||
--language=all \
|
||||
--enable-translation \
|
||||
--confdir=/etc/mplayer
|
||||
--disable-mga
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue