public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linuxsampler/
Date: Fri, 13 Dec 2019 11:08:34 +0000 (UTC)	[thread overview]
Message-ID: <1576235305.8500a9cd34b9f95e096e56c1be53145e44d1f6c0.fordfrog@gentoo> (raw)

commit:     8500a9cd34b9f95e096e56c1be53145e44d1f6c0
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 11:08:11 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 11:08:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8500a9cd

media-sound/linuxsampler-9999: added live ebuild

Closes: https://bugs.gentoo.org/635052
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/linuxsampler/linuxsampler-9999.ebuild | 76 +++++++++++++++++++++++
 1 file changed, 76 insertions(+)

diff --git a/media-sound/linuxsampler/linuxsampler-9999.ebuild b/media-sound/linuxsampler/linuxsampler-9999.ebuild
new file mode 100644
index 00000000000..bd097fd3cce
--- /dev/null
+++ b/media-sound/linuxsampler/linuxsampler-9999.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools subversion
+
+DESCRIPTION="Software audio sampler engine with professional grade features"
+HOMEPAGE="https://www.linuxsampler.org/"
+ESVN_REPO_URI="https://svn.linuxsampler.org/svn/linuxsampler/trunk"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="alsa doc jack lv2 sf2 sqlite"
+REQUIRED_USE="|| ( alsa jack )"
+
+RDEPEND="
+	>=media-libs/libgig-4.2.0
+	media-libs/libsndfile[-minimal]
+	alsa? ( media-libs/alsa-lib )
+	jack? ( virtual/jack )
+	lv2? ( media-libs/lv2 )
+	sqlite? ( >=dev-db/sqlite-3.3 )
+"
+DEPEND="${RDEPEND}
+	media-libs/dssi
+	media-libs/ladspa-sdk
+"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.0-nptl-hardened.patch"
+	"${FILESDIR}/${PN}-2.0.0-lv2-automagic.patch"
+)
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_prepare() {
+	default
+
+	emake -f Makefile.svn
+
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-arts-driver
+		--disable-static
+		$(use_enable alsa alsa-driver)
+		$(use_enable jack jack-driver)
+		$(use_enable lv2)
+		$(use_enable sqlite instruments-db)
+		$(use_enable sf2 sf2-engine)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+	emake
+	use doc && emake docs
+}
+
+src_install() {
+	use doc && local HTML_DOCS=( doc/html/. )
+	default
+	find "${D}" -name '*.la' -delete || die
+
+	# lscp files conflict with nilfs-utils, bug #556330
+	mv "${D}/usr/bin/lscp" "${D}/usr/bin/lscp-${PN}" || die
+	mv "${D}/usr/share/man/man1/lscp.1" "${D}/usr/share/man/man1/lscp-${PN}.1" || die
+}


             reply	other threads:[~2019-12-13 11:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 11:08 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 13:37 [gentoo-commits] repo/gentoo:master commit in: media-sound/linuxsampler/ Miroslav Šulc
2024-05-05  7:32 Miroslav Šulc
2024-05-01  8:44 Sam James
2024-04-01  7:50 Miroslav Šulc
2024-03-13 11:51 Miroslav Šulc
2024-03-12 21:51 Sam James
2024-03-12  9:00 Miroslav Šulc
2024-01-27  8:46 Miroslav Šulc
2021-10-17  0:58 Sam James
2021-06-12  9:43 Miroslav Šulc
2021-06-12  1:18 Sam James
2021-05-11  6:27 Miroslav Šulc
2021-04-29  4:36 Miroslav Šulc
2019-12-16 12:21 Agostino Sarubbo
2019-11-16 10:10 Miroslav Šulc
2019-11-13 14:38 Miroslav Šulc
2019-05-25 20:59 Andreas Sturmlechner
2019-01-27 13:30 Andreas Sturmlechner
2018-12-23 22:49 Andreas Sturmlechner
2018-12-23 22:48 Andreas Sturmlechner
2016-01-01 21:22 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576235305.8500a9cd34b9f95e096e56c1be53145e44d1f6c0.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox