public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/swh-plugins/
@ 2020-08-27 17:07 Miroslav Šulc
  0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2020-08-27 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     39e5b7ed8f540c5d70f11d047175b8b9b2090980
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:07:12 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 17:07:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e5b7ed

media-plugins/swh-plugins: fixed calling runlib in 0.4.17

Closes: https://bugs.gentoo.org/739278
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
index 2d242b21e26..efe30fb2d02 100644
--- a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
+++ b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
@@ -53,7 +53,12 @@ multilib_src_configure() {
 		$(use_enable cpu_flags_x86_3dnow 3dnow) \
 		$(use_enable nls) \
 		--enable-fast-install \
-		--disable-dependency-tracking
+		--disable-dependency-tracking \
+		RANLIB="$(tc-getRANLIB)"
+}
+
+multilib_src_compile() {
+	emake RANLIB="$(tc-getRANLIB)"
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/swh-plugins/
@ 2020-10-09 15:41 Miroslav Šulc
  0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2020-10-09 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     da7c9ce514cadedd5ccf117f2fe054d7f932ce73
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 15:40:46 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 15:40:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7c9ce5

media-plugins/swh-plugins: removed obsolete 0.4.15-r3

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-plugins/swh-plugins/Manifest                 |  2 -
 .../swh-plugins/swh-plugins-0.4.15-r3.ebuild       | 71 ----------------------
 2 files changed, 73 deletions(-)

diff --git a/media-plugins/swh-plugins/Manifest b/media-plugins/swh-plugins/Manifest
index e9cc8562d84..7cd7807f64d 100644
--- a/media-plugins/swh-plugins/Manifest
+++ b/media-plugins/swh-plugins/Manifest
@@ -1,3 +1 @@
-DIST swh-plugins-0.4.15-patchset.tar.bz2 5208 BLAKE2B 5ed8f49ddec0a8ed34fab05defc9489c6ae563f824f1514845719ee3716847cbeb023152d3ac1522e28712845ecd14ab62b4e4c466e9385a3df6fa3dc9a970ab SHA512 b2d016c52fa3cb90e255f26f1e9f7410b7a44b50e0ede0acc5a3092abbb65fbb455c3c3eb0059083f40556e00f95262a885c8970a8b25c310f73af6913973fc5
-DIST swh-plugins-0.4.15.tar.gz 1051623 BLAKE2B 8b18cd558160b58ad09662b3aea69ce928daa812bb5aa8089423a504a103fa6e29b4663b9bd827230742b1d7c6570c9b671b4a25cdc54e794b465edb36743a07 SHA512 b26d11f3887d03d39187b86f8e4061e3808ac03fa49caf24256ae457a0156be5982fe687ed50fa4240ccbb3e6250ed920d1da8c95d57cf4313e127559491eb03
 DIST swh-plugins-0.4.17.tar.gz 456472 BLAKE2B 827e5c0d6ac692636904df64d1af8d94488f22a26cf09586b0ad32bec9017c9f3cd66074d8f786f5722e4918d32ff27be719561005273f2dcee81ea8690d6274 SHA512 6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7

diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild
deleted file mode 100644
index 88acf6e44d8..00000000000
--- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools multilib-minimal
-
-DESCRIPTION="Large collection of LADSPA audio plugins/effects"
-HOMEPAGE="http://plugin.org.uk"
-SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz
-	https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_sse"
-
-RDEPEND="
-	>=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}]
-	>=sci-libs/fftw-3.3.3-r2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-	media-libs/ladspa-sdk
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
-	epatch "${WORKDIR}/${P}-patchset/${P}-pic.patch"
-	epatch "${WORKDIR}/${P}-patchset/${P}-plugindir.patch"
-	epatch "${WORKDIR}/${P}-patchset/${P}-riceitdown.patch"
-	epatch "${WORKDIR}/${P}-patchset/${P}-gettext.patch"
-	epatch "${WORKDIR}/${P}-patchset/${P}-x86-asm-optional.patch"
-	epatch "${WORKDIR}/${P}-patchset/${P}-glibc-2.10.patch"
-
-	# Use system libgsm, bug #252890
-	rm -rf gsm
-	epatch "${WORKDIR}/${P}-patchset/${P}-system_gsm.patch"
-
-	# This is to update gettext macros, otherwise they are incompatible with
-	# recent libtools, bug #231767
-	autopoint -f || die
-
-	# it doesn't get updated otherwise
-	rm -f missing
-
-	# old shipped version breaks multilib build #475022
-	rm -f config.h
-
-	# Fix build with automake 1.13
-	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
-
-	eautoreconf
-	elibtoolize
-}
-
-multilib_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		$(use_enable cpu_flags_x86_sse sse) \
-		$(use_enable cpu_flags_x86_3dnow 3dnow) \
-		$(use_enable nls) \
-		--enable-fast-install
-}
-
-pkg_postinst() {
-	ewarn "WARNING: You have to be careful when using the"
-	ewarn "swh plugins. Be sure to lower your sound volume"
-	ewarn "and then play around a bit with the plugins so"
-	ewarn "you get a feeling for it. Otherwise your speakers"
-	ewarn "won't like that."
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/swh-plugins/
@ 2023-05-20  5:41 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-05-20  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4577b359889046f93916a9fb76b12a08b69e58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:41:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:41:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4577b3

media-plugins/swh-plugins: needs dev-perl/XML-Parser (really!)

One of the rare bugs where it genuinely does need it rather than a help2man bug.

Closes: https://bugs.gentoo.org/829565
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
index 896151126372..5926139cbbab 100644
--- a/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
+++ b/media-plugins/swh-plugins/swh-plugins-0.4.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,10 @@ DEPEND="${RDEPEND}
 	media-libs/ladspa-sdk
 	sys-devel/gettext
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+	dev-perl/XML-Parser
+	virtual/pkgconfig
+"
 
 DOCS=( AUTHORS ChangeLog README TODO )
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/swh-plugins/
@ 2023-05-20  5:42 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-05-20  5:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c2812b550813ffbf69918a69f01e2467a0986604
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:42:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:42:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2812b55

media-plugins/swh-plugins: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/swh-plugins/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-plugins/swh-plugins/metadata.xml b/media-plugins/swh-plugins/metadata.xml
index 3fed8a8997c3..cdcbf1f33bf9 100644
--- a/media-plugins/swh-plugins/metadata.xml
+++ b/media-plugins/swh-plugins/metadata.xml
@@ -5,4 +5,7 @@
 	<email>proaudio@gentoo.org</email>
 	<name>Gentoo ProAudio Project</name>
 </maintainer>
+<upstream>
+	<remote-id type="github">swh/ladspa</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-20  5:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-27 17:07 [gentoo-commits] repo/gentoo:master commit in: media-plugins/swh-plugins/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2020-10-09 15:41 Miroslav Šulc
2023-05-20  5:41 Sam James
2023-05-20  5:42 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox