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: Mon, 23 Dec 2019 22:11:59
Message-Id: 1577139101.247e3116b0c518c4c032272d3af67822ca5c7694.asturm@gentoo
1 commit: 247e3116b0c518c4c032272d3af67822ca5c7694
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:11:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:11:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247e3116
7
8 media-sound/fluidsynth: Drop 1.1.11
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/fluidsynth/Manifest | 1 -
14 media-sound/fluidsynth/fluidsynth-1.1.11.ebuild | 77 -------------------------
15 2 files changed, 78 deletions(-)
16
17 diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest
18 index fcf4049872d..5c62d190160 100644
19 --- a/media-sound/fluidsynth/Manifest
20 +++ b/media-sound/fluidsynth/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST fluidsynth-1.1.11.tar.gz 634566 BLAKE2B ed135533c9e3e807794e0eca8117d430aa299b8772b2b6c85f6233e7e497d69f43381d9c7cf2de5ce8638f5dc616339bd28cecc3cdc23408bf5883a0b14fee79 SHA512 ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c
23 DIST fluidsynth-2.0.4.tar.gz 1378042 BLAKE2B 0fc75ea68169c47d64bdf727b8d78e311b36cb04509832f449a52d05e085908bd1ef837dd4c5e23edc25286b8ff3fdf69a9d042520c8eb2a3234fb929bed8de5 SHA512 d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0
24 DIST fluidsynth-2.0.7.tar.gz 1315250 BLAKE2B 13186522b3eea6bdd9f4893fabe9d06e67061647c83cb9479630333b0bbc5878682d5d19d9050403875ac49f66f756947d48928e3367efef537408e86c4c4a00 SHA512 c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e
25 DIST fluidsynth-2.1.0.tar.gz 1356096 BLAKE2B f1dcf05a3d776d3e8be15330e2177e59c10da25063cba577b734aed2af98955c18b7184ee73866503c0cc9c5374c14a8a0030f630be98c9319680a34d8cab117 SHA512 d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d
26
27 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
28 deleted file mode 100644
29 index 04d9ec34ac1..00000000000
30 --- a/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
31 +++ /dev/null
32 @@ -1,77 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-multilib flag-o-matic
39 -
40 -DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
41 -HOMEPAGE="http://www.fluidsynth.org/"
42 -SRC_URI="https://github.com/FluidSynth/fluidsynth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86"
47 -IUSE="alsa dbus debug examples ipv6 jack ladspa lash portaudio pulseaudio readline sndfile"
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
51 - alsa? (
52 - >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
53 - lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] )
54 - )
55 - dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
56 - jack? ( virtual/jack[${MULTILIB_USEDEP}] )
57 - ladspa? (
58 - >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}]
59 - >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
60 - )
61 - portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
62 - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
63 - readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
64 - sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
65 -DEPEND="${RDEPEND}
66 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
67 -"
68 -
69 -DOCS=( AUTHORS NEWS README.md THANKS TODO doc/{fluidsynth-v11-devdoc,xtrafluid}.txt )
70 -
71 -src_configure() {
72 - # autotools based build system has AC_CHECK_LIB(pthread, pthread_create) wrt
73 - # bug #436762
74 - append-flags -pthread
75 -
76 - local mycmakeargs=(
77 - -Denable-alsa=$(usex alsa)
78 - -Denable-dbus=$(usex dbus)
79 - -Denable-debug=$(usex debug)
80 - -Denable-ipv6=$(usex ipv6)
81 - -Denable-jack=$(usex jack)
82 - -Denable-ladcca=OFF
83 - -Denable-ladspa=$(usex ladspa)
84 - -Denable-libsndfile=$(usex sndfile)
85 - -Denable-portaudio=$(usex portaudio)
86 - -Denable-pulseaudio=$(usex pulseaudio)
87 - -Denable-readline=$(usex readline)
88 - )
89 -
90 - if use alsa; then
91 - mycmakeargs+=( -Denable-lash=$(usex lash) )
92 - else
93 - mycmakeargs+=( -Denable-lash=OFF )
94 - fi
95 -
96 - cmake-multilib_src_configure
97 -}
98 -
99 -src_install() {
100 - cmake-multilib_src_install
101 -
102 - docinto pdf
103 - dodoc doc/*.pdf
104 -
105 - if use examples; then
106 - docinto examples
107 - dodoc doc/*.c
108 - fi
109 -}