Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.7-r1.ebuild easytag-2.1.7.ebuild
Date: Fri, 02 Mar 2012 21:57:09
Message-Id: 20120302215656.B8FEC2004B@flycatcher.gentoo.org
1 radhermit 12/03/02 21:56:56
2
3 Modified: ChangeLog
4 Added: easytag-2.1.7-r1.ebuild
5 Removed: easytag-2.1.7.ebuild
6 Log:
7 Revbump to re-add patch and remove old.
8
9 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.152 media-sound/easytag/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.152&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.152&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.151&r2=1.152
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
21 retrieving revision 1.151
22 retrieving revision 1.152
23 diff -u -r1.151 -r1.152
24 --- ChangeLog 27 Feb 2012 11:09:10 -0000 1.151
25 +++ ChangeLog 2 Mar 2012 21:56:56 -0000 1.152
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-sound/easytag
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.151 2012/02/27 11:09:10 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.152 2012/03/02 21:56:56 radhermit Exp $
31 +
32 +*easytag-2.1.7-r1 (02 Mar 2012)
33 +
34 + 02 Mar 2012; Tim Harder <radhermit@g.o> -easytag-2.1.7.ebuild,
35 + +easytag-2.1.7-r1.ebuild:
36 + Revbump to re-add patch and remove old.
37
38 27 Feb 2012; Justin Lecher <jlec@g.o> easytag-2.1.7.ebuild,
39 +files/easytag-2.1.7-gold.patch:
40
41
42
43 1.1 media-sound/easytag/easytag-2.1.7-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.1.7-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.1.7-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: easytag-2.1.7-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.7-r1.ebuild,v 1.1 2012/03/02 21:56:56 radhermit Exp $
53
54 EAPI=4
55 inherit eutils fdo-mime
56
57 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
58 HOMEPAGE="http://easytag.sourceforge.net"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
64 IUSE="flac mp3 mp4 speex vorbis wavpack"
65
66 RDEPEND=">=x11-libs/gtk+-2.12:2
67 mp3? ( >=media-libs/id3lib-3.8.3-r7
68 media-libs/libid3tag )
69 flac? ( media-libs/flac
70 media-libs/libvorbis )
71 mp4? ( >=media-libs/libmp4v2-1.9.0 )
72 vorbis? ( media-libs/libvorbis )
73 wavpack? ( media-sound/wavpack )
74 speex? ( media-libs/speex
75 media-libs/libvorbis )"
76 DEPEND="${RDEPEND}
77 dev-util/pkgconfig
78 sys-devel/gettext"
79
80 DOCS=( ChangeLog README THANKS TODO USERS-GUIDE )
81
82 src_prepare() {
83 epatch "${FILESDIR}"/${P}-gold.patch \
84 "${FILESDIR}"/${PN}-2.1.6-load-from-txt.patch
85 }
86
87 src_configure() {
88 econf \
89 $(use_enable mp3) \
90 $(use_enable mp3 id3v23) \
91 $(use_enable vorbis ogg) \
92 $(use_enable flac) \
93 $(use_enable mp4) \
94 $(use_enable wavpack) \
95 $(use_enable speex)
96 }
97
98 pkg_postinst() { fdo-mime_desktop_database_update; }
99 pkg_postrm() { fdo-mime_desktop_database_update; }