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-video/noad: ChangeLog noad-0.7.0.20100119.ebuild
Date: Thu, 25 Feb 2010 18:44:12
Message-Id: E1Nkigz-0006JL-Lw@stork.gentoo.org
1 ssuominen 10/02/25 18:44:09
2
3 Modified: ChangeLog noad-0.7.0.20100119.ebuild
4 Log:
5 Fix -Wl,--as-needed failure with "make check" wrt #305571, thanks to Christian Ruppert for patch.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.37 media-video/noad/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/noad/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/noad/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/noad/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 31 Jan 2010 14:57:15 -0000 1.36
22 +++ ChangeLog 25 Feb 2010 18:44:08 -0000 1.37
23 @@ -1,6 +1,12 @@
24 # ChangeLog for media-video/noad
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.36 2010/01/31 14:57:15 hd_brummy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/noad/ChangeLog,v 1.37 2010/02/25 18:44:08 ssuominen Exp $
28 +
29 + 25 Feb 2010; Samuli Suominen <ssuominen@g.o>
30 + +files/patches-0.7.x/noad-0.7.0.20100119-asneeded.patch,
31 + noad-0.7.0.20100119.ebuild:
32 + Fix -Wl,--as-needed failure with "make check" wrt #305571, thanks to
33 + Christian Ruppert for patch.
34
35 *noad-0.7.0.20100119 (31 Jan 2010)
36
37
38
39
40 1.2 media-video/noad/noad-0.7.0.20100119.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/noad/noad-0.7.0.20100119.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/noad/noad-0.7.0.20100119.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/noad/noad-0.7.0.20100119.ebuild?r1=1.1&r2=1.2
45
46 Index: noad-0.7.0.20100119.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.0.20100119.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- noad-0.7.0.20100119.ebuild 31 Jan 2010 14:57:15 -0000 1.1
53 +++ noad-0.7.0.20100119.ebuild 25 Feb 2010 18:44:08 -0000 1.2
54 @@ -1,12 +1,9 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.0.20100119.ebuild,v 1.1 2010/01/31 14:57:15 hd_brummy Exp $
58 -EAPI="2"
59 +# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.0.20100119.ebuild,v 1.2 2010/02/25 18:44:08 ssuominen Exp $
60
61 -WANT_AUTOMAKE="latest"
62 -WANT_AUTOCONF="latest"
63 -
64 -inherit eutils autotools
65 +EAPI=2
66 +inherit autotools eutils
67
68 DESCRIPTION="Mark commercial Breaks in VDR records"
69 HOMEPAGE="http://noad.heliohost.org/"
70 @@ -24,7 +21,8 @@
71
72 src_prepare() {
73
74 - epatch "${FILESDIR}"/patches-0.6.0/hangcheck.diff
75 + epatch "${FILESDIR}"/patches-0.6.0/hangcheck.diff \
76 + "${FILESDIR}"/patches-0.7.x/${P}-asneeded.patch
77
78 if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then
79 sed -e "s:include/ffmpeg:include/libavcodec:g" -i configure.ac