Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: libtheora-1.1_beta3.ebuild ChangeLog libtheora-1.1_alpha2.ebuild
Date: Sat, 29 Aug 2009 08:14:20
Message-Id: E1MhNtr-0004Im-2T@stork.gentoo.org
1 ssuominen 09/08/29 13:23:23
2
3 Modified: libtheora-1.1_beta3.ebuild ChangeLog
4 Removed: libtheora-1.1_alpha2.ebuild
5 Log:
6 Fix properly
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/libtheora/libtheora-1.1_beta3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.1_beta3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.1_beta3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.1_beta3.ebuild?r1=1.2&r2=1.3
15
16 Index: libtheora-1.1_beta3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1_beta3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libtheora-1.1_beta3.ebuild 27 Aug 2009 16:49:13 -0000 1.2
23 +++ libtheora-1.1_beta3.ebuild 29 Aug 2009 13:23:22 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1_beta3.ebuild,v 1.2 2009/08/27 16:49:13 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1_beta3.ebuild,v 1.3 2009/08/29 13:23:22 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools eutils flag-o-matic
32 @@ -27,8 +27,8 @@
33 S=${WORKDIR}/${P/_}
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${PN}-1.0_beta2-flags.patch \
37 - "${FILESDIR}"/${P}-theora_disable_encode.patch
38 + epatch "${FILESDIR}"/${PN}-1.0_beta2-flags.patch
39 + cp -f "${FILESDIR}"/${P}-encoder_disabled.c "${S}"/lib/encoder_disabled.c
40 AT_M4DIR="m4" eautoreconf
41 }
42
43
44
45
46 1.96 media-libs/libtheora/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.96&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.96&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.95&r2=1.96
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
55 retrieving revision 1.95
56 retrieving revision 1.96
57 diff -u -r1.95 -r1.96
58 --- ChangeLog 27 Aug 2009 16:49:13 -0000 1.95
59 +++ ChangeLog 29 Aug 2009 13:23:22 -0000 1.96
60 @@ -1,10 +1,10 @@
61 # ChangeLog for media-libs/libtheora
62 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.95 2009/08/27 16:49:13 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.96 2009/08/29 13:23:22 ssuominen Exp $
65
66 - 27 Aug 2009; Samuli Suominen <ssuominen@g.o>
67 + 29 Aug 2009; Samuli Suominen <ssuominen@g.o>
68 libtheora-1.1_beta3.ebuild,
69 - +files/libtheora-1.1_beta3-theora_disable_encode.patch:
70 + +files/libtheora-1.1_beta3-encoder_disabled.c:
71 Fix building with USE="-encode".
72
73 *libtheora-1.1_beta3 (27 Aug 2009)