Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168358 - xfce-extra/xfce4-radio-0.2.0 (new ebuild)
Summary: xfce-extra/xfce4-radio-0.2.0 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: XFCE Team
URL: http://goodies.xfce.org/projects/pane...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-02-25 19:08 UTC by Jakub Moc (RETIRED)
Modified: 2007-02-27 18:24 UTC (History)
0 users

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


Attachments
xfce4-radio-0.2.0.ebuild (xfce4-radio-0.2.0.ebuild,493 bytes, text/plain)
2007-02-25 19:08 UTC, Jakub Moc (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-02-25 19:08:18 UTC
Panel plugin to control your V4L radio device... ;)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-25 19:08:42 UTC
Created attachment 111217 [details]
xfce4-radio-0.2.0.ebuild
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-02-26 19:22:41 UTC
Jakub, what we do with LINGUAS does not apply to /usr/share/locale .po files.

--- /usr/share/locale/de/
--- /usr/share/locale/de/LC_MESSAGES/
>>> /usr/share/locale/de/LC_MESSAGES/xfce4-radio-plugin.mo
--- /usr/share/locale/hu/
--- /usr/share/locale/hu/LC_MESSAGES/
>>> /usr/share/locale/hu/LC_MESSAGES/xfce4-radio-plugin.mo

This package is also --as-needed broken,

xfce4_radio_plugin-radio.o: In function `main':
radio.c:(.text+0xaf): undefined reference to `gtk_init'
radio.c:(.text+0xc8): undefined reference to `xfce_external_panel_plugin_new'
radio.c:(.text+0x103): undefined reference to `g_signal_connect_data'
radio.c:(.text+0x10b): undefined reference to `gtk_widget_show'
radio.c:(.text+0x110): undefined reference to `gtk_main'
xfce4_radio_plugin-radio.o: In function `update_signal_bar':
radio.c:(.text+0x147): undefined reference to `gtk_widget_hide'
radio.c:(.text+0x16c): undefined reference to `gtk_widget_show'
radio.c:(.text+0x1aa): undefined reference to `gtk_progress_bar_get_type'
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-02-26 22:40:13 UTC
Eh, it works just fine here w/ LINGUAS. No idea about --as-needed, and don't care either. 
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-02-27 06:19:43 UTC
[ebuild  N    ] xfce-extra/xfce4-radio-0.2.0  USE="-debug" LINGUAS="-de -hu" 0 kB [1] 

>>> Merging xfce-extra/xfce4-radio-0.2.0 to /
--- /usr/
--- /usr/lib/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/xfce4-radio-0.2.0/
>>> /usr/share/doc/xfce4-radio-0.2.0/AUTHORS.bz2
>>> /usr/share/doc/xfce4-radio-0.2.0/NEWS.bz2
>>> /usr/share/doc/xfce4-radio-0.2.0/README.bz2
--- /usr/share/icons/
--- /usr/share/icons/hicolor/
--- /usr/share/icons/hicolor/48x48/
--- /usr/share/icons/hicolor/48x48/apps/
>>> /usr/share/icons/hicolor/48x48/apps/xfce-radio.png
--- /usr/share/xfce4/
--- /usr/share/xfce4/panel-plugins/
>>> /usr/share/xfce4/panel-plugins/radio.desktop
--- /usr/libexec/
--- /usr/libexec/xfce4/
--- /usr/libexec/xfce4/panel-plugins/
>>> /usr/libexec/xfce4/panel-plugins/xfce4-radio-plugin

No idea why wouldn't LINGUAS work for you. *confused*
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2007-02-27 18:24:25 UTC
(In reply to comment #4)
> No idea why wouldn't LINGUAS work for you. *confused*
> 

Well, I got no LINGUAS set at all.. logically for that I expect no translations. Anyway, ebuild in tree with --as-needed patch but for now without LINGUAS.

Thank ye.