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

Collapse All | Expand All

(-)qt-3.3.4-r8.ebuild.old (-7 / +10 lines)
Lines 17-28 Link Here
17
17
18
SLOT="3"
18
SLOT="3"
19
KEYWORDS="alpha amd64 hppa ia64 mips ppc ~ppc-macos ppc64 sparc x86"
19
KEYWORDS="alpha amd64 hppa ia64 mips ppc ~ppc-macos ppc64 sparc x86"
20
IUSE="cups debug doc examples firebird gif ipv6 mysql nas odbc opengl postgres sqlite xinerama immqt immqt-bc"
20
IUSE="jpeg png mng cups debug doc examples firebird gif ipv6 mysql nas odbc opengl postgres sqlite xinerama immqt immqt-bc"
21
21
22
DEPEND="virtual/x11 virtual/xft
22
DEPEND="virtual/x11 virtual/xft
23
	media-libs/libpng
23
        png? ( media-libs/libpng )
24
	media-libs/jpeg
24
	jpeg? ( media-libs/jpeg )
25
	media-libs/libmng
25
	mng? ( media-libs/libmng )
26
	>=media-libs/freetype-2
26
	>=media-libs/freetype-2
27
	nas? ( >=media-libs/nas-1.5 )
27
	nas? ( >=media-libs/nas-1.5 )
28
	mysql? ( dev-db/mysql )
28
	mysql? ( dev-db/mysql )
Lines 155-160 Link Here
155
	use immqt-bc	&& myconf="${myconf} -inputmethod"
155
	use immqt-bc	&& myconf="${myconf} -inputmethod"
156
	use immqt	&& myconf="${myconf} -inputmethod -inputmethod-ext"
156
	use immqt	&& myconf="${myconf} -inputmethod -inputmethod-ext"
157
157
158
	use jpeg	&& myconf="${myconf} -qt-imgfmt-jpeg -system-libjpeg"  || myconf="${myconf} -no-imgfmt-jpeg"
159
	use png		&& myconf="${myconf} -qt-imgfmt-png  -system-libpng"   || myconf="${myconf} -no-imgfmt-png"
160
	use mng		&& myconf="${myconf} -qt-imgfmt-mng  -system-libmng"   || myconf="${myconf} -no-imgfmt-mng"
161
158
	if use ppc-macos ; then
162
	if use ppc-macos ; then
159
		myconf="${myconf} -no-sql-ibase -no-sql-mysql -no-sql-psql -no-cups -lresolv -shared"
163
		myconf="${myconf} -no-sql-ibase -no-sql-mysql -no-sql-psql -no-cups -lresolv -shared"
160
		myconf="${myconf} -I/usr/X11R6/include -L/usr/X11R6/lib"
164
		myconf="${myconf} -I/usr/X11R6/include -L/usr/X11R6/lib"
Lines 164-172 Link Here
164
168
165
	export YACC='byacc -d'
169
	export YACC='byacc -d'
166
170
167
	./configure -sm -thread -stl -system-libjpeg -verbose -largefile \
171
	./configure -sm -thread -stl -verbose -largefile \
168
		-qt-imgfmt-{jpeg,mng,png} -tablet -system-libmng \
172
		-tablet -xft -platform ${PLATFORM} -xplatform \
169
		-system-libpng -xft -platform ${PLATFORM} -xplatform \
170
		${PLATFORM} -xrender -prefix ${QTBASE} -libdir ${QTBASE}/$(get_libdir) \
173
		${PLATFORM} -xrender -prefix ${QTBASE} -libdir ${QTBASE}/$(get_libdir) \
171
		-fast -no-sql-odbc ${myconf} -dlopen-opengl || die
174
		-fast -no-sql-odbc ${myconf} -dlopen-opengl || die
172
175

Return to bug 111735