public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/taglib/
Date: Mon, 02 Jun 2025 20:08:36 +0000 (UTC)	[thread overview]
Message-ID: <1748894216.172577aa7fcd17c5740f83c04c8c199f83c7923d.asturm@gentoo> (raw)

commit:     172577aa7fcd17c5740f83c04c8c199f83c7923d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 19:56:56 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 19:56:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172577aa

media-libs/taglib: add 2.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/media-libs/taglib/Manifest b/media-libs/taglib/Manifest
index 956834a3f8ff..a22bf8599271 100644
--- a/media-libs/taglib/Manifest
+++ b/media-libs/taglib/Manifest
@@ -1,2 +1,3 @@
 DIST taglib-1.13.1.tar.gz 1372618 BLAKE2B 36cf9b59ded95c9996d04a86055a36a7b74a2a01c13f75826d4907abca0b982c5f9b0e4bcd6648707013108f8eaf424ab95f07c383130452aa169e2cab33f466 SHA512 986231ee62caa975afead7e94630d58acaac25a38bc33d4493d51bd635d79336e81bba60586d7355ebc0670e31f28d32da3ecceaf33292e4bc240c64bf00f35b
 DIST taglib-2.0.2.tar.gz 1446419 BLAKE2B 389af213bd467d68e2b0ca4485f51c35e660439baf2ecb7165069e5cb73589f5cf6c92d56e25780cea60e082b6fa51c5dde320dd25b8c5ef0e3b738ff0a6d4ea SHA512 79f333dbe8ed44076010e33803e3418410516df4b70203962bbefea81ce0a6989a54a9791022488e64f1876573580cbe93920da4b2a7277d6a3f48c946e518fc
+DIST taglib-2.1.tar.gz 1485749 BLAKE2B 1a16493306280667fc18142bda93860d31fb68a5eb6100d6507c8748b596af62cfd766024103d3bc1368d22efd361a397a3fc99cafcacfce495130d99797064b SHA512 061db9f0340e916133859dfdba6fdca496bff2813a3132d34736ad8fec6365b6da753e68adb338b2cc974be9d240d01312241428fe4a7df4b520a1bc4def0fb5

diff --git a/media-libs/taglib/taglib-2.1.ebuild b/media-libs/taglib/taglib-2.1.ebuild
new file mode 100644
index 000000000000..6caa9ffa09e4
--- /dev/null
+++ b/media-libs/taglib/taglib-2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib
+
+DESCRIPTION="Library for reading and editing audio meta data"
+HOMEPAGE="https://taglib.org"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1 MPL-1.1"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="doc examples test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-libs/utfcpp
+	test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
+"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/doxygen[dot] )
+"
+
+MULTILIB_CHOST_TOOLS=(
+	/usr/bin/taglib-config
+)
+
+multilib_src_configure() {
+	local mycmakeargs=(
+		-DBUILD_EXAMPLES=$(multilib_native_usex examples)
+		-DBUILD_TESTING=$(usex test)
+	)
+	cmake_src_configure
+}
+
+multilib_src_compile() {
+	cmake_src_compile
+
+	if multilib_is_native_abi && use doc; then
+		cmake_build docs
+	fi
+}
+
+multilib_src_test() {
+	eninja -C "${BUILD_DIR}" check
+}
+
+multilib_src_install() {
+	if multilib_is_native_abi && use doc; then
+		HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+	fi
+	cmake_src_install
+}


             reply	other threads:[~2025-06-02 20:08 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-02 20:08 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-09 23:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/taglib/ Sam James
2025-03-09 23:23 Sam James
2025-03-09 22:58 Sam James
2025-03-09 22:55 Sam James
2025-03-09 22:55 Sam James
2025-03-09 22:55 Sam James
2025-03-09 22:55 Sam James
2024-12-28  0:05 Andreas Sturmlechner
2024-12-28  0:05 Andreas Sturmlechner
2024-03-07 23:46 Andreas Sturmlechner
2024-03-07 23:44 Andreas Sturmlechner
2023-10-01 19:24 Arthur Zamarin
2023-10-01  2:33 Sam James
2023-10-01  2:27 Sam James
2023-10-01  2:27 Sam James
2023-09-30 18:28 Arthur Zamarin
2023-09-30 18:28 Arthur Zamarin
2023-09-30 18:28 Arthur Zamarin
2022-12-15  4:43 Arthur Zamarin
2022-12-05 18:03 Arthur Zamarin
2022-12-05  8:45 Sam James
2022-12-05  8:45 Sam James
2022-12-05  8:45 Sam James
2022-12-05  8:35 Sam James
2022-12-05  8:33 Sam James
2022-10-06  9:14 Andreas Sturmlechner
2022-08-28  5:06 WANG Xuerui
2021-08-10 12:43 Marek Szuba
2021-04-12  1:27 Sam James
2021-04-07  6:21 Sam James
2021-04-06 19:47 Sam James
2021-04-04 21:21 Sergei Trofimovich
2021-04-04 21:21 Sergei Trofimovich
2021-04-04 21:21 Sergei Trofimovich
2021-04-04 16:03 Thomas Deutschmann
2019-11-28  3:11 Andreas Sturmlechner
2019-11-27 20:15 Sergei Trofimovich
2019-11-27 13:09 Mikle Kolyada
2019-11-22 13:44 Matt Turner
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-19 19:45 Sergei Trofimovich
2019-11-14 15:43 Agostino Sarubbo
2019-11-14 15:41 Agostino Sarubbo
2019-11-14 12:30 Agostino Sarubbo
2019-11-14  0:16 Aaron Bauman
2019-11-13 22:00 Andreas Sturmlechner
2019-10-12  9:31 Andreas Sturmlechner
2019-05-11  1:33 Aaron Bauman
2019-02-10 18:07 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-02 19:09 Sergei Trofimovich
2019-02-02 15:38 Andreas Sturmlechner
2019-02-01 14:55 Tobias Klausmann
2019-01-31 22:15 Thomas Deutschmann
2019-01-29 19:41 Sergei Trofimovich
2018-11-17 23:10 Andreas Sturmlechner
2018-05-26 11:05 David Seifert
2017-10-14  0:11 Andreas Sturmlechner
2017-10-12  9:11 Sergei Trofimovich
2017-09-27  9:01 Sergei Trofimovich
2017-09-24 17:17 Sergei Trofimovich
2017-08-31 15:18 Matt Turner
2017-08-29 20:42 Thomas Deutschmann
2017-08-25 22:18 Mikle Kolyada
2017-08-23  4:59 Markus Meier
2017-08-13 17:16 Sergei Trofimovich
2017-08-08 17:33 Andreas Sturmlechner
2017-05-26 14:05 Agostino Sarubbo
2017-05-25 10:44 Agostino Sarubbo
2017-01-04 15:29 Agostino Sarubbo
2016-12-20 19:03 Johannes Huber
2016-12-20 19:03 Johannes Huber
2016-12-19 15:40 Tobias Klausmann
2016-07-25 21:22 Michael Palimaka
2016-01-04 17:28 Michael Palimaka
2015-09-29 17:45 Michael Palimaka

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=1748894216.172577aa7fcd17c5740f83c04c8c199f83c7923d.asturm@gentoo \
    --to=asturm@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