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/ladspa-sdk: ChangeLog ladspa-sdk-1.13-r1.ebuild
Date: Sat, 01 Mar 2008 13:23:27
Message-Id: E1JVRgS-0000QI-EN@stork.gentoo.org
1 aballier 08/03/01 13:23:24
2
3 Modified: ChangeLog ladspa-sdk-1.13-r1.ebuild
4 Log:
5 Fix linking of filter.so with asneeded
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.44 media-libs/ladspa-sdk/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 14 Feb 2008 14:49:46 -0000 1.43
22 +++ ChangeLog 1 Mar 2008 13:23:23 -0000 1.44
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/ladspa-sdk
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ChangeLog,v 1.43 2008/02/14 14:49:46 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ChangeLog,v 1.44 2008/03/01 13:23:23 aballier Exp $
28 +
29 + 01 Mar 2008; Alexis Ballier <aballier@g.o>
30 + +files/ladspa-sdk-1.13-asneeded.patch, ladspa-sdk-1.13-r1.ebuild:
31 + Fix linking of filter.so with asneeded
32
33 *ladspa-sdk-1.13-r1 (14 Feb 2008)
34
35
36
37
38 1.2 media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: ladspa-sdk-1.13-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ladspa-sdk-1.13-r1.ebuild 14 Feb 2008 14:49:46 -0000 1.1
51 +++ ladspa-sdk-1.13-r1.ebuild 1 Mar 2008 13:23:23 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild,v 1.1 2008/02/14 14:49:46 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.13-r1.ebuild,v 1.2 2008/03/01 13:23:23 aballier Exp $
57
58 inherit eutils toolchain-funcs portability flag-o-matic
59
60 @@ -24,6 +24,7 @@
61 src_unpack() {
62 unpack ${A}
63 epatch "${FILESDIR}/${P}-properbuild.patch"
64 + epatch "${FILESDIR}/${P}-asneeded.patch"
65 sed -i -e 's:-sndfile-play*:@echo Disabled \0:' \
66 "${S}/makefile" || die "sed makefile failed (sound playing tests)"
67 }
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list