FS#10930 - audacious-plugins 1.5.0-1 built without arts support

Attached to Project: Arch Linux
Opened by David Rosenstrauch (darose) - Wednesday, 16 July 2008, 16:24 GMT
Last edited by Roman Kyrylych (Romashka) - Thursday, 28 August 2008, 19:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Alexander Fehr (pizzapunk)
Architecture All
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

For some reason, the audacious-plugins package (v1.5.0-1) does not contain support for the arts sound system. (i.e., missing arts output plugin, audacious-arts-helper, etc.) However, when I build the package locally, those files show up:

<code>
[darose@davidrlin audacious-plugins]$ diff -uar /tmp/audacious-plugins-1.5.0-1-file-list.txt /tmp/audacious-plugins-1.5.0-2-file-list.txt
--- /tmp/audacious-plugins-1.5.0-1-file-list.txt 2008-07-16 12:16:09.891006756 -0400
+++ /tmp/audacious-plugins-1.5.0-2-file-list.txt 2008-07-16 12:16:43.931836387 -0400
@@ -1,4 +1,6 @@
audacious-plugins /usr/
+audacious-plugins /usr/bin/
+audacious-plugins /usr/bin/audacious-arts-helper
audacious-plugins /usr/lib/
audacious-plugins /usr/lib/audacious/
audacious-plugins /usr/lib/audacious/Container/
@@ -51,9 +53,11 @@
audacious-plugins /usr/lib/audacious/Output/
audacious-plugins /usr/lib/audacious/Output/ALSA.so
audacious-plugins /usr/lib/audacious/Output/OSS.so
+audacious-plugins /usr/lib/audacious/Output/arts.so
audacious-plugins /usr/lib/audacious/Output/filewriter.so
audacious-plugins /usr/lib/audacious/Output/jackout.so
audacious-plugins /usr/lib/audacious/Output/null.so
+audacious-plugins /usr/lib/audacious/Output/pulse_audio.so
audacious-plugins /usr/lib/audacious/Transport/
audacious-plugins /usr/lib/audacious/Transport/lastfm.so
audacious-plugins /usr/lib/audacious/Transport/neon.so
@@ -63,6 +67,7 @@
audacious-plugins /usr/lib/audacious/Visualization/paranormal.so
audacious-plugins /usr/lib/audacious/Visualization/projectm.so
audacious-plugins /usr/lib/audacious/Visualization/rocklight.so
+audacious-plugins /usr/lib/audacious/Visualization/rootvis.so
audacious-plugins /usr/lib/audacious/Visualization/spectrum.so
audacious-plugins /usr/share/
audacious-plugins /usr/share/audacious/
</code>

Anyone know what the problem is?
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Thursday, 28 August 2008, 19:40 GMT
Reason for closing:  Not a bug
Additional comments about closing:  not valid anymore since KDE 4.1 does not have arts
Comment by Corrado Primier (bardo) - Thursday, 28 August 2008, 18:02 GMT
Same thing for pulseaudio: by default it's enabled, but the files appear only when recompiling. Solution: add arts and pulseaudio to makedepends ;)
Small (but useful) addition: recompilation seems to be broken because of projectm, some headers were moved. Upgrading to the latest 1.5.1 seems to fix the problem.

By the way, shouldn't this bug be assigned to Travis? He's the audacious* maintainer...
Comment by Roman Kyrylych (Romashka) - Thursday, 28 August 2008, 19:34 GMT
@ David: the difference is that arts is present at your machine at build time, but was not present (and not in makedepends) at devs machine (either not installed, or built in chroot) - thus configure didn't found arts headers.
Arch has KDE 4.1 now, which doesn't have arts anymore, so the original report is no longer valid.

@ Alexander & Corrado: do we want to keep this bug for pulseaudio, or open another one?
Comment by Roman Kyrylych (Romashka) - Thursday, 28 August 2008, 19:39 GMT
correction: pulseadio is not in Extra, so audacious cannot (make)depend on it (yet),
but pulseaudio is going to be moved to Extra soon (with next Gnome release?).
So I'm closing this due to original report not being a bug anymore.

Loading...