diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:43:42 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:43:42 +0000 |
commit | a5439ba439fd6a66b6038ef4839c7653d325dc48 (patch) | |
tree | 94bdcba6795f0e470cbbbba4df2dc236b2866c34 /x11-libs | |
parent | Version bump qt-sql to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser. (diff) | |
download | historical-a5439ba439fd6a66b6038ef4839c7653d325dc48.tar.gz historical-a5439ba439fd6a66b6038ef4839c7653d325dc48.tar.bz2 historical-a5439ba439fd6a66b6038ef4839c7653d325dc48.zip |
Version bump qt-svg to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.4.0_rc1.ebuild (renamed from x11-libs/qt-svg/qt-svg-4.4.0_beta1.ebuild) | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index 1adface79451..33394cd36767 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.3 2008/03/05 23:28:45 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.4 2008/04/10 13:43:42 ingmar Exp $ + + 10 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -qt-svg-4.4.0_beta1.ebuild, +qt-svg-4.4.0_rc1.ebuild: + Version bump qt-svg to 4.4.0_rc1. Thanks to Bo Andresen and Bernd + Steinhauser. 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-svg-4.4.0_rc1.ebuild: diff --git a/x11-libs/qt-svg/qt-svg-4.4.0_beta1.ebuild b/x11-libs/qt-svg/qt-svg-4.4.0_rc1.ebuild index d1e0b89255dc..c38ba570fc76 100644 --- a/x11-libs/qt-svg/qt-svg-4.4.0_beta1.ebuild +++ b/x11-libs/qt-svg/qt-svg-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.4.0_beta1.ebuild,v 1.1 2008/03/05 23:12:19 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.4.0_rc1.ebuild,v 1.6 2008/04/10 13:43:42 ingmar Exp $ inherit qt4-build @@ -15,6 +15,8 @@ IUSE="" DEPEND="~x11-libs/qt-gui-${PV}" RDEPEND="${DEPEND}" +QCONFIG_ADD="svg" +QCONFIG_DEFINE="QT_SVG" QT4_TARGET_DIRECTORIES=" src/svg src/plugins/imageformats/svg @@ -22,9 +24,9 @@ src/plugins/iconengines/svgiconengine" src_compile() { local myconf - myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr + myconf="${myconf} -svg -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-qdbus -iconv -no-cups -no-nis -no-gif -no-libpng + -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-glib -no-opengl" |