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

Bug 424269

Summary: media-plugins/vdr-clock 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://vdr.aistleitner.info (dead)
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 414177    
Attachments: Patch that makes media-plugins/vdr-clock-1.0.0 compile again against >=vdr-1.7.27
Patch that makes media-plugins/vdr-clock-1.0.0 use xgettext
Patch that makes media-plugins/vdr-clock-1.0.0 use xgettext

Description Joerg Bornkessel (RETIRED) gentoo-dev 2012-06-30 19:59:57 UTC
Plugin is not converted to xgettext handling,
plugin use the obselet i18n language handling
fails on compile against >=vdr-1.7.27

dead on upstream ~2008

Reproducible: Always
Comment 1 Erich Seifert 2012-10-28 15:42:29 UTC
Created attachment 327596 [details, diff]
Patch that makes media-plugins/vdr-clock-1.0.0 compile again against >=vdr-1.7.27

Here's a small patch I also posted on vdr-portal.de. It makes media-plugins/vdr-clock-1.0.0 to 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 11:44:35 UTC
Created attachment 327768 [details, diff]
Patch that makes media-plugins/vdr-clock-1.0.0 use xgettext

New patch that maintains translations and uses xgettext.
Comment 3 Erich Seifert 2012-10-30 12:36:57 UTC
Created attachment 327772 [details, diff]
Patch that makes media-plugins/vdr-clock-1.0.0 use xgettext

Fixed some German translations from the previous patch.
Comment 4 Joerg Bornkessel (RETIRED) gentoo-dev 2012-11-02 18:34:32 UTC
removed empty translations in .diff

added to maintree,

Erich,
thanks for your support...