Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.17-r1.ebuild
Date: Fri, 22 Feb 2008 13:27:47
Message-Id: E1JSXwF-0003U3-Jn@stork.gentoo.org
1 flameeyes 08/02/22 13:27:43
2
3 Modified: ChangeLog libsndfile-1.0.17-r1.ebuild
4 Log:
5 Don't build tests and examples during standard make, this saves a few gcc/ld calls for most users. Don't build regtest if sqlite is disabled, rather than just removing it after the fact. Don't request old version of automake, as full eautoreconf is called.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.81 media-libs/libsndfile/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.81&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.81&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.80&r2=1.81
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
18 retrieving revision 1.80
19 retrieving revision 1.81
20 diff -u -r1.80 -r1.81
21 --- ChangeLog 15 Feb 2008 12:16:53 -0000 1.80
22 +++ ChangeLog 22 Feb 2008 13:27:43 -0000 1.81
23 @@ -1,6 +1,15 @@
24 # ChangeLog for media-libs/libsndfile
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.80 2008/02/15 12:16:53 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.81 2008/02/22 13:27:43 flameeyes Exp $
28 +
29 + 22 Feb 2008; Diego Pettenò <flameeyes@g.o>
30 + +files/libsndfile-1.0.17-dontbuild-tests-examples.patch,
31 + +files/libsndfile-1.0.17-regtests-need-sqlite.patch,
32 + libsndfile-1.0.17-r1.ebuild:
33 + Don't build tests and examples during standard make, this saves a few gcc/ld
34 + calls for most users. Don't build regtest if sqlite is disabled, rather than
35 + just removing it after the fact. Don't request old version of automake, as
36 + full eautoreconf is called.
37
38 15 Feb 2008; Samuli Suominen <drac@g.o>
39 libsndfile-1.0.17-r1.ebuild:
40
41
42
43 1.12 media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?rev=1.12&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?rev=1.12&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?r1=1.11&r2=1.12
48
49 Index: libsndfile-1.0.17-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v
52 retrieving revision 1.11
53 retrieving revision 1.12
54 diff -u -r1.11 -r1.12
55 --- libsndfile-1.0.17-r1.ebuild 15 Feb 2008 17:16:55 -0000 1.11
56 +++ libsndfile-1.0.17-r1.ebuild 22 Feb 2008 13:27:43 -0000 1.12
57 @@ -1,9 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v 1.11 2008/02/15 17:16:55 mr_bones_ Exp $
61 -
62 -WANT_AUTOCONF=2.5
63 -WANT_AUTOMAKE=1.9
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v 1.12 2008/02/22 13:27:43 flameeyes Exp $
65
66 inherit eutils libtool autotools
67
68 @@ -32,6 +29,8 @@
69 epatch "${WORKDIR}/${P}+flac-1.1.3.patch"
70 epatch "${FILESDIR}/${P}-ogg.patch"
71 epatch "${FILESDIR}/${P}-flac-buffer-overflow.patch"
72 + epatch "${FILESDIR}/${P}-dontbuild-tests-examples.patch"
73 + epatch "${FILESDIR}/${P}-regtests-need-sqlite.patch"
74 eautoreconf
75 epunt_cxx
76 }
77 @@ -49,7 +48,4 @@
78 src_install() {
79 emake -j1 DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed."
80 dodoc AUTHORS ChangeLog NEWS README TODO
81 - # Only prints following message: "This program was not compiled
82 - # with libsqlite3 and hence doesn't work." wrt bug #210161.
83 - use sqlite || rm -f "${D}"/usr/bin/sndfile-regtest
84 }
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list