/[gentoo-x86]/x11-libs/qt-svg/qt-svg-4.8.3.ebuild
Gentoo

Contents of /x11-libs/qt-svg/qt-svg-4.8.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sat Dec 29 13:49:19 2012 UTC (4 months, 3 weeks ago) by kensington
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
Remove old.

(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.3.ebuild,v 1.2 2012/09/16 04:48:47 yngwin Exp $
4
5 EAPI=4
6
7 inherit qt4-build
8
9 DESCRIPTION="The SVG module for the Qt toolkit"
10 SLOT="4"
11 if [[ ${QT4_BUILD_TYPE} == live ]]; then
12 KEYWORDS=""
13 else
14 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
15 fi
16 IUSE="+accessibility"
17
18 DEPEND="
19 sys-libs/zlib
20 ~x11-libs/qt-core-${PV}[aqua=,debug=]
21 ~x11-libs/qt-gui-${PV}[accessibility=,aqua=,debug=]
22 "
23 RDEPEND="${DEPEND}"
24
25 pkg_setup() {
26 QT4_TARGET_DIRECTORIES="
27 src/svg
28 src/plugins/imageformats/svg
29 src/plugins/iconengines/svgiconengine"
30
31 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
32 include/QtSvg
33 include/Qt
34 include/QtGui
35 include/QtCore
36 include/QtXml
37 src/corelib
38 src/gui
39 src/plugins
40 src/xml
41 src/3rdparty"
42
43 QCONFIG_ADD="svg"
44 QCONFIG_DEFINE="QT_SVG"
45
46 qt4-build_pkg_setup
47 }
48
49 src_configure() {
50 myconf+="
51 -svg
52 $(qt_use accessibility)
53 -no-xkb -no-xrender
54 -no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm
55 -no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
56 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
57 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
58 -no-fontconfig -no-glib -no-gtkstyle"
59
60 qt4-build_src_configure
61 }

  ViewVC Help
Powered by ViewVC 1.1.13