Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318555 - media-sound/sound-juicer-2.28.2 : intltoolize broken file
Summary: media-sound/sound-juicer-2.28.2 : intltoolize broken file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-05 09:47 UTC by Jeremy Guitton
Modified: 2010-05-05 17:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Guitton 2010-05-05 09:47:18 UTC
media-sound/sound-juicer-2.28.2 should have the workaround for intltoolize broken file in src_prepare(), else, if LINGUAS is set, the locales are not installed.

src_prepare() {
    gnome2_src_prepare

    # Fix intltoolize broken file, see upstream #577133
    sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
}

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2010-05-05 17:39:17 UTC
Ups! I didn't noticed that sound-juicer was en english :-S

Thanks a lot for reporting. Just fixed

  05 May 2010; Pacho Ramos <pacho@gentoo.org> sound-juicer-2.28.2-r1.ebuild:
  amd64 stable, bug #314899

*sound-juicer-2.28.2-r1 (05 May 2010)

  05 May 2010; Pacho Ramos <pacho@gentoo.org> -sound-juicer-2.28.1.ebuild,
  -sound-juicer-2.28.2.ebuild, +sound-juicer-2.28.2-r1.ebuild:
  Revision bump to fix translation due broken intltoolize file (bug #318555,
  thanks a lot to Jeremy Guitton for reporting the problem). Remove old
  testing and broken versions.