diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-07 11:34:12 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-07 11:34:12 -0200 |
commit | 1722278e64c39b82b4945b1acaa8f8b99b53a390 (patch) | |
tree | 215d743df4d2d2ccbe17599d2ad1a1c81c71b87e /libre/mplayer-libre/PKGBUILD | |
parent | f29da53c7accc5f7d92b9931fce3ae170461e006 (diff) | |
download | abslibre-1722278e64c39b82b4945b1acaa8f8b99b53a390.tar.gz abslibre-1722278e64c39b82b4945b1acaa8f8b99b53a390.tar.bz2 abslibre-1722278e64c39b82b4945b1acaa8f8b99b53a390.zip |
libre/mplayer-libre
Diffstat (limited to 'libre/mplayer-libre/PKGBUILD')
-rw-r--r-- | libre/mplayer-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/mplayer-libre/PKGBUILD b/libre/mplayer-libre/PKGBUILD index d116e1e01..22142fa75 100644 --- a/libre/mplayer-libre/PKGBUILD +++ b/libre/mplayer-libre/PKGBUILD @@ -9,10 +9,10 @@ _pkgbase=mplayer pkgbase=mplayer-libre pkgname=('mplayer-libre' 'mencoder-libre') pkgver=34799 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' -'aalib' 'jack' 'libcaca' 'x264' 'faad2' 'lirc-utils' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx' 'speex' +'aalib' 'jack' 'libcaca' 'x264' 'faad2' 'lirc-utils' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip-libre' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio') license=('GPL') url="http://www.mplayerhq.hu/" @@ -33,7 +33,7 @@ build() { --disable-gui \ --disable-arts \ --disable-liblzo \ - --enable-speex \ + --disable-speex \ --disable-openal \ --disable-libdv \ --disable-musepack \ @@ -52,7 +52,7 @@ build() { } package_mplayer-libre() { - pkgdesc="A movie player for linux (no unfree faac support)" + pkgdesc="A movie player for GNU/Linux (no unfree faac support)" install=mplayer.install backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig' 'libgl' |