Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kaffeine e Wma
Date: Fri, 29 Dec 2006 11:38:36
Message-Id: 200612291133.54860.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Kaffeine e Wma by Alessandro Cipriani
1 On Friday 29 December 2006 10:58, Alessandro Cipriani wrote:
2 > On Tue, 26 Dec 2006 22:06:03 +0200
3 >
4 > This is my make.conf:
5 >
6 > CFLAGS="-march=pentium-m -mfpmath=sse,387 -Os -pipe"
7 > #CFLAGS="-mtune=pentium-m -mfpmath=sse -0s -pipe"
8 > CHOST="i686-pc-linux-gnu"
9 > CXXFLAGS="${CFLAGS}"
10 > MAKEOPTS="-j2"
11 > USE="arj lha 7zip rpm freetype X ada acpi alsa -arts avi -berkdb
12 > bitmap-fonts bl uetooth cairo cdr -cli crypt cups -dbus -dlloader cvs dri
13 > dvd dvdr doc -eds elib c_glibc -emboss -encode -esd -fam -firefox fortran
14 > -gdbm gif -gnome gpm gstreame r gtk gtk2 -hal ieee1394 input_devices_evdev
15 > input_devices_keyboard input_device s_mouse -ipv6 -isdnlog java jpeg kde
16 > kernel_linux -ldap -libg++ -mad -mikmod mp3 mp4 -mp4live mpeg nsplugin
17 > ncurses -nls -nptl -nptlonly objc objc++ obj-gc ogg opengl -oss -pam -pcre
18 > pdflib perl png -ppds -pppd python qt3 qt4 quicktime -rea dline -reflection
19 > -sdl -session spell -spl sql sse sse2 ssl tcpd truetype truety pe-fonts
20 > type1 type1-fonts udev unicode usb userland_GNU vorbis wmf wifi win32co
21 > decs wma x86 xml xorg xv -zlib wma wmp realmedia rar zip ace divx gmedia
22 > octave" FEATURES=""
23 > ACCEPT_KEYWORDS=""
24 > AUTOCLEAN="yes"
25 > LINGUAS="it"
26 > VIDEO_CARDS="fglrx"
27 > PORTAGE_TMPFS=/dev/shm
28 >
29 > I do:
30 > emerge -ev world (after updating USE)
31 >
32 > After one day compiling :-(
33 >
34 > however i don't play wma file the error is:
35 > ----------------------------------------------------------
36 > xine: couldn't find demux for
37 > >http://www.lattemiele.com/upload/oroscopo/20061229/acquario.wma<
38 > input_http: content length = 102673 bytes
39 > xine: found input plugin : http input plugin
40 > ----------------------------------------------------------
41 >
42 > Thx
43 >
44 > Merry Christmas and Happy New Year to all
45
46 Hi Alessandro and a Happy New Year to you. These are the flags that I have
47 compiled xine-lib against and I have no problem playing the file you provided
48 (after it is downloaded and saved on my hard disk):
49 ==================================================
50 # emerge -pDv xine-lib
51
52 These are the packages that would be merged, in order:
53
54 Calculating dependencies... done!
55 [ebuild R ] media-libs/xine-lib-1.1.2-r3 USE="X a52 aac aalib alsa arts
56 asf dts dvd flac imagemagick mng modplug mp3 nls opengl oss sdl speex theora
57 vcd vidix vorbis win32codecs xv
58 (-altivec) -debug -directfb -dxr3 -esd -fbcon -gnome -ipv6 -libcaca -samba -v4l -xinerama -xvmc*"
59 VIDEO_CARDS="-i810 -nvidia -via" 0 kB
60
61 Total size of downloads: 0 kB
62 ==================================================
63
64 Note however, that I do not have Kaffeine installed, only xine-ui. You should
65 not need to remerge the whole of your world, just xine-lib (or associated
66 packages) when you change your USE flags.
67 --
68 Regards,
69 Mick