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, 12 Oct 2019 09:32:03
Message-Id: 1570872704.cca51d98f16ad79b48175c7954288256337d22b9.asturm@gentoo
1 commit: cca51d98f16ad79b48175c7954288256337d22b9
2 Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 4 02:04:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 09:31:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca51d98
7
8 media-sound/fluidsynth: bump to 2.0.7
9
10 Closes: https://bugs.gentoo.org/696158
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/13138
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 media-sound/fluidsynth/Manifest | 1 +
17 media-sound/fluidsynth/fluidsynth-2.0.7.ebuild | 96 ++++++++++++++++++++++++++
18 2 files changed, 97 insertions(+)
19
20 diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest
21 index a5576233043..424b5622449 100644
22 --- a/media-sound/fluidsynth/Manifest
23 +++ b/media-sound/fluidsynth/Manifest
24 @@ -1,3 +1,4 @@
25 DIST fluidsynth-1.1.11.tar.gz 634566 BLAKE2B ed135533c9e3e807794e0eca8117d430aa299b8772b2b6c85f6233e7e497d69f43381d9c7cf2de5ce8638f5dc616339bd28cecc3cdc23408bf5883a0b14fee79 SHA512 ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c
26 DIST fluidsynth-2.0.4.tar.gz 1378042 BLAKE2B 0fc75ea68169c47d64bdf727b8d78e311b36cb04509832f449a52d05e085908bd1ef837dd4c5e23edc25286b8ff3fdf69a9d042520c8eb2a3234fb929bed8de5 SHA512 d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0
27 DIST fluidsynth-2.0.6.tar.gz 1315138 BLAKE2B ce6d1717d56d61b83bef6c30254c584ddb9ee3e74fa49422881c96c969068ebe7965de507547e8bfa025da4376f52499413ff66b56607aac107576754980a0de SHA512 c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107
28 +DIST fluidsynth-2.0.7.tar.gz 1315250 BLAKE2B 13186522b3eea6bdd9f4893fabe9d06e67061647c83cb9479630333b0bbc5878682d5d19d9050403875ac49f66f756947d48928e3367efef537408e86c4c4a00 SHA512 c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e
29
30 diff --git a/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild b/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild
31 new file mode 100644
32 index 00000000000..a7d802e7d59
33 --- /dev/null
34 +++ b/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild
35 @@ -0,0 +1,96 @@
36 +# Copyright 1999-2019 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +inherit cmake-multilib systemd
42 +
43 +DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications"
44 +HOMEPAGE="http://www.fluidsynth.org/"
45 +SRC_URI="https://github.com/FluidSynth/fluidsynth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="LGPL-2.1+"
48 +SLOT="0/2"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
50 +IUSE="alsa dbus debug examples ipv6 jack ladspa lash oss portaudio pulseaudio +readline +sndfile systemd"
51 +
52 +BDEPEND="
53 + virtual/pkgconfig[${MULTILIB_USEDEP}]
54 +"
55 +DEPEND="
56 + dev-libs/glib:2[${MULTILIB_USEDEP}]
57 + alsa? (
58 + media-libs/alsa-lib[${MULTILIB_USEDEP}]
59 + lash? ( media-sound/lash[${MULTILIB_USEDEP}] )
60 + )
61 + dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
62 + jack? ( virtual/jack[${MULTILIB_USEDEP}] )
63 + ladspa? (
64 + media-libs/ladspa-cmt[${MULTILIB_USEDEP}]
65 + media-libs/ladspa-sdk[${MULTILIB_USEDEP}]
66 + )
67 + portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
68 + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
69 + readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
70 + sndfile? ( media-libs/libsndfile[${MULTILIB_USEDEP}] )
71 +"
72 +RDEPEND="${DEPEND}"
73 +
74 +DOCS=( AUTHORS NEWS README.md THANKS TODO doc/{fluidsynth-v20-devdoc,xtrafluid}.txt )
75 +
76 +src_configure() {
77 + local mycmakeargs=(
78 + -Denable-alsa=$(usex alsa)
79 + -Denable-dbus=$(usex dbus)
80 + -Denable-debug=$(usex debug)
81 + -Denable-ipv6=$(usex ipv6)
82 + -Denable-jack=$(usex jack)
83 + -Denable-ladspa=$(usex ladspa)
84 + -Denable-oss=$(usex oss)
85 + -Denable-libsndfile=$(usex sndfile)
86 + -Denable-portaudio=$(usex portaudio)
87 + -Denable-pulseaudio=$(usex pulseaudio)
88 + -Denable-readline=$(usex readline)
89 + -Denable-systemd=$(usex systemd)
90 + )
91 +
92 + if use alsa; then
93 + mycmakeargs+=( -Denable-lash=$(usex lash) )
94 + else
95 + mycmakeargs+=( -Denable-lash=OFF )
96 + fi
97 +
98 + if use systemd; then
99 + mycmakeargs+=( -DFLUID_DAEMON_ENV_FILE="/etc/fluidsynth.conf" )
100 + fi
101 +
102 + cmake-multilib_src_configure
103 +}
104 +
105 +install_systemd_files() {
106 + if multilib_is_native_abi; then
107 + systemd_dounit "${BUILD_DIR}/fluidsynth.service"
108 + insinto /etc
109 + doins "${BUILD_DIR}/fluidsynth.conf"
110 + fi
111 +}
112 +
113 +src_install() {
114 + cmake-multilib_src_install
115 +
116 + docinto pdf
117 + dodoc doc/*.pdf
118 +
119 + if use examples; then
120 + docinto examples
121 + dodoc doc/*.c
122 + fi
123 +
124 + if use systemd; then
125 + multilib_foreach_abi install_systemd_files
126 +
127 + elog "When using fluidsynth as a systemd service, make sure"
128 + elog "to configure your fluidsynth settings globally in "
129 + elog "/etc/fluidsynth.conf or per-user in ~/.config/fluidsynth"
130 + fi
131 +}