Date: Monday, November 15, 2010 @ 16:53:38 Author: eric Revision: 99629
upgpkg: wxgtk 2.8.11-2 Added missing libxxf86vm depends (close FS#21699), Removed ChangeLog Modified: wxgtk/trunk/PKGBUILD Deleted: wxgtk/trunk/ChangeLog -----------+ ChangeLog | 56 -------------------------------------------------------- PKGBUILD | 5 ++--- 2 files changed, 2 insertions(+), 59 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-11-15 21:36:57 UTC (rev 99628) +++ ChangeLog 2010-11-15 21:53:38 UTC (rev 99629) @@ -1,56 +0,0 @@ -2010-09-22 Eric Belanger <[email protected]> - - * Removed ccache makedepends - * PKGBUILD cleanup - -2010-05-08 Eric Belanger <[email protected]> - - * wxgtk 2.8.11-1 - * Upstream update - * Removed old patches - -2010-05-01 Ionut Biru <[email protected]> - - * wxgtk 2.8.10.1-7 - * use system libpng,libjpeg,libtiff (close FS#19216) - -2009-10-20 Eric Belanger <[email protected]> - - * wxgtk 2.8.10.1-5 - * Added mediactrl support (close FS#15377) - * Added glib2 build patch - * Improved description - -2009-07-11 Eric Belanger <[email protected]> - - * wxgtk 2.8.10.1-4 - * Added security fix (close FS#15469) - -2009-05-21 Eric Belanger <[email protected]> - - * wxgtk 2.8.10.1-1 - * Upstream update - -2009-05-05 Eric Belanger <[email protected]> - - * wxgtk 2.8.10-1 - * Upstream update - -2009-03-06 Eric Belanger <[email protected]> - - * wxgtk 2.8.9.2-1 - * Upstream update - * Switched to wxpython source tarball - -2008-09-26 Eric Belanger <[email protected]> - - * wxgtk 2.8.9-1 - * Upstream update - * Added mediactrl support (close FS#11220) - -2008-07-05 Eric Belanger <[email protected]> - - * wxgtk 2.8.8-1 - * Upstream update - * Enabled gnomeprint - needed for wxpython to build - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-15 21:36:57 UTC (rev 99628) +++ PKGBUILD 2010-11-15 21:53:38 UTC (rev 99629) @@ -3,14 +3,13 @@ pkgname=wxgtk pkgver=2.8.11 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" license=('custom:wxWindows') -depends=('gtk2' 'gstreamer0.10-base' 'libgl') +depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm') makedepends=('libgnomeprintui' 'gstreamer0.10-base-plugins' 'gconf' 'mesa') -changelog=ChangeLog #source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2) source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2) md5sums=('6040933d200037f90f6aa1c5169e7ec6')
