Gentoo Archives: gentoo-commits

From: gerion <gerion.entrup@×××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/gerislay:master commit in: media-sound/fluidsynth/
Date: Mon, 22 Oct 2018 08:10:53
Message-Id: 1540195836.316e81bd0391cdde04a70c81f1b6835031c566e6.gerion@gentoo
1 commit: 316e81bd0391cdde04a70c81f1b6835031c566e6
2 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
3 AuthorDate: Mon Oct 22 08:10:36 2018 +0000
4 Commit: gerion <gerion.entrup <AT> flump <DOT> de>
5 CommitDate: Mon Oct 22 08:10:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=316e81bd
7
8 media-sound/fluidsynth: drop, obsolete version
9
10 media-sound/fluidsynth/Manifest | 3 -
11 media-sound/fluidsynth/fluidsynth-1.1.6-r2.ebuild | 69 -----------------------
12 media-sound/fluidsynth/metadata.xml | 11 ----
13 3 files changed, 83 deletions(-)
14
15 diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest
16 deleted file mode 100644
17 index a5bb018..0000000
18 --- a/media-sound/fluidsynth/Manifest
19 +++ /dev/null
20 @@ -1,3 +0,0 @@
21 -DIST fluidsynth-1.1.6.tar.gz 958735 SHA256 50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c SHA512 2dcb8a8a1634273cc93c45b6e21b87ac45a023c768cffdadda0a4e611eab8d5bbea0e1ba59e5f147488054cfa6fcaf561399ae275a665c76082b8738a80778bb WHIRLPOOL c3ede7f1218b5f445cf3537ed52dd32ebdcf50c44774431323b17dda963e334f80ec255e086380007dad69b4f3338aacb22ef90c10904f57d946f4573ced869b
22 -EBUILD fluidsynth-1.1.6-r2.ebuild 2155 SHA256 77cee9a87f6aa4c1a4d05338e0f77c636101bcbd981238a03780c40c15b1b0e9 SHA512 14cec57c43812f079778129773d08e8f461b0f2a5c104ee3e277c68e28e9bc4c28780e5674f7f2e28056e9552a13091ca0526f552e04fc9309d367c51b52c72f WHIRLPOOL 2921814f1d916a8e04e1dc38f0db21a89535e192d281a20c396d3eb35865c1c1d19738954619cc6536dd499173e9ffa22f3ae86104d048f42cd496a1de6c1a70
23 -MISC metadata.xml 333 SHA256 b5cb2f75ca91b1eb78a56d55d72c3652b018d263eb22acf716efc02986ae6f84 SHA512 016dcb0abac11ce0dedc95e5a8998b3c82f3c31c17a7d9c34baa095854c1cab7b2c0a77e091a754ed653705245473800f7356fb1f6ae7653b53582e42ca7a58d WHIRLPOOL 13559a60b2d7bf1f85b9a12844478321339b66e5ae77a7a968eb64afefc154df4416d96ea8617e472635706e47c7cf84eddc44fcc9b1081df609f169e771a89d
24
25 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r2.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r2.ebuild
26 deleted file mode 100644
27 index 28b8d27..0000000
28 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r2.ebuild
29 +++ /dev/null
30 @@ -1,69 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -inherit cmake-multilib flag-o-matic
36 -
37 -DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
38 -HOMEPAGE="http://www.fluidsynth.org/"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="LGPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64"
44 -IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline sndfile"
45 -
46 -RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
47 - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
48 - lash? ( || ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] media-sound/ladish[${MULTILIB_USEDEP}] ) ) )
49 - dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
50 - jack? ( virtual/jack[${MULTILIB_USEDEP}] )
51 - ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
52 - >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] )
53 - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
54 - portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
55 - readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
56 - sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
57 -DEPEND="${RDEPEND}
58 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
59 -
60 -src_configure() {
61 - # autotools based build system has AC_CHECK_LIB(pthread, pthread_create) wrt
62 - # bug #436762
63 - append-flags -pthread
64 -
65 - mycmakeargs=(
66 - $(cmake-utils_use alsa enable-alsa)
67 - $(cmake-utils_use dbus enable-dbus)
68 - $(cmake-utils_use debug enable-debug)
69 - $(cmake-utils_use jack enable-jack)
70 - -Denable-ladcca=OFF
71 - $(cmake-utils_use ladspa enable-ladspa)
72 - $(cmake-utils_use sndfile enable-libsndfile)
73 - $(cmake-utils_use portaudio enable-portaudio)
74 - $(cmake-utils_use pulseaudio enable-pulseaudio)
75 - $(cmake-utils_use readline enable-readline)
76 - )
77 -
78 - if use alsa; then
79 - mycmakeargs+=( $(cmake-utils_use lash enable-lash) )
80 - else
81 - mycmakeargs+=( -Denable-lash=OFF )
82 - fi
83 -
84 - cmake-multilib_src_configure
85 -}
86 -
87 -src_install() {
88 - cmake-multilib_src_install
89 -
90 - dodoc AUTHORS NEWS README THANKS TODO doc/*.txt
91 -
92 - docinto pdf
93 - dodoc doc/*.pdf
94 -
95 - if use examples; then
96 - docinto examples
97 - dodoc doc/*.c
98 - fi
99 -}
100
101 diff --git a/media-sound/fluidsynth/metadata.xml b/media-sound/fluidsynth/metadata.xml
102 deleted file mode 100644
103 index 439f7cd..0000000
104 --- a/media-sound/fluidsynth/metadata.xml
105 +++ /dev/null
106 @@ -1,11 +0,0 @@
107 -<?xml version="1.0" encoding="UTF-8"?>
108 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 -<pkgmetadata>
110 - <maintainer type="project">
111 - <email>sound@g.o</email>
112 - <name>Gentoo Sound project</name>
113 - </maintainer>
114 - <upstream>
115 - <remote-id type="sourceforge">fluidsynth</remote-id>
116 - </upstream>
117 -</pkgmetadata>