~x86 got -r1 and I updated. Xine couldn't find anymore demuxer for wmv media files. I checked /usr/lib/xine/plugins/ and the demuxer library for wmv really is missing. I emerged =xine-lib-1.0 and the library was there and everything works. Reproducible: Always Steps to Reproduce: 1. Emerge xine-lib-1.0-r1 2. Attempt to watch wmv files with xine based applications Actual Results: Wmv demuxer was missing, media files not playable. Expected Results: Wmv demuxer should have been there and worked. sh-3.00# emerge info Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r1, 2.6.11.7exec-shield i686) ================================================================= System uname: 2.6.11.7exec-shield i686 Intel(R) Pentium(R) 4 CPU 2.80GHz Gentoo Base System version 1.6.10 Python: dev-lang/python-2.3.5 [2.3.5 (#1, Mar 25 2005, 22:46:50)] ccache version 2.4 [enabled] dev-lang/python: 2.3.5 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5 sys-devel/binutils: 2.15.92.0.2-r8 sys-devel/libtool: 1.5.14 virtual/os-headers: 2.6.11 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=pentium4 -O2 -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-march=pentium4 -O2 -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi afs alsa apache2 apm arts audiofile avi bash-completion berkdb bindist bitmap-fonts cdparanoia cdr cjk crypt cups curl dga dio dvd dvdread emboss encode examples exif fam ffmpeg flac foomaticdb fortran gdbm gif glut gpm gtk2 hal imagemagick imap imlib ipv6 java javascript jpeg kde kdeenablefinal kerberos ldap libg++ libwww lm_sensors mad mikmod mime mmx mozilla mp3 mpeg nas ncurses nls nptl nptlonly ogg oggvorbis openal opengl pam pdflib perl php pic pie png posix postgres python qt quicktime readline samba sdl session sharedmem skey slang smartcard sockets speex spell sse ssl svg svga sysfs sysvipc tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts unicode usb v4l vorbis x86 xine xml2 xmlrpc xsl xv xvid zlib" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
WMV is provided by win32codecs, which are now enabled by win32codecs useflag instead of avi useflag (avi useflag is used with other meanings in other ebuilds). If you haven't emerged xine-lib with win32codecs flag enabled, you won't have win32codecs support.
Has this fixed your problem, i.e. can we close this one?
Yes, thank you.