public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/abcde: abcde-2.4.2-r1.ebuild ChangeLog abcde-2.4.2.ebuild
@ 2010-07-23 19:38 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2010-07-23 19:38 UTC (permalink / raw
  To: gentoo-commits

beandog     10/07/23 19:38:39

  Modified:             ChangeLog
  Added:                abcde-2.4.2-r1.ebuild
  Removed:              abcde-2.4.2.ebuild
  Log:
  Add atomicparsley dep for AAC tagging; bug 326171
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 media-sound/abcde/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	17 Jul 2010 18:31:34 -0000	1.50
+++ ChangeLog	23 Jul 2010 19:38:39 -0000	1.51
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/abcde
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.50 2010/07/17 18:31:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.51 2010/07/23 19:38:39 beandog Exp $
+
+*abcde-2.4.2-r1 (23 Jul 2010)
+
+  23 Jul 2010; Steve Dibb <beandog@gentoo.org> -abcde-2.4.2.ebuild,
+  +abcde-2.4.2-r1.ebuild:
+  Add atomicparsley dep for AAC tagging; bug 326171
 
 *abcde-2.4.2 (17 Jul 2010)
 



1.1                  media-sound/abcde/abcde-2.4.2-r1.ebuild

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

Index: abcde-2.4.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.4.2-r1.ebuild,v 1.1 2010/07/23 19:38:39 beandog Exp $

EAPI=2
inherit eutils

DESCRIPTION="A command line CD encoder"
HOMEPAGE="http://code.google.com/p/abcde/"
SRC_URI="http://abcde.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="aac cdparanoia flac id3 lame normalize replaygain speex vorbis"

RDEPEND="media-sound/cd-discid
	net-misc/wget
	virtual/eject
	aac? ( media-libs/faac
		media-video/atomicparsley )
	cdparanoia? ( media-sound/cdparanoia )
	flac? ( media-libs/flac )
	id3? (
		>=media-sound/id3-0.12
		media-sound/id3v2
	)
	lame? ( media-sound/lame )
	normalize? ( >=media-sound/normalize-0.7.4 )
	replaygain? (
		vorbis? ( media-sound/vorbisgain )
		lame? ( media-sound/mp3gain )
		)
	speex? ( media-libs/speex )
	vorbis? ( media-sound/vorbis-tools )"

src_prepare() {
	epatch "${FILESDIR}"/m4a-tagging.patch
	sed -i \
		-e 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' \
		abcde || die
}

src_install() {
	emake DESTDIR="${D}" etcdir="${D}etc/abcde" install || die
	dodoc changelog FAQ README TODO USEPIPES || die
	docinto examples
	dodoc examples/* || die
}






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

only message in thread, other threads:[~2010-07-23 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 19:38 [gentoo-commits] gentoo-x86 commit in media-sound/abcde: abcde-2.4.2-r1.ebuild ChangeLog abcde-2.4.2.ebuild Steve Dibb (beandog)

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