* [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
@ 2016-05-21 14:40 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-05-21 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 400273635a692e3d3744019873fc72fa68d1f041
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 13:30:36 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 14:39:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40027363
media-sound/aacgain: Cleanup due to bug #92799
Package-Manager: portage-2.3.0_rc1
media-sound/aacgain/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/media-sound/aacgain/metadata.xml b/media-sound/aacgain/metadata.xml
index 7f003f3..59032d5 100644
--- a/media-sound/aacgain/metadata.xml
+++ b/media-sound/aacgain/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>sbriesen@gentoo.org</email>
- <name>Stefan Briesenick</name>
- </maintainer>
<longdescription lang="en">AACGain is a modification to Glen Sawyer's excellent mp3gain program.
It supports AAC (mp4/m4a/QuickTime) audio files in addtion to mp3 files.
If you are not familiar with mp3gain, stop reading this, and go to
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
@ 2016-06-10 15:32 Agostino Sarubbo
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2016-06-10 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 84199222871ae53253d225852e8daa1d6d4997cf
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 15:32:36 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 15:32:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84199222
media-sound/aacgain: amd64 stable wrt bug #543088
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/aacgain/aacgain-1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/aacgain/aacgain-1.9.ebuild b/media-sound/aacgain/aacgain-1.9.ebuild
index 66cd9ec..1492c83 100644
--- a/media-sound/aacgain/aacgain-1.9.ebuild
+++ b/media-sound/aacgain/aacgain-1.9.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
@ 2016-07-07 23:38 Austin English
0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-07-07 23:38 UTC (permalink / raw
To: gentoo-commits
commit: f5d19b809d42965422d20db3f6a4fe250252b4c2
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 23:32:10 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 23:38:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d19b80
media-sound/aacgain: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
media-sound/aacgain/aacgain-1.9-r1.ebuild | 105 ++++++++++++++++++++++++++++++
media-sound/aacgain/metadata.xml | 1 +
2 files changed, 106 insertions(+)
diff --git a/media-sound/aacgain/aacgain-1.9-r1.ebuild b/media-sound/aacgain/aacgain-1.9-r1.ebuild
new file mode 100644
index 0000000..475cc2c
--- /dev/null
+++ b/media-sound/aacgain/aacgain-1.9-r1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 digital 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=(
+ "${FILESDIR}"/${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/metadata.xml b/media-sound/aacgain/metadata.xml
index 59032d5..d724065 100644
--- a/media-sound/aacgain/metadata.xml
+++ b/media-sound/aacgain/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<longdescription lang="en">AACGain is a modification to Glen Sawyer's excellent mp3gain program.
It supports AAC (mp4/m4a/QuickTime) audio files in addtion to mp3 files.
If you are not familiar with mp3gain, stop reading this, and go to
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
@ 2016-07-08 18:29 Austin English
0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-07-08 18:29 UTC (permalink / raw
To: gentoo-commits
commit: fbe5cafda01875fa7cddd8e9975524e8c63851e0
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 17:59:14 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 18:28:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe5cafd
media-sound/aacgain: fix path to mp4v2.patch
Gentoo-Bug: https://bugs.gentoo.org/588294
Package-Manager: portage-2.2.28
media-sound/aacgain/aacgain-1.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/aacgain/aacgain-1.9-r1.ebuild b/media-sound/aacgain/aacgain-1.9-r1.ebuild
index 475cc2c..f46a773 100644
--- a/media-sound/aacgain/aacgain-1.9-r1.ebuild
+++ b/media-sound/aacgain/aacgain-1.9-r1.ebuild
@@ -46,7 +46,7 @@ src_unpack() {
}
PATCHES=(
- "${FILESDIR}"/${PN}/mp4v2.patch
+ ${PN}/mp4v2.patch
"${FILESDIR}"/${P}-patch-dotdot.patch
)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
@ 2017-06-03 20:52 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-06-03 20:52 UTC (permalink / raw
To: gentoo-commits
commit: b5ede5415706ce9a3b0c510e586a2911cca1b809
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 18:35:02 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 20:51:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ede541
media-sound/aacgain: [QA] Fix DESCRIPTION.toolong
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-sound/aacgain/aacgain-1.9-r1.ebuild | 4 ++--
media-sound/aacgain/aacgain-1.9.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/aacgain/aacgain-1.9-r1.ebuild b/media-sound/aacgain/aacgain-1.9-r1.ebuild
index b27061bf87c..d278711d59b 100644
--- a/media-sound/aacgain/aacgain-1.9-r1.ebuild
+++ b/media-sound/aacgain/aacgain-1.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ FAAD2_PV="2.7"
MP4V2_PV="1.9.1"
MP3GAIN_PV="1.5.2"
-DESCRIPTION="AACGain normalizes the volume of digital music files using the Replay Gain algorithm"
+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
diff --git a/media-sound/aacgain/aacgain-1.9.ebuild b/media-sound/aacgain/aacgain-1.9.ebuild
index b701e185752..d4817272178 100644
--- a/media-sound/aacgain/aacgain-1.9.ebuild
+++ b/media-sound/aacgain/aacgain-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -9,7 +9,7 @@ FAAD2_PV="2.7"
MP4V2_PV="1.9.1"
MP3GAIN_PV="1.5.2"
-DESCRIPTION="AACGain normalizes the volume of digital music files using the Replay Gain algorithm"
+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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/
@ 2018-01-03 11:05 Jason Donenfeld
0 siblings, 0 replies; 6+ messages in thread
From: Jason Donenfeld @ 2018-01-03 11:05 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-01-03 11:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 15:32 [gentoo-commits] repo/gentoo:master commit in: media-sound/aacgain/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2018-01-03 11:05 Jason Donenfeld
2017-06-03 20:52 David Seifert
2016-07-08 18:29 Austin English
2016-07-07 23:38 Austin English
2016-05-21 14:40 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox