Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.9-r1.ebuild
Date: Sat, 08 Feb 2014 15:39:51
Message-Id: 20140208153945.BB8192004C@flycatcher.gentoo.org
1 polynomial-c 14/02/08 15:39:45
2
3 Modified: ChangeLog
4 Added: easytag-2.1.9-r1.ebuild
5 Log:
6 Added a bunch of fixes as requested by upstream maintainer in bug #500654
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.178 media-sound/easytag/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.178&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.178&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.177&r2=1.178
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
20 retrieving revision 1.177
21 retrieving revision 1.178
22 diff -u -r1.177 -r1.178
23 --- ChangeLog 26 Jan 2014 12:09:16 -0000 1.177
24 +++ ChangeLog 8 Feb 2014 15:39:45 -0000 1.178
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/easytag
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.177 2014/01/26 12:09:16 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.178 2014/02/08 15:39:45 polynomial-c Exp $
30 +
31 +*easytag-2.1.9-r1 (08 Feb 2014)
32 +
33 + 08 Feb 2014; Lars Wendler <polynomial-c@g.o> +easytag-2.1.9-r1.ebuild:
34 + Added a bunch of fixes as requested by upstream maintainer in bug #500654.
35
36 26 Jan 2014; Agostino Sarubbo <ago@g.o> easytag-2.1.8.ebuild:
37 Stable for sparc, wrt bug #492250
38
39
40
41 1.1 media-sound/easytag/easytag-2.1.9-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.1.9-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.1.9-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: easytag-2.1.9-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.9-r1.ebuild,v 1.1 2014/02/08 15:39:45 polynomial-c Exp $
51
52 EAPI=5
53 inherit eutils autotools gnome.org fdo-mime
54
55 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
56 HOMEPAGE="http://projects.gnome.org/easytag/"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
61 IUSE="flac mp3 mp4 nls speex vorbis wavpack"
62
63 SRC_URI+=" https://git.gnome.org/browse/easytag/patch/?id=dd4f3bd815bd186e3e58752e0ac7999c6c645fd7 -> ${PN}-2.1.9-g_output_stream_check_fix.patch
64 https://git.gnome.org/browse/easytag/patch/?id=c01a3ee46ca0b8e35fafa5008d5b6ef5e8e66592 -> ${PN}-2.1.9-invalid_arguments_crash_fix.patch
65 https://git.gnome.org/browse/easytag/patch/?id=6c70f15269bd66936b2e7d65e62c8a80bc38fc9f -> ${PN}-2.1.9-do_not_unref_gfile.patch
66 https://git.gnome.org/browse/easytag/patch/?id=afad898b0394b6eafeaf6f89cf411ac5c0e96ab0 -> ${PN}-2.1.9-long_format_date_memleak_fix.patch
67 https://git.gnome.org/browse/easytag/patch/?id=1d0a255ca85d964141945a29f6e92d2ba0d89714 -> ${PN}-2.1.9-parse_date_memleak_fix.patch"
68
69 RDEPEND=">=x11-libs/gtk+-2.24:2
70 mp3? (
71 >=media-libs/id3lib-3.8.3-r7
72 media-libs/libid3tag
73 )
74 flac? (
75 media-libs/flac
76 media-libs/libvorbis
77 )
78 mp4? ( media-libs/taglib[mp4] )
79 vorbis? ( media-libs/libvorbis )
80 wavpack? ( media-sound/wavpack )
81 speex? (
82 media-libs/speex
83 media-libs/libvorbis
84 )"
85 DEPEND="${RDEPEND}
86 app-text/yelp-tools
87 dev-util/intltool
88 virtual/pkgconfig
89 nls? ( sys-devel/gettext )"
90
91 src_prepare() {
92 epatch "${FILESDIR}"/${PN}-2.1.8-werror.patch
93 # 500654
94 epatch "${DISTDIR}/${P}-g_output_stream_check_fix.patch" \
95 "${DISTDIR}/${P}-invalid_arguments_crash_fix.patch" \
96 "${DISTDIR}/${P}-do_not_unref_gfile.patch" \
97 "${DISTDIR}/${P}-long_format_date_memleak_fix.patch" \
98 "${DISTDIR}/${P}-parse_date_memleak_fix.patch"
99 eautoreconf
100 }
101
102 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
103
104 src_configure() {
105 econf \
106 $(use_enable nls) \
107 $(use_enable mp3) \
108 $(use_enable mp3 id3v23) \
109 $(use_enable vorbis ogg) \
110 $(use_enable speex) \
111 $(use_enable flac) \
112 $(use_enable mp4) \
113 $(use_enable wavpack)
114 }
115
116 pkg_postinst() { fdo-mime_desktop_database_update; }
117 pkg_postrm() { fdo-mime_desktop_database_update; }