Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108909 Details for
Bug 164322
x11-libs/qt-embedded-3.3.4 - can't compile anything w/ current ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch updated for qt-embedded-3.3.7.ebuild
qt-embedded-3.3.7.ebuild.patch (text/plain), 2.66 KB, created by
a thing
on 2007-02-02 04:43:20 UTC
(
hide
)
Description:
patch updated for qt-embedded-3.3.7.ebuild
Filename:
MIME Type:
Creator:
a thing
Created:
2007-02-02 04:43:20 UTC
Size:
2.66 KB
patch
obsolete
>--- /usr/portage/x11-libs/qt-embedded/qt-embedded-3.3.7.ebuild 2007-02-01 13:00:04.000000000 +0000 >+++ qt-embedded-3.3.7.ebuild 2007-02-02 03:55:37.000000000 +0000 >@@ -9,11 +9,11 @@ > > SLOT="3" > KEYWORDS="~x86 ~amd64 ~ppc" >-IUSE="cups debug doc firebird gif ipv6 mysql nis odbc opengl postgres sqlite" >+IUSE="cups debug doc firebird gif jpeg mng png ipv6 mysql nis odbc opengl postgres sqlite" > >-DEPEND="media-libs/libpng >- media-libs/jpeg >- media-libs/libmng >+DEPEND="png? ( media-libs/libpng ) >+ jpeg? ( media-libs/jpeg ) >+ mng? ( media-libs/libmng ) > media-libs/lcms > sys-libs/zlib > cups? ( net-print/cups ) >@@ -64,6 +64,9 @@ > src_compile() { > addwrite "${QTBASE}/etc/settings" > >+ use png && myconf="${myconf} -plugin-imgfmt-png -system-libpng" || myconf="${myconf} -no-imgfmt-png" >+ use mng && myconf="${myconf} -plugin-imgfmt-mng -system-libmng" || myconf="${myconf} -no-imgfmt-mng" >+ use jpeg && myconf="${myconf} -plugin-imgfmt-jpeg -system-libjpeg" || myconf="${myconf}" > use gif && myconf="${myconf} -qt-gif" || myconf="${myconf} -no-gif" > use cups && myconf="${myconf} -cups" || myconf="${myconf} -no-cups" > use nis && myconf="${myconf} -nis" || myconf="${myconf} -no-nis" >@@ -75,17 +78,16 @@ > use sqlite && myconf="${myconf} -plugin-sql-sqlite" || myconf="${myconf} -no-sql-sqlite" > use debug && myconf="${myconf} -debug" || myconf="${myconf} -release -no-g++-exceptions" > >- ./configure ${myconf} -shared -depths 8,16,24,32 -system-zlib -thread -stl \ >- -freetype -qvfb -plugin-imgfmt-{jpeg,mng,png} -system-lib{jpeg,mng,png} \ >- -prefix ${QTBASE} -platform ${PLATFORM} -xplatform ${XPLATFORM} \ >- -embedded -no-sql-odbc || die >+ ./configure ${myconf} -depths 8,16,24,32 -system-zlib -thread -qvfb -prefix ${QTBASE} || die > > export LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" > > cd ${S} && emake symlinks src-qmake src-moc sub-src || die "make failed" > >- # the designer is not compiled when using -embedded, but we need the uic >+ # tools needed for compiling things with Qt Embedded > cd ${S}/tools/designer/uic && emake || die "making uic failed" >+ cd ${S}/tools/linguist/lrelease && emake || die "making lrelease failed" >+ cd ${S}/tools/linguist/lupdate && emake || die "making lupdate failed" > > cd ${S} && emake sub-tools || die "making tools failed" > >@@ -97,6 +99,11 @@ > src_install() { > INSTALL_ROOT=${D} emake install > >+ # tools needed for compiling things with Qt Embedded >+ cd ${S}/tools/designer/uic && INSTALL_ROOT=${D} emake install >+ cd ${S}/tools/linguist/lrelease && INSTALL_ROOT=${D} emake install >+ cd ${S}/tools/linguist/lupdate && INSTALL_ROOT=${D} emake install >+ > # fix .prl files > find ${D}/${QTBASE}/lib* -name "*.prl" -exec sed -i -e "s:${S}:${QTBASE}:g" {} \; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164322
:
108423
|
108424
| 108909