Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/stk/, media-libs/stk/files/stk-4.5.0/
Date: Tue, 01 May 2018 21:31:16
Message-Id: 1525210242.02c3a5e597dfd3bc296b0feb1346a24aa88e7280.monsieurp@gentoo
1 commit: 02c3a5e597dfd3bc296b0feb1346a24aa88e7280
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sat Apr 21 12:22:07 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 21:30:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c3a5e5
7
8 media-libs/stk: drop old.
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11 Closes: https://github.com/gentoo/gentoo/pull/7904
12
13 media-libs/stk/Manifest | 1 -
14 .../stk-4.5.0/010_all_removeForcedFlags.patch | 13 -----
15 .../files/stk-4.5.0/020_all_noExamplesOrDemo.patch | 40 -------------
16 .../files/stk-4.5.0/040_all_sharedliblink.patch | 13 -----
17 .../stk/files/stk-4.5.0/050_all_cxxflags.patch | 13 -----
18 media-libs/stk/stk-4.5.0.ebuild | 68 ----------------------
19 media-libs/stk/stk-4.5.1.ebuild | 68 ----------------------
20 7 files changed, 216 deletions(-)
21
22 diff --git a/media-libs/stk/Manifest b/media-libs/stk/Manifest
23 index 2fb039c80a5..f6ce8b7166f 100644
24 --- a/media-libs/stk/Manifest
25 +++ b/media-libs/stk/Manifest
26 @@ -1,2 +1 @@
27 -DIST stk-4.5.0.tar.gz 2466803 BLAKE2B 30e73179000a581c66a4e80fa00aaea481675b6779b18ec70619e7767884a23f0aa969c172c737cf2b24927d14c3bb91107750ae07b20e868177eb82c2ce3f9b SHA512 a8a19e171093735052d797ef29a6a287dc6753fa726e451865250364dfd22f43b190aa03498ec94b99f3dc137ef951aa85e2f2f3509c74cedada6eedb5a31785
28 DIST stk-4.5.1.tar.gz 2413113 BLAKE2B 5eedf936f26acd3e2f377a198b252ee36bcdbb642f0649c0db6c453beb670a1fc725c94af78ff3e075f50068ae6927b628de0174dba598191ed9f9d2f074c17c SHA512 c4c05edfb49b269d5d2518c06abad8e636c4f67a8598f5a03d406bbef04b8b3315d2592d35c8742ce9163b52215ac87b6349c0012e271a43707d109175b6d336
29
30 diff --git a/media-libs/stk/files/stk-4.5.0/010_all_removeForcedFlags.patch b/media-libs/stk/files/stk-4.5.0/010_all_removeForcedFlags.patch
31 deleted file mode 100644
32 index 3fcc28fb763..00000000000
33 --- a/media-libs/stk/files/stk-4.5.0/010_all_removeForcedFlags.patch
34 +++ /dev/null
35 @@ -1,13 +0,0 @@
36 -Index: stk-4.4.3/configure.ac
37 -===================================================================
38 ---- stk-4.4.3.orig/configure.ac
39 -+++ stk-4.4.3/configure.ac
40 -@@ -65,7 +65,7 @@ if test "$debug" = "yes"; then
41 - else
42 - AC_SUBST( debug, [no] )
43 - AC_SUBST( cppflag, [] )
44 -- AC_SUBST( cxxflag, [-O3] )
45 -+ AC_SUBST( cxxflag, [] )
46 - AC_SUBST( object_path, [Release] )
47 - fi
48 - AC_MSG_RESULT($debug)
49
50 diff --git a/media-libs/stk/files/stk-4.5.0/020_all_noExamplesOrDemo.patch b/media-libs/stk/files/stk-4.5.0/020_all_noExamplesOrDemo.patch
51 deleted file mode 100644
52 index 77d643593b4..00000000000
53 --- a/media-libs/stk/files/stk-4.5.0/020_all_noExamplesOrDemo.patch
54 +++ /dev/null
55 @@ -1,40 +0,0 @@
56 -Index: stk-4.5.0/Makefile.in
57 -===================================================================
58 ---- stk-4.5.0.orig/Makefile.in
59 -+++ stk-4.5.0/Makefile.in
60 -@@ -6,35 +6,14 @@ REALTIME = @realtime@
61 -
62 - all :
63 - cd src && $(MAKE)
64 -- cd projects/demo && $(MAKE) libdemo
65 --ifeq ($(REALTIME),yes)
66 -- cd projects/effects && $(MAKE) libeffects
67 -- cd projects/ragamatic && $(MAKE) libragamat
68 -- cd projects/eguitar && $(MAKE) libeguitar
69 --endif
70 -- cd projects/examples && $(MAKE) -f libMakefile
71 -
72 - clean :
73 - $(RM) -f *~
74 - cd src && $(MAKE) clean
75 -- cd projects/demo && $(MAKE) clean
76 --ifeq ($(REALTIME),yes)
77 -- cd projects/effects && $(MAKE) clean
78 -- cd projects/ragamatic && $(MAKE) clean
79 -- cd projects/eguitar && $(MAKE) clean
80 --endif
81 -- cd projects/examples && $(MAKE) clean
82 -
83 - distclean: clean
84 - $(RM) -rf config.log config.status autom4te.cache Makefile
85 - cd src && $(MAKE) distclean
86 -- cd projects/demo && $(MAKE) distclean
87 --ifeq ($(REALTIME),yes)
88 -- cd projects/effects && $(MAKE) distclean
89 -- cd projects/ragamatic && $(MAKE) distclean
90 -- cd projects/eguitar && $(MAKE) distclean
91 --endif
92 -- cd projects/examples && $(MAKE) distclean
93 -
94 - install:
95 - $(MAKE) -C src install
96
97 diff --git a/media-libs/stk/files/stk-4.5.0/040_all_sharedliblink.patch b/media-libs/stk/files/stk-4.5.0/040_all_sharedliblink.patch
98 deleted file mode 100644
99 index 6f267b79bd6..00000000000
100 --- a/media-libs/stk/files/stk-4.5.0/040_all_sharedliblink.patch
101 +++ /dev/null
102 @@ -1,13 +0,0 @@
103 -Index: stk-4.4.3/src/Makefile.in
104 -===================================================================
105 ---- stk-4.4.3.orig/src/Makefile.in
106 -+++ stk-4.4.3/src/Makefile.in
107 -@@ -74,7 +74,7 @@ $(SHAREDLIB) : $(OBJECTS)
108 - $(RM) -f $(@) $(SHAREDLIB).$(MAJOR) $(SHAREDLIB)
109 - $(CC) $(LDFLAGS) -fPIC @libflags@ $(OBJECT_PATH)/*.o $(LIBS)
110 - $(LN) -s @sharedname@ $(SHAREDLIB)
111 --# $(LN) -s @sharedname@ $(SHAREDLIB).$(MAJOR)
112 -+ $(LN) -s @sharedname@ $(SHAREDLIB).$(MAJOR)
113 -
114 - $(OBJECTS) : Stk.h
115 -
116
117 diff --git a/media-libs/stk/files/stk-4.5.0/050_all_cxxflags.patch b/media-libs/stk/files/stk-4.5.0/050_all_cxxflags.patch
118 deleted file mode 100644
119 index d2cc4e5be33..00000000000
120 --- a/media-libs/stk/files/stk-4.5.0/050_all_cxxflags.patch
121 +++ /dev/null
122 @@ -1,13 +0,0 @@
123 -Index: stk-4.5.0/configure.ac
124 -===================================================================
125 ---- stk-4.5.0.orig/configure.ac
126 -+++ stk-4.5.0/configure.ac
127 -@@ -100,7 +100,7 @@ fi
128 - CPPFLAGS="$CPPFLAGS $cppflag"
129 -
130 - # For debugging and optimization ... overwrite default because it has both -g and -O2
131 --CXXFLAGS="$cxxflag"
132 -+CXXFLAGS="$CXXFLAGS $cxxflag"
133 -
134 - # Check compiler and use -Wall if gnu.
135 - if [test $GXX = "yes" ;] then
136
137 diff --git a/media-libs/stk/stk-4.5.0.ebuild b/media-libs/stk/stk-4.5.0.ebuild
138 deleted file mode 100644
139 index 3a5a9c740d1..00000000000
140 --- a/media-libs/stk/stk-4.5.0.ebuild
141 +++ /dev/null
142 @@ -1,68 +0,0 @@
143 -# Copyright 1999-2018 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=5
147 -
148 -inherit eutils autotools
149 -
150 -DESCRIPTION="Synthesis ToolKit in C++"
151 -HOMEPAGE="https://ccrma.stanford.edu/software/stk/"
152 -SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
153 -
154 -LICENSE="MIT"
155 -SLOT="0"
156 -KEYWORDS="~amd64 ~x86"
157 -IUSE="alsa debug doc jack oss static-libs"
158 -
159 -RDEPEND="alsa? ( media-libs/alsa-lib )
160 - jack? ( media-sound/jack-audio-connection-kit )"
161 -DEPEND="${RDEPEND}
162 - virtual/pkgconfig
163 - dev-lang/perl"
164 -
165 -src_prepare() {
166 - EPATCH_SUFFIX="patch" epatch "${FILESDIR}/${P}"
167 - eautoreconf
168 -}
169 -
170 -src_configure() {
171 - #breaks with --disable-foo...uses as --enable-foo
172 - local myconf
173 - if use debug; then
174 - myconf="${myconf} --enable-debug"
175 - fi
176 - if use oss; then
177 - myconf="${myconf} --with-oss"
178 - fi
179 - if use alsa; then
180 - myconf="${myconf} --with-alsa"
181 - fi
182 - if use jack; then
183 - myconf="${myconf} --with-jack"
184 - fi
185 -
186 - econf ${myconf} \
187 - --enable-shared \
188 - $(use_enable static-libs static) \
189 - RAWWAVE_PATH=/usr/share/stk/rawwaves/
190 -}
191 -
192 -src_install() {
193 - dodoc README.md
194 -
195 - # install the lib
196 - dolib src/libstk.*
197 -
198 - # install headers
199 - insinto /usr/include/stk
200 - doins include/*.h include/*.msg include/*.tbl
201 -
202 - # install rawwaves
203 - insinto /usr/share/stk/rawwaves
204 - doins rawwaves/*.raw
205 -
206 - # install docs
207 - if use doc; then
208 - dohtml -r doc/html/*
209 - fi
210 -}
211
212 diff --git a/media-libs/stk/stk-4.5.1.ebuild b/media-libs/stk/stk-4.5.1.ebuild
213 deleted file mode 100644
214 index 72482af91aa..00000000000
215 --- a/media-libs/stk/stk-4.5.1.ebuild
216 +++ /dev/null
217 @@ -1,68 +0,0 @@
218 -# Copyright 1999-2018 Gentoo Foundation
219 -# Distributed under the terms of the GNU General Public License v2
220 -
221 -EAPI=5
222 -
223 -inherit eutils autotools
224 -
225 -DESCRIPTION="Synthesis ToolKit in C++"
226 -HOMEPAGE="https://ccrma.stanford.edu/software/stk/"
227 -SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
228 -
229 -LICENSE="MIT"
230 -SLOT="0"
231 -KEYWORDS="~amd64 ~x86"
232 -IUSE="alsa debug doc jack oss static-libs"
233 -
234 -RDEPEND="alsa? ( media-libs/alsa-lib )
235 - jack? ( media-sound/jack-audio-connection-kit )"
236 -DEPEND="${RDEPEND}
237 - virtual/pkgconfig
238 - dev-lang/perl"
239 -
240 -src_prepare() {
241 - EPATCH_SUFFIX="patch" epatch "${FILESDIR}/${P}"
242 - eautoreconf
243 -}
244 -
245 -src_configure() {
246 - #breaks with --disable-foo...uses as --enable-foo
247 - local myconf
248 - if use debug; then
249 - myconf="${myconf} --enable-debug"
250 - fi
251 - if use oss; then
252 - myconf="${myconf} --with-oss"
253 - fi
254 - if use alsa; then
255 - myconf="${myconf} --with-alsa"
256 - fi
257 - if use jack; then
258 - myconf="${myconf} --with-jack"
259 - fi
260 -
261 - econf ${myconf} \
262 - --enable-shared \
263 - $(use_enable static-libs static) \
264 - RAWWAVE_PATH=/usr/share/stk/rawwaves/
265 -}
266 -
267 -src_install() {
268 - dodoc README.md
269 -
270 - # install the lib
271 - dolib src/libstk*
272 -
273 - # install headers
274 - insinto /usr/include/stk
275 - doins include/*.h
276 -
277 - # install rawwaves
278 - insinto /usr/share/stk/rawwaves
279 - doins rawwaves/*.raw
280 -
281 - # install docs
282 - if use doc; then
283 - dohtml -r doc/html/*
284 - fi
285 -}