diff options
author | 2009-02-11 23:20:12 +0000 | |
---|---|---|
committer | 2009-02-11 23:20:12 +0000 | |
commit | d57a336eabae50ee1667db1650cd4ddd6e8f215b (patch) | |
tree | 2f9ee989a0d4f25366dced6c3273556a63df1596 /x11-libs/qt-svg | |
parent | Qt 4.5.0_rc1 version bump (diff) | |
download | gentoo-2-d57a336eabae50ee1667db1650cd4ddd6e8f215b.tar.gz gentoo-2-d57a336eabae50ee1667db1650cd4ddd6e8f215b.tar.bz2 gentoo-2-d57a336eabae50ee1667db1650cd4ddd6e8f215b.zip |
Qt 4.5.0_rc1 version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-svg')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild | 44 |
2 files changed, 50 insertions, 1 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index edb019f0964f..94864e1e0d76 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.20 2009/02/06 16:28:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.21 2009/02/11 23:20:12 yngwin Exp $ + +*qt-svg-4.5.0_rc1 (11 Feb 2009) + + 11 Feb 2009; Ben de Groot <yngwin@gentoo.org> +qt-svg-4.5.0_rc1.ebuild: + Version bump 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-svg-4.4.2.ebuild: ia64/sparc stable wrt #248038 diff --git a/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild b/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild new file mode 100644 index 000000000000..c42134454778 --- /dev/null +++ b/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 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.5.0_rc1.ebuild,v 1.1 2009/02/11 23:20:12 yngwin Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The SVG module for the Qt toolkit" +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="~x11-libs/qt-gui-${PV}[debug=]" +RDEPEND="${DEPEND}" + +QCONFIG_ADD="svg" +QCONFIG_DEFINE="QT_SVG" +QT4_TARGET_DIRECTORIES=" +src/svg +src/plugins/imageformats/svg +src/plugins/iconengines/svgiconengine" +QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} +include/QtSvg/ +include/Qt/ +include/QtGui/ +include/QtCore/ +include/QtXml/ +src/corelib/ +src/gui/ +src/plugins/ +src/svg/ +src/xml +src/3rdparty" + +src_configure() { + myconf="${myconf} -svg -no-xkb -no-fontconfig -no-xrender -no-xrandr + -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl + -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 + -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue" + qt4-build_src_configure +} |