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-sound/lame: ChangeLog lame-3.99.5.ebuild
Date: Sun, 03 Mar 2013 15:08:04
Message-Id: 20130303150800.AF0E92171E@flycatcher.gentoo.org
1 ssuominen 13/03/03 15:08:00
2
3 Modified: ChangeLog lame-3.99.5.ebuild
4 Log:
5 Check for tgetent instead of initscr from the termcap library; check for -ltinfo too. This will replace the prev. pkg-config patch.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.163 media-sound/lame/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.163&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.163&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.162&r2=1.163
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
19 retrieving revision 1.162
20 retrieving revision 1.163
21 diff -u -r1.162 -r1.163
22 --- ChangeLog 2 Mar 2013 17:58:47 -0000 1.162
23 +++ ChangeLog 3 Mar 2013 15:08:00 -0000 1.163
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/lame
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.162 2013/03/02 17:58:47 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.163 2013/03/03 15:08:00 ssuominen Exp $
29 +
30 + 03 Mar 2013; Samuli Suominen <ssuominen@g.o> lame-3.99.5.ebuild,
31 + -files/lame-3.99.5-pkgconfig-to-get-correct-libs.patch,
32 + +files/lame-3.99.5-tinfo.patch:
33 + Check for tgetent instead of initscr from the termcap library; check for
34 + -ltinfo too. This will replace the prev. pkg-config patch.
35
36 02 Mar 2013; Samuli Suominen <ssuominen@g.o> lame-3.99.5.ebuild,
37 +files/lame-3.99.5-pkgconfig-to-get-correct-libs.patch:
38
39
40
41 1.15 media-sound/lame/lame-3.99.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.15&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?rev=1.15&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild?r1=1.14&r2=1.15
46
47 Index: lame-3.99.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v
50 retrieving revision 1.14
51 retrieving revision 1.15
52 diff -u -r1.14 -r1.15
53 --- lame-3.99.5.ebuild 2 Mar 2013 17:58:47 -0000 1.14
54 +++ lame-3.99.5.ebuild 3 Mar 2013 15:08:00 -0000 1.15
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.14 2013/03/02 17:58:47 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.15 2013/03/03 15:08:00 ssuominen Exp $
60
61 EAPI=4
62 inherit autotools eutils
63 @@ -25,7 +25,7 @@
64 epatch \
65 "${FILESDIR}"/${PN}-3.96-ccc.patch \
66 "${FILESDIR}"/${PN}-3.98-gtk-path.patch \
67 - "${FILESDIR}"/${P}-pkgconfig-to-get-correct-libs.patch \
68 + "${FILESDIR}"/${PN}-3.99.5-tinfo.patch \
69 "${WORKDIR}"/${P}-automake-2.12.patch
70
71 mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm