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/suil/
Date: Mon, 15 Aug 2022 05:48:38 +0000 (UTC)	[thread overview]
Message-ID: <1660542516.1bffae833a41aee680710be48e7f3223b036fdba.fordfrog@gentoo> (raw)

commit:     1bffae833a41aee680710be48e7f3223b036fdba
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 05:48:27 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 05:48:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bffae83

media-libs/suil: bump to 0.10.16

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

 media-libs/suil/Manifest            |  1 +
 media-libs/suil/suil-0.10.16.ebuild | 58 +++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index 1c5dd36b779a..704e77dd7a2e 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1,2 +1,3 @@
 DIST suil-0.10.12.tar.bz2 339666 BLAKE2B f70bbc18f5fa1a9263fe5c0a9241e966e124a855273bc6fe863375aef8505193e49b67d3b9d7ff6d4e4cf50cb6c2cb2b2d53dccab06005f82725e024cc8347d5 SHA512 f2b9ca36cc35d6b51c6e4ae144d61b1ba5e3b51113cca48d0535f6346ff918bdc7e299f0036ea1431c0ef59b1a02f1f4086a95db552d0a06bffb54567ab4a278
 DIST suil-0.10.14.tar.xz 33620 BLAKE2B 8ad873ade71ee6f5ba9c8560e116d8de86d8a919c24eed83ba2ff5fa5a968a4a30fdecb00c21c9f267eb22aadcef954872fab9122903826d812e3ad71c7bcd69 SHA512 fd44ac4dd465aa9e678d00cf9d7ca7ac1a18f1045e6d61c2f542a0bec7f8783230740f9a3a28d11b76cbee71cc7d4baa261112b83936a264083faeda9c02379e
+DIST suil-0.10.16.tar.xz 33744 BLAKE2B 614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c SHA512 9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4

diff --git a/media-libs/suil/suil-0.10.16.ebuild b/media-libs/suil/suil-0.10.16.ebuild
new file mode 100644
index 000000000000..951d4de5215c
--- /dev/null
+++ b/media-libs/suil/suil-0.10.16.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit meson python-any-r1
+
+DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
+HOMEPAGE="http://drobilla.net/software/suil/"
+SRC_URI="http://download.drobilla.net/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="doc gtk qt5"
+
+BDEPEND="
+	virtual/pkgconfig
+	doc? (
+		app-doc/doxygen
+		dev-python/sphinx
+		dev-python/sphinx_lv2_theme
+	)
+"
+CDEPEND="
+	media-libs/lv2
+	gtk? ( x11-libs/gtk+:2 )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+	)"
+RDEPEND="${CDEPEND}"
+DEPEND="
+	${CDEPEND}
+	${PYTHON_DEPS}
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+src_prepare() {
+	default
+
+	# fix doc installation path
+	sed -iE "s%install_dir: docdir / 'suil-0',%install_dir: docdir / '${PF}',%g" doc/c/meson.build || die
+}
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature doc docs)
+		$(meson_feature gtk gtk3)
+		$(meson_feature qt5)
+	)
+
+	meson_src_configure
+}


             reply	other threads:[~2022-08-15  5:48 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-15  5:48 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-03  3:50 [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/ Ionen Wolkens
2024-01-03 22:11 Miroslav Šulc
2024-01-03 18:39 Arthur Zamarin
2024-01-03  6:58 Sam James
2024-01-03  6:58 Sam James
2024-01-03  6:58 Sam James
2023-10-24 18:26 Miroslav Šulc
2023-09-19 17:48 Arthur Zamarin
2023-09-06 18:43 WANG Xuerui
2023-05-13  0:43 Sam James
2023-05-04 11:21 Sam James
2023-01-27  1:25 Sam James
2023-01-27  1:25 Sam James
2022-11-04  7:24 Miroslav Šulc
2022-11-03  8:08 Agostino Sarubbo
2022-11-03  8:06 Agostino Sarubbo
2022-11-02 20:07 Sam James
2022-11-02  7:59 Arthur Zamarin
2022-10-02  8:07 Miroslav Šulc
2022-09-22  6:10 Miroslav Šulc
2022-09-21 12:27 Agostino Sarubbo
2022-09-21 12:23 Agostino Sarubbo
2022-09-21  5:58 Jakov Smolić
2022-09-21  5:58 Jakov Smolić
2022-09-18 13:34 Miroslav Šulc
2022-07-31  6:45 Miroslav Šulc
2022-06-29 18:15 Miroslav Šulc
2022-06-29  7:56 Agostino Sarubbo
2022-06-29  7:55 Agostino Sarubbo
2022-06-29  7:54 Agostino Sarubbo
2022-06-29  7:52 Agostino Sarubbo
2022-05-29  6:35 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-09-22 14:30 Yixun Lan
2021-03-26  7:58 Miroslav Šulc
2021-03-26  7:50 Agostino Sarubbo
2021-03-17  1:04 Sam James
2021-03-17  1:04 Sam James
2021-03-15 16:18 Agostino Sarubbo
2021-02-24 18:27 Miroslav Šulc
2021-01-08 11:53 Miroslav Šulc
2020-11-13  8:56 Miroslav Šulc
2020-11-12 21:03 Thomas Deutschmann
2020-11-04  8:16 Sergei Trofimovich
2020-11-04  7:58 Sergei Trofimovich
2020-11-04  0:58 Sam James
2020-10-02  8:50 Miroslav Šulc
2020-09-13  8:44 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-07  7:35 Sergei Trofimovich
2020-09-07  7:31 Sergei Trofimovich
2020-08-06  2:35 Sam James
2020-01-22  0:21 Miroslav Šulc
2020-01-20 11:51 Agostino Sarubbo
2019-12-15 18:03 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-14 13:01 Miroslav Šulc
2017-11-23 16:35 Andreas Sturmlechner
2017-10-11  5:51 Alexis Ballier
2017-04-24 10:52 Pacho Ramos
2017-04-23 11:29 David Seifert
2016-12-12 16:50 Lars Wendler
2016-12-12  8:41 Lars Wendler
2016-12-12  8:41 Lars Wendler

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=1660542516.1bffae833a41aee680710be48e7f3223b036fdba.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