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.5.ebuild easytag-2.1.4.ebuild
@ 2008-01-27 14:55 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-01-27 14:55 UTC (permalink / raw
  To: gentoo-commits

drac        08/01/27 14:55:05

  Modified:             ChangeLog
  Added:                easytag-2.1.5.ebuild
  Removed:              easytag-2.1.4.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.113                media-sound/easytag/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	11 Dec 2007 16:27:22 -0000	1.112
+++ ChangeLog	27 Jan 2008 14:55:05 -0000	1.113
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/easytag
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.112 2007/12/11 16:27:22 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.113 2008/01/27 14:55:05 drac Exp $
+
+*easytag-2.1.5 (27 Jan 2008)
+
+  27 Jan 2008; Samuli Suominen <drac@gentoo.org> -easytag-2.1.4.ebuild,
+  +easytag-2.1.5.ebuild:
+  Version bump.
 
 *easytag-2.1.4 (11 Dec 2007)
 



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

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

Index: easytag-2.1.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild,v 1.1 2008/01/27 14:55:05 drac Exp $

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"
IUSE="aac flac mp3 speex vorbis wavpack"

RDEPEND=">=x11-libs/gtk+-2.4.1
	mp3? ( >=media-libs/id3lib-3.8.3-r6
		media-libs/libid3tag )
	flac? ( >=media-libs/flac-1.1 >=media-libs/libvorbis-1 )
	vorbis? ( >=media-libs/libvorbis-1.0.1
		>=media-libs/libogg-1 )
	aac? ( media-libs/libmp4v2 )
	wavpack? ( media-sound/wavpack )
	speex? ( media-libs/speex )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"

src_compile() {
	econf $(use_enable mp3) \
		$(use_enable mp3 id3v23) \
		$(use_enable vorbis ogg) \
		$(use_enable flac) \
		$(use_enable aac mp4) \
		$(use_enable wavpack) \
		$(use_enable speex)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc ChangeLog README THANKS TODO USERS-GUIDE
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-27 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 14:55 [gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.5.ebuild easytag-2.1.4.ebuild Samuli Suominen (drac)

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