diff options
Diffstat (limited to 'libre/mplayer/PKGBUILD')
-rw-r--r-- | libre/mplayer/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/mplayer/PKGBUILD b/libre/mplayer/PKGBUILD index a9780385e..76f74a62f 100644 --- a/libre/mplayer/PKGBUILD +++ b/libre/mplayer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 250583 2015-11-10 20:56:30Z foutrelis $ +# $Id: PKGBUILD 258706 2016-01-30 18:20:43Z bpiotrowski $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor (Arch): Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor (Arch): Hugo Doria <hugo@archlinux.org> @@ -8,7 +8,7 @@ pkgbase=mplayer pkgname=('mplayer' 'mencoder') pkgver=37379 -pkgrel=6.parabola2 +pkgrel=7.parabola1 arch=('i686' 'x86_64' 'armv7h') makedepends=( 'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' @@ -23,7 +23,7 @@ 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.6.2.tar.bz2 + http://ffmpeg.org/releases/ffmpeg-2.6.7.tar.bz2 mplayer.desktop cdio-includes.patch include-samba-4.0.patch @@ -31,7 +31,7 @@ source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver revert-icl-fixes.patch 37386.patch) md5sums=('SKIP' - 'e75d598921285d6775f20164a91936ac' + '7521d6f70c5c54107572c501f77a6cd7' '62f44a58f072b2b1a3c3d3e4976d64b3' '7b5be7191aafbea64218dc4916343bbc' '868a92bdef148df7f38bfa992b26ce9d' @@ -93,7 +93,7 @@ build() { } package_mplayer() { - pkgdesc='Media player for GNU/Linux, without nonfree faac support and using of UnRAR executable disabled' + pkgdesc='Media player for GNU/Linux, without using of UnRAR executable and nonfree faac support' install=mplayer.install backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') depends=( @@ -122,7 +122,7 @@ package_mplayer() { } package_mencoder() { - pkgdesc='Free command line video decoding, encoding and filtering tool, without nonfree faac support and using of UnRAR executable disabled' + pkgdesc='Free command line video decoding, encoding and filtering tool, without using of UnRAR executable and nonfree faac support' depends=( 'enca' 'a52dec' 'libvpx' 'libx264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' |