Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.1.15.ebuild metadata.xml
Date: Fri, 15 Aug 2008 10:14:24
Message-Id: E1KTwK5-0005In-AI@stork.gentoo.org
1 aballier 08/08/15 10:14:21
2
3 Modified: ChangeLog xine-lib-1.1.15.ebuild metadata.xml
4 Log:
5 Make vis an useflag instead of arch specific checks; bug #234789
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.553 media-libs/xine-lib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.553&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.553&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.552&r2=1.553
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
18 retrieving revision 1.552
19 retrieving revision 1.553
20 diff -u -r1.552 -r1.553
21 --- ChangeLog 15 Aug 2008 06:52:38 -0000 1.552
22 +++ ChangeLog 15 Aug 2008 10:14:20 -0000 1.553
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/xine-lib
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.552 2008/08/15 06:52:38 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.553 2008/08/15 10:14:20 aballier Exp $
28 +
29 + 15 Aug 2008; Alexis Ballier <aballier@g.o> metadata.xml,
30 + xine-lib-1.1.15.ebuild:
31 + Make vis an useflag instead of arch specific checks; bug #234789
32
33 *xine-lib-1.1.15 (15 Aug 2008)
34
35
36
37
38 1.2 media-libs/xine-lib/xine-lib-1.1.15.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15.ebuild?r1=1.1&r2=1.2
43
44 Index: xine-lib-1.1.15.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xine-lib-1.1.15.ebuild 15 Aug 2008 06:52:38 -0000 1.1
51 +++ xine-lib-1.1.15.ebuild 15 Aug 2008 10:14:20 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15.ebuild,v 1.1 2008/08/15 06:52:38 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15.ebuild,v 1.2 2008/08/15 10:14:20 aballier Exp $
57
58 EAPI=1
59
60 @@ -28,7 +28,7 @@
61 gnome sdl speex +theora ipv6 altivec opengl aac -fbcon +xv xvmc
62 -samba dxr3 vidix mng -flac -oss +v4l xinerama vcd +a52 +mad -imagemagick +dts
63 -debug +modplug -gtk pulseaudio -mmap -truetype wavpack +musepack +xcb -jack
64 --real"
65 +-real +vis"
66
67 RDEPEND="X? ( x11-libs/libXext
68 x11-libs/libX11 )
69 @@ -97,12 +97,6 @@
70 is-flag -O? || append-flags -O2
71 fi
72
73 - local myconf
74 -
75 - # enable/disable appropiate optimizations on sparc
76 - [[ "${PROFILE_ARCH}" == "sparc64" ]] && myconf="${myconf} --enable-vis"
77 - [[ "${PROFILE_ARCH}" == "sparc" ]] && myconf="${myconf} --disable-vis"
78 -
79 # The default CFLAGS (-O) is the only thing working on hppa.
80 use hppa && unset CFLAGS
81
82 @@ -164,11 +158,11 @@
83 $(use_with truetype freetype) $(use_with truetype fontconfig) \
84 \
85 $(use_enable debug) \
86 + $(use_enable vis) \
87 --enable-asf \
88 --with-external-ffmpeg \
89 --disable-optimizations \
90 --disable-syncfb \
91 - ${myconf} \
92 --with-xv-path=/usr/$(get_libdir) \
93 --with-w32-path=/usr/$(ABI=x86 get_libdir)/win32 \
94 --with-real-codecs-path=/usr/$(get_libdir)/codecs \
95
96
97
98 1.11 media-libs/xine-lib/metadata.xml
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/metadata.xml?rev=1.11&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/metadata.xml?rev=1.11&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/metadata.xml?r1=1.10&r2=1.11
103
104 Index: metadata.xml
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/metadata.xml,v
107 retrieving revision 1.10
108 retrieving revision 1.11
109 diff -u -r1.10 -r1.11
110 --- metadata.xml 12 Aug 2008 20:38:06 -0000 1.10
111 +++ metadata.xml 15 Aug 2008 10:14:20 -0000 1.11
112 @@ -63,5 +63,8 @@
113 <flag name="vidix">
114 Enable support for vidix video output.
115 </flag>
116 + <flag name="vis">
117 + Adds support for SIMD optimizations for UltraSPARC processors.
118 + </flag>
119 </use>
120 </pkgmetadata>