* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2024-11-23 13:02 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-11-23 13:02 UTC (permalink / raw
To: gentoo-commits
commit: cf3961a16aa3034efbec091c23df7c6bc614ba3d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 13:02:25 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 13:02:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3961a1
media-libs/libfishsound: Stabilize 1.0.0-r2 x86, #944703
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild b/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
index 174d912e442b..06d38b4de4be 100644
--- a/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="flac speex"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2024-11-23 18:02 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-11-23 18:02 UTC (permalink / raw
To: gentoo-commits
commit: a852309c24a7eed30d09ab79aec01f200b30cc85
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:02:45 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:02:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a852309c
media-libs/libfishsound: Stabilize 1.0.0-r2 amd64, #944703
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild b/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
index 06d38b4de4be..71fd52981ae6 100644
--- a/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="flac speex"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2025-02-10 8:50 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-02-10 8:50 UTC (permalink / raw
To: gentoo-commits
commit: f198200887569b1f39cd979cd1cdabd86064f7b6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 08:46:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 08:46:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1982008
media-libs/libfishsound: drop 1.0.0-r1, 1.0.0-r2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libfishsound/libfishsound-1.0.0-r1.ebuild | 48 --------------------
.../libfishsound/libfishsound-1.0.0-r2.ebuild | 52 ----------------------
2 files changed, 100 deletions(-)
diff --git a/media-libs/libfishsound/libfishsound-1.0.0-r1.ebuild b/media-libs/libfishsound/libfishsound-1.0.0-r1.ebuild
deleted file mode 100644
index ab35ecbfcc2e..000000000000
--- a/media-libs/libfishsound/libfishsound-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Simple programming interface to decode and encode audio with vorbis or speex"
-HOMEPAGE="https://www.xiph.org/fishsound/"
-SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="flac speex"
-
-RDEPEND="
- media-libs/libogg
- media-libs/libvorbis
- flac? ( media-libs/flac:= )
- speex? ( media-libs/speex )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-# bug #395153
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${P}-pc.patch )
-
-src_prepare() {
- default
- sed -i \
- -e 's:doxygen:doxygen-dummy:' \
- configure || die
-}
-
-src_configure() {
- local myconf="--disable-static"
- use flac || myconf="${myconf} --disable-flac"
- use speex || myconf="${myconf} --disable-speex"
-
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- docdir="${D}/usr/share/doc/${PF}" install
- dodoc AUTHORS ChangeLog README
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild b/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
deleted file mode 100644
index 1493386d0a49..000000000000
--- a/media-libs/libfishsound/libfishsound-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Simple programming interface to decode and encode audio with vorbis or speex"
-HOMEPAGE="https://www.xiph.org/fishsound/"
-SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="flac speex"
-
-RDEPEND="
- media-libs/libogg
- media-libs/libvorbis
- flac? ( media-libs/flac:= )
- speex? ( media-libs/speex )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-# bug #395153
-RESTRICT="test"
-
-PATCHES=(
- "${FILESDIR}"/${P}-pc.patch
- "${FILESDIR}"/${PN}-1.0.0-c99.patch
-)
-
-src_prepare() {
- default
- sed -i \
- -e 's:doxygen:doxygen-dummy:' \
- configure || die
-}
-
-src_configure() {
- local myconf="--disable-static"
- use flac || myconf="${myconf} --disable-flac"
- use speex || myconf="${myconf} --disable-speex"
-
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- docdir="${D}/usr/share/doc/${PF}" install
- dodoc AUTHORS ChangeLog README
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2025-02-17 18:32 Miroslav Šulc
0 siblings, 0 replies; 7+ messages in thread
From: Miroslav Šulc @ 2025-02-17 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 76e8001c84dbc6e076fed2b632d5ae522e8bd6cc
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 18:31:42 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 18:31:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e8001c
media-libs/libfishsound: bump to 1.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/libfishsound/Manifest | 1 +
media-libs/libfishsound/libfishsound-1.0.1.ebuild | 47 +++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/media-libs/libfishsound/Manifest b/media-libs/libfishsound/Manifest
index 840f631f83cd..1db19ff2d476 100644
--- a/media-libs/libfishsound/Manifest
+++ b/media-libs/libfishsound/Manifest
@@ -1 +1,2 @@
DIST libfishsound-1.0.0.tar.gz 444980 BLAKE2B eadb6bed80d51fa7399f9557a38b65183a4f583e431bc68ee961dcca947856c79f011206fdcb04ed6ee5f709e1045b2a9c4fd4a34afa00b09656b1a4623c3ab0 SHA512 97d850fb42b394fca098a96b1784da431a0af1d54d57127179b612e4b88a7a2e406eb1411f55536e5a11ec2e8956f2659182c60ac46d49f6d14250e39a740339
+DIST libfishsound-1.0.1.tar.gz 665239 BLAKE2B b8b45e29c4de9a9fa3241a53c56e0bc0c38463947d226205b1be10daaec051946324a70695b77e6f04bbc1fa623b16b9ac7c3c323d61e559e89755581bdbe02a SHA512 1a456208d7206fb50779fb9be693422b08a73a52a627162ff7151db573587a1c76d77df3ccfee43bc10723f3d5eb3977040e819fc2f2d402b47963357be03db7
diff --git a/media-libs/libfishsound/libfishsound-1.0.1.ebuild b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
new file mode 100644
index 000000000000..8840b4b359bd
--- /dev/null
+++ b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Simple programming interface to decode and encode audio with vorbis or speex"
+HOMEPAGE="https://www.xiph.org/fishsound/"
+SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="flac speex"
+
+RDEPEND="
+ media-libs/libogg
+ media-libs/libvorbis
+ flac? ( media-libs/flac:= )
+ speex? ( media-libs/speex )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+# bug #395153
+RESTRICT="test"
+
+src_prepare() {
+ default
+ sed -i \
+ -e 's:doxygen:doxygen-dummy:' \
+ configure || die
+}
+
+src_configure() {
+ local myconf="--disable-static"
+ use flac || myconf="${myconf} --disable-flac"
+ use speex || myconf="${myconf} --disable-speex"
+
+ econf ${myconf}
+}
+
+src_install() {
+ emake DESTDIR="${D}" \
+ docdir="${D}/usr/share/doc/${PF}" install
+ dodoc AUTHORS ChangeLog README
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2025-04-26 13:11 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-04-26 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 179a6a557d34f4522e0494f1449ba7e221933374
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 13:10:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 13:10:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179a6a55
media-libs/libfishsound: Stabilize 1.0.1 x86, #954614
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libfishsound/libfishsound-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfishsound/libfishsound-1.0.1.ebuild b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
index 8840b4b359bd..4ae33c566ab7 100644
--- a/media-libs/libfishsound/libfishsound-1.0.1.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="flac speex"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2025-04-26 19:11 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-04-26 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 1e2519bea0b199d5e46d11c209e3dafcd65978cc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 19:11:20 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 19:11:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2519be
media-libs/libfishsound: Stabilize 1.0.1 amd64, #954614
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/libfishsound/libfishsound-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfishsound/libfishsound-1.0.1.ebuild b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
index 4ae33c566ab7..58515b2a459e 100644
--- a/media-libs/libfishsound/libfishsound-1.0.1.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.xiph.org/releases/libfishsound/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="flac speex"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/
@ 2025-05-20 13:20 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-05-20 13:20 UTC (permalink / raw
To: gentoo-commits
commit: aacce7d0d89d69d8df958847acf60ba1e9b672f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 13:11:45 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 20 13:12:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacce7d0
media-libs/libfishsound: unrestrict tests
They pass for me in 1.0.1, anyway. There was a looooong period between
1.0.0 and 1.0.1.
Bug: https://bugs.gentoo.org/395153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libfishsound/libfishsound-1.0.1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/media-libs/libfishsound/libfishsound-1.0.1.ebuild b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
index 58515b2a459e..67747bc1539a 100644
--- a/media-libs/libfishsound/libfishsound-1.0.1.ebuild
+++ b/media-libs/libfishsound/libfishsound-1.0.1.ebuild
@@ -21,9 +21,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-# bug #395153
-RESTRICT="test"
-
src_prepare() {
default
sed -i \
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-05-20 13:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 13:02 [gentoo-commits] repo/gentoo:master commit in: media-libs/libfishsound/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 18:02 Arthur Zamarin
2025-02-10 8:50 Sam James
2025-02-17 18:32 Miroslav Šulc
2025-04-26 13:11 Sam James
2025-04-26 19:11 Arthur Zamarin
2025-05-20 13:20 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox