Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440136 - razorqt-base/razorqt-panel-0.5.1: automagic dependency on media-libs/alsa-lib and media-sound/pulseaudio
Summary: razorqt-base/razorqt-panel-0.5.1: automagic dependency on media-libs/alsa-lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://github.com/Razor-qt/razor-qt/...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-10-29 15:07 UTC by Sławomir Nizio
Modified: 2012-10-29 16:26 UTC (History)
0 users

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


Attachments
patch on the build system that fixes it (razorqt-panel-alsa-pa-automagic.patch,1003 bytes, patch)
2012-10-29 15:09 UTC, Sławomir Nizio
Details | Diff
ebuild patch (e.patch,1.78 KB, patch)
2012-10-29 15:19 UTC, Sławomir Nizio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sławomir Nizio 2012-10-29 15:07:42 UTC
a patch will follow

Reproducible: Always
Comment 1 Sławomir Nizio 2012-10-29 15:09:53 UTC
Created attachment 327688 [details, diff]
patch on the build system that fixes it

I have tested all relevant USE combinations, with success.
To disable ALSA: -DVOLUME_USE_ALSA=No;
to disable PulseAudio: -DVOLUME_USE_PULSEAUDIO=No.
Comment 2 Sławomir Nizio 2012-10-29 15:19:30 UTC
Created attachment 327690 [details, diff]
ebuild patch
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2012-10-29 16:08:57 UTC
+  29 Oct 2012; Ben de Groot <yngwin@gentoo.org>
+  +files/razorqt-panel-0.5.1-automagic.patch, +razorqt-panel-0.5.1-r1.ebuild:
+  Fix automagic deps, bug #440136. Thanks to Enlik for patches.

Thanks!