public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.7.ebuild
@ 2012-02-26  4:55 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-02-26  4:55 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/02/26 04:55:14

  Modified:             ChangeLog
  Added:                easytag-2.1.7.ebuild
  Log:
  Version bump (bug #400981).
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.150                media-sound/easytag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	29 Jul 2010 23:16:04 -0000	1.149
+++ ChangeLog	26 Feb 2012 04:55:14 -0000	1.150
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/easytag
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.149 2010/07/29 23:16:04 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.150 2012/02/26 04:55:14 radhermit Exp $
+
+*easytag-2.1.7 (26 Feb 2012)
+
+  26 Feb 2012; Tim Harder <radhermit@gentoo.org> +easytag-2.1.7.ebuild:
+  Version bump (bug #400981).
 
 *easytag-2.1.6-r4 (29 Jul 2010)
 



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

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

Index: easytag-2.1.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.7.ebuild,v 1.1 2012/02/26 04:55:14 radhermit Exp $

EAPI=4
inherit fdo-mime

DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
HOMEPAGE="http://easytag.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="flac mp3 mp4 speex vorbis wavpack"

RDEPEND=">=x11-libs/gtk+-2.12:2
	mp3? ( >=media-libs/id3lib-3.8.3-r7
		media-libs/libid3tag )
	flac? ( media-libs/flac
		media-libs/libvorbis )
	mp4? ( >=media-libs/libmp4v2-1.9.0 )
	vorbis? ( media-libs/libvorbis )
	wavpack? ( media-sound/wavpack )
	speex? ( media-libs/speex
		media-libs/libvorbis )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"

DOCS=( ChangeLog README THANKS TODO USERS-GUIDE )

src_configure() {
	econf \
		$(use_enable mp3) \
		$(use_enable mp3 id3v23) \
		$(use_enable vorbis ogg) \
		$(use_enable flac) \
		$(use_enable mp4) \
		$(use_enable wavpack) \
		$(use_enable speex)
}

pkg_postinst() { fdo-mime_desktop_database_update; }
pkg_postrm() { fdo-mime_desktop_database_update; }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.7.ebuild
@ 2012-02-27 11:09 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-02-27 11:09 UTC (permalink / raw
  To: gentoo-commits

jlec        12/02/27 11:09:10

  Modified:             ChangeLog easytag-2.1.7.ebuild
  Log:
  Add patch to fix underlinking detected by linking with gold
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.151                media-sound/easytag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	26 Feb 2012 04:55:14 -0000	1.150
+++ ChangeLog	27 Feb 2012 11:09:10 -0000	1.151
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/easytag
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.150 2012/02/26 04:55:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.151 2012/02/27 11:09:10 jlec Exp $
+
+  27 Feb 2012; Justin Lecher <jlec@gentoo.org> easytag-2.1.7.ebuild,
+  +files/easytag-2.1.7-gold.patch:
+  Add patch to fix underlinking detected by linking with gold
 
 *easytag-2.1.7 (26 Feb 2012)
 



1.2                  media-sound/easytag/easytag-2.1.7.ebuild

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

Index: easytag-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- easytag-2.1.7.ebuild	26 Feb 2012 04:55:14 -0000	1.1
+++ easytag-2.1.7.ebuild	27 Feb 2012 11:09:10 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.7.ebuild,v 1.1 2012/02/26 04:55:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.7.ebuild,v 1.2 2012/02/27 11:09:10 jlec Exp $
 
 EAPI=4
-inherit fdo-mime
+inherit eutils fdo-mime
 
 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
 HOMEPAGE="http://easytag.sourceforge.net"
@@ -30,6 +30,10 @@
 
 DOCS=( ChangeLog README THANKS TODO USERS-GUIDE )
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-gold.patch
+}
+
 src_configure() {
 	econf \
 		$(use_enable mp3) \






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-27 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26  4:55 [gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.7.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-27 11:09 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox