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/libtheora: libtheora-1.1.1-r1.ebuild ChangeLog
Date: Sat, 29 Mar 2014 05:10:39
Message-Id: 20140329051033.7B9CE20054@flycatcher.gentoo.org
1 ssuominen 14/03/29 05:10:33
2
3 Modified: libtheora-1.1.1-r1.ebuild ChangeLog
4 Log:
5 Fix underlinking (missing -lm for function rintf()) wrt #504270 by Hector Martin
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.4 media-libs/libtheora/libtheora-1.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: libtheora-1.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- libtheora-1.1.1-r1.ebuild 14 Oct 2013 17:47:48 -0000 1.3
23 +++ libtheora-1.1.1-r1.ebuild 29 Mar 2014 05:10:33 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.3 2013/10/14 17:47:48 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.4 2014/03/29 05:10:33 ssuominen Exp $
30
31 EAPI=5
32 inherit autotools eutils flag-o-matic multilib-minimal
33 @@ -37,6 +37,7 @@
34 src_prepare() {
35 epatch \
36 "${FILESDIR}"/${PN}-1.0_beta2-flags.patch \
37 + "${FILESDIR}"/${P}-underlinking.patch \
38 "${FILESDIR}"/${P}-libpng16.patch #465450
39
40 # bug 467006
41
42
43
44 1.115 media-libs/libtheora/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.115&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.115&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.114&r2=1.115
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
53 retrieving revision 1.114
54 retrieving revision 1.115
55 diff -u -r1.114 -r1.115
56 --- ChangeLog 14 Oct 2013 17:47:48 -0000 1.114
57 +++ ChangeLog 29 Mar 2014 05:10:33 -0000 1.115
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-libs/libtheora
60 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.114 2013/10/14 17:47:48 mgorny Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.115 2014/03/29 05:10:33 ssuominen Exp $
64 +
65 + 29 Mar 2014; Samuli Suominen <ssuominen@g.o>
66 + +files/libtheora-1.1.1-underlinking.patch, libtheora-1.1.1-r1.ebuild:
67 + Fix underlinking (missing -lm for function rintf()) wrt #504270 by Hector
68 + Martin
69
70 14 Oct 2013; Michał Górny <mgorny@g.o> libtheora-1.1.1-r1.ebuild:
71 Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug