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/libtheora: ChangeLog libtheora-1.0_beta3.ebuild
Date: Fri, 18 Apr 2008 23:27:01
Message-Id: E1Jmzys-0001yO-Fm@stork.gentoo.org
1 flameeyes 08/04/18 23:26:58
2
3 Modified: ChangeLog libtheora-1.0_beta3.ebuild
4 Log:
5 Disable building of the spec PDF, as that will cause sandbox violations, and most users aren't likely interested in it.
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.74 media-libs/libtheora/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.74&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.74&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.73&r2=1.74
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
18 retrieving revision 1.73
19 retrieving revision 1.74
20 diff -u -r1.73 -r1.74
21 --- ChangeLog 18 Apr 2008 13:55:21 -0000 1.73
22 +++ ChangeLog 18 Apr 2008 23:26:57 -0000 1.74
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/libtheora
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.73 2008/04/18 13:55:21 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.74 2008/04/18 23:26:57 flameeyes Exp $
28 +
29 + 18 Apr 2008; Diego Pettenò <flameeyes@g.o>
30 + libtheora-1.0_beta3.ebuild:
31 + Disable building of the spec PDF, as that will cause sandbox violations,
32 + and most users aren't likely interested in it.
33
34 18 Apr 2008; Samuli Suominen <drac@g.o> libtheora-1.0_beta3.ebuild:
35 TEXTRELs are back and filter-flags isn't needed anymore according to bug
36
37
38
39 1.3 media-libs/libtheora/libtheora-1.0_beta3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3.ebuild?r1=1.2&r2=1.3
44
45 Index: libtheora-1.0_beta3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libtheora-1.0_beta3.ebuild 18 Apr 2008 13:55:21 -0000 1.2
52 +++ libtheora-1.0_beta3.ebuild 18 Apr 2008 23:26:57 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3.ebuild,v 1.2 2008/04/18 13:55:21 drac Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3.ebuild,v 1.3 2008/04/18 23:26:57 flameeyes Exp $
58
59 inherit autotools eutils toolchain-funcs flag-o-matic
60
61 @@ -32,6 +32,10 @@
62 use pic && local myconf="--disable-asm" #200549, comment #28
63 use doc || export ac_cv_prog_HAVE_DOXYGEN="false"
64
65 + # Don't build specs even with doc enabled, just a few people would need
66 + # it and causes sandbox violations.
67 + export ac_cv_prog_HAVE_PDFLATEX="false"
68 +
69 econf --disable-dependency-tracking --disable-examples \
70 --disable-sdltest $(use_enable encode) ${myconf}
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list