diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 00:35:21 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 00:35:21 (GMT) |
commit | 94b659d8a1e4bb3f7cbfd774d45e10f4859c5b93 (patch) | |
tree | 6ddbe1901f02823c3f232c8c5200b3976f98c009 | |
parent | e79c3ed3d749a3da9724c353343647297fa07eba (diff) | |
download | linhes_pkgbuild-94b659d8a1e4bb3f7cbfd774d45e10f4859c5b93.zip linhes_pkgbuild-94b659d8a1e4bb3f7cbfd774d45e10f4859c5b93.tar.gz linhes_pkgbuild-94b659d8a1e4bb3f7cbfd774d45e10f4859c5b93.tar.bz2 |
mplayer: someone rebuilt this with the old libjpeg and didnt bump the pkgver
-rw-r--r-- | abs/core-testing/mplayer/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mplayer/PKGBUILD b/abs/core-testing/mplayer/PKGBUILD index a5d2d27..0b670c1 100644 --- a/abs/core-testing/mplayer/PKGBUILD +++ b/abs/core-testing/mplayer/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mplayer -pkgver=29435 +pkgver=29438 pkgrel=1 pkgdesc="Famous multimedia player, dev. version, without its GUI" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL') depends=('libxxf86dga' 'libxv' 'libmad' 'giflib' 'cdparanoia' 'gtk2' 'sdl' 'lame' 'libtheora' 'xvidcore' 'zlib' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'x264>=20090108' 'faac' 'lirc-utils' - 'ttf-dejavu' 'fribidi' 'libmng' 'libxfont') + 'ttf-dejavu' 'fribidi' 'libmng' 'libxfont' 'libjpeg') license=('GPL') makedepends=('libcaca' 'unzip' 'live-media' 'libdca' 'subversion' 'nvidia-utils') |