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

Bug 439970

Summary: media-plugins/vdr-ffnetdev-0.1.0 not converted to xgettext handling
Product: Gentoo Linux Reporter: Erich Seifert <eseifert>
Component: New packagesAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal CC: media-tv
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 414177    
Attachments: Patch that makes media-plugins/vdr-ffnetdev-0.1.0 compile again against >=vdr-1.7.27
Patch that makes media-plugins/vdr-ffnetdev-0.1.0 use xgettext

Description Erich Seifert 2012-10-28 15:52:49 UTC
Plugin is not converted to xgettext handling,
plugin uses the obselete i18n language handling
fails on compile against >=vdr-1.7.27

Reproducible: Always
Comment 1 Erich Seifert 2012-10-28 15:55:38 UTC
Created attachment 327600 [details, diff]
Patch that makes media-plugins/vdr-ffnetdev-0.1.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-ffnetdev-0.1.0 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 translated texts anymore.
Comment 2 Erich Seifert 2012-10-30 13:41:00 UTC
Created attachment 327778 [details, diff]
Patch that makes media-plugins/vdr-ffnetdev-0.1.0 use xgettext

New patch that maintains translations and uses xgettext.
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2012-10-31 18:47:43 UTC
fixed in ffnetdev-0.1.2

your xgettext patch has to be rewritten
in this case i removed all empty translation
(only de_DE was available and translated)

anyway, Erich, thanks for your work and support