Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186098 Details for
Bug 263591
[ebuild request] media-video/vdpinfo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
experimental ebuild
vdpinfo-0.0.5.ebuild (text/plain), 971 bytes, created by
Dennis Schridde
on 2009-03-24 14:04:43 UTC
(
hide
)
Description:
experimental ebuild
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2009-03-24 14:04:43 UTC
Size:
971 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils > >DESCRIPTION="Query and display NVIDIA VDPAU capabilities" >HOMEPAGE="http://www.cs.rug.nl/~wladimir/${PN}" >SRC_URI="http://www.cs.rug.nl/~wladimir/${PN}/${P}.tar.gz" > ># !!!Someone knowing about licenses should have a look at this!!! >LICENSE="" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >IUSE="" > >DEPEND="x11-libs/libX11 > || ( > >=x11-drivers/nvidia-drivers-180 > )" ># Using || so other drivers supporting VDPAU can easily be added ># (maybe x11-drivers/xf86-video-nouveau or x11-drivers/xf86-video-radeonhd in the future) >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}" > >src_prepare() { > sed -i \ > -e 's/^LDFLAGS=/LDFLAGS:=${LDFLAGS} /' \ > -e 's/^CXXFLAGS=.*$/CXXFLAGS:=${CXXFLAGS}/' \ > Makefile > # We could als run functions.py here, to regenerate VDPDeviceImpl.h >} > >src_configure() { > true # Do nothing >} > >src_install() { > dobin vdpinfo >}
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 263591
:
186097
| 186098