Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269409 - media-sound/pavucontrol-0.9.8 version bump
Summary: media-sound/pavucontrol-0.9.8 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 14:00 UTC by Yaroslav Isakov
Modified: 2009-05-11 21:19 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 Yaroslav Isakov 2009-05-11 14:00:58 UTC
There is new version, which is more suitable for pulseaudio-0.9.15. AFAIK it needs now-in-tree x11-libs/gtk+-2.16* (and maybe corresponding gtkmm)
Comment 1 Raphael Schubert 2009-05-11 18:12:18 UTC
While this bug is not exactly a duplicate, bug 266190 would be fixed at the same time.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-05-11 19:53:14 UTC
In portage.
Comment 3 Yaroslav Isakov 2009-05-11 21:11:53 UTC
It doesn't compile:
channelwidget.cc: In member function 'virtual void ChannelWidget::setBaseVolume(pa_volume_t)':
channelwidget.cc:120: error: 'gtk_scale_add_mark' was not declared in this scope
make[2]: *** [pavucontrol-channelwidget.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/portage/media-sound/pavucontrol-0.9.8/work/pavucontrol-0.9.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/portage/media-sound/pavucontrol-0.9.8/work/pavucontrol-0.9.8'

So I think that it need gtk+-2.16
make: *** [all] Error 2
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-05-11 21:19:43 UTC
yeah sorry I missed that part (only checked deps in configure.ac)

+  11 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+  pavucontrol-0.9.8.ebuild:
+  Raise x11-libs/gtk+ dep wrt #269409, thanks to Yaroslav Isakov.