Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408395 - media-tv/xbmc checks for vdpau are borked
Summary: media-tv/xbmc checks for vdpau are borked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 409651
  Show dependency tree
 
Reported: 2012-03-15 18:27 UTC by Tomáš Chvátal (RETIRED)
Modified: 2012-03-29 16:20 UTC (History)
0 users

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


Attachments
xbmc-9999-no-vdpau.patch (xbmc-9999-no-vdpau.patch,788 bytes, patch)
2012-03-20 09:51 UTC, Tomáš Chvátal (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-15 18:27:56 UTC
That thing check some internal functions that should not be exported whether it supports the vdpau or not.

Simple removal of the check should make it work as we check the vdpau support via use deps.
Comment 1 SpanKY gentoo-dev 2012-03-19 00:11:03 UTC
these reports really belong in the upstream trac

http://trac.xbmc.org/
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-19 11:02:00 UTC
Yeah, I already seen the reports on forums.

They close it as wontfix: use internal api.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-20 09:51:40 UTC
Created attachment 305949 [details, diff]
xbmc-9999-no-vdpau.patch

I wrote this simple removal of the check as the vdpau availability should be simply handled by the usedep in gentoo so we don't really need the check.

Is it ok for commit?
Comment 4 SpanKY gentoo-dev 2012-03-23 04:59:17 UTC
might be easier to add to the ebuild:
# Disable internal ffmpeg symbol checking as our DEPEND took care of it.
export ac_cv_lib_avcodec_ff_vdpau_vc1_decode_picture=yes
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-23 09:57:52 UTC
Right that should work too, and also has the bonus that it wont get fuzzy if they change the configure.ac.

So please go ahead.
Comment 6 SpanKY gentoo-dev 2012-03-29 16:20:07 UTC
i've added the variable export then

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.106&r2=1.107