mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mplayer2 to 20120517-1
This commit is contained in:
parent
e792a79fa3
commit
7b8d9c604a
1 changed files with 3 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=mplayer2
|
||||
pkgver=20120414
|
||||
pkgrel=4
|
||||
pkgver=20120517
|
||||
pkgrel=1
|
||||
pkgdesc="An advanced general-purpose media player. A fork of the original MPlayer project"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -25,18 +25,16 @@ provides=('mplayer')
|
|||
conflicts=('mplayer')
|
||||
options=(!emptydirs)
|
||||
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
md5sums=('95d981808cbfa66ad238f6c044f4f746')
|
||||
md5sums=('814cc9545937e13796df1d4747c3c5d0')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-arts \
|
||||
--disable-speex \
|
||||
--disable-openal \
|
||||
--disable-libdv \
|
||||
--disable-musepack \
|
||||
--disable-esd \
|
||||
--disable-mga \
|
||||
--language=all \
|
||||
--enable-translation \
|
||||
|
|
Loading…
Reference in a new issue