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 xine-lib-1.1.9.ebuild
Date: Sun, 06 Jan 2008 20:09:07
Message-Id: E1JBbnr-0008WV-LQ@stork.gentoo.org
1 flameeyes 08/01/06 20:09:03
2
3 Modified: ChangeLog
4 Added: xine-lib-1.1.9.ebuild
5 Log:
6 Version bump, use EAPI 1 to provide some decent defaults for IUSE.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.486 media-libs/xine-lib/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.486&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.486&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.485&r2=1.486
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
19 retrieving revision 1.485
20 retrieving revision 1.486
21 diff -u -r1.485 -r1.486
22 --- ChangeLog 30 Dec 2007 14:04:13 -0000 1.485
23 +++ ChangeLog 6 Jan 2008 20:09:03 -0000 1.486
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/xine-lib
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.485 2007/12/30 14:04:13 flameeyes Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.486 2008/01/06 20:09:03 flameeyes Exp $
30 +
31 +*xine-lib-1.1.9 (06 Jan 2008)
32 +
33 + 06 Jan 2008; Diego Pettenò <flameeyes@g.o> +xine-lib-1.1.9.ebuild:
34 + Version bump, use EAPI 1 to provide some decent defaults for IUSE.
35
36 30 Dec 2007; Diego Pettenò <flameeyes@g.o> metadata.xml:
37 Document non-obvious USE flags on metadata.xml.
38
39
40
41 1.1 media-libs/xine-lib/xine-lib-1.1.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xine-lib-1.1.9.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.9.ebuild,v 1.1 2008/01/06 20:09:03 flameeyes Exp $
51
52 EAPI=1
53
54 inherit eutils flag-o-matic toolchain-funcs libtool
55
56 # This should normally be empty string, unless a release has a suffix.
57 if [[ "${P/_pre/}" != "${P}" ]]; then
58 SRC_URI="mirror://gentoo/${P}.tar.bz2"
59 else
60 MY_PKG_SUFFIX=""
61 MY_P="${PN}-${PV/_/-}${MY_PKG_SUFFIX}"
62 S="${WORKDIR}/${MY_P}"
63
64 SRC_URI="mirror://sourceforge/xine/${MY_P}.tar.bz2"
65 fi
66
67 DESCRIPTION="Core libraries for Xine movie player"
68 HOMEPAGE="http://xine.sourceforge.net"
69
70 LICENSE="GPL-2"
71 SLOT="1"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
73
74 IUSE="-aalib -libcaca -arts esd win32codecs nls +dvd +X directfb +vorbis +alsa
75 gnome sdl speex +theora ipv6 altivec opengl aac -fbcon +xv xvmc
76 -samba dxr3 vidix mng -flac -oss +v4l xinerama vcd +a52 +mad -imagemagick +dts
77 -debug +modplug -gtk pulseaudio -mmap -truetype wavpack +musepack +xcb -jack
78 -real"
79
80 RDEPEND="X? ( x11-libs/libXext
81 x11-libs/libX11 )
82 xv? ( x11-libs/libXv )
83 xvmc? ( x11-libs/libXvMC )
84 xinerama? ( x11-libs/libXinerama )
85 win32codecs? ( >=media-libs/win32codecs-0.50 )
86 esd? ( media-sound/esound )
87 dvd? ( >=media-libs/libdvdcss-1.2.7 )
88 arts? ( kde-base/arts )
89 alsa? ( media-libs/alsa-lib )
90 aalib? ( media-libs/aalib )
91 directfb? ( >=dev-libs/DirectFB-0.9.9 )
92 gnome? ( >=gnome-base/gnome-vfs-2.0 )
93 flac? ( >=media-libs/flac-1.1.2 )
94 sdl? ( >=media-libs/libsdl-1.1.5 )
95 dxr3? ( >=media-libs/libfame-0.9.0 )
96 vorbis? ( media-libs/libogg media-libs/libvorbis )
97 theora? ( media-libs/libogg media-libs/libvorbis >=media-libs/libtheora-1.0_alpha6 )
98 speex? ( media-libs/libogg media-libs/libvorbis media-libs/speex )
99 libcaca? ( >=media-libs/libcaca-0.99_beta1 )
100 samba? ( net-fs/samba )
101 mng? ( media-libs/libmng )
102 vcd? ( media-video/vcdimager )
103 a52? ( >=media-libs/a52dec-0.7.4-r5 )
104 mad? ( media-libs/libmad )
105 imagemagick? ( media-gfx/imagemagick )
106 dts? ( || ( media-libs/libdca media-libs/libdts ) )
107 >=media-video/ffmpeg-0.4.9_p20070129
108 modplug? ( media-libs/libmodplug )
109 nls? ( virtual/libintl )
110 gtk? ( =x11-libs/gtk+-2* )
111 pulseaudio? ( media-sound/pulseaudio )
112 truetype? ( =media-libs/freetype-2* media-libs/fontconfig )
113 virtual/libiconv
114 wavpack? ( >=media-sound/wavpack-4.31 )
115 musepack? ( media-libs/libmpcdec )
116 xcb? ( >=x11-libs/libxcb-1.0 )
117 jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
118 real? (
119 x86? ( media-libs/win32codecs )
120 x86-fbsd? ( media-libs/win32codecs )
121 amd64? ( media-libs/amd64codecs ) )"
122
123 DEPEND="${RDEPEND}
124 X? ( x11-libs/libXt
125 x11-proto/xproto
126 x11-proto/videoproto
127 x11-proto/xf86vidmodeproto
128 xinerama? ( x11-proto/xineramaproto ) )
129 v4l? ( virtual/os-headers )
130 dev-util/pkgconfig
131 sys-devel/libtool
132 nls? ( sys-devel/gettext )"
133
134 src_compile() {
135 #prevent quicktime crashing
136 append-flags -frename-registers -ffunction-sections
137
138 # Specific workarounds for too-few-registers arch...
139 if [[ $(tc-arch) == "x86" ]]; then
140 filter-flags -fforce-addr
141 filter-flags -momit-leaf-frame-pointer # break on gcc 3.4/4.x
142 filter-flags -fno-omit-frame-pointer #breaks per bug #149704
143 is-flag -O? || append-flags -O2
144 fi
145
146 local myconf
147
148 # enable/disable appropiate optimizations on sparc
149 [[ "${PROFILE_ARCH}" == "sparc64" ]] && myconf="${myconf} --enable-vis"
150 [[ "${PROFILE_ARCH}" == "sparc" ]] && myconf="${myconf} --disable-vis"
151
152 # The default CFLAGS (-O) is the only thing working on hppa.
153 use hppa && unset CFLAGS
154
155 # Too many file names are the same (xine_decoder.c), change the builddir
156 # So that the relative path is used to identify them.
157 mkdir "${WORKDIR}/build"
158
159 elibtoolize
160 ECONF_SOURCE="${S}" econf \
161 $(use_enable gnome gnomevfs) \
162 $(use_enable nls) \
163 $(use_enable ipv6) \
164 $(use_enable samba) \
165 $(use_enable altivec) \
166 $(use_enable v4l) \
167 \
168 $(use_enable mng) \
169 $(use_with imagemagick) \
170 $(use_enable gtk gdkpixbuf) \
171 \
172 $(use_enable aac faad) \
173 $(use_with flac libflac) \
174 $(use_with vorbis) \
175 $(use_with speex) \
176 $(use_with theora) \
177 $(use_with wavpack) \
178 $(use_enable modplug) \
179 $(use_enable a52 a52dec) --with-external-a52dec \
180 $(use_enable mad) --with-external-libmad \
181 $(use_enable dts) --with-external-libdts \
182 $(use_enable musepack) --with-external-libmpcdec \
183 \
184 $(use_with X x) \
185 $(use_enable xinerama) \
186 $(use_enable vidix) \
187 $(use_enable dxr3) \
188 $(use_enable directfb) \
189 $(use_enable fbcon fb) \
190 $(use_enable opengl) \
191 $(use_enable aalib) \
192 $(use_with libcaca caca) \
193 $(use_with sdl) \
194 $(use_enable xvmc) \
195 $(use_with xcb) \
196 \
197 $(use_enable oss) \
198 $(use_with alsa) \
199 $(use_with arts) \
200 $(use_with esd esound) \
201 $(use_with pulseaudio) \
202 $(use_with jack) \
203 \
204 $(use_enable vcd) --without-internal-vcdlibs \
205 \
206 $(use_enable win32codecs w32dll) \
207 $(use_enable real real-codecs) \
208 \
209 $(use_enable mmap) \
210 $(use_with truetype freetype) $(use_with truetype fontconfig) \
211 \
212 $(use_enable debug) \
213 --enable-asf \
214 --with-external-ffmpeg \
215 --disable-optimizations \
216 --disable-syncfb \
217 ${myconf} \
218 --with-xv-path=/usr/$(get_libdir) \
219 --with-w32-path=/usr/$(ABI=x86 get_libdir)/win32 \
220 --with-real-codecs-path=/usr/$(get_libdir)/codecs \
221 --enable-fast-install \
222 --disable-dependency-tracking || die "econf failed."
223
224 emake || die "emake failed."
225 }
226
227 src_install() {
228 emake DESTDIR="${D}" \
229 docdir="/usr/share/doc/${PF}" htmldir="/usr/share/doc/${PF}/html" \
230 install || die "emake install failed."
231 }
232
233
234
235 --
236 gentoo-commits@l.g.o mailing list