public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
Date: Wed,  3 Jan 2018 11:05:01 +0000 (UTC)	[thread overview]
Message-ID: <1514977487.112ada9496bbee10b51cc9eacaf383d2bd60ce47.zx2c4@gentoo> (raw)

commit:     112ada9496bbee10b51cc9eacaf383d2bd60ce47
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 11:04:33 2018 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 11:04:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112ada94

media-sound/aacgain: stable fix

If the previous garbage was stable, then this certainly is.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/aacgain/aacgain-1.9-r1.ebuild | 104 ------------------------------
 media-sound/aacgain/aacgain-1.9-r2.ebuild |   2 +-
 media-sound/aacgain/aacgain-1.9.ebuild    | 100 ----------------------------
 3 files changed, 1 insertion(+), 205 deletions(-)

diff --git a/media-sound/aacgain/aacgain-1.9-r1.ebuild b/media-sound/aacgain/aacgain-1.9-r1.ebuild
deleted file mode 100644
index d278711d59b..00000000000
--- a/media-sound/aacgain/aacgain-1.9-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools
-
-FAAD2_PV="2.7"
-MP4V2_PV="1.9.1"
-MP3GAIN_PV="1.5.2"
-
-DESCRIPTION="AACGain normalizes the volume of music files using the Replay Gain algorithm"
-HOMEPAGE="http://aacgain.altosdesign.com/"
-SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz
-	https://mp4v2.googlecode.com/files/mp4v2-${MP4V2_PV}.tar.bz2
-	mirror://sourceforge/mp3gain/mp3gain-${MP3GAIN_PV//./_}-src.zip
-	mirror://sourceforge/faac/faad2-${FAAD2_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-DOCS="${PN}/README"
-
-src_unpack() {
-	mkdir -p "${S}"
-	for X in ${A}; do
-		case "${X}" in
-			mp3gain*)
-				mkdir -p "${S}/${X%%-*}"
-				cd "${S}/${X%%-*}"
-				unpack "${X}"
-				;;
-			*)
-				cd "${S}"
-				unpack "${X}"
-				[ -d "${X%%-*}" ] || mv -f "${X%%-*}"-* "${X%%-*}"
-				;;
-		esac
-	done
-}
-
-PATCHES=(
-	${PN}/mp4v2.patch
-	"${FILESDIR}"/${P}-patch-dotdot.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i -e 's:iquote :I:' faad2/libfaad/Makefile.am || die
-	sed -i -e 's:../\(mp4v2/\):\1:g' ${PN}/mp4v2.patch || die
-	sed -i -e 's:\(libmp4v2\|libfaad/libfaad\)\.la:README:g' \
-		-e 's:^\(autoreconf\|pushd\|popd\):# \1:g' aacgain/linux/prepare.sh || die
-
-	cd "${S}/${PN}/linux"
-	sh prepare.sh || die "prepare failed!"
-
-	cd "${S}"
-	eautoreconf
-
-	cd "${S}/faad2"
-	eautoreconf
-
-	cd "${S}/mp4v2"
-	elibtoolize
-}
-
-src_configure() {
-	local myconf="--disable-dependency-tracking"
-	local myconf2="${myconf} --disable-shared --enable-static"
-
-	cd "${S}/faad2"
-	econf ${myconf2} --without-xmms --without-mpeg4ip
-
-	cd "${S}/mp4v2"
-	econf ${myconf2} --disable-gch
-
-	cd "${S}"
-	econf ${myconf}
-}
-
-src_compile() {
-	cd "${S}/faad2/libfaad"
-	emake
-
-	cd "${S}/mp4v2"
-	emake
-
-	cd "${S}"
-	emake
-}
-
-pkg_postinst() {
-	ewarn
-	ewarn "BACK UP YOUR MUSIC FILES BEFORE USING AACGAIN!"
-	ewarn "THIS IS EXPERIMENTAL SOFTWARE. THERE HAVE BEEN"
-	ewarn "BUGS IN PAST RELEASES THAT CORRUPTED MUSIC FILES."
-	ewarn
-}

