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: Fri,  8 Jan 2021 11:53:11 +0000 (UTC)	[thread overview]
Message-ID: <1610106787.b89077da58ffaa175aabe63d5eb0823f2062981b.fordfrog@gentoo> (raw)

commit:     b89077da58ffaa175aabe63d5eb0823f2062981b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 11:52:51 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 11:53:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89077da

media-libs/suil: bump to 0.10.10

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/suil/Manifest            |  1 +
 media-libs/suil/suil-0.10.10.ebuild | 52 +++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index 008277b2554..0fb35494ca9 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1 +1,2 @@
+DIST suil-0.10.10.tar.bz2 339906 BLAKE2B 03d1ac744fa3fa487bbf44d6e006f6cfcc73dc4aa6eb79d1ac5d024dc9493e3e426ff6054705d1de514286b2d43f5a1448bfcf7e573fa95d61c41790ca06c405 SHA512 e442022096150b2f71d65bbd625e2e262cb3e3865c57f5a30f0472dac8ef90ad2fbbf67235823055019017e3751b46330f6e98b8e1745e5845eb02c4d2a4fc21
 DIST suil-0.10.8.tar.bz2 357003 BLAKE2B d5445a8a539d3aaca94141fe0a7bfce976db9602fcaa563d0e5661ce7d281ac48679110e5545d3a3aa4d3c488c5ce7a00f2f06bd67e56da26943885a71480648 SHA512 1d68996756ac593b2b2da6d9554e3257944cacbc8d70d90ded0f6ad5b5877778a08c779a12c7b4527d492f9c480613e030ab6933532f758e16221daa9d5c2dd4

diff --git a/media-libs/suil/suil-0.10.10.ebuild b/media-libs/suil/suil-0.10.10.ebuild
new file mode 100644
index 00000000000..4dd9b8aea8e
--- /dev/null
+++ b/media-libs/suil/suil-0.10.10.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit flag-o-matic python-any-r1 waf-utils
+
+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.bz2"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc gtk qt5"
+
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
+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
+	sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
+}
+
+src_configure() {
+	waf-utils_src_configure \
+		--mandir="${EPREFIX}/usr/share/man" \
+		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
+		--no-qt4 \
+		$(usex gtk '' --no-gtk) \
+		$(usex qt5 '' --no-qt5) \
+		$(usex doc --docs '')
+}


             reply	other threads:[~2021-01-08 11:53 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 11:53 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-08-15  5:48 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
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=1610106787.b89077da58ffaa175aabe63d5eb0823f2062981b.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