Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libid3tag: ChangeLog libid3tag-0.15.1b-r2.ebuild libid3tag-0.15.1b-r1.ebuild
Date: Mon, 05 May 2008 14:40:30
Message-Id: E1Jt1re-0003wG-BD@stork.gentoo.org
1 tester 08/05/05 14:40:26
2
3 Modified: ChangeLog
4 Added: libid3tag-0.15.1b-r2.ebuild
5 Removed: libid3tag-0.15.1b-r1.ebuild
6 Log:
7 Bump revision to make sure everyone get the latest patch
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.35 media-libs/libid3tag/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 5 May 2008 13:52:35 -0000 1.34
24 +++ ChangeLog 5 May 2008 14:40:25 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/libid3tag
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v 1.34 2008/05/05 13:52:35 tester Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v 1.35 2008/05/05 14:40:25 tester Exp $
30 +
31 +*libid3tag-0.15.1b-r2 (05 May 2008)
32 +
33 + 05 May 2008; Olivier CrĂȘte <tester@g.o>
34 + -libid3tag-0.15.1b-r1.ebuild, +libid3tag-0.15.1b-r2.ebuild:
35 + Bump revision to make sure everyone get the latest patch
36
37 05 May 2008; Olivier CrĂȘte <tester@g.o>
38 +files/0.15.1b/libid3tag-0.15.1b-fix_overflow.patch:
39
40
41
42 1.1 media-libs/libid3tag/libid3tag-0.15.1b-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libid3tag-0.15.1b-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r2.ebuild,v 1.1 2008/05/05 14:40:25 tester Exp $
52
53 inherit eutils multilib
54
55 DESCRIPTION="The MAD id3tag library"
56 HOMEPAGE="http://www.underbit.com/products/mad/"
57 SRC_URI="mirror://sourceforge/mad/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE="debug"
63
64 DEPEND="dev-util/gperf"
65
66 RDEPEND="${DEPEND}
67 >=sys-libs/zlib-1.1.3"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 epunt_cxx #74489
73
74 epatch "${FILESDIR}/${PV}"/*.patch
75 }
76
77 src_compile() {
78 econf $(use_enable debug debugging) || die "configure failed"
79 emake || die "make failed"
80 }
81
82 src_install() {
83 make install DESTDIR="${D}" || die "make install failed"
84
85 dodoc CHANGES CREDITS README TODO VERSION
86
87 # This file must be updated with every version update
88 insinto /usr/$(get_libdir)/pkgconfig
89 doins "${FILESDIR}/id3tag.pc"
90 sed -i -e "s:libdir=\${exec_prefix}/lib:libdir=/usr/$(get_libdir):" \
91 -e "s:0.15.0b:${PV}:" \
92 "${D}/usr/$(get_libdir)/pkgconfig/id3tag.pc"
93 }
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list