From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/
Date: Tue, 21 Jan 2025 07:49:01 +0000 (UTC) [thread overview]
Message-ID: <1737445733.8e7b4c44d7cc3cb8e4c721f71550815b518d4c76.fordfrog@gentoo> (raw)
commit: 8e7b4c44d7cc3cb8e4c721f71550815b518d4c76
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 07:48:53 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 07:48:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7b4c44
media-libs/sratom: bump to 0.6.18 + python3_13t
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/sratom/Manifest | 1 +
media-libs/sratom/sratom-0.6.18.ebuild | 58 ++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
index c06fba00ba2a..bd1b64990a7b 100644
--- a/media-libs/sratom/Manifest
+++ b/media-libs/sratom/Manifest
@@ -1 +1,2 @@
DIST sratom-0.6.16.tar.xz 18940 BLAKE2B e78bc572d990ce6914f3276d1b110cb3ba01213f5a084d8548009bf9226107c820f9f86f4cf22ae8076dd9d44bdb5e8b4bc623f67759150fb267b6ccf673a1f7 SHA512 8e01eec642bff63745e8d99a814780ff34e4b79cc99699a1bb7ddac60da8808231d3b4a615a1d87464cbcf4dc26b8ec39e71688a268d493df71dc75892bf6479
+DIST sratom-0.6.18.tar.xz 19640 BLAKE2B f0ac499437b6858d5052ccc4d185c9af7464cec9ddc104da88d7ceda187f7fd17efca4437aeb2b38ec967bfacc6fe2b443be53eda2feb54cb78377a260778c14 SHA512 3f78f845974cf7d8a7166e6430a9e8a1454c98b4aea065bd7e66da01dba7a210edc540e17613985ddd8f9124ccf8500b71646942d988f4b9c65dd53f0d18f6cf
diff --git a/media-libs/sratom/sratom-0.6.18.ebuild b/media-libs/sratom/sratom-0.6.18.ebuild
new file mode 100644
index 000000000000..bb9f08402628
--- /dev/null
+++ b/media-libs/sratom/sratom-0.6.18.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..13} python3_13t )
+PYTHON_REQ_USE='threads(+)'
+inherit meson-multilib python-any-r1
+
+DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax"
+HOMEPAGE="https://drobilla.net/software/sratom.html"
+SRC_URI="https://download.drobilla.net/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ virtual/pkgconfig
+ doc? (
+ app-text/doxygen
+ dev-python/sphinx
+ dev-python/sphinx-lv2-theme
+ dev-python/sphinxygen
+)
+"
+# Take care on bumps to check minimum versions!
+RDEPEND="
+ >=dev-libs/serd-0.30.10
+ >=dev-libs/sord-0.16.16
+ >=media-libs/lv2-1.18.4
+"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+"
+
+src_prepare() {
+ default
+
+ # fix doc installation path
+ sed -iE "s/versioned_name/'${PF}'/g" doc/html/meson.build doc/singlehtml/meson.build || die
+}
+
+multilib_src_configure() {
+ local emesonargs=(
+ $(meson_native_use_feature doc docs)
+ $(meson_feature test tests)
+ )
+
+ meson_src_configure
+}
+
+multilib_src_install_all() {
+ local DOCS=( NEWS README.md )
+ einstalldocs
+}
next reply other threads:[~2025-01-21 7:49 UTC|newest]
Thread overview: 110+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 7:49 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-03 20:17 [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ Sam James
2025-02-22 8:31 Arthur Zamarin
2025-02-22 8:31 Arthur Zamarin
2025-02-21 19:54 Arthur Zamarin
2025-02-21 19:52 Arthur Zamarin
2025-02-21 19:52 Arthur Zamarin
2025-02-21 19:52 Arthur Zamarin
2024-10-07 2:52 Sam James
2024-01-05 10:43 Miroslav Šulc
2024-01-04 18:11 Arthur Zamarin
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2023-10-28 0:48 Sam James
2023-10-24 18:26 Miroslav Šulc
2023-05-04 11:21 Sam James
2023-03-03 6:28 Viorel Munteanu
2023-01-27 1:29 Sam James
2023-01-22 8:07 Sam James
2023-01-22 8:07 Sam James
2022-10-19 10:07 WANG Xuerui
2022-10-13 4:50 Miroslav Šulc
2022-10-12 6:50 Agostino Sarubbo
2022-10-12 6:49 Agostino Sarubbo
2022-10-11 18:26 Sam James
2022-10-11 18:26 Sam James
2022-10-11 17:15 Arthur Zamarin
2022-10-11 17:15 Arthur Zamarin
2022-10-02 8:21 Miroslav Šulc
2022-10-02 8:18 Miroslav Šulc
2022-09-28 4:39 Miroslav Šulc
2022-09-27 7:07 Agostino Sarubbo
2022-09-27 6:07 Jakov Smolić
2022-09-27 6:05 Jakov Smolić
2022-09-27 6:05 Jakov Smolić
2022-09-27 6:00 Arthur Zamarin
2022-09-27 6:00 Arthur Zamarin
2022-09-10 5:32 Miroslav Šulc
2022-08-27 11:17 Sam James
2022-08-27 11:17 Sam James
2022-07-31 7:26 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:54 Agostino Sarubbo
2022-06-29 7:53 Agostino Sarubbo
2022-06-29 7:52 Agostino Sarubbo
2022-05-29 6:46 Miroslav Šulc
2021-12-18 11:58 Miroslav Šulc
2021-08-24 21:02 Marek Szuba
2021-05-16 18:07 Miroslav Šulc
2021-05-16 12:45 Sam James
2021-05-16 0:07 Sam James
2021-03-26 7:50 Agostino Sarubbo
2021-03-26 7:45 Agostino Sarubbo
2021-03-21 9:45 Sergei Trofimovich
2021-03-21 9:45 Sergei Trofimovich
2021-03-13 12:31 Miroslav Šulc
2021-01-08 12:05 Miroslav Šulc
2020-11-13 8:53 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:56 Sam James
2020-11-03 11:55 Sam James
2020-11-02 10:27 Sam James
2020-10-02 8:45 Miroslav Šulc
2020-06-10 7:02 Miroslav Šulc
2020-06-09 19:46 Mart Raudsepp
2020-04-10 9:48 Sergei Trofimovich
2020-04-01 21:53 Mart Raudsepp
2020-04-01 21:01 Mart Raudsepp
2020-03-02 11:49 Sergei Trofimovich
2020-01-27 13:46 Agostino Sarubbo
2020-01-27 12:32 Mikle Kolyada
2020-01-27 9:33 Sergei Trofimovich
2020-01-27 8:10 Sergei Trofimovich
2020-01-24 15:57 Agostino Sarubbo
2020-01-23 13:32 Agostino Sarubbo
2019-12-19 17:34 Miroslav Šulc
2019-09-14 5:03 Matt Turner
2019-06-20 18:04 Sergei Trofimovich
2019-06-06 6:46 Agostino Sarubbo
2019-05-26 11:10 Mikle Kolyada
2019-05-24 22:51 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2019-05-24 20:18 Sergei Trofimovich
2019-05-21 21:50 Aaron Bauman
2019-02-18 19:28 Alexis Ballier
2018-12-23 3:25 Matt Turner
2018-11-24 12:33 Sergei Trofimovich
2018-07-22 1:55 Mikle Kolyada
2018-05-20 11:43 Johannes Huber
2018-05-20 11:43 Johannes Huber
2018-05-20 11:43 Johannes Huber
2018-05-17 13:52 Thomas Deutschmann
2018-05-05 12:52 Sergei Trofimovich
2018-05-01 11:47 Jeroen Roovers
2017-12-21 9:30 Matt Thode
2017-04-28 12:52 Agostino Sarubbo
2017-04-26 9:58 Agostino Sarubbo
2017-04-24 10:52 Pacho Ramos
2016-11-30 14:58 Alexis Ballier
2016-11-30 9:25 Alexis Ballier
2015-10-25 12:47 Mikle Kolyada
2015-09-24 12:38 Agostino Sarubbo
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=1737445733.8e7b4c44d7cc3cb8e4c721f71550815b518d4c76.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