Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.8.ebuild ChangeLog
Date: Sat, 01 Dec 2012 14:33:42
Message-Id: 20121201143331.94906216AC@flycatcher.gentoo.org
1 kensington 12/12/01 14:33:31
2
3 Modified: taglib-1.8.ebuild ChangeLog
4 Log:
5 Fix build on FreeBSD wrt bug #445012. Thanks to Naohiro Aota <naota@g.o> for the patch.
6
7 (Portage version: 2.1.11.32/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.2 media-libs/taglib/taglib-1.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.8.ebuild?r1=1.1&r2=1.2
15
16 Index: taglib-1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- taglib-1.8.ebuild 11 Sep 2012 09:54:19 -0000 1.1
23 +++ taglib-1.8.ebuild 1 Dec 2012 14:33:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.8.ebuild,v 1.1 2012/09/11 09:54:19 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.8.ebuild,v 1.2 2012/12/01 14:33:31 kensington Exp $
29
30 EAPI=4
31 CMAKE_IN_SOURCE_BUILD=1
32 @@ -22,6 +22,7 @@
33 "
34
35 PATCHES=(
36 + "${FILESDIR}"/${P}-freebsd.patch
37 "${FILESDIR}"/${PN}-1.6.1-install-examples.patch
38 )
39
40
41
42
43 1.134 media-libs/taglib/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.134&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.134&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.133&r2=1.134
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
52 retrieving revision 1.133
53 retrieving revision 1.134
54 diff -u -r1.133 -r1.134
55 --- ChangeLog 11 Sep 2012 09:54:19 -0000 1.133
56 +++ ChangeLog 1 Dec 2012 14:33:31 -0000 1.134
57 @@ -1,6 +1,11 @@
58 # ChangeLog for media-libs/taglib
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.133 2012/09/11 09:54:19 johu Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.134 2012/12/01 14:33:31 kensington Exp $
62 +
63 + 01 Dec 2012; Michael Palimaka <kensington@g.o>
64 + +files/taglib-1.8-freebsd.patch, taglib-1.8.ebuild:
65 + Fix build on FreeBSD wrt bug #445012. Thanks to Naohiro Aota
66 + <naota@g.o> for the patch.
67
68 *taglib-1.8 (11 Sep 2012)