Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432684 - media-sound/pulseaudio should use pkg-config to determine the udev directory to install rules or/and executables
Summary: media-sound/pulseaudio should use pkg-config to determine the udev directory ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arun Raghavan (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-08-25 07:02 UTC by Arne Flagge
Modified: 2012-08-25 13:57 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info,14.91 KB, text/plain)
2012-08-25 07:03 UTC, Arne Flagge
Details
Ebuild patch (pulseaudio.patch,943 bytes, patch)
2012-08-25 07:03 UTC, Arne Flagge
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Flagge 2012-08-25 07:02:49 UTC
arne ~ # emerge pulseaudio
[ebuild   R    ] media-sound/pulseaudio-2.1  USE="alsa caps dbus glib orc systemd udev -X -asyncns -avahi -bluetooth -doc -equalizer -gdbm -gnome -gtk -ipv6 -jack -libsamplerate -lirc (-oss) -realtime -ssl (-system-wide) -tcpd -test -webrtc-aec -xen" 0 kB

arne ~ # qlist pulseaudio | grep udev/rules.d
/lib/udev/rules.d/90-pulseaudio.rules

arne ~ # pkg-config --variable=udevdir udev
/usr/lib/udev

Reproducible: Always
Comment 1 Arne Flagge 2012-08-25 07:03:17 UTC
Created attachment 322160 [details]
emerge --info
Comment 2 Arne Flagge 2012-08-25 07:03:45 UTC
Created attachment 322162 [details, diff]
Ebuild patch
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-08-25 13:57:30 UTC
Fixed by 2.1-r1

Upstream (Arun), see how udisks-1.99.0 does udevdir determination from configure.ac to have this fixed upstream