diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-24 23:08:55 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-24 23:08:55 (GMT) |
commit | e79c3ed3d749a3da9724c353343647297fa07eba (patch) | |
tree | 893e7a14214fd684ec5d517dec51c88c8e6c94cb | |
parent | 440efd1ac969044b0b908d18063d9c4825ee0048 (diff) | |
download | linhes_pkgbuild-e79c3ed3d749a3da9724c353343647297fa07eba.zip linhes_pkgbuild-e79c3ed3d749a3da9724c353343647297fa07eba.tar.gz linhes_pkgbuild-e79c3ed3d749a3da9724c353343647297fa07eba.tar.bz2 |
wxgtk,gpac: bump to rebuild for libjpeg
-rwxr-xr-x | abs/extra-testing/gpac/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra-testing/wxgtk/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra-testing/gpac/PKGBUILD b/abs/extra-testing/gpac/PKGBUILD index c610ae6..04ce3cc 100755 --- a/abs/extra-testing/gpac/PKGBUILD +++ b/abs/extra-testing/gpac/PKGBUILD @@ -4,12 +4,12 @@ pkgname=gpac pkgver=0.4.5 -pkgrel=3 +pkgrel=4 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" arch=('i686' 'x86_64') url="http://gpac.sourceforge.net" depends=('libxml2' 'wxgtk' 'alsa-lib' 'sdl' 'spidermonkey' 'libmad' \ - 'faad2' 'xvidcore' 'ffmpeg' 'freeglut') + 'faad2' 'xvidcore' 'ffmpeg' 'freeglut' 'libjpeg') license=('LGPL') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('755e8c438a48ebdb13525dd491f5b0d1') diff --git a/abs/extra-testing/wxgtk/PKGBUILD b/abs/extra-testing/wxgtk/PKGBUILD index dd0f344..d98ac43 100644 --- a/abs/extra-testing/wxgtk/PKGBUILD +++ b/abs/extra-testing/wxgtk/PKGBUILD @@ -6,12 +6,12 @@ pkgname=wxgtk pkgver=2.8.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="wxGTK - GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" license=('custom:wxWindows') -depends=('gtk2>=2.12.11' 'mesa') +depends=('gtk2>=2.12.11' 'mesa' 'libjpeg') #makedepends=('libgnomeprintui') #source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2) source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2) |