Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 589508 Details for
Bug 693246
media-libs/virglrenderer-0.8.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
virglrender-0.8.0.ebuild
virglrenderer-0.8.0.ebuild (text/plain), 1.08 KB, created by
Francesco Riosa
on 2019-09-09 12:40:10 UTC
(
hide
)
Description:
virglrender-0.8.0.ebuild
Filename:
MIME Type:
Creator:
Francesco Riosa
Created:
2019-09-09 12:40:10 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI="7" > >inherit autotools eutils > >if [[ ${PV} == "9999" ]] ; then > EGIT_REPO_URI="https://anongit.freedesktop.org/git/virglrenderer.git" > inherit git-r3 >else > SRC_URI="https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/0.8.0/virglrenderer-0.8.0.tar.gz" > KEYWORDS="amd64 ~arm64 ~x86" >fi > >DESCRIPTION="library used implement a virtual 3D GPU used by qemu" >HOMEPAGE="https://virgil3d.github.io/" > >LICENSE="MIT" >SLOT="0" >IUSE="+gbm static-libs test" > >RDEPEND=">=x11-libs/libdrm-2.4.50 > media-libs/libepoxy > media-libs/mesa[gbm?]" ># We need autoconf-archive for @CODE_COVERAGE_RULES@. #568624 >DEPEND="${RDEPEND} > sys-devel/autoconf-archive > >=x11-misc/util-macros-1.8 > test? ( >=dev-libs/check-0.9.4 )" > >S=${WORKDIR}/${PN}-${P} > >src_prepare() { > default > [[ -e configure ]] || eautoreconf >} > >src_configure() { > econf \ > $(use_enable gbm gbm-allocation) \ > $(use_enable static-libs static) \ > $(use_enable test tests) >} > >src_install() { > default > find "${ED}"/usr -name 'lib*.la' -delete >}
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 693246
:
588612
| 589508