Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/qt-gstreamer: qt-gstreamer-1.2.0-r1.ebuild ChangeLog
Date: Sat, 30 May 2015 11:39:52
Message-Id: 20150530113948.97556A10@oystercatcher.gentoo.org
1 johu 15/05/30 11:39:48
2
3 Modified: qt-gstreamer-1.2.0-r1.ebuild ChangeLog
4 Log:
5 Add patch to fix build with dev-libs/boost-1.57, bug #550016. Thanks to David Kredba <nheghathivhistha@×××××.com> and Heiko Becker <heirecka@×××××××.org>.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
8
9 Revision Changes Path
10 1.3 media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: qt-gstreamer-1.2.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qt-gstreamer-1.2.0-r1.ebuild 9 Mar 2015 11:09:27 -0000 1.2
23 +++ qt-gstreamer-1.2.0-r1.ebuild 30 May 2015 11:39:48 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild,v 1.2 2015/03/09 11:09:27 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild,v 1.3 2015/05/30 11:39:48 johu Exp $
29
30 EAPI=5
31
32 @@ -53,6 +53,8 @@
33 )
34 "
35
36 +PATCHES=( "${FILESDIR}/${P}-boost157.patch" )
37 +
38 # bug 497880
39 RESTRICT="test"
40
41
42
43
44 1.24 media-libs/qt-gstreamer/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/ChangeLog?rev=1.24&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/ChangeLog?rev=1.24&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/qt-gstreamer/ChangeLog?r1=1.23&r2=1.24
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/ChangeLog,v
53 retrieving revision 1.23
54 retrieving revision 1.24
55 diff -u -r1.23 -r1.24
56 --- ChangeLog 9 Mar 2015 11:09:27 -0000 1.23
57 +++ ChangeLog 30 May 2015 11:39:48 -0000 1.24
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-libs/qt-gstreamer
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/ChangeLog,v 1.23 2015/03/09 11:09:27 kensington Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qt-gstreamer/ChangeLog,v 1.24 2015/05/30 11:39:48 johu Exp $
63 +
64 + 30 May 2015; Johannes Huber <johu@g.o>
65 + +files/qt-gstreamer-1.2.0-boost157.patch, qt-gstreamer-1.2.0-r1.ebuild:
66 + Add patch to fix build with dev-libs/boost-1.57, bug #550016. Thanks to David
67 + Kredba <nheghathivhistha@×××××.com> and Heiko Becker <heirecka@×××××××.org>.
68
69 09 Mar 2015; Michael Palimaka <kensington@g.o>
70 qt-gstreamer-1.2.0-r1.ebuild: