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-sound/ecasound/, media-sound/ecasound/files/
Date: Fri, 28 Aug 2020 08:12:14
Message-Id: 1598602323.053cb9ea7c8b4dc17a8fa54f59ef54367597805c.fordfrog@gentoo
1 commit: 053cb9ea7c8b4dc17a8fa54f59ef54367597805c
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 08:11:47 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 08:12:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053cb9ea
7
8 media-sound/ecasound: removed obsolete 2.9.1-r1
9
10 Closes: https://bugs.gentoo.org/610464
11 Closes: https://bugs.gentoo.org/641770
12 Closes: https://bugs.gentoo.org/685680
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 media-sound/ecasound/Manifest | 1 -
17 media-sound/ecasound/ecasound-2.9.1-r1.ebuild | 97 ----------------------
18 .../ecasound/files/ecasound-2.8.1-ldflags.patch | 64 --------------
19 3 files changed, 162 deletions(-)
20
21 diff --git a/media-sound/ecasound/Manifest b/media-sound/ecasound/Manifest
22 index 8945b895acf..743c6c7aaec 100644
23 --- a/media-sound/ecasound/Manifest
24 +++ b/media-sound/ecasound/Manifest
25 @@ -1,3 +1,2 @@
26 DIST ecasound-2.6.0.tar.gz 966629 BLAKE2B 35539d80ea306f2ba38980838895c66a2f5db918854f0bd0d0cd1513d0cdaa00a9359337b469a41b8fa42cd88e7642e8393d91fdb1add277edfe77bde633e1cc SHA512 48b3c65e301a775499765c55b09bddacfde24bfd7a5be6c03389c7bda882abe98b061aaa39ec12a797e3a5a2808f446751155b36c263f0f12da2db1495515c5e
27 -DIST ecasound-2.9.1.tar.gz 1057333 BLAKE2B 37e337d379ef649877278a4a3736ef98cde57aeee5a547d3a8e3b9d81785a8a33c964680a6b6871a26d097520f7eab20b186291698869014ec9a12c2ced49b28 SHA512 b91fd68cb4809fdf62b25323fbf52c9bb7de6663287d5aa2576cc4fb28e322850b7020df2718ed6087f5d9f5f96692a476287378ea65853d01834523e8eb7033
28 DIST ecasound-2.9.3.tar.gz 1101628 BLAKE2B 52aaa96abee9a911c613ac772fd3df3ff7bb4a8309283089d19e2f7265be26eb6e77304896cda2ed1c71742f36dfe1e38209afd42b921d56f12d43f08b4fe2d2 SHA512 4f70e6f54cd05194a4ffe80905e7488d16d32d684c87736dfdac7b3aebf3d20cbf417964d75e00e781f6f0614b8b699061c69fcbf7e1761d66ce1abfcd5f1140
29
30 diff --git a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild
31 deleted file mode 100644
32 index 3e33153f3dd..00000000000
33 --- a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild
34 +++ /dev/null
35 @@ -1,97 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit autotools eutils ltprune python-single-r1
43 -
44 -DESCRIPTION="a package for multitrack audio processing"
45 -HOMEPAGE="https://ecasound.seul.org/ecasound/"
46 -SRC_URI="https://ecasound.seul.org/download/${P}.tar.gz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="1"
50 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
51 -IUSE="alsa audiofile debug doc jack libsamplerate lv2 mikmod ncurses oil osc oss
52 -python ruby sndfile static-libs test"
53 -RESTRICT="!test? ( test )"
54 -REQUIRED_USE="test? ( lv2 )
55 - python? ( ${PYTHON_REQUIRED_USE} )"
56 -
57 -RDEPEND="sys-libs/readline:0=
58 - alsa? ( media-libs/alsa-lib:= )
59 - audiofile? ( media-libs/audiofile:= )
60 - jack? ( virtual/jack:= )
61 - libsamplerate? ( media-libs/libsamplerate:= )
62 - lv2? ( >=media-libs/lilv-0.5.0:= )
63 - media-libs/ladspa-sdk
64 - mikmod? ( media-libs/libmikmod:0= )
65 - ncurses? ( sys-libs/ncurses:0= )
66 - oil? ( dev-libs/liboil:= )
67 - osc? ( media-libs/liblo:= )
68 - python? ( ${PYTHON_DEPS} )
69 - ruby? ( dev-lang/ruby )
70 - sndfile? ( media-libs/libsndfile:= )"
71 -DEPEND="${RDEPEND}
72 - virtual/pkgconfig"
73 -PATCHES=(
74 - "${FILESDIR}"/${PN}-2.8.1-ldflags.patch
75 - "${FILESDIR}"/${PN}-2.9.1-tinfo.patch
76 -)
77 -
78 -pkg_setup() {
79 - use python && python-single-r1_pkg_setup
80 -}
81 -
82 -src_prepare() {
83 - default
84 -
85 -# if use python ; then
86 -# sed -i -e "s:\$(ecasoundc_libs):\0 $(python_get_library -l):" \
87 -# pyecasound/Makefile.am || die "sed failed"
88 -# fi
89 -
90 - eautoreconf
91 -}
92 -
93 -src_configure() {
94 - local pyconf=()
95 -
96 - if use python ; then
97 - pyconf=( "--with-python-modules=${EPREFIX}/usr/$(get_libdir)/${EPYTHON}" )
98 - fi
99 -
100 - econf \
101 - --disable-arts \
102 - --enable-shared \
103 - --enable-sys-readline \
104 - --with-largefile \
105 - $(use_enable alsa) \
106 - $(use_enable audiofile) \
107 - $(use_enable debug) \
108 - $(use_enable jack) \
109 - $(use_enable libsamplerate) \
110 - $(use_enable lv2 liblilv) \
111 - $(use_enable ncurses) \
112 - $(use_enable oil liboil) \
113 - $(use_enable osc liblo) \
114 - $(use_enable oss) \
115 - $(use_enable python pyecasound) \
116 - $(use_enable ruby rubyecasound) \
117 - $(use_enable sndfile) \
118 - $(use_enable static-libs static) \
119 - "${pyconf[@]}"
120 -}
121 -
122 -src_install() {
123 - default
124 - use python && python_optimize
125 -
126 - if use doc ; then
127 - dodoc Documentation/*.html
128 - dodoc Documentation/programmers_guide/ecasound_programmers_guide.txt
129 - fi
130 -
131 - prune_libtool_files
132 -}
133
134 diff --git a/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch b/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch
135 deleted file mode 100644
136 index 162e0224e6e..00000000000
137 --- a/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch
138 +++ /dev/null
139 @@ -1,64 +0,0 @@
140 ---- a/kvutils/Makefile.am
141 -+++ b/kvutils/Makefile.am
142 -@@ -56,13 +56,12 @@
143 - kvu_value_queue.h
144 -
145 - libkvutils_la_SOURCES = $(kvutil_sources) $(kvutil_headers)
146 --libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@ -static
147 -+libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@
148 -
149 - libkvutils_debug_la_SOURCES = $(libkvutils_la_SOURCES)
150 - libkvutils_debug_la_LDFLAGS = $(libkvutils_la_LDFLAGS)
151 -
152 - libkvutils_tester_SOURCES = libkvutils_tester.cpp
153 --libkvutils_tester_LDFLAGS = -static
154 - libkvutils_tester_LDADD = $(lib_LTLIBRARIES)
155 -
156 - noinst_HEADERS = $(kvutil_headers)
157 ---- a/libecasound/Makefile.am
158 -+++ b/libecasound/Makefile.am
159 -@@ -364,7 +364,7 @@
160 -
161 - libecasound_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
162 - libecasound_debug_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
163 --libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static
164 -+libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags)
165 - libecasound_la_LIBADD = $(eca_libadd)
166 - libecasound_debug_la_LDFLAGS = $(libecasound_la_LDFLAGS)
167 - libecasound_debug_la_LIBADD = $(libecasound_la_LIBADD)
168 ---- a/libecasound/plugins/Makefile.am
169 -+++ b/libecasound/plugins/Makefile.am
170 -@@ -105,7 +105,7 @@
171 - libecasound_plugins_la_SOURCES = audioio_dummy.cpp $(plugin_cond_sources)
172 - EXTRA_libecasound_plugins_la_SOURCES = $(plugin_all_sources)
173 - libecasound_plugins_la_LIBADD = $(ECA_S_EXTRA_LIBS)
174 --libecasound_plugins_la_LDFLAGS = -static
175 -+libecasound_plugins_la_LDFLAGS =
176 -
177 - libecasound_plugins_debug_la_SOURCES = $(libecasound_plugins_la_SOURCES)
178 - EXTRA_libecasound_plugins_debug_la_SOURCES = $(EXTRA_libecasound_plugins_la_SOURCES)
179 ---- a/libecasoundc/Makefile.am
180 -+++ b/libecasoundc/Makefile.am
181 -@@ -14,9 +14,9 @@
182 - # !!!
183 - # remember to update eca-version.cpp
184 - if ECA_AM_DEBUG_MODE
185 --eca_ldflags = -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -static
186 -+eca_ldflags = -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@
187 - else
188 --eca_ldflags = -s -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -static
189 -+eca_ldflags = -s -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@
190 - endif
191 -
192 - INCLUDES = -I$(srcdir)
193 ---- a/pyecasound/Makefile.am
194 -+++ b/pyecasound/Makefile.am
195 -@@ -28,7 +28,7 @@
196 - $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/ecacontrol.py
197 - endif
198 - if ECA_AM_PYECASOUND_CEXT
199 --pyecasound_install_list2 = pyecasound.so
200 -+pyecasound_install_list2 = .libs/pyecasound.so
201 - pyecasound_uninstall_list2 = $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/pyecasound.so
202 - endif
203 -