Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75822 - xine-lib-1.0 doesn't build alsa output plugin
Summary: xine-lib-1.0 doesn't build alsa output plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-27 10:23 UTC by Benoit Boissinot
Modified: 2004-12-30 16:46 UTC (History)
1 user (show)

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


Attachments
Solves bug #75752 and bug #75822 (xine-lib-1.0.ebuild,5.77 KB, text/plain)
2004-12-27 11:17 UTC, Daan de Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Boissinot 2004-12-27 10:23:55 UTC
Because of the --disable-alsatest passed to ./configure, alsa plugin wasn't build.
Removing this option solved the problem. (it may also be a problem in the configure script)

Benoit

Reproducible: Always
Steps to Reproduce:
1. emerge xine-lib
2. xine --list-plugin
3. 

Actual Results:  
   -Audio output:
     oss, none, file.


Expected Results:  
-Audio output:
     oss, alsa09, none, file.

tonfa@arakou ~ $ emerge info
Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.10-rc3-mm1-arakou i686)
=================================================================
System uname: 2.6.10-rc3-mm1-arakou i686 AMD Athlon(TM) XP 2500+
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec  8 2004, 12:12:57)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -ffast-math -mfpmath=sse
-m3dnow -mmmx -msse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -ffast-math
-mfpmath=sse -m3dnow -mmmx -msse"
DISTDIR="/share/distfiles"
FEATURES="autoaddcvs autoconfig buildsyspkg ccache collision-protect distlocks
gpg sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://sci7.residence.ens-lyon.fr
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://ftp.easynet.nl/mirror/gentoo http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://sci7.residence.ens-lyon.fr/gentoo-portage"
USE="x86 3dnow X a52 acl acpi alsa avi berkdb bitmap-fonts bonobo cdr crypt
distcc dvd dvdread encode fam flac foomaticdb fortran freetype gdbm gif gtk gtk2
imagemagick imlib ipv6 jpeg libwww mad mikmod mjpeg mmx mpeg ncurses nls nptl
oggvorbis opengl pam pdflib perl png python quicktime radeon readline samba
slang sse ssl svga tcpd tetex theora tiff truetype unicode vi xine xml xml2 xv
xvid zlib
Comment 1 Daan de Beer 2004-12-27 11:17:32 UTC
Created attachment 46984 [details]
Solves bug #75752 and bug #75822

This ebuild replaces the current one.

It solves all the bugs currently known in the Bugzilla database.
Comment 2 Benoit Boissinot 2004-12-30 16:46:27 UTC
It was corrected in the ebuild -> closing.