radhermit    14/11/25 23:46:48

  Modified:             ChangeLog
  Added:                easytag-2.2.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.198                media-sound/easytag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   8 Oct 2014 08:43:56 -0000       1.197
+++ ChangeLog   25 Nov 2014 23:46:48 -0000      1.198
@@ -1,6 +1,11 @@
 # 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.197 
2014/10/08 08:43:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.198 
2014/11/25 23:46:48 radhermit Exp $
+
+*easytag-2.2.5 (25 Nov 2014)
+
+  25 Nov 2014; Tim Harder <[email protected]> +easytag-2.2.5.ebuild:
+  Version bump.
 
 *easytag-2.2.4 (08 Oct 2014)
 



1.1                  media-sound/easytag/easytag-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: easytag-2.2.5.ebuild
===================================================================
# 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.5.ebuild,v 
1.1 2014/11/25 23:46:48 radhermit Exp $

EAPI=5
inherit fdo-mime gnome.org gnome2-utils

DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media 
tags"
HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG";

LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
IUSE="flac gtk2 +gtk3 mp3 mp4 opus speex test vorbis wavpack"
REQUIRED_USE="|| ( gtk2 gtk3 )
        opus? ( vorbis )
        speex? ( vorbis )"

RDEPEND=">=dev-libs/glib-2.32:2
        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
                )
        mp4? ( >=media-libs/taglib-1.9.1[mp4] )
        opus? (
                >=media-libs/opus-1.1
                >=media-libs/opusfile-0.4
                )
        speex? ( >=media-libs/speex-1.2_rc1 )
        vorbis? (
                >=media-libs/libogg-1.3.1
                >=media-libs/libvorbis-1.3.4
                )
        wavpack? ( >=media-sound/wavpack-4.70 )"
DEPEND="${RDEPEND}
        app-text/docbook-xml-dtd:4.4
        app-text/yelp-tools
        dev-libs/libxml2
        dev-libs/libxslt
        >=dev-util/intltool-0.50
        >=sys-devel/gettext-0.18.3.2
        virtual/pkgconfig
        !<dev-util/pkgconfig-0.27
        test? (
                >=dev-util/appdata-tools-0.1.7
                >=dev-util/desktop-file-utils-0.22
                )"

DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )

src_prepare() {
        sed -i \
                -e '/^DEPRECATED_CPPFLAGS="/d' \
                -e '/warning_flags/s: -Werror=.*:":' \
                configure || die
}

src_configure() {
        # Kludge to make easytag find its locales (bug #503698)
        export DATADIRNAME=share

        econf \
                $(use_enable test appdata-validate) \
                $(use_enable test tests) \
                $(use_enable mp3) \
                $(use_enable mp3 id3v23) \
                $(use_enable vorbis ogg) \
                $(use_enable opus) \
                $(use_enable speex) \
                $(use_enable flac) \
                $(use_enable mp4) \
                $(use_enable wavpack) \
                $(use_with gtk2)
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; }
pkg_postrm() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; }




Reply via email to