Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136441 - mythtv not compliling aRts support
Summary: mythtv not compliling aRts support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-11 10:11 UTC by Justus Ranvier
Modified: 2006-09-21 09:18 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 Justus Ranvier 2006-06-11 10:11:29 UTC
These are the packages that would be merged, in order:

I use the arts flage before I compile mythtv:

Calculating dependencies... done!
[ebuild   R   ] media-tv/mythtv                                        [0.19_p9163-r1]                USE="alsa arts -backendonly -dbox2 -debug -dvb dvd -frontendonly -ieee1394 -jack -joystick -lcd -lirc opengl vorbis xvmc" VIDEO_CARDS="-i810 nvidia -via" 0 kB

The ebuild tries to enable aRts:

>>> Compiling source in /var/tmp/portage/mythtv-0.19_p9163-r1/work/mythtv-0.19...
 * Running ./configure --prefix=/usr
                --mandir=/usr/share/man
                --libdir-name=lib64 --disable-audio-jack --disable-altivec --enable-xvmc
                --enable-audio-arts
                --disable-lirc
                --disable-joystick-menu
                --disable-dbox2
                --disable-dvb
                --disable-dvb-eit
                --dvb-path=/usr/include
                --enable-dvd
                --enable-opengl-vsync
                --disable-firewire
                --enable-xrandr
                --enable-xv
                --disable-directfb
                --enable-x11
                --enable-proc-opt --enable-mmx --compile-type=release --arch=opteron --disable-distcc

But for some reason aRts support is disabled:

# Sound Output Support
OSS support      yes
ALSA support     yes
aRts support     no
JACK support     no
DTS passthrough  yes

2006-06-11 12:02:17.431 AFD: Opened codec 0x8fee20, id(MPEG2VIDEO) type(Video)
2006-06-11 12:02:17.460 AFD: Opened codec 0x8dade0, id(MP2) type(Audio)
2006-06-11 12:02:17.460 Audio output device is set to an ARTS device but ARTS support is not compiled in!
2006-06-11 12:02:17.460 NVP: Disabling Audio, reason is: Unable to create AudioOutput.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-06-11 13:28:16 UTC
you should really use alsa or oss directly... you're adding pointlessly to your audio overhead with arts... ALSA drivers now handle all the mixing needed. Arts support will be going away shortly but I'll fix this in a bit for you.
Comment 2 Justus Ranvier 2006-06-11 13:38:13 UTC
(In reply to comment #1)
> you should really use alsa or oss directly... you're adding pointlessly to your
> audio overhead with arts... ALSA drivers now handle all the mixing needed. Arts
> support will be going away shortly but I'll fix this in a bit for you.
> 

Is it possible now to use ALSA directly while aRts is running? If so, I'll just use that. I know that this was not always possible in the past I must have missed this development.
Comment 3 Justus Ranvier 2006-06-11 13:43:23 UTC
I just tried it now and I can use ALSA output while aRts applications are running all at the same time. I guess the bug is still valid in that the "arts" USE flag doesn't do anything, but it's not really needed anymore.
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2006-06-12 18:05:02 UTC
Hense why I said arts support is going away because it's pointless.

Just like KDE will be ditching Arts soon enough.
Comment 5 Justus Ranvier 2006-06-12 18:14:19 UTC
(In reply to comment #4)
> Hense why I said arts support is going away because it's pointless.
> 
> Just like KDE will be ditching Arts soon enough.
> 

Back when I first installed KDE ALSA didn't exist yet. You couldn't do all this fancy "multiple applications trying to output sound just works without user intervention" stuff. And I had to walk barefoot in the snow to school, uphill both ways :).
Comment 6 Steve Dibb (RETIRED) gentoo-dev 2006-09-21 09:18:15 UTC
closing as wontfix.

If someone *really really really* wants arts support, contact me directly and I'll setup an overlay + ebuild for you.