Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.3.1-r1.ebuild ChangeLog
Date: Mon, 05 May 2008 22:17:22
Message-Id: E1Jt8zn-0008UO-TH@stork.gentoo.org
1 drac 08/05/05 22:17:19
2
3 Modified: libsoundtouch-1.3.1-r1.ebuild ChangeLog
4 Log:
5 Run edos2unix Makefile.am wrt #219243, thanks to Christian Lerrahn. Revert last commit and run full eautoreconf wrt #220301, thanks to Andrew John Hughes.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.15 media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild?r1=1.14&r2=1.15
14
15 Index: libsoundtouch-1.3.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- libsoundtouch-1.3.1-r1.ebuild 26 Apr 2008 08:27:32 -0000 1.14
22 +++ libsoundtouch-1.3.1-r1.ebuild 5 May 2008 22:17:19 -0000 1.15
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.14 2008/04/26 08:27:32 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.15 2008/05/05 22:17:19 drac Exp $
28
29 -inherit libtool flag-o-matic
30 +inherit autotools eutils flag-o-matic libtool
31
32 MY_P=${P/lib}
33
34 @@ -22,7 +22,8 @@
35 cd "${S}"
36 epatch "${FILESDIR}"/${P}-Makefile.patch \
37 "${FILESDIR}"/${P}-gcc-4.3.patch
38 - elibtoolize
39 + edos2unix Makefile.am
40 + eautoreconf
41
42 # Bug #148695
43 if use sse; then
44
45
46
47 1.26 media-libs/libsoundtouch/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.26&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.26&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.25&r2=1.26
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
56 retrieving revision 1.25
57 retrieving revision 1.26
58 diff -u -r1.25 -r1.26
59 --- ChangeLog 26 Apr 2008 08:19:41 -0000 1.25
60 +++ ChangeLog 5 May 2008 22:17:19 -0000 1.26
61 @@ -1,6 +1,12 @@
62 # ChangeLog for media-libs/libsoundtouch
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.25 2008/04/26 08:19:41 drac Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.26 2008/05/05 22:17:19 drac Exp $
66 +
67 + 05 May 2008; Samuli Suominen <drac@g.o>
68 + files/libsoundtouch-1.3.1-Makefile.patch, libsoundtouch-1.3.1-r1.ebuild:
69 + Run edos2unix Makefile.am wrt #219243, thanks to Christian Lerrahn. Revert
70 + last commit and run full eautoreconf wrt #220301, thanks to Andrew John
71 + Hughes.
72
73 26 Apr 2008; Samuli Suominen <drac@g.o>
74 files/libsoundtouch-1.3.1-Makefile.patch, libsoundtouch-1.3.1-r1.ebuild:
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list