From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ampache_browser/
Date: Fri, 6 Oct 2023 08:31:46 +0000 (UTC) [thread overview]
Message-ID: <1696581089.c32b999b2f69e4475c8b43d3f271bb31a5e091ba.juippis@gentoo> (raw)
commit: c32b999b2f69e4475c8b43d3f271bb31a5e091ba
Author: Róbert Čerňanský <openhs <AT> tightmail <DOT> com>
AuthorDate: Fri Sep 1 14:43:53 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 08:31:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32b999b
media-libs/ampache_browser: Bump to v1.0.6
Bug: https://bugs.gentoo.org/913382
Signed-off-by: Róbert Čerňanský <openhs <AT> tightmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32552
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/ampache_browser/Manifest | 1 +
.../ampache_browser/ampache_browser-1.0.6.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/media-libs/ampache_browser/Manifest b/media-libs/ampache_browser/Manifest
index acfdde7f24dc..06097ccc8d34 100644
--- a/media-libs/ampache_browser/Manifest
+++ b/media-libs/ampache_browser/Manifest
@@ -1,2 +1,3 @@
DIST ampache_browser-1.0.4.tar.gz 73653 BLAKE2B dc3d264c65b8b9a6fda434fdf5c8f4effe142f77f2138c4033cba935aec1d173cc75d2c5d8a74e977c9f838c8170f77c6c5d9bcad9064319038cd581e934bcc2 SHA512 6b6240e0f4fcf1f16439505e3e0bb32f628ea903a02eeb89b575ac7acd7b57b06af25ee9454c5ffe869d5659852105eb0e415099ff84acc2f9dd3d825b5e62d7
DIST ampache_browser-1.0.5.tar.gz 73733 BLAKE2B de1ede071655df072deb3c20b9b6a460affd0ff6f1f5f8cd099c0f32c9fcb9cfb20513dd72b22345452c691b5b47daa1d8fbb68a38ac973fda5f87d5caef81d0 SHA512 b05810ced477f3d0473ce64cea242174eb9ac1537c7dbcba299168a408599639848a4f9c11af04b03d5b8053e2dbb99f0e3625a85240c4bda50525b61b299ab6
+DIST ampache_browser-1.0.6.tar.gz 73982 BLAKE2B c67126c02706c0668884044e03dd128ee33a6b6a9d459899e9cc9e6e24e61e586aee406c9fa30338133c959752559c0dba1a7e38cf19dba8e7908b59c0866a0b SHA512 08e1f5a7fe525819a8b55e66f43fde0cfdff5273103b167400c47b9d67dcf4b818466de8b0c9684dac4c9102aee53e50a202a3e3f9775c7e7471a4d133b6ae24
diff --git a/media-libs/ampache_browser/ampache_browser-1.0.6.ebuild b/media-libs/ampache_browser/ampache_browser-1.0.6.ebuild
new file mode 100644
index 000000000000..e20f17b9f929
--- /dev/null
+++ b/media-libs/ampache_browser/ampache_browser-1.0.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Ampache desktop client library"
+HOMEPAGE="http://ampache-browser.org https://github.com/ampache-browser/ampache_browser"
+SRC_URI="https://github.com/ampache-browser/ampache_browser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="debug nls qt6"
+
+RDEPEND="
+ qt6? ( dev-qt/qtbase:6[concurrent,gui,widgets] )
+ !qt6? (
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ )
+"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_QT6="$(usex qt6)"
+ -DUSE_NLS="$(usex nls)"
+ )
+ cmake_src_configure
+}
next reply other threads:[~2023-10-06 8:31 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-06 8:31 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 16:48 [gentoo-commits] repo/gentoo:master commit in: media-libs/ampache_browser/ Sam James
2025-04-28 14:01 Sam James
2024-12-31 19:20 Andreas Sturmlechner
2024-12-31 9:08 Andreas Sturmlechner
2024-12-31 9:08 Andreas Sturmlechner
2024-12-31 9:08 Andreas Sturmlechner
2024-10-11 2:38 Sam James
2024-10-11 2:38 Sam James
2024-10-10 20:29 Conrad Kostecki
2024-01-20 12:36 Sam James
2024-01-20 12:36 Sam James
2023-12-31 3:49 Sam James
2023-12-30 22:23 Sam James
2023-03-03 7:15 Joonas Niilola
2023-03-03 7:15 Joonas Niilola
2022-08-30 16:08 Arthur Zamarin
2022-08-29 22:08 Sam James
2022-08-29 22:08 Sam James
2022-08-04 7:12 Joonas Niilola
2022-08-04 7:12 Joonas Niilola
2021-09-23 5:41 Yixun Lan
2020-12-28 11:10 Andreas Sturmlechner
2020-11-13 7:45 Joonas Niilola
2020-10-10 7:22 Joonas Niilola
2020-10-10 7:22 Joonas Niilola
2020-10-10 7:22 Joonas Niilola
2019-11-12 10:45 Agostino Sarubbo
2018-10-27 8:03 Michał Górny
2018-10-27 8:03 Michał Górny
2018-04-23 21:07 Andreas Sturmlechner
2017-09-14 22:17 Patrice Clement
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=1696581089.c32b999b2f69e4475c8b43d3f271bb31a5e091ba.juippis@gentoo \
--to=juippis@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