Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog metadata.xml
Date: Sun, 30 Dec 2007 14:04:23
Message-Id: E1J8ylx-0003aS-Kq@stork.gentoo.org
1 flameeyes 07/12/30 14:04:13
2
3 Modified: ChangeLog metadata.xml
4 Log:
5 Document non-obvious USE flags on metadata.xml.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.485 media-libs/xine-lib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.485&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.485&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.484&r2=1.485
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
18 retrieving revision 1.484
19 retrieving revision 1.485
20 diff -u -r1.484 -r1.485
21 --- ChangeLog 8 Oct 2007 17:20:23 -0000 1.484
22 +++ ChangeLog 30 Dec 2007 14:04:13 -0000 1.485
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/xine-lib
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.484 2007/10/08 17:20:23 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.485 2007/12/30 14:04:13 flameeyes Exp $
28 +
29 + 30 Dec 2007; Diego Pettenò <flameeyes@g.o> metadata.xml:
30 + Document non-obvious USE flags on metadata.xml.
31
32 08 Oct 2007; Markus Rothe <corsair@g.o> xine-lib-1.1.8.ebuild:
33 Stable on ppc64; bug #192577
34
35
36
37 1.9 media-libs/xine-lib/metadata.xml
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/metadata.xml?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/metadata.xml?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/metadata.xml?r1=1.8&r2=1.9
42
43 Index: metadata.xml
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/metadata.xml,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- metadata.xml 19 Mar 2007 03:29:25 -0000 1.8
50 +++ metadata.xml 30 Dec 2007 14:04:13 -0000 1.9
51 @@ -6,4 +6,53 @@
52 <email>media-video@g.o</email>
53 </maintainer>
54 <longdescription>An open source library for media applications</longdescription>
55 +<use>
56 + <flag name="real">
57 + Enable support for loading and using RealPlayer binary codecs on x86 and
58 + amd64 Linux. Enabling this USE flag might make the package
59 + non-redistributable in binary form.
60 + </flag>
61 + <flag name="win32codecs">
62 + Enable support for loading and using Windows 32-bit binary codecs on x86
63 + Linux and FreeBSD. Enabling this USE flag might make the package
64 + non-redistributable in binary form.
65 + </flag>
66 + <flag name="mad">
67 + Build the <pkg>media-libs/libmad</pkg> based mp3 decoder. This mp3 decoder
68 + has superior support compared to the one coming from FFmpeg that is used as
69 + a fallback. If you experience any bad behaviour with mp3 files (skipping,
70 + distorted sound) make sure you enabled this USE flag.
71 + </flag>
72 + <flag name="flac">
73 + Build the <pkg>media-libs/flac</pkg> based FLAC demuxer and decoder. This
74 + flag is not needed for playing FLAC content, neither standalone nor in Ogg
75 + container (OggFLAC), but might have better support for exotic features like
76 + 24-bit samples or 96kHz sample rates.
77 + </flag>
78 + <flag name="gtk">
79 + Build the gdkpixbuf-based image decoder plugin.
80 + </flag>
81 + <flag name="imagemagick">
82 + Build the ImageMagick-based image decoder plugin.
83 + </flag>
84 + <flag name="gnome">
85 + Build the <pkg>gnome-base/gnome-vfs</pkg> based input plugin. This plugin is
86 + used to access any resource that can be accessed through Nautilus's (and
87 + others') URLs.
88 + </flag>
89 + <flag name="mmap">
90 + Use mmap() function while reading file from local disks. Using mmap() will
91 + use more virtual memory space, but leaves to the Kernel the task of caching
92 + the file's data. mmap() access should be faster, but might misbehave if the
93 + device where the file resides in is removed during playback.
94 + </flag>
95 + <flag name="truetype">
96 + Use <pkg>media-libs/freetype</pkg> for font rendering and
97 + <pkg>media-libs/fontconfig</pkg> for font discovery. Enabling this USE flag
98 + will allow OSD (such as subtitles) to use more advanced font and to more
99 + easily select which font to use. The support for TrueType fonts in xine-lib
100 + is still experimental, and might not be as good looking as the bitmap fonts
101 + used with this USE flag disabled.
102 + </flag>
103 +</use>
104 </pkgmetadata>
105
106
107
108 --
109 gentoo-commits@g.o mailing list