Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916554 Details for
Bug 948123
media-libs/quesoglc-9999-r1 new ebuild with python3 patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[New ebuild] media-libs/quesoglc/quesoglc-9999.ebuild
quesoglc-9999.ebuild (text/plain), 1.29 KB, created by
Jon Daniel
on 2025-01-14 23:27:29 UTC
(
hide
)
Description:
[New ebuild] media-libs/quesoglc/quesoglc-9999.ebuild
Filename:
MIME Type:
Creator:
Jon Daniel
Created:
2025-01-14 23:27:29 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2024 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >PYTHON_COMPAT=( python3_{10..13} pypy3 ) > >if [[ ${PV} == *9999 ]] ; then > EGIT_REPO_URI="git://git.code.sf.net/p/quesoglc/code" > inherit autotools git-r3 >else > KEYWORDS="amd64 ppc sparc x86" > SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-free.tar.bz2" >fi > >inherit flag-o-matic python-any-r1 multilib-minimal > >DESCRIPTION="Free implementation of the OpenGL Character Renderer (GLC)" >HOMEPAGE="https://quesoglc.sourceforge.net/" > >LICENSE="LGPL-2.1+" >SLOT="0" >IUSE="fribidi glew doc" >RESTRICT="network-sandbox" > >RDEPEND=" > media-libs/fontconfig > media-libs/freetype:2 > virtual/glu > virtual/opengl > fribidi? ( > dev-libs/fribidi > ) > glew? ( > media-libs/glew > )" >DEPEND="${RDEPEND}" >BDEPEND=" > virtual/pkgconfig > doc? ( > app-text/doxygen > dev-texlive/texlive-latexextra > virtual/latex-base > )" > >PATCHES=( > "${FILESDIR}"/${P}-python3.patch >) > >src_prepare() { > default > ./autogen.sh >} > >multilib_src_configure() { > local myeconfargs=( > --with-fribidi=$(usex fribidi) > --with-glew="$(usex glew)" > ) > econf "${myeconfargs[@]}" >} > >multilib_src_compile() { > emake all $(usev doc) >} > >multilib_src_install_all() { > default > > use doc && dodoc -r docs/html > find "${ED}" -name '*.la' -delete || die >} >
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 948123
:
916549
|
916550
|
916553
|
916554
|
916555
|
916556
|
916557
|
916558
|
916561
|
916564
|
916565
|
916566
|
916583
|
916584
|
916585
|
916612