* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2017-10-14 19:23 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2017-10-14 19:23 UTC (permalink / raw
To: gentoo-commits
commit: d4b281c4356752d16282d691382027a274910071
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 19:23:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 19:23:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b281c4
media-sound/sndfile-tools: Add live ebuild
Package-Manager: Portage-2.3.11, Repoman-2.3.3
.../sndfile-tools/sndfile-tools-9999.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
new file mode 100644
index 00000000000..b09d2f4021f
--- /dev/null
+++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A small collection of programs that use libsndfile"
+HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
+else
+ SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="jack"
+
+RDEPEND="
+ media-libs/libsndfile:=
+ media-libs/libsamplerate:=
+ x11-libs/cairo:=
+ sci-libs/fftw:3.0=
+ jack? ( media-sound/jack-audio-connection-kit:= )"
+DEPEND="
+ virtual/pkgconfig
+ ${RDEPEND}"
+
+src_prepare() {
+ default
+
+ [[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable jack)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2017-11-26 23:11 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2017-11-26 23:11 UTC (permalink / raw
To: gentoo-commits
commit: 1a9509c9ed56007caa3f5bf763404463ddd5ec9c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:17:19 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:09:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9509c9
media-sound/sndfile-tools: [QA] Consistent whitespace in metadata.xml
media-sound/sndfile-tools/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/sndfile-tools/metadata.xml b/media-sound/sndfile-tools/metadata.xml
index 2b515eb87ee..432dfed4ec8 100644
--- a/media-sound/sndfile-tools/metadata.xml
+++ b/media-sound/sndfile-tools/metadata.xml
@@ -13,6 +13,6 @@
* sndfile-generate-chirp
* sndfile-jackplay
* sndfile-spectrogram
- * sndfile-mix-to-mono
+ * sndfile-mix-to-mono
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2017-11-26 23:11 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2017-11-26 23:11 UTC (permalink / raw
To: gentoo-commits
commit: de2ca7bb5c2acbb1faaa5c3ccaeb94399a12637e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:20:26 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:09:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2ca7bb
media-sound/sndfile-tools: [QA] Consistent whitespace in metadata.xml
media-sound/sndfile-tools/metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/sndfile-tools/metadata.xml b/media-sound/sndfile-tools/metadata.xml
index 432dfed4ec8..398910b981c 100644
--- a/media-sound/sndfile-tools/metadata.xml
+++ b/media-sound/sndfile-tools/metadata.xml
@@ -10,9 +10,9 @@
other libraries to do useful things. The collection currently includes
the following programs:
- * sndfile-generate-chirp
- * sndfile-jackplay
- * sndfile-spectrogram
- * sndfile-mix-to-mono
+ * sndfile-generate-chirp
+ * sndfile-jackplay
+ * sndfile-spectrogram
+ * sndfile-mix-to-mono
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2018-01-21 10:20 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2018-01-21 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 4ee877b220dc152d1ce62859af765e614f66a9ed
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 10:19:29 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 10:19:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee877b2
media-sound/sndfile-tools: Version bump to 1.04
Bug: https://bugs.gentoo.org/407189
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-sound/sndfile-tools/Manifest | 1 +
.../sndfile-tools/sndfile-tools-1.04.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest
index 67a71687b51..98479ed7d61 100644
--- a/media-sound/sndfile-tools/Manifest
+++ b/media-sound/sndfile-tools/Manifest
@@ -1 +1,2 @@
DIST sndfile-tools-1.03.tar.gz 474494 BLAKE2B 17c8f6782895a5e02bcd39e0e966a9196fe26b8fa192b3375a4f167cb554de168d4ce4e638d792720ee3e74483a88060ef9bf6d3713c91834acc9b39427185e2 SHA512 bc6ac7977a95ccf845c889db81452ae84b4f10a8f51c91ddd6fe4d926337a60cdbcb2859b0758816622554bf26a6e42b70f791f2c5158926c3f92ab2abbf14dc
+DIST sndfile-tools-1.04.tar.bz2 714880 BLAKE2B 14d8f9a8172e4e3d8fe320baf3e546c3998636c0de36e8b41e38e277c18f2af6c3ea944eb4cecdda0e225fa3d7adbcd3a5618e74a9d567c42eb0056f162703e3 SHA512 90b0121f4d0bf3ebf3962cc47bcd6a11e5a644d0567be137a8bcf5881944e03e3c9650c9813c982a58072154f62dd176c46cfe83e5661ff81205db30923b71d3
diff --git a/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild
new file mode 100644
index 00000000000..46defab3244
--- /dev/null
+++ b/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A small collection of programs that use libsndfile"
+HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
+else
+ SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="jack"
+
+RDEPEND="
+ media-libs/libsndfile:=
+ media-libs/libsamplerate:=
+ x11-libs/cairo:=
+ sci-libs/fftw:3.0=
+ jack? ( media-sound/jack-audio-connection-kit:= )"
+DEPEND="
+ virtual/pkgconfig
+ ${RDEPEND}"
+
+src_prepare() {
+ default
+ [[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable jack)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2018-01-21 10:20 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2018-01-21 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 7317971543780d13f1d3d98a9e2c189fe9f44e01
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 10:19:32 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 10:19:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73179715
media-sound/sndfile-tools: Sync live ebuild
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-sound/sndfile-tools/sndfile-tools-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
index b09d2f4021f..46defab3244 100644
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
else
- SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
+ SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2"
KEYWORDS="~amd64"
fi
@@ -30,7 +30,6 @@ DEPEND="
src_prepare() {
default
-
[[ ${PV} == *9999 ]] && eautoreconf
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2018-02-08 0:10 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-02-08 0:10 UTC (permalink / raw
To: gentoo-commits
commit: af72ecf66c716a2a0df0f7446de7c5f5b6b24c9d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb 4 11:37:08 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 00:03:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af72ecf6
media-sound/sndfile-tools: remove old
Closes: https://bugs.gentoo.org/407189
Closes: https://github.com/gentoo/gentoo/pull/7056
.../sndfile-tools/sndfile-tools-1.03.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild
deleted file mode 100644
index a64ae07e3b2..00000000000
--- a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="A small collection of programs that use libsndfile"
-HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
-SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=media-libs/libsndfile-1.0.19
- >=x11-libs/cairo-1.4.0
- sci-libs/fftw:3.0
- media-sound/jack-audio-connection-kit"
-DEPEND="virtual/pkgconfig
- ${RDEPEND}"
-
-src_configure() {
- econf --disable-gcc-werror
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2020-09-04 16:34 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-09-04 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 91bd1ac96387cbd0e738a5673e7b665e4df5d518
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 15:06:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 16:34:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bd1ac9
media-sound/sndfile-tools: Tarball respun, EAPI-7 bump
Drop bogus slot ops.
Block colliding media-libs/libsamplerate versions.
Closes: https://bugs.gentoo.org/645256
Closes: https://bugs.gentoo.org/736459
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/sndfile-tools/Manifest | 1 +
...ls-9999.ebuild => sndfile-tools-1.04-r1.ebuild} | 26 ++++++++++++----------
.../sndfile-tools/sndfile-tools-9999.ebuild | 24 +++++++++++---------
3 files changed, 28 insertions(+), 23 deletions(-)
diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest
index 98479ed7d61..eea453ac625 100644
--- a/media-sound/sndfile-tools/Manifest
+++ b/media-sound/sndfile-tools/Manifest
@@ -1,2 +1,3 @@
DIST sndfile-tools-1.03.tar.gz 474494 BLAKE2B 17c8f6782895a5e02bcd39e0e966a9196fe26b8fa192b3375a4f167cb554de168d4ce4e638d792720ee3e74483a88060ef9bf6d3713c91834acc9b39427185e2 SHA512 bc6ac7977a95ccf845c889db81452ae84b4f10a8f51c91ddd6fe4d926337a60cdbcb2859b0758816622554bf26a6e42b70f791f2c5158926c3f92ab2abbf14dc
DIST sndfile-tools-1.04.tar.bz2 714880 BLAKE2B 14d8f9a8172e4e3d8fe320baf3e546c3998636c0de36e8b41e38e277c18f2af6c3ea944eb4cecdda0e225fa3d7adbcd3a5618e74a9d567c42eb0056f162703e3 SHA512 90b0121f4d0bf3ebf3962cc47bcd6a11e5a644d0567be137a8bcf5881944e03e3c9650c9813c982a58072154f62dd176c46cfe83e5661ff81205db30923b71d3
+DIST sndfile-tools-1.04a.tar.bz2 715692 BLAKE2B e65a222bfdd96803293f006c2c5704fd1037d81524559d86c8e3812b91bd90fa0b47d1f589adb303f68e1ffdbebfd8b4ec616c9f1d897ad993768981c83022e3 SHA512 b93fd74386960c986031fd1652335bc34243bd785ccf31480b82f4d76ef86760ca53173aace273a635db70db46c0c1c4066328aef9c21c01c6e76346dbe56390
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.04-r1.ebuild
similarity index 63%
copy from media-sound/sndfile-tools/sndfile-tools-9999.ebuild
copy to media-sound/sndfile-tools/sndfile-tools-1.04-r1.ebuild
index 46defab3244..946196cd2f6 100644
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-1.04-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-DESCRIPTION="A small collection of programs that use libsndfile"
+DESCRIPTION="Small collection of programs that use libsndfile"
HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
else
- SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2"
+ SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2 -> ${P}a.tar.bz2"
KEYWORDS="~amd64"
fi
@@ -18,15 +18,17 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="jack"
-RDEPEND="
- media-libs/libsndfile:=
- media-libs/libsamplerate:=
- x11-libs/cairo:=
- sci-libs/fftw:3.0=
- jack? ( media-sound/jack-audio-connection-kit:= )"
DEPEND="
- virtual/pkgconfig
- ${RDEPEND}"
+ media-libs/libsamplerate
+ media-libs/libsndfile
+ x11-libs/cairo
+ sci-libs/fftw:3.0=
+ jack? ( virtual/jack )
+"
+RDEPEND="${DEPEND}
+ !<media-libs/libsamplerate-0.1.9-r1
+"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
index 46defab3244..6ed4dd5751d 100644
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-DESCRIPTION="A small collection of programs that use libsndfile"
+DESCRIPTION="Small collection of programs that use libsndfile"
HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
if [[ ${PV} == *9999 ]]; then
@@ -18,15 +18,17 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="jack"
-RDEPEND="
- media-libs/libsndfile:=
- media-libs/libsamplerate:=
- x11-libs/cairo:=
- sci-libs/fftw:3.0=
- jack? ( media-sound/jack-audio-connection-kit:= )"
DEPEND="
- virtual/pkgconfig
- ${RDEPEND}"
+ media-libs/libsamplerate
+ media-libs/libsndfile
+ x11-libs/cairo
+ sci-libs/fftw:3.0=
+ jack? ( virtual/jack )
+"
+RDEPEND="${DEPEND}
+ !<media-libs/libsamplerate-0.1.9-r1
+"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2021-01-31 18:29 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-01-31 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 0e47eecabc28457d910c81b0010e54094e8e9b10
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 18:28:40 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 18:28:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e47eeca
media-sound/sndfile-tools: Sync live ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/sndfile-tools/sndfile-tools-9999.ebuild | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
index 6ed4dd5751d..0c8db45bf7a 100644
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Small collection of programs that use libsndfile"
-HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
+HOMEPAGE="http://libsndfile.github.io/sndfile-tools/"
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
- EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
+ EGIT_REPO_URI="https://github.com/libsndfile/sndfile-tools.git"
else
- SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2"
+ SRC_URI="https://github.com/libsndfile/sndfile-tools/releases/download/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64"
fi
@@ -23,11 +23,9 @@ DEPEND="
media-libs/libsndfile
x11-libs/cairo
sci-libs/fftw:3.0=
- jack? ( virtual/jack )
-"
+ jack? ( virtual/jack )"
RDEPEND="${DEPEND}
- !<media-libs/libsamplerate-0.1.9-r1
-"
+ !<media-libs/libsamplerate-0.1.9-r1"
BDEPEND="virtual/pkgconfig"
src_prepare() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2021-01-31 18:29 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-01-31 18:29 UTC (permalink / raw
To: gentoo-commits
commit: f7ff0aedcf9bd2d948b333198e1e26c971bbad6f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 18:28:37 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 18:28:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ff0aed
media-sound/sndfile-tools: Version bump to 1.5
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/sndfile-tools/Manifest | 1 +
media-sound/sndfile-tools/sndfile-tools-1.5.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest
index d2c11f912f4..d0b88bc80fd 100644
--- a/media-sound/sndfile-tools/Manifest
+++ b/media-sound/sndfile-tools/Manifest
@@ -1 +1,2 @@
DIST sndfile-tools-1.04a.tar.bz2 715692 BLAKE2B e65a222bfdd96803293f006c2c5704fd1037d81524559d86c8e3812b91bd90fa0b47d1f589adb303f68e1ffdbebfd8b4ec616c9f1d897ad993768981c83022e3 SHA512 b93fd74386960c986031fd1652335bc34243bd785ccf31480b82f4d76ef86760ca53173aace273a635db70db46c0c1c4066328aef9c21c01c6e76346dbe56390
+DIST sndfile-tools-1.5.tar.bz2 555122 BLAKE2B c273bb655163816dcad81f15b089fa36a227a73b3b331d51bc16f91025afdca4a994b5d3838c5cf61335b5f900e8da3a299f9dd9cf8e34d2c9b2c21987625809 SHA512 04926a6c489634762efaa787e468ab653990762d5b96ba3cdfca595102c1d5eeb86411c9010d5640b1b3ec2b38d8d9d434fb549c52446e4b88d5b2a1d06a2bc6
diff --git a/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
new file mode 100644
index 00000000000..0c8db45bf7a
--- /dev/null
+++ b/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small collection of programs that use libsndfile"
+HOMEPAGE="http://libsndfile.github.io/sndfile-tools/"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit autotools git-r3
+ EGIT_REPO_URI="https://github.com/libsndfile/sndfile-tools.git"
+else
+ SRC_URI="https://github.com/libsndfile/sndfile-tools/releases/download/${PV}/${P}.tar.bz2"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="jack"
+
+DEPEND="
+ media-libs/libsamplerate
+ media-libs/libsndfile
+ x11-libs/cairo
+ sci-libs/fftw:3.0=
+ jack? ( virtual/jack )"
+RDEPEND="${DEPEND}
+ !<media-libs/libsamplerate-0.1.9-r1"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ [[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable jack)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2021-03-07 9:31 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-03-07 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 1946b07bfe1852138a87309ad233273420afd8e0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 09:31:09 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 09:31:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1946b07b
media-sound/sndfile-tools: Remove old 1.04-r1
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/sndfile-tools/Manifest | 1 -
.../sndfile-tools/sndfile-tools-1.04-r1.ebuild | 40 ----------------------
2 files changed, 41 deletions(-)
diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest
index d0b88bc80fd..8c293a61adb 100644
--- a/media-sound/sndfile-tools/Manifest
+++ b/media-sound/sndfile-tools/Manifest
@@ -1,2 +1 @@
-DIST sndfile-tools-1.04a.tar.bz2 715692 BLAKE2B e65a222bfdd96803293f006c2c5704fd1037d81524559d86c8e3812b91bd90fa0b47d1f589adb303f68e1ffdbebfd8b4ec616c9f1d897ad993768981c83022e3 SHA512 b93fd74386960c986031fd1652335bc34243bd785ccf31480b82f4d76ef86760ca53173aace273a635db70db46c0c1c4066328aef9c21c01c6e76346dbe56390
DIST sndfile-tools-1.5.tar.bz2 555122 BLAKE2B c273bb655163816dcad81f15b089fa36a227a73b3b331d51bc16f91025afdca4a994b5d3838c5cf61335b5f900e8da3a299f9dd9cf8e34d2c9b2c21987625809 SHA512 04926a6c489634762efaa787e468ab653990762d5b96ba3cdfca595102c1d5eeb86411c9010d5640b1b3ec2b38d8d9d434fb549c52446e4b88d5b2a1d06a2bc6
diff --git a/media-sound/sndfile-tools/sndfile-tools-1.04-r1.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.04-r1.ebuild
deleted file mode 100644
index 946196cd2f6..00000000000
--- a/media-sound/sndfile-tools/sndfile-tools-1.04-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Small collection of programs that use libsndfile"
-HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit autotools git-r3
- EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
-else
- SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2 -> ${P}a.tar.bz2"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="jack"
-
-DEPEND="
- media-libs/libsamplerate
- media-libs/libsndfile
- x11-libs/cairo
- sci-libs/fftw:3.0=
- jack? ( virtual/jack )
-"
-RDEPEND="${DEPEND}
- !<media-libs/libsamplerate-0.1.9-r1
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf $(use_enable jack)
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/
@ 2023-08-13 5:26 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-08-13 5:26 UTC (permalink / raw
To: gentoo-commits
commit: e483090a7927ab2b6799d0efac13a94571b58d8e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 05:23:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 05:23:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e483090a
media-sound/sndfile-tools: update HOMEPAGE
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/sndfile-tools/sndfile-tools-1.5.ebuild | 4 ++--
media-sound/sndfile-tools/sndfile-tools-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
index 0c8db45bf7a3..cea855aff343 100644
--- a/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Small collection of programs that use libsndfile"
-HOMEPAGE="http://libsndfile.github.io/sndfile-tools/"
+HOMEPAGE="https://libsndfile.github.io/sndfile-tools/"
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
index 0c8db45bf7a3..cea855aff343 100644
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Small collection of programs that use libsndfile"
-HOMEPAGE="http://libsndfile.github.io/sndfile-tools/"
+HOMEPAGE="https://libsndfile.github.io/sndfile-tools/"
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-08-13 5:26 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-26 23:11 [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-08-13 5:26 Sam James
2021-03-07 9:31 David Seifert
2021-01-31 18:29 David Seifert
2021-01-31 18:29 David Seifert
2020-09-04 16:34 Andreas Sturmlechner
2018-02-08 0:10 Andreas Sturmlechner
2018-01-21 10:20 David Seifert
2018-01-21 10:20 David Seifert
2017-11-26 23:11 David Seifert
2017-10-14 19:23 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox