Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 379056 Details for
Bug 513350
app-benchmarks/voglperf - Benchmarking tool for Linux OpenGL games
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
voglperf-9999.ebuild
file_513350.txt (text/plain), 779 bytes, created by
C. Wijtmans
on 2014-06-16 18:57:50 UTC
(
hide
)
Description:
voglperf-9999.ebuild
Filename:
MIME Type:
Creator:
C. Wijtmans
Created:
2014-06-16 18:57:50 UTC
Size:
779 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" >SLOT="0" > >inherit git-2 multilib > >EGIT_REPO_URI="https://github.com/ValveSoftware/voglperf.git" >MULTILIB_COMPAT=( abi_x86_{32,64} ) > >DESCRIPTION="Benchmarking tool for Linux OpenGL games" >HOMEPAGE="github.com/ValveSoftware/voglperf" >SRC_URI="" > >KEYWORDS="~amd64 ~x86" >IUSE="+abi_x86_32 +abi_x86_64" > >src_compile() { > use abi_x86_32 && make voglperf32 > use abi_x86_64 && make voglperf64 >} > >src_install() { > if use abi_x86_32; then > dobin bin/voglperfrun32 > dobin bin/libvoglperf32.so > fi > if use abi_x86_64; then > dobin bin/voglperfrun64 > dobin bin/libvoglperf64.so > fi >}
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 513350
:
378950
|
378952
|
378954
|
379056
|
379086
|
379092