* [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/
@ 2016-02-11 0:26 Manuel Rüger
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2016-02-11 0:26 UTC (permalink / raw
To: gentoo-commits
commit: bb050a025015e909f7e683f2f3ce964fbd7bff32
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 00:25:54 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 00:25:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb050a02
media-sound/mhwaveedit: Remove old
Package-Manager: portage-2.2.27
media-sound/mhwaveedit/Manifest | 1 -
media-sound/mhwaveedit/mhwaveedit-1.4.21.ebuild | 47 -------------------------
2 files changed, 48 deletions(-)
diff --git a/media-sound/mhwaveedit/Manifest b/media-sound/mhwaveedit/Manifest
index c0e6edc..5c58c23 100644
--- a/media-sound/mhwaveedit/Manifest
+++ b/media-sound/mhwaveedit/Manifest
@@ -1,3 +1,2 @@
-DIST mhwaveedit-1.4.21.tar.bz2 625695 SHA256 878788bfb9e0bcb4194042d64ab86e9dc2114d25d090d08a658e7ccde17e874a SHA512 9d4f12cae243812f58d90dab1a1cef86ed62c0a2948f417bf5cfa4213621426dbd86e2293d514fdcc440d726851bd22d7e0728e60c1547fb9203672070864304 WHIRLPOOL 37a767b03f2b76b795ba49d52d86c341bb74afad213629dcee335b00711b48493f3be8e3ce55f485768882695a27f1b9fe2a7c893a8677e18378e5adec61aee9
DIST mhwaveedit-1.4.22.tar.bz2 640430 SHA256 0f7a5510ac6a3aca6df2295f66d77e8fc4af9caba2f261b6778104b14ce19a3c SHA512 c44428dd4f848fda08aaff351380163697504d0ac133ab78d34817d974111719d724e985539d85c5bda23eda2fdb4fce3c1c680b5a8fa673f8d37a9d4fbcf590 WHIRLPOOL 269fd081320ecb50d6d46e5ab17814bb58fe036772a4fcef55ed2ed64e17ff0a8cb0c24d62d20a1fa2a9326c27ffddeb4637927a7cda670936676a4d37d3223b
DIST mhwaveedit-1.4.23.tar.bz2 642042 SHA256 2352175b63092fda786ca26095b2f6ff6d257a6fcfb18401213a0c932b991904 SHA512 c8b3f1ca2c573e03bbe8e2c61c80d8bae0f9b9ec99fff0110119698f95328d1ab86eb4641d582865cd091f2955388343cbd912fd5f0b15f2a937b88cc01b974f WHIRLPOOL ebd3198ab97cb1016e4dd9374c79fe049848830afb882eca9e665676ee82e87c14c2d89c340bf4717a9ebd47b5f325c97ee349f2bbb1f697f97c15701d5275f8
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.21.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.21.ebuild
deleted file mode 100644
index ec57f4e..0000000
--- a/media-sound/mhwaveedit/mhwaveedit-1.4.21.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
-HOMEPAGE="https://gna.org/projects/mhwaveedit"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/pango
- sndfile? ( >=media-libs/libsndfile-1.0.10 )
- sdl? ( >=media-libs/libsdl-1.2.3 )
- alsa? ( media-libs/alsa-lib )
- jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
- libsamplerate? ( media-libs/libsamplerate )
- ladspa? ( media-libs/ladspa-sdk )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.10 )
- sox? ( media-sound/sox )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --without-arts \
- --without-portaudio \
- $(use_enable nls) \
- $(use_with sndfile libsndfile) \
- $(use_with libsamplerate) \
- $(use_with sdl) \
- $(use_with alsa alsalib) \
- $(use_with oss) \
- $(use_with jack) \
- $(use_with pulseaudio pulse) \
- --without-esound
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/
@ 2019-12-10 12:11 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2019-12-10 12:11 UTC (permalink / raw
To: gentoo-commits
commit: fc653ac87505ff2a092396bb192bffd4689b1b56
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 12:10:52 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 12:10:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc653ac8
media-sound/mhwaveedit: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/mhwaveedit/Manifest | 1 -
media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild | 43 -------------------------
2 files changed, 44 deletions(-)
diff --git a/media-sound/mhwaveedit/Manifest b/media-sound/mhwaveedit/Manifest
index 939b3296cd9..1eeba4e489f 100644
--- a/media-sound/mhwaveedit/Manifest
+++ b/media-sound/mhwaveedit/Manifest
@@ -1,2 +1 @@
-DIST mhwaveedit-1.4.22.tar.bz2 640430 BLAKE2B 58d642264756c5120832ce73aaac1ec0459270429e19861297719bc7782e50068e8326c053b91b538f349d2c2cc820a2e355db677f4632350823ade38ab0a154 SHA512 c44428dd4f848fda08aaff351380163697504d0ac133ab78d34817d974111719d724e985539d85c5bda23eda2fdb4fce3c1c680b5a8fa673f8d37a9d4fbcf590
DIST mhwaveedit-1.4.23.tar.bz2 642042 BLAKE2B 9d2d4ae201034df09f46a85c0b3d42978a294e888e175c18aeb02433d6f22246602cd7aaae004cdd13d24bc6e21fcb2cc2cb739bb0509476f8510603bfd42517 SHA512 c8b3f1ca2c573e03bbe8e2c61c80d8bae0f9b9ec99fff0110119698f95328d1ab86eb4641d582865cd091f2955388343cbd912fd5f0b15f2a937b88cc01b974f
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild
deleted file mode 100644
index 6b195a79c27..00000000000
--- a/media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
-HOMEPAGE="https://gna.org/projects/mhwaveedit"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/pango
- sndfile? ( >=media-libs/libsndfile-1.0.10 )
- sdl? ( >=media-libs/libsdl-1.2.3 )
- alsa? ( media-libs/alsa-lib )
- jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
- libsamplerate? ( media-libs/libsamplerate )
- ladspa? ( media-libs/ladspa-sdk )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.10 )
- sox? ( media-sound/sox )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
-
-src_configure() {
- econf \
- --without-arts \
- --without-portaudio \
- $(use_enable nls) \
- $(use_with sndfile libsndfile) \
- $(use_with libsamplerate) \
- $(use_with sdl) \
- $(use_with alsa alsalib) \
- $(use_with oss) \
- $(use_with jack) \
- $(use_with pulseaudio pulse) \
- --without-esound
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/
@ 2020-08-22 16:06 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-08-22 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 35eea961c4cf8914a2e1a3388a8e8b85d38f3bdb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:43:28 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35eea961
media-sound/mhwaveedit: 1.4.24 version bump
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/mhwaveedit/Manifest | 1 +
media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild | 46 +++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-sound/mhwaveedit/Manifest b/media-sound/mhwaveedit/Manifest
index 1eeba4e489f..5ff1bd6387d 100644
--- a/media-sound/mhwaveedit/Manifest
+++ b/media-sound/mhwaveedit/Manifest
@@ -1 +1,2 @@
DIST mhwaveedit-1.4.23.tar.bz2 642042 BLAKE2B 9d2d4ae201034df09f46a85c0b3d42978a294e888e175c18aeb02433d6f22246602cd7aaae004cdd13d24bc6e21fcb2cc2cb739bb0509476f8510603bfd42517 SHA512 c8b3f1ca2c573e03bbe8e2c61c80d8bae0f9b9ec99fff0110119698f95328d1ab86eb4641d582865cd091f2955388343cbd912fd5f0b15f2a937b88cc01b974f
+DIST mhwaveedit-1.4.24.tar.gz 943313 BLAKE2B 4edda0ed7ef833a5f9470087d44d8b09c58f040eedc23c0a97decdd45240ba283c891bf411decf769c8f2ad5869a5ce69f2d8da6a15b746152afee5f1676371c SHA512 392a358ae812c4be7847c4987dec40043af2e1850d9ffc498cc13f930355a7f3c407d55924fe709e5080811e49d932428b45afe904496fcb75e21a043b71ff47
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild
new file mode 100644
index 00000000000..583ec8e6038
--- /dev/null
+++ b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
+HOMEPAGE="https://github.com/magnush/mhwaveedit/"
+SRC_URI="https://github.com/magnush/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox"
+
+RDEPEND="
+ x11-libs/gtk+:2
+ x11-libs/pango
+ alsa? ( media-libs/alsa-lib:= )
+ jack? ( virtual/jack )
+ ladspa? ( media-libs/ladspa-sdk )
+ libsamplerate? ( media-libs/libsamplerate:= )
+ pulseaudio? ( media-sound/pulseaudio )
+ sdl? ( media-libs/libsdl:= )
+ sndfile? ( media-libs/libsndfile:= )
+ sox? ( media-sound/sox:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.4.23-missing-include.patch )
+
+src_configure() {
+ local myeconfargs=(
+ --without-arts
+ --without-esound
+ --without-portaudio
+ $(use_with alsa alsalib)
+ $(use_with jack)
+ $(use_with libsamplerate)
+ $(use_enable nls)
+ $(use_with oss)
+ $(use_with pulseaudio pulse)
+ $(use_with sdl)
+ $(use_with sndfile libsndfile)
+ )
+ econf "${myeconfargs[@]}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/
@ 2020-08-22 16:06 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-08-22 16:06 UTC (permalink / raw
To: gentoo-commits
commit: f5e02653f3319a7c13cdad5111428376696e93af
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:43:56 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e02653
media-sound/mhwaveedit: Drop 1.4.23
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/mhwaveedit/Manifest | 1 -
media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild | 44 -------------------------
2 files changed, 45 deletions(-)
diff --git a/media-sound/mhwaveedit/Manifest b/media-sound/mhwaveedit/Manifest
index 5ff1bd6387d..dd6442c39f9 100644
--- a/media-sound/mhwaveedit/Manifest
+++ b/media-sound/mhwaveedit/Manifest
@@ -1,2 +1 @@
-DIST mhwaveedit-1.4.23.tar.bz2 642042 BLAKE2B 9d2d4ae201034df09f46a85c0b3d42978a294e888e175c18aeb02433d6f22246602cd7aaae004cdd13d24bc6e21fcb2cc2cb739bb0509476f8510603bfd42517 SHA512 c8b3f1ca2c573e03bbe8e2c61c80d8bae0f9b9ec99fff0110119698f95328d1ab86eb4641d582865cd091f2955388343cbd912fd5f0b15f2a937b88cc01b974f
DIST mhwaveedit-1.4.24.tar.gz 943313 BLAKE2B 4edda0ed7ef833a5f9470087d44d8b09c58f040eedc23c0a97decdd45240ba283c891bf411decf769c8f2ad5869a5ce69f2d8da6a15b746152afee5f1676371c SHA512 392a358ae812c4be7847c4987dec40043af2e1850d9ffc498cc13f930355a7f3c407d55924fe709e5080811e49d932428b45afe904496fcb75e21a043b71ff47
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild
deleted file mode 100644
index c6117c93bd7..00000000000
--- a/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
-HOMEPAGE="https://github.com/magnush/mhwaveedit/"
-SRC_URI="https://github.com/magnush/mhwaveedit/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox"
-
-RDEPEND="
- x11-libs/gtk+:2
- x11-libs/pango
- sndfile? ( media-libs/libsndfile:= )
- sdl? ( media-libs/libsdl:= )
- alsa? ( media-libs/alsa-lib:= )
- jack? ( virtual/jack )
- libsamplerate? ( media-libs/libsamplerate:= )
- ladspa? ( media-libs/ladspa-sdk )
- pulseaudio? ( media-sound/pulseaudio )
- sox? ( media-sound/sox:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.4.23-missing-include.patch )
-
-src_configure() {
- econf \
- --without-arts \
- --without-esound \
- --without-portaudio \
- $(use_enable nls) \
- $(use_with sndfile libsndfile) \
- $(use_with libsamplerate) \
- $(use_with sdl) \
- $(use_with alsa alsalib) \
- $(use_with oss) \
- $(use_with jack) \
- $(use_with pulseaudio pulse)
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/
@ 2020-08-24 7:13 Miroslav Šulc
0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2020-08-24 7:13 UTC (permalink / raw
To: gentoo-commits
commit: e6839ac24b4a09ea4442136a9fcff3421b33847a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 07:13:10 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 07:13:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6839ac2
media-sound/mhwaveedit: added xdg update
Closes: https://bugs.gentoo.org/738788
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild
index 583ec8e6038..dd823bfd76a 100644
--- a/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild
+++ b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit xdg
+
DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
HOMEPAGE="https://github.com/magnush/mhwaveedit/"
SRC_URI="https://github.com/magnush/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/
@ 2024-04-10 7:48 Miroslav Šulc
0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2024-04-10 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 11c2d3b4d9993e0050fc36f647f97f08f4bc7165
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr 9 15:04:44 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 07:48:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c2d3b4
media-sound/mhwaveedit: 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/mhwaveedit/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-sound/mhwaveedit/metadata.xml b/media-sound/mhwaveedit/metadata.xml
index b69a849fd57e..31618ced5d74 100644
--- a/media-sound/mhwaveedit/metadata.xml
+++ b/media-sound/mhwaveedit/metadata.xml
@@ -5,4 +5,7 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+<upstream>
+ <remote-id type="github">magnush/mhwaveedit</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-10 7:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 16:06 [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-04-10 7:48 Miroslav Šulc
2020-08-24 7:13 Miroslav Šulc
2020-08-22 16:06 Andreas Sturmlechner
2019-12-10 12:11 David Seifert
2016-02-11 0:26 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox