Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 164322 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-26 / +12 lines)
Line 1 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
--
Line 3 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-embedded/qt-embedded-3.3.4.ebuild,v 1.3 2005/07/09 19:23:10 swegener Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-embedded/qt-embedded-3.3.4.ebuild,v 1.4 2006/11/23 20:11:01 vivo Exp $
4
--
Line 12 Link Here
12
IUSE="cups debug doc firebird gif jpeg mng png ipv6 mysql nis odbc opengl postgres sqlite"
12
IUSE="cups debug doc firebird gif ipv6 mysql nis odbc opengl postgres sqlite"
13
--
Lines 14-16 Link Here
14
DEPEND="png? ( media-libs/libpng )
14
DEPEND="media-libs/libpng
15
	jpeg? ( media-libs/jpeg )
15
	media-libs/jpeg
16
	mng? ( media-libs/libmng )
16
	media-libs/libmng
17
--
Line 22 Link Here
22
	mysql? ( dev-db/mysql )
22
	mysql? ( virtual/mysql )
23
--
Lines 67-69 Link Here
67
	use png && myconf="${myconf} -plugin-imgfmt-png -system-libpng" || myconf="${myconf} -no-imgfmt-png"
68
	use mng && myconf="${myconf} -plugin-imgfmt-mng -system-libmng" || myconf="${myconf} -no-imgfmt-mng"
69
	use jpeg && myconf="${myconf} -plugin-imgfmt-jpeg -system-libjpeg" || myconf="${myconf} -no-imgfmt-jpeg"
Line 82 Link Here
82
	./configure ${myconf} -depths 8,16,24,32 -system-zlib -thread -qvfb -prefix ${QTBASE} || die
79
	./configure ${myconf} -shared -depths 8,16,24,32 -system-zlib -thread -stl \
83
--
80
		-freetype -qvfb -plugin-imgfmt-{jpeg,mng,png} -system-lib{jpeg,mng,png} \
81
		-prefix ${QTBASE} -platform ${PLATFORM} -xplatform ${XPLATFORM} \
82
		-embedded || die
Line 88 Link Here
88
	# tools needed for compiling things with Qt Embedded
88
	# the designer is not compiled when using -embedded, but we need the uic
89
--
Lines 90-91 Link Here
90
	cd ${S}/tools/linguist/lrelease && emake || die "making lrelease failed"
91
	cd ${S}/tools/linguist/lupdate && emake || die "making lupdate failed"
Lines 103-107 Link Here
103
	# tools needed for compiling things with Qt Embedded
104
	cd ${S}/tools/designer/uic && INSTALL_ROOT=${D} emake install
105
	cd ${S}/tools/linguist/lrelease && INSTALL_ROOT=${D} emake install
106
	cd ${S}/tools/linguist/lupdate && INSTALL_ROOT=${D} emake install
107

Return to bug 164322