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-libs/libdc1394: libdc1394-2.2.1.ebuild ChangeLog
Date: Fri, 20 Jun 2014 11:53:36
Message-Id: 20140620115332.0AFB92004E@flycatcher.gentoo.org
1 ssuominen 14/06/20 11:53:31
2
3 Modified: libdc1394-2.2.1.ebuild ChangeLog
4 Log:
5 Download and extract sdl.m4 and point AT_M4DIR for eautoreconf to it wrt #494312 by Andrej Gelenberg
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.5 media-libs/libdc1394/libdc1394-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?r1=1.4&r2=1.5
15
16 Index: libdc1394-2.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libdc1394-2.2.1.ebuild 18 Jun 2014 19:40:58 -0000 1.4
23 +++ libdc1394-2.2.1.ebuild 20 Jun 2014 11:53:31 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v 1.4 2014/06/18 19:40:58 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v 1.5 2014/06/20 11:53:31 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -8,7 +8,8 @@
33
34 DESCRIPTION="Library to interface with IEEE 1394 cameras following the IIDC specification"
35 HOMEPAGE="http://sourceforge.net/projects/libdc1394/"
36 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
37 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
38 + http://dev.gentoo.org/~ssuominen/sdl.m4-20140620.tar.xz"
39
40 LICENSE="LGPL-2.1"
41 SLOT="2"
42 @@ -22,8 +23,8 @@
43 doc? ( app-doc/doxygen )"
44
45 src_prepare() {
46 - epatch "${FILESDIR}/${P}-includes.patch"
47 - eautoreconf
48 + epatch "${FILESDIR}"/${P}-includes.patch
49 + AT_M4DIR=${WORKDIR}/aclocal eautoreconf
50 }
51
52 multilib_src_configure() {
53
54
55
56 1.74 media-libs/libdc1394/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?rev=1.74&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?rev=1.74&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?r1=1.73&r2=1.74
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v
65 retrieving revision 1.73
66 retrieving revision 1.74
67 diff -u -r1.73 -r1.74
68 --- ChangeLog 18 Jun 2014 19:40:58 -0000 1.73
69 +++ ChangeLog 20 Jun 2014 11:53:31 -0000 1.74
70 @@ -1,6 +1,10 @@
71 # ChangeLog for media-libs/libdc1394
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.73 2014/06/18 19:40:58 mgorny Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.74 2014/06/20 11:53:31 ssuominen Exp $
75 +
76 + 20 Jun 2014; Samuli Suominen <ssuominen@g.o> libdc1394-2.2.1.ebuild:
77 + Download and extract sdl.m4 and point AT_M4DIR for eautoreconf to it wrt
78 + #494312 by Andrej Gelenberg
79
80 18 Jun 2014; Michał Górny <mgorny@g.o> libdc1394-2.2.1.ebuild:
81 Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug