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/x264-svn: x264-svn-20070923.ebuild ChangeLog
Date: Mon, 24 Sep 2007 06:12:56
Message-Id: E1IZh3f-00026v-8c@stork.gentoo.org
1 aballier 07/09/24 06:04:39
2
3 Modified: x264-svn-20070923.ebuild ChangeLog
4 Log:
5 fix usage of debug useflag, bug #193570
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 media-libs/x264-svn/x264-svn-20070923.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264-svn/x264-svn-20070923.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264-svn/x264-svn-20070923.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264-svn/x264-svn-20070923.ebuild?r1=1.1&r2=1.2
14
15 Index: x264-svn-20070923.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264-svn/x264-svn-20070923.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- x264-svn-20070923.ebuild 23 Sep 2007 18:10:45 -0000 1.1
22 +++ x264-svn-20070923.ebuild 24 Sep 2007 06:04:38 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/x264-svn-20070923.ebuild,v 1.1 2007/09/23 18:10:45 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/x264-svn-20070923.ebuild,v 1.2 2007/09/24 06:04:38 aballier Exp $
28
29 inherit multilib eutils toolchain-funcs
30
31 @@ -37,14 +37,16 @@
32 }
33
34 src_compile() {
35 + local myconf=""
36 + use debug && myconf="${myconf} --enable-debug"
37 ./configure --prefix=/usr \
38 --libdir=/usr/$(get_libdir) \
39 --enable-pic --enable-shared \
40 "--extra-cflags=${CFLAGS}" \
41 "--extra-ldflags=${LDFLAGS}" \
42 "--extra-asflags=${ASFLAGS}" \
43 - $(use_enable debug) \
44 $(use_enable threads pthread) \
45 + ${myconf} \
46 --disable-mp4-output \
47 || die "configure failed"
48 emake CC="$(tc-getCC)" || die "make failed"
49
50
51
52 1.50 media-libs/x264-svn/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264-svn/ChangeLog?rev=1.50&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264-svn/ChangeLog?rev=1.50&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264-svn/ChangeLog?r1=1.49&r2=1.50
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264-svn/ChangeLog,v
61 retrieving revision 1.49
62 retrieving revision 1.50
63 diff -u -r1.49 -r1.50
64 --- ChangeLog 23 Sep 2007 18:10:45 -0000 1.49
65 +++ ChangeLog 24 Sep 2007 06:04:38 -0000 1.50
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-libs/x264-svn
68 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/ChangeLog,v 1.49 2007/09/23 18:10:45 aballier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/ChangeLog,v 1.50 2007/09/24 06:04:38 aballier Exp $
71 +
72 + 24 Sep 2007; Alexis Ballier <aballier@g.o>
73 + x264-svn-20070923.ebuild:
74 + fix usage of debug useflag, bug #193570
75
76 *x264-svn-20070923 (23 Sep 2007)
77
78
79
80
81 --
82 gentoo-commits@g.o mailing list