Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/
Date: Sat, 15 Sep 2018 02:31:31
Message-Id: 1536978629.59cc71c623de1f0d5f18f3d78823a77f4f268d9e.asturm@gentoo
1 commit: 59cc71c623de1f0d5f18f3d78823a77f4f268d9e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 18:27:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 02:30:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cc71c6
7
8 media-sound/fluidsynth: Drop old, de-stabilise hppa
9
10 Closes: https://bugs.gentoo.org/663386
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 media-sound/fluidsynth/Manifest | 2 -
14 media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 69 ----------------------
15 media-sound/fluidsynth/fluidsynth-1.1.9.ebuild | 70 -----------------------
16 3 files changed, 141 deletions(-)
17
18 diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest
19 index e71f30c37a4..73513b81a4b 100644
20 --- a/media-sound/fluidsynth/Manifest
21 +++ b/media-sound/fluidsynth/Manifest
22 @@ -1,3 +1 @@
23 DIST fluidsynth-1.1.11.tar.gz 634566 BLAKE2B ed135533c9e3e807794e0eca8117d430aa299b8772b2b6c85f6233e7e497d69f43381d9c7cf2de5ce8638f5dc616339bd28cecc3cdc23408bf5883a0b14fee79 SHA512 ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c
24 -DIST fluidsynth-1.1.6.tar.gz 958735 BLAKE2B 9be1e72238545d78f2aded9e98336639ba83d2272b3247ac86609e84331fb8517eb29b505d269719196468bdbf645496c9f4f4426ac232b16f19b3b8b1c3450f SHA512 2dcb8a8a1634273cc93c45b6e21b87ac45a023c768cffdadda0a4e611eab8d5bbea0e1ba59e5f147488054cfa6fcaf561399ae275a665c76082b8738a80778bb
25 -DIST fluidsynth-1.1.9.tar.gz 630651 BLAKE2B 2e6faa1126778a98b1960146046490331f943dfe78dcbf66aeaac16deda3ea0bca2eca747e7041ba752d136360b2003ae89b0d936df78a6cd9d5024bd3cd834e SHA512 9bbe9143dc55a0e10e33efd62698e28b598a7ede95d44f193a93c5e29920c7b6d08f7f5ba96bd2c1c42a4b184134d4e811f643fdc0077be714c0cf72635de235
26
27 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
28 deleted file mode 100644
29 index 548b8638386..00000000000
30 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
31 +++ /dev/null
32 @@ -1,69 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit cmake-multilib flag-o-matic
38 -
39 -DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
40 -HOMEPAGE="http://www.fluidsynth.org/"
41 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
46 -IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline sndfile"
47 -
48 -RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
49 - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
50 - lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] ) )
51 - dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
52 - jack? ( virtual/jack[${MULTILIB_USEDEP}] )
53 - ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
54 - >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] )
55 - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
56 - portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
57 - readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
58 - sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
59 -DEPEND="${RDEPEND}
60 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
61 -
62 -src_configure() {
63 - # autotools based build system has AC_CHECK_LIB(pthread, pthread_create) wrt
64 - # bug #436762
65 - append-flags -pthread
66 -
67 - mycmakeargs=(
68 - $(cmake-utils_use alsa enable-alsa)
69 - $(cmake-utils_use dbus enable-dbus)
70 - $(cmake-utils_use debug enable-debug)
71 - $(cmake-utils_use jack enable-jack)
72 - -Denable-ladcca=OFF
73 - $(cmake-utils_use ladspa enable-ladspa)
74 - $(cmake-utils_use sndfile enable-libsndfile)
75 - $(cmake-utils_use portaudio enable-portaudio)
76 - $(cmake-utils_use pulseaudio enable-pulseaudio)
77 - $(cmake-utils_use readline enable-readline)
78 - )
79 -
80 - if use alsa; then
81 - mycmakeargs+=( $(cmake-utils_use lash enable-lash) )
82 - else
83 - mycmakeargs+=( -Denable-lash=OFF )
84 - fi
85 -
86 - cmake-multilib_src_configure
87 -}
88 -
89 -src_install() {
90 - cmake-multilib_src_install
91 -
92 - dodoc AUTHORS NEWS README THANKS TODO doc/*.txt
93 -
94 - docinto pdf
95 - dodoc doc/*.pdf
96 -
97 - if use examples; then
98 - docinto examples
99 - dodoc doc/*.c
100 - fi
101 -}
102
103 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.9.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.9.ebuild
104 deleted file mode 100644
105 index 18d329d31b2..00000000000
106 --- a/media-sound/fluidsynth/fluidsynth-1.1.9.ebuild
107 +++ /dev/null
108 @@ -1,70 +0,0 @@
109 -# Copyright 1999-2018 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=5
113 -inherit cmake-multilib flag-o-matic
114 -
115 -DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
116 -HOMEPAGE="http://www.fluidsynth.org/"
117 -SRC_URI="https://github.com/FluidSynth/fluidsynth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
118 -
119 -LICENSE="LGPL-2"
120 -SLOT="0"
121 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
122 -IUSE="alsa dbus debug examples ipv6 jack ladspa lash portaudio pulseaudio readline sndfile"
123 -
124 -RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
125 - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
126 - lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] ) )
127 - dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
128 - jack? ( virtual/jack[${MULTILIB_USEDEP}] )
129 - ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
130 - >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] )
131 - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
132 - portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
133 - readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
134 - sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
135 -DEPEND="${RDEPEND}
136 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
137 -
138 -src_configure() {
139 - # autotools based build system has AC_CHECK_LIB(pthread, pthread_create) wrt
140 - # bug #436762
141 - append-flags -pthread
142 -
143 - mycmakeargs=(
144 - $(cmake-utils_use alsa enable-alsa)
145 - $(cmake-utils_use dbus enable-dbus)
146 - $(cmake-utils_use debug enable-debug)
147 - $(cmake-utils_use ipv6 enable-ipv6)
148 - $(cmake-utils_use jack enable-jack)
149 - -Denable-ladcca=OFF
150 - $(cmake-utils_use ladspa enable-ladspa)
151 - $(cmake-utils_use sndfile enable-libsndfile)
152 - $(cmake-utils_use portaudio enable-portaudio)
153 - $(cmake-utils_use pulseaudio enable-pulseaudio)
154 - $(cmake-utils_use readline enable-readline)
155 - )
156 -
157 - if use alsa; then
158 - mycmakeargs+=( $(cmake-utils_use lash enable-lash) )
159 - else
160 - mycmakeargs+=( -Denable-lash=OFF )
161 - fi
162 -
163 - cmake-multilib_src_configure
164 -}
165 -
166 -src_install() {
167 - cmake-multilib_src_install
168 -
169 - dodoc AUTHORS NEWS README.md THANKS TODO doc/*.txt
170 -
171 - docinto pdf
172 - dodoc doc/*.pdf
173 -
174 - if use examples; then
175 - docinto examples
176 - dodoc doc/*.c
177 - fi
178 -}