Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108424 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 for qt-embedded-3.3.4.ebuild
qt-embedded-3.3.4.ebuild.patch (text/plain), 1.98 KB, created by
a thing
on 2007-01-28 22:07:40 UTC
(
hide
)
Description:
patch for qt-embedded-3.3.4.ebuild
Filename:
MIME Type:
Creator:
a thing
Created:
2007-01-28 22:07:40 UTC
Size:
1.98 KB
patch
obsolete
>1c1 >< # Copyright 1999-2005 Gentoo Foundation >--- >> # Copyright 1999-2006 Gentoo Foundation >3c3 >< # $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 $ >--- >> # $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 $ >12c12 >< IUSE="cups debug doc firebird gif jpeg mng png ipv6 mysql nis odbc opengl postgres sqlite" >--- >> IUSE="cups debug doc firebird gif ipv6 mysql nis odbc opengl postgres sqlite" >14,16c14,16 >< DEPEND="png? ( media-libs/libpng ) >< jpeg? ( media-libs/jpeg ) >< mng? ( media-libs/libmng ) >--- >> DEPEND="media-libs/libpng >> media-libs/jpeg >> media-libs/libmng >22c22 >< mysql? ( dev-db/mysql ) >--- >> mysql? ( virtual/mysql ) >67,69d66 >< 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} -no-imgfmt-jpeg" >82c79,82 >< ./configure ${myconf} -depths 8,16,24,32 -system-zlib -thread -qvfb -prefix ${QTBASE} || die >--- >> ./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 || die >88c88 >< # tools needed for compiling things with Qt Embedded >--- >> # the designer is not compiled when using -embedded, but we need the uic >90,91d89 >< cd ${S}/tools/linguist/lrelease && emake || die "making lrelease failed" >< cd ${S}/tools/linguist/lupdate && emake || die "making lupdate failed" >103,107d100 >< # 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 ><
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