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.2.3.ebuild
Date: Fri, 01 Aug 2014 19:43:34
Message-Id: 20140801194331.53ACC2004E@flycatcher.gentoo.org
1 polynomial-c 14/08/01 19:43:31
2
3 Modified: ChangeLog
4 Added: easytag-2.2.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.196 media-sound/easytag/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.196&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.196&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.195&r2=1.196
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
20 retrieving revision 1.195
21 retrieving revision 1.196
22 diff -u -r1.195 -r1.196
23 --- ChangeLog 19 Jul 2014 17:27:06 -0000 1.195
24 +++ ChangeLog 1 Aug 2014 19:43:31 -0000 1.196
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.195 2014/07/19 17:27:06 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.196 2014/08/01 19:43:31 polynomial-c Exp $
30 +
31 +*easytag-2.2.3 (01 Aug 2014)
32 +
33 + 01 Aug 2014; Lars Wendler <polynomial-c@g.o> +easytag-2.2.3.ebuild:
34 + Version bump.
35
36 19 Jul 2014; Tobias Klausmann <klausman@g.o> easytag-2.2.2.ebuild:
37 Keyworded on alpha, bug #503608
38
39
40
41 1.1 media-sound/easytag/easytag-2.2.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: easytag-2.2.3.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.2.3.ebuild,v 1.1 2014/08/01 19:43:31 polynomial-c Exp $
51
52 EAPI=5
53 inherit fdo-mime gnome.org gnome2-utils
54
55 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
56 HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG"
57
58 LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
61 IUSE="flac gtk2 +gtk3 mp3 mp4 opus speex test vorbis wavpack"
62 REQUIRED_USE="|| ( gtk2 gtk3 )
63 opus? ( vorbis )
64 speex? ( vorbis )"
65
66 RDEPEND=">=dev-libs/glib-2.32:2
67 flac? ( >=media-libs/flac-1.3 )
68 gtk2? ( >=x11-libs/gtk+-2.24:2 )
69 gtk3? ( >=x11-libs/gtk+-3.4:3 )
70 mp3? (
71 >=media-libs/id3lib-3.8.3-r8
72 >=media-libs/libid3tag-0.15.1b-r4
73 )
74 mp4? ( >=media-libs/taglib-1.9.1[mp4] )
75 opus? (
76 >=media-libs/opus-1.1
77 >=media-libs/opusfile-0.4
78 )
79 speex? ( >=media-libs/speex-1.2_rc1 )
80 vorbis? (
81 >=media-libs/libogg-1.3.1
82 >=media-libs/libvorbis-1.3.4
83 )
84 wavpack? ( >=media-sound/wavpack-4.70 )"
85 DEPEND="${RDEPEND}
86 app-text/docbook-xml-dtd:4.4
87 app-text/yelp-tools
88 dev-libs/libxml2
89 dev-libs/libxslt
90 >=dev-util/intltool-0.50
91 >=sys-devel/gettext-0.18.3.2
92 virtual/pkgconfig
93 !<dev-util/pkgconfig-0.27
94 test? (
95 >=dev-util/appdata-tools-0.1.7
96 >=dev-util/desktop-file-utils-0.22
97 )"
98
99 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
100
101 src_prepare() {
102 sed -i \
103 -e '/^DEPRECATED_CPPFLAGS="/d' \
104 -e '/warning_flags/s: -Werror=.*:":' \
105 configure || die
106 }
107
108 src_configure() {
109 # Kludge to make easytag find its locales (bug #503698)
110 export DATADIRNAME=share
111
112 econf \
113 $(use_enable test appdata-validate) \
114 $(use_enable test tests) \
115 $(use_enable mp3) \
116 $(use_enable mp3 id3v23) \
117 $(use_enable vorbis ogg) \
118 $(use_enable opus) \
119 $(use_enable speex) \
120 $(use_enable flac) \
121 $(use_enable mp4) \
122 $(use_enable wavpack) \
123 $(use_with gtk2)
124 }
125
126 pkg_preinst() { gnome2_icon_savelist; }
127 pkg_postinst() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; }
128 pkg_postrm() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; }