Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 480088 Details for
Bug 623608
media-gfx/opencsg-1.4.0 can be used with qt5, but ebuild is limited to qt4 only
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
opencsg-1.4.0-r1.ebuild
opencsg-1.4.0-r100.ebuild (text/plain), 1.04 KB, created by
maurerpe
on 2017-07-03 00:42:21 UTC
(
hide
)
Description:
opencsg-1.4.0-r1.ebuild
Filename:
MIME Type:
Creator:
maurerpe
Created:
2017-07-03 00:42:21 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit qmake-utils > >MY_P="OpenCSG-${PV}" >DESCRIPTION="The Constructive Solid Geometry rendering library" >HOMEPAGE="http://www.opencsg.org" >SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="qt4 qt5" > >COMMON_DEPEND="media-libs/glew:0 > qt5? ( dev-qt/qtcore:5 ) > qt4? ( dev-qt/qtcore:4 )" >DEPEND="${COMMON_DEPEND}" >RDEPEND="${COMMON_DEPEND}" > >REQUIRED_USE="^^ ( qt4 qt5 )" > >S="${WORKDIR}/${MY_P}/src" > >src_prepare() { > default > > # removes duplicated headers > rm -r ../glew || die "failed to remove bundled glew" > > sed -i -e 's:^INSTALLDIR.*:INSTALLDIR = /usr:' src.pro \ > || die 'failed to fix INSTALLDIR in src.pro' > > sed -i -e "s:^target.path.*:target.path = \$\$INSTALLDIR/$(get_libdir):" \ > src.pro \ > || die 'failed to fix target.path in src.pro' >} > >src_configure() { > if use qt5; then > eqmake5 src.pro > else > eqmake4 src.pro > fi >} > >src_install() { > emake INSTALL_ROOT="${D}" 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 Raw
Actions:
View
Attachments on
bug 623608
:
480086
| 480088