Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282171 - =media-plugins/vdr-xineliboutput-1.0.4_p20090820 snapshot bump
Summary: =media-plugins/vdr-xineliboutput-1.0.4_p20090820 snapshot bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 07:35 UTC by Samuli Suominen (RETIRED)
Modified: 2009-08-26 10:48 UTC (History)
0 users

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


Attachments
Ebuild patch against current snapshot. (vdr-xineliboutput-1.0.4_p20090820.ebuild.patch,800 bytes, patch)
2009-08-21 07:37 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2009-08-21 07:35:21 UTC
My friend e-mailed me to create a new vdr-xineliboutput ebuild since the current snapshot is bad (problems showing HD picture from Finnish YLE channels). A more
new CVS snapshot works.

Attaching a patch.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-08-21 07:37:37 UTC
Created attachment 201846 [details, diff]
Ebuild patch against current snapshot.

Added a dummy src_configure() { :; } to prevent econf from running since the ebuild is using EAPI=2 and it dies on it. Removed the compile patch and changed SRC_URI (pls fix).

Very simple, but working.
Comment 2 Matthias Schwarzott gentoo-dev 2009-08-23 13:14:05 UTC
Here the missing src_configure is not fatal, as the default src_configure does call econf only if ./configure exists.

But I do require a patch to compile against xine-lib. What version of xine-lib do you have to not needing one?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-08-23 14:40:21 UTC
No patch required with,

[ebuild   R   ] media-libs/xine-lib-1.1.16.3-r1  USE="X a52 aac aalib alsa dts dvd flac gtk ipv6 libcaca mad mmap mng modplug musepack nls opengl sdl theora truetype v4l vorbis xcb xv xvmc (-altivec) -arts -directfb -dxr3 -esd -fbcon -gnome -imagemagick -jack -oss -pulseaudio (-real) -samba -speex -vcd (-vidix) (-vis) -wavpack (-win32codecs) -xinerama"

And here it dies on empty src_configure (fatal) with ./configure not knowing meaning of some flags like --prefix=/usr... and it's useless to run it twice
anyway.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-08-26 10:16:38 UTC
*vdr-xineliboutput-1.0.4_p20090820 (26 Aug 2009)

  26 Aug 2009; Matthias Schwarzott <zzam@gentoo.org>
  +vdr-xineliboutput-1.0.4_p20090820.ebuild:
  Added new snapshot. Thanks to ssuominen, Bug #282171.
Comment 5 Matthias Schwarzott gentoo-dev 2009-08-26 10:48:44 UTC
@ssuominen:
Next time just do commit the snapshot if it works. That speeds things up.