diff --git a/media-sound/aacgain/aacgain-1.9-r2.ebuild b/media-sound/aacgain/aacgain-1.9-r2.ebuild
index 6db52b1805e..a08a2bfff46 100644
--- a/media-sound/aacgain/aacgain-1.9-r2.ebuild
+++ b/media-sound/aacgain/aacgain-1.9-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""

diff --git a/media-sound/aacgain/aacgain-1.9.ebuild b/media-sound/aacgain/aacgain-1.9.ebuild
deleted file mode 100644
index d4817272178..00000000000
--- a/media-sound/aacgain/aacgain-1.9.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools
-
-FAAD2_PV="2.7"
-MP4V2_PV="1.9.1"
-MP3GAIN_PV="1.5.2"
-
-DESCRIPTION="AACGain normalizes the volume of music files using the Replay Gain algorithm"
-HOMEPAGE="http://aacgain.altosdesign.com/"
-SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz
-	https://mp4v2.googlecode.com/files/mp4v2-${MP4V2_PV}.tar.bz2
-	mirror://sourceforge/mp3gain/mp3gain-${MP3GAIN_PV//./_}-src.zip
-	mirror://sourceforge/faac/faad2-${FAAD2_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-DOCS="${PN}/README"
-
-src_unpack() {
-	mkdir -p "${S}"
-	for X in ${A}; do
-		case "${X}" in
-			mp3gain*)
-				mkdir -p "${S}/${X%%-*}"
-				cd "${S}/${X%%-*}"
-				unpack "${X}"
-				;;
-			*)
-				cd "${S}"
-				unpack "${X}"
-				[ -d "${X%%-*}" ] || mv -f "${X%%-*}"-* "${X%%-*}"
-				;;
-		esac
-	done
-}
-
-src_prepare() {
-	sed -i -e 's:iquote :I:' faad2/libfaad/Makefile.am
-	sed -i -e 's:../\(mp4v2/\):\1:g' ${PN}/mp4v2.patch
-	sed -i -e 's:\(libmp4v2\|libfaad/libfaad\)\.la:README:g' \
-		-e 's:^\(autoreconf\|pushd\|popd\):# \1:g' aacgain/linux/prepare.sh
-
-	epatch ${PN}/mp4v2.patch
-	epatch "${FILESDIR}"/${P}-patch-dotdot.patch
-
-	cd "${S}/${PN}/linux"
-	sh prepare.sh || die "prepare failed!"
-
-	cd "${S}"
-	eautoreconf
-
-	cd "${S}/faad2"
-	eautoreconf
-
-	cd "${S}/mp4v2"
-	elibtoolize
-}
-
-src_configure() {
-	local myconf="--disable-dependency-tracking"
-	local myconf2="${myconf} --disable-shared --enable-static"
-
-	cd "${S}/faad2"
-	econf ${myconf2} --without-xmms --without-mpeg4ip
-
-	cd "${S}/mp4v2"
-	econf ${myconf2} --disable-gch
-
-	cd "${S}"
-	econf ${myconf}
-}
-
-src_compile() {
-	cd "${S}/faad2/libfaad"
-	emake
-
-	cd "${S}/mp4v2"
-	emake
-
-	cd "${S}"
-	emake
-}
-
-pkg_postinst() {
-	ewarn
-	ewarn "BACK UP YOUR MUSIC FILES BEFORE USING AACGAIN!"
-	ewarn "THIS IS EXPERIMENTAL SOFTWARE. THERE HAVE BEEN"
-	ewarn "BUGS IN PAST RELEASES THAT CORRUPTED MUSIC FILES."
-	ewarn
-}


             reply	other threads:[~2018-01-03 11:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 11:05 Jason Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-03 20:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/ David Seifert
2016-07-08 18:29 Austin English
2016-07-07 23:38 Austin English
2016-06-10 15:32 Agostino Sarubbo
2016-05-21 14:40 Pacho Ramos

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=1514977487.112ada9496bbee10b51cc9eacaf383d2bd60ce47.zx2c4@gentoo \
    --to=zx2c4@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