* [gentoo-commits] gentoo-x86 commit in media-sound/abcde: ChangeLog abcde-2.5.4.ebuild
@ 2012-11-21 2:19 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-11-21 2:19 UTC (permalink / raw
To: gentoo-commits
aballier 12/11/21 02:19:13
Modified: ChangeLog
Added: abcde-2.5.4.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.62 media-sound/abcde/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 22 Aug 2012 09:07:42 -0000 1.61
+++ ChangeLog 21 Nov 2012 02:19:13 -0000 1.62
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/abcde
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.61 2012/08/22 09:07:42 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.62 2012/11/21 02:19:13 aballier Exp $
+
+*abcde-2.5.4 (21 Nov 2012)
+
+ 21 Nov 2012; Alexis Ballier <aballier@gentoo.org> +abcde-2.5.4.ebuild:
+ version bump
22 Aug 2012; Michael Weber <xmw@gentoo.org> abcde-2.5.2.ebuild:
ppc stable (bug 421795).
1.1 media-sound/abcde/abcde-2.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild?rev=1.1&content-type=text/plain
Index: abcde-2.5.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild,v 1.1 2012/11/21 02:19:13 aballier Exp $
EAPI=4
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 ~x86"
IUSE="aac cdparanoia flac id3 lame musicbrainz normalize replaygain speex vorbis"
# See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies.
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 )
musicbrainz? (
dev-perl/MusicBrainz-DiscID
dev-perl/WebService-MusicBrainz
perl-core/Digest-SHA
virtual/perl-Getopt-Long
)
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() {
sed -i -e 's:etc/abcde.co:etc/abcde/abcde.co:g' abcde || die
}
src_install() {
emake DESTDIR="${D}" etcdir="${D}"etc/abcde install
dodoc changelog FAQ README TODO USEPIPES
docinto examples
dodoc examples/*
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/abcde: ChangeLog abcde-2.5.4.ebuild
@ 2013-01-23 11:52 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-23 11:52 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/01/23 11:52:34
Modified: ChangeLog abcde-2.5.4.ebuild
Log:
Only cdparanoia executable is used. Convert the dependency to || () for libcdio-paranoia support.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.66 media-sound/abcde/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 25 Nov 2012 09:32:49 -0000 1.65
+++ ChangeLog 23 Jan 2013 11:52:34 -0000 1.66
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/abcde
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.65 2012/11/25 09:32:49 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.66 2013/01/23 11:52:34 ssuominen Exp $
+
+ 23 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> abcde-2.5.4.ebuild:
+ Only cdparanoia executable is used. Convert the dependency to || () for
+ libcdio-paranoia support.
25 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> abcde-2.5.2.ebuild,
abcde-2.5.4.ebuild, metadata.xml:
1.3 media-sound/abcde/abcde-2.5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild?r1=1.2&r2=1.3
Index: abcde-2.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abcde-2.5.4.ebuild 25 Nov 2012 09:32:49 -0000 1.2
+++ abcde-2.5.4.ebuild 23 Jan 2013 11:52:34 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild,v 1.2 2012/11/25 09:32:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.5.4.ebuild,v 1.3 2013/01/23 11:52:34 ssuominen Exp $
EAPI=5
@@ -22,7 +22,9 @@
media-libs/faac
media-video/atomicparsley
)
- cdparanoia? ( media-sound/cdparanoia )
+ cdparanoia? (
+ || ( dev-libs/libcdio-paranoia media-sound/cdparanoia )
+ )
cdr? ( virtual/cdrtools )
flac? ( media-libs/flac )
id3tag? (
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-23 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 11:52 [gentoo-commits] gentoo-x86 commit in media-sound/abcde: ChangeLog abcde-2.5.4.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-11-21 2:19 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox