Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263591 - [ebuild request] media-video/vdpinfo
Summary: [ebuild request] media-video/vdpinfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.cs.rug.nl/~wladimir/vdpinfo/
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-03-24 12:24 UTC by Dennis Schridde
Modified: 2009-10-23 11:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
experimental ebuild (vdpinfo-0.0.5.ebuild,969 bytes, text/plain)
2009-03-24 13:02 UTC, Dennis Schridde
Details
experimental ebuild (vdpinfo-0.0.5.ebuild,971 bytes, text/plain)
2009-03-24 14:04 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2009-03-24 12:24:29 UTC
vdpinfo is a tool to determine whether the graphics chipset supports VDPAU.

Its usage is described (for example) here:
http://www.fedorawiki.de/index.php/NVIDIA_VDPAU#unterst.C3.BCtzt_meine_Grafikkarte_VC-1 (german)

Translation:
vdpinfo show the decoding capabilities in detail:
# vdpinfo

The output will look like this: 
> Decoder capabilities:
>
> name          level macbs width height
> ------------------------------------
> MPEG1             0  8192  2048  2048
> MPEG2_SIMPLE      3  8192  2048  2048
> MPEG2_MAIN        3  8192  2048  2048
> H264_MAIN        41  8190  2032  2048
> H264_HIGH        41  8190  2032  2048
> VC1_SIMPLE        1  8190  2048  2048
> VC1_MAIN          2  8190  2048  2048
> VC1_ADVANCED      4  8190  2048  2048

Reproducible: Always
Comment 1 Dennis Schridde 2009-03-24 13:02:46 UTC
Created attachment 186097 [details]
experimental ebuild

Adding an experimental ebuild.

Please take a look at the LICENSE variable, since I do not know whether his license is a custom one, or just an unlabelled known license.

Also note that src_prepare() could generate the internally used VDPDeviceImpl.h header by means of functions.py (untested). I choose to not do this, since it seems unnecessary, but it may prove to be necessary on other systems in the future.

I choose to use a || section in DEPEND, even though it is not necessary yet, so everyone can add other drivers supporting VDPAU with ease.
(These may be x11-drivers/xf86-video-nouveau or x11-drivers/xf86-video-radeonhd in the future.)
"Supporting driver" is everyone providing vdpau/vdpau.h and vdpau/vdpau_x11.h.
(So possibly other packages than "drivers", i.e. in case the API definition is included in directly X11.)
Comment 2 Dennis Schridde 2009-03-24 14:04:43 UTC
Created attachment 186098 [details]
experimental ebuild

Fixed comment on DEPEND
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-29 15:40:40 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Dennis Schridde 2009-10-23 10:26:10 UTC
x11-misc/vdpauinfo-0.0.6, which is the successor of vdpinfo-0.0.5, has been merged into the tree.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-10-23 11:18:46 UTC
(In reply to comment #4)
> x11-misc/vdpauinfo-0.0.6, which is the successor of vdpinfo-0.0.5, has been
> merged into the tree.
> 

Thanks. Closing.