summaryrefslogtreecommitdiff
path: root/libre/mplayer
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-08 03:11:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-08 19:01:35 -0300
commit7f3f78fdfc91babae69aac14758109cabd39f68b (patch)
treea6c0887fc96413085cb448c5f7e3c954e04b70d8 /libre/mplayer
parent6ad257b71223f2212fb92e80031cf687442ebdd2 (diff)
mplayer-37379-4.parabola2: updating revision
* disable using of UnRAR executable * remove native FFmpeg AAC encoder description because mplayer doesn't support it
Diffstat (limited to 'libre/mplayer')
-rw-r--r--libre/mplayer/PKGBUILD11
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'