* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiocompress/
@ 2017-08-22 21:41 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-08-22 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 6a8d68994a4a0c03dc3987b67388a738ee0afd39
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 12:35:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:40:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8d6899
media-sound/audiocompress: HOMEPAGE and SRC_URI 301 redirect to HTTPS
Package-Manager: Portage-2.3.7, Repoman-2.3.3
media-sound/audiocompress/audiocompress-2.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/audiocompress/audiocompress-2.0.ebuild b/media-sound/audiocompress/audiocompress-2.0.ebuild
index 690ea500153..afd6ed3bb39 100644
--- a/media-sound/audiocompress/audiocompress-2.0.ebuild
+++ b/media-sound/audiocompress/audiocompress-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit toolchain-funcs
@@ -6,8 +6,8 @@ inherit toolchain-funcs
MY_P=AudioCompress-${PV}
DESCRIPTION="Very gentle 1-band dynamic range compressor"
-HOMEPAGE="http://beesbuzz.biz/code/"
-SRC_URI="http://beesbuzz.biz/code/audiocompress/${MY_P}.tar.gz"
+HOMEPAGE="https://beesbuzz.biz/code/audiocompress.php"
+SRC_URI="https://beesbuzz.biz/code/audiocompress/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiocompress/
@ 2019-10-16 11:40 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-10-16 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 0ce7091f9cb2cfb9e2eebc7efb995c1e1fd88266
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 11:39:30 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 11:39:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce7091f
media-sound/audiocompress: Port to EAPI 7
Bug: https://bugs.gentoo.org/697274
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/audiocompress/audiocompress-2.0.ebuild | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/media-sound/audiocompress/audiocompress-2.0.ebuild b/media-sound/audiocompress/audiocompress-2.0.ebuild
index 43d20244d5e..cf03513cb76 100644
--- a/media-sound/audiocompress/audiocompress-2.0.ebuild
+++ b/media-sound/audiocompress/audiocompress-2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit toolchain-funcs
@@ -14,10 +14,6 @@ SRC_URI="https://beesbuzz.biz/code/audiocompress/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
S=${WORKDIR}/${MY_P}
@@ -26,10 +22,10 @@ src_compile() {
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" || die "emake failed"
+ CXX="$(tc-getCXX)"
}
src_install() {
- dobin AudioCompress || die "dobin failed"
- dodoc ChangeLog README TODO
+ dobin AudioCompress
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/audiocompress/
@ 2024-04-10 7:48 Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2024-04-10 7:48 UTC (permalink / raw
To: gentoo-commits
commit: a8089d2cc10e477c428ce087a921f12626d1b7d1
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr 9 15:01:03 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 07:48:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8089d2c
media-sound/audiocompress: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/audiocompress/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-sound/audiocompress/metadata.xml b/media-sound/audiocompress/metadata.xml
index b69a849fd57e..d94daae2aad0 100644
--- a/media-sound/audiocompress/metadata.xml
+++ b/media-sound/audiocompress/metadata.xml
@@ -5,4 +5,7 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+<upstream>
+ <remote-id type="github">fluffy-critter/audiocompress</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-10 7:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 21:41 [gentoo-commits] repo/gentoo:master commit in: media-sound/audiocompress/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2019-10-16 11:40 David Seifert
2024-04-10 7:48 Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox