yngwin      14/05/11 10:05:21

  Modified:             metadata.xml easytag-2.2.2.ebuild ChangeLog
  Log:
  Restore gtk2 useflag which was dropped for no good reason
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  Changes    Path
1.13                 media-sound/easytag/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/metadata.xml?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/metadata.xml?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/metadata.xml?r1=1.12&r2=1.13

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml        9 May 2014 19:18:19 -0000       1.12
+++ metadata.xml        11 May 2014 10:05:20 -0000      1.13
@@ -4,6 +4,8 @@
        <herd>sound</herd>
        <use>
                <flag name='opus'>Enable support for <pkg>media-libs/opus</pkg> 
and <pkg>media-libs/opusfile</pkg> (opus audio codec)</flag>
+               <flag name='gtk2'>Enable GTK+:2 support and disable default 
GTK+:3 support</flag>
+               <flag name='gtk3'>Enable GTK+:3 support (default) and disable 
GTK+:2 support</flag>
        </use>
        <longdescription>a utility for viewing and editing tags for MP3, MP2, 
FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ 
interface</longdescription>
 </pkgmetadata>



1.4                  media-sound/easytag/easytag-2.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?r1=1.3&r2=1.4

Index: easytag-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- easytag-2.2.2.ebuild        9 May 2014 19:21:20 -0000       1.3
+++ easytag-2.2.2.ebuild        11 May 2014 10:05:20 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 
1.3 2014/05/09 19:21:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 
1.4 2014/05/11 10:05:20 yngwin Exp $
 
 EAPI=5
 inherit fdo-mime gnome.org gnome2-utils
@@ -11,11 +11,13 @@
 LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="flac mp3 mp4 opus speex test vorbis wavpack"
+IUSE="flac gtk2 +gtk3 mp3 mp4 opus speex test vorbis wavpack"
+REQUIRED_USE="|| ( gtk2 gtk3 )"
 
 RDEPEND=">=dev-libs/glib-2.32:2
-       >=x11-libs/gtk+-3.4:3
        flac? ( >=media-libs/flac-1.3 )
+       gtk2? ( >=x11-libs/gtk+-2.24:2 )
+       gtk3? ( >=x11-libs/gtk+-3.4:3 )
        mp3? (
                >=media-libs/id3lib-3.8.3-r8
                >=media-libs/libid3tag-0.15.1b-r4
@@ -71,7 +73,8 @@
                $(use_enable speex) \
                $(use_enable flac) \
                $(use_enable mp4) \
-               $(use_enable wavpack)
+               $(use_enable wavpack) \
+               $(use_with gtk2)
 }
 
 pkg_preinst() { gnome2_icon_savelist; }



1.193                media-sound/easytag/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.193&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.193&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.192&r2=1.193

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   9 May 2014 19:21:20 -0000       1.192
+++ ChangeLog   11 May 2014 10:05:20 -0000      1.193
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/easytag
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.192 
2014/05/09 19:21:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.193 
2014/05/11 10:05:20 yngwin Exp $
+
+  11 May 2014; Ben de Groot <[email protected]> easytag-2.2.2.ebuild,
+  metadata.xml:
+  Restore gtk2 useflag which was dropped for no good reason
 
   09 May 2014; Samuli Suominen <[email protected]> easytag-2.2.2.ebuild:
   Reposition DOCS in the ebuild.




Reply via email to