Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libavc1394: ChangeLog libavc1394-0.5.4-r1.ebuild
Date: Thu, 01 Aug 2013 15:53:41
Message-Id: 20130801155337.658DE2171C@flycatcher.gentoo.org
1 aballier 13/08/01 15:53:37
2
3 Modified: ChangeLog
4 Added: libavc1394-0.5.4-r1.ebuild
5 Log:
6 Go multilib and stack it for baselibs -r5, ebuild based on Karl Lindéns
7
8 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.43 sys-libs/libavc1394/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libavc1394/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libavc1394/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libavc1394/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 29 Jun 2013 15:30:35 -0000 1.42
24 +++ ChangeLog 1 Aug 2013 15:53:37 -0000 1.43
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-libs/libavc1394
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/ChangeLog,v 1.42 2013/06/29 15:30:35 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/ChangeLog,v 1.43 2013/08/01 15:53:37 aballier Exp $
30 +
31 +*libavc1394-0.5.4-r1 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Alexis Ballier <aballier@g.o>
34 + +libavc1394-0.5.4-r1.ebuild:
35 + Go multilib and stack it for baselibs -r5, ebuild based on Karl Lindéns one
36 + in bug
37
38 29 Jun 2013; Agostino Sarubbo <ago@g.o> libavc1394-0.5.4.ebuild:
39 Stable for arm, wrt bug #473302
40
41
42
43 1.1 sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libavc1394-0.5.4-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.4-r1.ebuild,v 1.1 2013/08/01 15:53:37 aballier Exp $
53
54 EAPI="4"
55
56 inherit autotools-multilib
57
58 DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set"
59 HOMEPAGE="http://www.linux1394.org/ http://sourceforge.net/projects/libavc1394/"
60 SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="static-libs"
66
67 RDEPEND=">=sys-libs/libraw1394-0.8[${MULTILIB_USEDEP}]
68 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r4
69 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
70 DEPEND="${RDEPEND}
71 virtual/pkgconfig"