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 12:54:27
Message-Id: 20140620125423.C818B2004E@flycatcher.gentoo.org
1 ssuominen 14/06/20 12:54:23
2
3 Modified: libdc1394-2.2.1.ebuild ChangeLog
4 Log:
5 Since capture.c in dc1394/usb/ directory is using pthread_join and pthread_create functions, link to -lpthread accordingly wrt #514008
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libdc1394-2.2.1.ebuild 20 Jun 2014 11:53:31 -0000 1.5
23 +++ libdc1394-2.2.1.ebuild 20 Jun 2014 12:54:23 -0000 1.6
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.5 2014/06/20 11:53:31 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.2.1.ebuild,v 1.6 2014/06/20 12:54:23 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -23,7 +23,10 @@
33 doc? ( app-doc/doxygen )"
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-includes.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-includes.patch \
39 + "${FILESDIR}"/${P}-pthread.patch
40 +
41 AT_M4DIR=${WORKDIR}/aclocal eautoreconf
42 }
43
44
45
46
47 1.75 media-libs/libdc1394/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?rev=1.75&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?rev=1.75&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdc1394/ChangeLog?r1=1.74&r2=1.75
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v
56 retrieving revision 1.74
57 retrieving revision 1.75
58 diff -u -r1.74 -r1.75
59 --- ChangeLog 20 Jun 2014 11:53:31 -0000 1.74
60 +++ ChangeLog 20 Jun 2014 12:54:23 -0000 1.75
61 @@ -1,6 +1,11 @@
62 # ChangeLog for media-libs/libdc1394
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.74 2014/06/20 11:53:31 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.75 2014/06/20 12:54:23 ssuominen Exp $
66 +
67 + 20 Jun 2014; Samuli Suominen <ssuominen@g.o>
68 + +files/libdc1394-2.2.1-pthread.patch, libdc1394-2.2.1.ebuild:
69 + Since capture.c in dc1394/usb/ directory is using pthread_join and
70 + pthread_create functions, link to -lpthread accordingly wrt #514008
71
72 20 Jun 2014; Samuli Suominen <ssuominen@g.o> libdc1394-2.2.1.ebuild:
73 Download and extract sdl.m4 and point AT_M4DIR for eautoreconf to it wrt