summaryrefslogtreecommitdiff
path: root/libre/mplayer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/mplayer/PKGBUILD')
-rw-r--r--libre/mplayer/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/libre/mplayer/PKGBUILD b/libre/mplayer/PKGBUILD
index db6568196..75cfcb808 100644
--- a/libre/mplayer/PKGBUILD
+++ b/libre/mplayer/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 228921 2015-01-11 13:56:51Z bpiotrowski $
+# $Id: PKGBUILD 233115 2015-03-09 09:21:23Z bpiotrowski $
# Maintainer (Arch): Ionut Biru <ibiru@archlinux.org>
# Maintainer (Arch): Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor (Arch): Hugo Doria <hugo@archlinux.org>
@@ -7,13 +7,13 @@
pkgbase=mplayer
pkgname=('mplayer' 'mencoder')
-pkgver=37353
+pkgver=37379
pkgrel=1.parabola1
arch=('i686' 'x86_64' 'mips64el')
makedepends=(
'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
- 'faad2' 'lirc-utils' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
+ 'faad2' 'lirc' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264' 'rtmpdump' 'gnutls'
@@ -23,13 +23,13 @@ license=('GPL')
url='http://www.mplayerhq.hu/'
options=('!buildflags' '!emptydirs')
source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
- http://ffmpeg.org/releases/ffmpeg-2.5.3.tar.bz2
+ http://ffmpeg.org/releases/ffmpeg-2.6.tar.bz2
mplayer.desktop
cdio-includes.patch
include-samba-4.0.patch
revert-icl-fixes.patch)
md5sums=('SKIP'
- 'efba7c5cfbea9ce58ff693cd08f90ffa'
+ '5bf6097833a3fea6a9e51b0a456c6922'
'62f44a58f072b2b1a3c3d3e4976d64b3'
'7b5be7191aafbea64218dc4916343bbc'
'868a92bdef148df7f38bfa992b26ce9d'
@@ -66,7 +66,7 @@ build() {
--disable-esd \
--disable-mga \
--disable-ass-internal \
- --disable-faac \
+ --enable-faac-lavc \
--disable-cdparanoia \
--enable-xvmc \
--enable-radio \
@@ -80,12 +80,12 @@ build() {
}
package_mplayer() {
- pkgdesc='Media player for GNU/Linux, without nonfree faac support'
+ pkgdesc='Media player for GNU/Linux, with native FFmpeg AAC encoder support'
install=mplayer.install
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
depends=(
'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
- 'lirc-utils' 'libx264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
+ 'lirc' 'libx264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
'fribidi' 'libjpeg' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
@@ -109,7 +109,7 @@ package_mplayer() {
}
package_mencoder() {
- pkgdesc='Free command line video decoding, encoding and filtering tool, without nonfree faac support'
+ pkgdesc='Free command line video decoding, encoding and filtering tool, with native FFmpeg AAC encoder support'
depends=(
'enca' 'a52dec' 'libvpx' 'libx264' 'libmng' 'libdca' 'bzip2' 'lame'
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore'