Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 414247

Summary: media-plugins/vdr-vcd fails on compile against >=vdr-1.7.27
Product: Gentoo Linux Reporter: Joerg Bornkessel (RETIRED) <hd_brummy>
Component: [OLD] UnspecifiedAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.heiligenmann.de/vdr/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 414177    
Attachments: Patch that makes media-plugins/vdr-vcd-0.9 compile again against >=vdr-1.7.27
Patch that makes media-plugins/vdr-vcd-0.9 use xgettext

Description Joerg Bornkessel (RETIRED) gentoo-dev 2012-05-01 15:02:18 UTC
Plugin is not converted to xgettext handling,
plugin use the obselet i18n language handling
fails on compile against >=vdr-1.7.27
need fixing by upstream

plugin will removed after upstream timeout ( 2 weeks ) pmasked for removel

Reproducible: Always

not maintained, dead on upstream since 2008

Reproducible: Always
Comment 1 Erich Seifert 2012-10-28 15:45:02 UTC
Created attachment 327598 [details, diff]
Patch that makes media-plugins/vdr-vcd-0.9 compile again against >=vdr-1.7.27

Here's a small patch I also posted on vdr-portal.de. It makes media-plugins/vdr-vlc-0.9 compile again against >=media-video/vdr-1.7.27 by removing all i18n handling. The downside of this is of course that users won't get tranlated texts anymore.
Comment 2 Erich Seifert 2012-10-30 13:12:16 UTC
Created attachment 327776 [details, diff]
Patch that makes media-plugins/vdr-vcd-0.9 use xgettext

New patch that maintains translations and uses xgettext.
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2012-11-02 19:18:05 UTC
removed empty translations from .diff
added to maintree

Erich,
thanks for your support :)