Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192408 - media-sound/gnusound does not compile with gtk+ 2.11.6
Summary: media-sound/gnusound does not compile with gtk+ 2.11.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 11:20 UTC by Özgür ERİŞEN
Modified: 2007-11-11 21:50 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 Özgür ERİŞEN 2007-09-13 11:20:01 UTC
Gtk+ 2.11.6 does not contain 
GtkFileSelection and GtkTooltips, so the emerge fails with two files src/gtk2/gui_file_selector.c and src/view.c
in order to emerge the gnusound 
in src/gtk2/gui_file_selector.c at line 26 GtkFileSelection must be replaced by GtkFileChooser and 
in src/view.c at line 1137 GtkTooltips must be replaced by GtkTooltip




Reproducible: Always

Steps to Reproduce:
1.just try to emerge gnusound
2.
3.
Comment 1 Alexis Ballier gentoo-dev 2007-09-13 12:48:13 UTC
hmmm gtk+ 2.11 is not even in the tree afaik
Will those changes still be compatible with 2.10 series ?
Comment 2 Özgür ERİŞEN 2007-09-13 13:51:52 UTC
GtkFileChooser is also available in Gtk+ 2.10.14 but GtkTooltip is not available.

This info only useful to gtk+ 2.11 users. So I did not proposed a patch, but workaround. 

Also gnusound performs well except, playback functionality. I think this is a problem with gnusound itself. Other functions seems to work correctly (saving and cutting, pasting etc.)
Comment 3 Alexis Ballier gentoo-dev 2007-09-18 18:34:16 UTC
(In reply to comment #2)
> GtkFileChooser is also available in Gtk+ 2.10.14 but GtkTooltip is not
> available.
> 
> This info only useful to gtk+ 2.11 users. So I did not proposed a patch, but
> workaround. 

Could you please send a patch upstream for that then ?
So that it'll be easy to backport it when gtk 2.12 will be out.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2007-09-23 11:40:18 UTC
+  23 Sep 2007; Samuli Suominen <drac@gentoo.org>
+  +files/gnusound-0.7.4-gtk212.patch, gnusound-0.7.4.ebuild:
+  Stop using -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED in
+  configure.ac because it breaks with GTK+-2.12 wrt #192408.