Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/swh-plugins/
Date: Fri, 09 Oct 2020 15:41:06
Message-Id: 1602258046.da7c9ce514cadedd5ccf117f2fe054d7f932ce73.fordfrog@gentoo
1 commit: da7c9ce514cadedd5ccf117f2fe054d7f932ce73
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 15:40:46 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 15:40:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7c9ce5
7
8 media-plugins/swh-plugins: removed obsolete 0.4.15-r3
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-plugins/swh-plugins/Manifest | 2 -
14 .../swh-plugins/swh-plugins-0.4.15-r3.ebuild | 71 ----------------------
15 2 files changed, 73 deletions(-)
16
17 diff --git a/media-plugins/swh-plugins/Manifest b/media-plugins/swh-plugins/Manifest
18 index e9cc8562d84..7cd7807f64d 100644
19 --- a/media-plugins/swh-plugins/Manifest
20 +++ b/media-plugins/swh-plugins/Manifest
21 @@ -1,3 +1 @@
22 -DIST swh-plugins-0.4.15-patchset.tar.bz2 5208 BLAKE2B 5ed8f49ddec0a8ed34fab05defc9489c6ae563f824f1514845719ee3716847cbeb023152d3ac1522e28712845ecd14ab62b4e4c466e9385a3df6fa3dc9a970ab SHA512 b2d016c52fa3cb90e255f26f1e9f7410b7a44b50e0ede0acc5a3092abbb65fbb455c3c3eb0059083f40556e00f95262a885c8970a8b25c310f73af6913973fc5
23 -DIST swh-plugins-0.4.15.tar.gz 1051623 BLAKE2B 8b18cd558160b58ad09662b3aea69ce928daa812bb5aa8089423a504a103fa6e29b4663b9bd827230742b1d7c6570c9b671b4a25cdc54e794b465edb36743a07 SHA512 b26d11f3887d03d39187b86f8e4061e3808ac03fa49caf24256ae457a0156be5982fe687ed50fa4240ccbb3e6250ed920d1da8c95d57cf4313e127559491eb03
24 DIST swh-plugins-0.4.17.tar.gz 456472 BLAKE2B 827e5c0d6ac692636904df64d1af8d94488f22a26cf09586b0ad32bec9017c9f3cd66074d8f786f5722e4918d32ff27be719561005273f2dcee81ea8690d6274 SHA512 6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7
25
26 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
27 deleted file mode 100644
28 index 88acf6e44d8..00000000000
29 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild
30 +++ /dev/null
31 @@ -1,71 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit eutils autotools multilib-minimal
38 -
39 -DESCRIPTION="Large collection of LADSPA audio plugins/effects"
40 -HOMEPAGE="http://plugin.org.uk"
41 -SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz
42 - https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
43 -
44 -SLOT="0"
45 -LICENSE="GPL-2"
46 -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
47 -IUSE="cpu_flags_x86_3dnow nls cpu_flags_x86_sse"
48 -
49 -RDEPEND="
50 - >=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}]
51 - >=sci-libs/fftw-3.3.3-r2[${MULTILIB_USEDEP}]"
52 -DEPEND="${RDEPEND}
53 - media-libs/ladspa-sdk
54 - sys-devel/gettext
55 - virtual/pkgconfig"
56 -
57 -DOCS=( AUTHORS ChangeLog README TODO )
58 -
59 -src_prepare() {
60 - epatch "${WORKDIR}/${P}-patchset/${P}-pic.patch"
61 - epatch "${WORKDIR}/${P}-patchset/${P}-plugindir.patch"
62 - epatch "${WORKDIR}/${P}-patchset/${P}-riceitdown.patch"
63 - epatch "${WORKDIR}/${P}-patchset/${P}-gettext.patch"
64 - epatch "${WORKDIR}/${P}-patchset/${P}-x86-asm-optional.patch"
65 - epatch "${WORKDIR}/${P}-patchset/${P}-glibc-2.10.patch"
66 -
67 - # Use system libgsm, bug #252890
68 - rm -rf gsm
69 - epatch "${WORKDIR}/${P}-patchset/${P}-system_gsm.patch"
70 -
71 - # This is to update gettext macros, otherwise they are incompatible with
72 - # recent libtools, bug #231767
73 - autopoint -f || die
74 -
75 - # it doesn't get updated otherwise
76 - rm -f missing
77 -
78 - # old shipped version breaks multilib build #475022
79 - rm -f config.h
80 -
81 - # Fix build with automake 1.13
82 - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
83 -
84 - eautoreconf
85 - elibtoolize
86 -}
87 -
88 -multilib_src_configure() {
89 - ECONF_SOURCE="${S}" econf \
90 - $(use_enable cpu_flags_x86_sse sse) \
91 - $(use_enable cpu_flags_x86_3dnow 3dnow) \
92 - $(use_enable nls) \
93 - --enable-fast-install
94 -}
95 -
96 -pkg_postinst() {
97 - ewarn "WARNING: You have to be careful when using the"
98 - ewarn "swh plugins. Be sure to lower your sound volume"
99 - ewarn "and then play around a bit with the plugins so"
100 - ewarn "you get a feeling for it. Otherwise your speakers"
101 - ewarn "won't like that."
102 -}