Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libquicktime: ChangeLog libquicktime-1.1.1.ebuild
Date: Mon, 29 Dec 2008 22:22:09
Message-Id: E1LHQUw-0003W2-3i@stork.gentoo.org
1 vapier 08/12/29 22:22:06
2
3 Modified: ChangeLog libquicktime-1.1.1.ebuild
4 Log:
5 Fix random crash on 64bit systems due to implicit string func decls.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.129 media-libs/libquicktime/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/ChangeLog?rev=1.129&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/ChangeLog?rev=1.129&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/ChangeLog?r1=1.128&r2=1.129
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v
18 retrieving revision 1.128
19 retrieving revision 1.129
20 diff -u -r1.128 -r1.129
21 --- ChangeLog 20 Dec 2008 08:42:07 -0000 1.128
22 +++ ChangeLog 29 Dec 2008 22:22:06 -0000 1.129
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/libquicktime
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.128 2008/12/20 08:42:07 ssuominen Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/ChangeLog,v 1.129 2008/12/29 22:22:06 vapier Exp $
29 +
30 + 29 Dec 2008; Mike Frysinger <vapier@g.o>
31 + +files/libquicktime-1.1.1-headers.patch, libquicktime-1.1.1.ebuild:
32 + Fix random crash on 64bit systems due to implicit string func decls.
33
34 20 Dec 2008; <ssuominen@g.o> libquicktime-1.0.3.ebuild,
35 libquicktime-1.1.0.ebuild, libquicktime-1.1.1.ebuild:
36
37
38
39 1.3 media-libs/libquicktime/libquicktime-1.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/libquicktime-1.1.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/libquicktime-1.1.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/libquicktime-1.1.1.ebuild?r1=1.2&r2=1.3
44
45 Index: libquicktime-1.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.1.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libquicktime-1.1.1.ebuild 20 Dec 2008 08:42:07 -0000 1.2
52 +++ libquicktime-1.1.1.ebuild 29 Dec 2008 22:22:06 -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/libquicktime/libquicktime-1.1.1.ebuild,v 1.2 2008/12/20 08:42:07 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquicktime/libquicktime-1.1.1.ebuild,v 1.3 2008/12/29 22:22:06 vapier Exp $
58
59 inherit libtool eutils
60
61 @@ -11,7 +11,6 @@
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 -
66 IUSE="mmx X opengl dv gtk alsa aac encode png jpeg vorbis lame x264 ffmpeg doc"
67
68 RDEPEND="dv? ( media-libs/libdv )
69 @@ -50,9 +49,12 @@
70 unpack ${A}
71 cd "${S}"
72
73 + epatch "${FILESDIR}"/${P}-headers.patch
74 +
75 # Needed for sane .so versionning on g/fbsd
76 elibtoolize
77 }
78 +
79 src_compile() {
80 local MY_OPTS=""
81 if use !encode || use !aac; then