diff options
-rw-r--r-- | libre/mplayer/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/mplayer/PKGBUILD b/libre/mplayer/PKGBUILD index 174f436e7..76e7075e9 100644 --- a/libre/mplayer/PKGBUILD +++ b/libre/mplayer/PKGBUILD @@ -8,8 +8,8 @@ pkgbase=mplayer pkgname=('mplayer' 'mencoder') pkgver=37379 -pkgrel=4.parabola1 -arch=('i686' 'x86_64' 'mips64el') +pkgrel=4.parabola2 +arch=('i686' 'x86_64') makedepends=( 'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca' @@ -66,7 +66,8 @@ build() { --disable-esd \ --disable-mga \ --disable-ass-internal \ - --enable-faac-lavc \ + --disable-faac \ + --disable-unrarexec \ --disable-cdparanoia \ --enable-xvmc \ --enable-radio \ @@ -80,7 +81,7 @@ build() { } package_mplayer() { - pkgdesc='Media player for GNU/Linux, with native FFmpeg AAC encoder support' + pkgdesc='Media player for GNU/Linux, without nonfree faac support and using of UnRAR executable disabled' install=mplayer.install backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') depends=( @@ -109,7 +110,7 @@ package_mplayer() { } package_mencoder() { - pkgdesc='Free command line video decoding, encoding and filtering tool, with native FFmpeg AAC encoder support' + pkgdesc='Free command line video decoding, encoding and filtering tool, without nonfree faac support and using of UnRAR executable disabled' depends=( 'enca' 'a52dec' 'libvpx' 'libx264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' |