From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcde/
Date: Sun, 21 Aug 2016 07:09:15 +0000 (UTC) [thread overview]
Message-ID: <1471763352.2d8bcf03d137b7d01bdbdb09383d02c8e8c54fad.aballier@gentoo> (raw)
commit: 2d8bcf03d137b7d01bdbdb09383d02c8e8c54fad
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 07:09:01 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 07:09:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8bcf03
media-sound/abcde: bump to 2.7.2
Package-Manager: portage-2.3.0
media-sound/abcde/Manifest | 1 +
media-sound/abcde/abcde-2.7.2.ebuild | 70 ++++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+)
diff --git a/media-sound/abcde/Manifest b/media-sound/abcde/Manifest
index eec0bea..19506fb 100644
--- a/media-sound/abcde/Manifest
+++ b/media-sound/abcde/Manifest
@@ -1,3 +1,4 @@
DIST abcde-2.5.4.tar.gz 104229 SHA256 85b679b970e728a986487adcbff7c51eb0e72f9fa10c4450521f8e029fa6e591 SHA512 be3c8f697873b65888a37ea6209e161a6fc7bbe26c6e139b211b1fbcb233d3e250b21f6fad2114962ca4dcce79240e2cec51f69ce47549c737071a6122694791 WHIRLPOOL ae5ea868c7d66f8bd367f0a9724546721524b84ae0478fb9bd2ae64b1c1b358a24bfd8d0303ce3012c2bcce40d3b97a1cbcedcb13f8d4dea2ae6cd988d6c0921
DIST abcde-2.7.1.tar.gz 144302 SHA256 3401e39785b20edee843d4d875b47d2b559f764681c482c4491a8c8ba605f250 SHA512 55d0d6e01af7a492367889f948b1beb3d08ecf2204d6384a93f9b3ed4b8f34fad2c1e517f56a87c2d3041bf116fe6aaa7d1ae98705e4f5f89283288588c8b48e WHIRLPOOL fdd6a9961e47e3dc6447dd4d42048dc02dabaca4283fffc8adf9789b1ca8c19ee636c16c6234d954ea5c73448926efe66e5e77574a030421689381ea6fb74ad2
+DIST abcde-2.7.2.tar.gz 146407 SHA256 aa39881682ac46eb9fc199d1343b97bc56a322b41a5c57013acda31948bc53dd SHA512 b39af36d539de85b76e19da9fbe7ebb2dcbe69cc00a760eeaa163b402c9f7fbf399e28e6834904c12fc42706ab844522f3fc012bcd50a591b36f8c0b778af563 WHIRLPOOL efc7e8e309081dd872ff25d7b721305fb16dd17833d35cdf23ab4b5cf65cf60cbfb29b9d5446b93d1978e52c9faf7e6a22a89b647825aca151c7b96b73b94dce
DIST abcde-2.7.tar.gz 140039 SHA256 0148698a09fedcbae37ee9da295afe411a1190cf8ae224b7814d31b5bf737746 SHA512 0e5c931cddf283cb4444136e4ad43c996d8f69c990a76ed032ad9863c8de54ad9a9896a2de1a500184690b72ffb35ab2e2f859f12a19f15f093ef016ff69c61e WHIRLPOOL da88cef66740720dffc5175e2777a5da7cf014a64eefcf582ee734949edf19df858e3d9a7ab49295e0d2e2cc7017eb6ccb5345fa123be780c30744be5cf6a171
diff --git a/media-sound/abcde/abcde-2.7.2.ebuild b/media-sound/abcde/abcde-2.7.2.ebuild
new file mode 100644
index 0000000..4cb3bc9
--- /dev/null
+++ b/media-sound/abcde/abcde-2.7.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A command line CD encoder"
+HOMEPAGE="http://abcde.einval.com/"
+SRC_URI="http://abcde.einval.com/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+# Enable MP3 related flags by default
+IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize opus replaygain speex vorbis wavpack"
+
+# 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-sound/neroaac )
+ || ( media-video/atomicparsley media-video/atomicparsley-wez )
+ )
+ cdparanoia? (
+ || ( dev-libs/libcdio-paranoia media-sound/cdparanoia )
+ )
+ cdr? ( virtual/cdrtools )
+ flac? ( media-libs/flac )
+ id3tag? (
+ dev-python/eyeD3:0.7
+ >=media-sound/id3-0.12
+ media-sound/id3v2
+ )
+ lame? ( media-sound/lame )
+ mac? (
+ media-sound/apetag
+ media-sound/mac
+ )
+ musepack? ( media-sound/musepack-tools )
+ musicbrainz? (
+ dev-perl/MusicBrainz-DiscID
+ dev-perl/WebService-MusicBrainz
+ virtual/perl-Digest-SHA
+ virtual/perl-Getopt-Long
+ )
+ normalize? ( >=media-sound/normalize-0.7.4 )
+ opus? ( media-sound/opus-tools )
+ replaygain? (
+ vorbis? ( media-sound/vorbisgain )
+ lame? ( media-sound/mp3gain )
+ )
+ speex? ( media-libs/speex )
+ vorbis? ( media-sound/vorbis-tools )
+ wavpack? ( media-sound/wavpack )
+"
+
+src_prepare() {
+ sed -i 's:etc/abcde.co:etc/abcde/abcde.co:g' abcde || die
+ sed -i -e '/^prefix/s/=/?=/' -e '/^sysconfdir/s/=/?=/' Makefile || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" prefix="/usr" sysconfdir="/etc/abcde" install
+
+ dodoc changelog FAQ README
+
+ docinto examples
+ dodoc examples/*
+}
next reply other threads:[~2016-08-21 7:09 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-21 7:09 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-03 8:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/abcde/ Miroslav Šulc
2022-03-08 8:58 Jakov Smolić
2021-09-26 22:16 Marek Szuba
2021-05-14 17:57 David Seifert
2020-12-18 9:00 Michał Górny
2020-04-26 10:35 David Seifert
2019-07-02 14:07 Andreas Sturmlechner
2019-07-02 8:28 Sergei Trofimovich
2019-07-02 8:24 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 22:00 Andreas Sturmlechner
2019-04-07 23:40 Aaron Bauman
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:16 Sergei Trofimovich
2018-08-26 11:28 Michał Górny
2017-09-23 19:45 Sergei Trofimovich
2017-08-31 13:12 Tim Harder
2017-08-31 13:12 Tim Harder
2017-08-31 13:12 Tim Harder
2017-02-09 13:10 Alexis Ballier
2016-02-24 21:17 Manuel Rüger
2016-02-24 21:17 Manuel Rüger
2015-10-05 5:26 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471763352.2d8bcf03d137b7d01bdbdb09383d02c8e8c54fad.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox