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-libs/liblscp/
Date: Wed, 19 Jun 2024 08:41:03 +0000 (UTC)	[thread overview]
Message-ID: <1718786454.113e1cfdc3bc0af8bca63834baf06bbcd96a467a.fordfrog@gentoo> (raw)

commit:     113e1cfdc3bc0af8bca63834baf06bbcd96a467a
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 08:40:54 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 08:40:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113e1cfd

media-libs/liblscp: bump to 1.0.0

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/liblscp/Manifest             |  1 +
 media-libs/liblscp/liblscp-1.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index 4676db094869..41578cc94657 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1,3 @@
 DIST liblscp-0.9.12.tar.gz 99062 BLAKE2B b1701eba58211bbe6e46ae7b08ca535f6f68d724523f12aca394e31cf3f95bce2c4b3c051576f8cf5e2490cb9c85cbb8b6664e3088d36fa1cf409401996c53e0 SHA512 a29f87d04a9a2726dd3a465a6bc0891e51e1b63da624f3b282c9d32710c7a7f57e7bffed4d3a6f3d7d8db70e56f1d8050b3453c064fa433b6a113fb8b09fed5a
 DIST liblscp-0.9.91.tar.gz 99118 BLAKE2B 8385f0e1468deb3f49ef124b6aa2d3e57f14852d8e32dfb786b05f5cd69b9ff3f74e22d88abd16ead42ac0c5a718a22882eab9e5a59d240f3f650e2b5fd97a20 SHA512 fde1e712af8c4c3d5308c1464060fb8bcdfc43b7ca3241af1f9fa7a30b0ce044e3c57fb588f0cbf5eaba47a964c9607550c05c2d0993c118da792cc0e2a18b41
+DIST liblscp-1.0.0.tar.gz 99190 BLAKE2B d44b69ed180b22d66eab5f8a0bb2b8d24794d7aeedc9213729cc1787a1db6546f2a4d28c4177732b8281c5c4a103dd6f37f3af155caed886d694bafe74e718a3 SHA512 2f407d5461dcf20204a1f37fba9456076e8e052a47528d4f10da6a5e123758261cde2dffd99b45a16e3855b6d42ca6cce714bfeb8602aefb95f6dd2a825597d5

diff --git a/media-libs/liblscp/liblscp-1.0.0.ebuild b/media-libs/liblscp/liblscp-1.0.0.ebuild
new file mode 100644
index 000000000000..ae4c4afb8276
--- /dev/null
+++ b/media-libs/liblscp/liblscp-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit subversion
+	ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk"
+else
+	SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
+		https://download.linuxsampler.org/packages/${P}.tar.gz"
+	KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc"
+
+BDEPEND="doc? ( app-text/doxygen )"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.9.6-conditional.patch"
+)
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DOC=$(usex doc)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-06-19  8:41 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-19  8:41 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-20 10:14 [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/ Miroslav Šulc
2024-07-19 15:09 Jakov Smolić
2024-07-19 15:06 Arthur Zamarin
2024-06-19 11:24 Sam James
2024-05-20  9:19 Miroslav Šulc
2024-02-27 10:48 Miroslav Šulc
2024-02-24 15:26 Arthur Zamarin
2024-02-24  7:08 Sam James
2024-01-24  9:38 Miroslav Šulc
2023-10-11 10:52 Miroslav Šulc
2023-10-11  8:30 Sam James
2023-10-11  8:30 Sam James
2023-09-11  7:33 Miroslav Šulc
2023-07-04  6:10 Miroslav Šulc
2023-07-03 13:47 Sam James
2023-07-03 13:47 Sam James
2023-06-02  6:50 Miroslav Šulc
2023-04-28  6:45 Miroslav Šulc
2023-04-27  6:39 Sam James
2023-04-27  6:39 Sam James
2023-03-27 10:51 Miroslav Šulc
2023-01-30  9:15 Miroslav Šulc
2023-01-29 10:45 Sam James
2023-01-29 10:45 Sam James
2022-12-29  8:36 Miroslav Šulc
2022-11-24  7:23 Miroslav Šulc
2022-11-23 23:03 Sam James
2022-11-23 23:03 Sam James
2022-10-23  7:14 Miroslav Šulc
2022-08-02  4:42 Miroslav Šulc
2022-08-01 22:12 Sam James
2022-08-01  8:01 Agostino Sarubbo
2021-08-08  5:58 Miroslav Šulc
2021-08-07 23:37 Sam James
2021-08-07  5:10 Agostino Sarubbo
2021-07-06  4:32 Miroslav Šulc
2021-06-15 13:29 Miroslav Šulc
2021-06-15 13:25 Sam James
2021-06-15 13:25 Sam James
2021-05-29 16:00 Miroslav Šulc
2021-05-29 15:23 Sam James
2021-05-29 13:28 Sam James
2021-05-15  9:30 Miroslav Šulc
2021-04-27 17:50 Miroslav Šulc
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 12:09 Agostino Sarubbo
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2019-12-26 10:02 Miroslav Šulc
2019-12-13 10:48 Miroslav Šulc
2019-06-27 17:21 Andreas Sturmlechner
2019-01-17 17:23 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2018-12-16 23:53 Andreas Sturmlechner
2018-10-02 14:42 Mikle Kolyada
2018-10-02 14:42 Mikle Kolyada
2018-10-01 22:42 Thomas Deutschmann
2018-10-01 18:49 Andreas Sturmlechner
2018-10-01 18:49 Andreas Sturmlechner
2016-11-15  9:09 Alexis Ballier
2015-08-12  9:31 Ben de Groot

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=1718786454.113e1cfdc3bc0af8bca63834baf06bbcd96a467a.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