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: xine-lib-1.1.16.3.ebuild ChangeLog
Date: Sat, 04 Apr 2009 13:24:07
Message-Id: E1Lq5qv-0005ZM-8J@stork.gentoo.org
1 aballier 09/04/04 13:24:05
2
3 Modified: ChangeLog
4 Added: xine-lib-1.1.16.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.589 media-libs/xine-lib/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.589&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.589&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.588&r2=1.589
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
19 retrieving revision 1.588
20 retrieving revision 1.589
21 diff -u -r1.588 -r1.589
22 --- ChangeLog 1 Apr 2009 17:38:31 -0000 1.588
23 +++ ChangeLog 4 Apr 2009 13:24:05 -0000 1.589
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/xine-lib
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.588 2009/04/01 17:38:31 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.589 2009/04/04 13:24:05 aballier Exp $
29 +
30 +*xine-lib-1.1.16.3 (04 Apr 2009)
31 +
32 + 04 Apr 2009; Alexis Ballier <aballier@g.o>
33 + +xine-lib-1.1.16.3.ebuild:
34 + version bump
35
36 01 Apr 2009; Jeroen Roovers <jer@g.o> xine-lib-1.1.16.2.ebuild:
37 Stable for HPPA (bug #260069).
38
39
40
41 1.1 media-libs/xine-lib/xine-lib-1.1.16.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.16.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.16.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xine-lib-1.1.16.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.16.3.ebuild,v 1.1 2009/04/04 13:24:05 aballier Exp $
51
52 EAPI=1
53
54 inherit eutils flag-o-matic toolchain-funcs libtool multilib
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 +modplug -gtk pulseaudio -mmap -truetype wavpack +musepack +xcb -jack
78 -real +vis"
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_beta14 )
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 )
107 aac? ( >=media-libs/faad2-2.6.1 )
108 >=media-video/ffmpeg-0.4.9_p20070129
109 modplug? ( media-libs/libmodplug )
110 nls? ( virtual/libintl )
111 gtk? ( =x11-libs/gtk+-2* )
112 pulseaudio? ( media-sound/pulseaudio )
113 truetype? ( =media-libs/freetype-2* media-libs/fontconfig )
114 virtual/libiconv
115 wavpack? ( >=media-sound/wavpack-4.31 )
116 musepack? ( media-libs/libmpcdec )
117 xcb? ( >=x11-libs/libxcb-1.0 )
118 jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
119 real? (
120 x86? ( media-libs/win32codecs )
121 x86-fbsd? ( media-libs/win32codecs )
122 amd64? ( media-libs/amd64codecs ) )"
123
124 DEPEND="${RDEPEND}
125 X? ( x11-libs/libXt
126 x11-proto/xproto
127 x11-proto/videoproto
128 x11-proto/xf86vidmodeproto
129 xinerama? ( x11-proto/xineramaproto ) )
130 v4l? ( virtual/os-headers )
131 dev-util/pkgconfig
132 sys-devel/libtool
133 nls? ( sys-devel/gettext )"
134
135 src_compile() {
136 #prevent quicktime crashing
137 append-flags -frename-registers -ffunction-sections
138
139 # Specific workarounds for too-few-registers arch...
140 if [[ $(tc-arch) == "x86" ]]; then
141 filter-flags -fforce-addr
142 filter-flags -momit-leaf-frame-pointer # break on gcc 3.4/4.x
143 filter-flags -fno-omit-frame-pointer #breaks per bug #149704
144 is-flag -O? || append-flags -O2
145 fi
146
147 # Set the correct win32 dll path, bug #197236
148 local win32dir
149 if has_multilib_profile ; then
150 win32dir=/usr/$(ABI="x86" get_libdir)/win32
151 else
152 win32dir=/usr/$(get_libdir)/win32
153 fi
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 $(use_enable mng) \
168 $(use_with imagemagick) \
169 $(use_enable gtk gdkpixbuf) \
170 $(use_enable aac faad) --with-external-libfaad \
171 $(use_with flac libflac) \
172 $(use_with vorbis) \
173 $(use_with speex) \
174 $(use_with theora) \
175 $(use_with wavpack) \
176 $(use_enable modplug) \
177 $(use_enable a52 a52dec) --with-external-a52dec \
178 $(use_enable mad) --with-external-libmad \
179 $(use_enable dts) --with-external-libdts \
180 $(use_enable musepack) --with-external-libmpcdec \
181 $(use_with X x) \
182 $(use_enable xinerama) \
183 $(use_enable vidix) \
184 $(use_enable dxr3) \
185 $(use_enable directfb) \
186 $(use_enable fbcon fb) \
187 $(use_enable opengl) \
188 $(use_enable aalib) \
189 $(use_with libcaca caca) \
190 $(use_with sdl) \
191 $(use_enable xvmc) \
192 $(use_with xcb) \
193 $(use_enable oss) \
194 $(use_with alsa) \
195 $(use_with arts) \
196 $(use_with esd esound) \
197 $(use_with pulseaudio) \
198 $(use_with jack) \
199 $(use_enable vcd) --without-internal-vcdlibs \
200 $(use_enable win32codecs w32dll) \
201 $(use_enable real real-codecs) \
202 $(use_enable mmap) \
203 $(use_with truetype freetype) $(use_with truetype fontconfig) \
204 $(use_enable vis) \
205 --enable-asf \
206 --with-external-ffmpeg \
207 --disable-optimizations \
208 --disable-syncfb \
209 --with-xv-path=/usr/$(get_libdir) \
210 --with-w32-path=${win32dir} \
211 --with-real-codecs-path=/usr/$(get_libdir)/codecs \
212 --enable-fast-install \
213 --disable-dependency-tracking
214
215 emake || die "emake failed."
216 }
217
218 src_install() {
219 emake DESTDIR="${D}" \
220 docdir="/usr/share/doc/${PF}" htmldir="/usr/share/doc/${PF}/html" \
221 install || die "emake install failed."
222
223 dodoc ChangeLog
224 }