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/ampache_browser/
Date: Tue, 31 Dec 2024 09:08:43 +0000 (UTC)	[thread overview]
Message-ID: <1735636067.e10a3aa7160a47cf720eb3e4c9bb570dfc3bb787.asturm@gentoo> (raw)

commit:     e10a3aa7160a47cf720eb3e4c9bb570dfc3bb787
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 14:47:48 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 09:07:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10a3aa7

media-libs/ampache_browser: Drop IUSE qt6, use https

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

 .../ampache_browser-1.0.7-r1.ebuild                | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/media-libs/ampache_browser/ampache_browser-1.0.7-r1.ebuild b/media-libs/ampache_browser/ampache_browser-1.0.7-r1.ebuild
new file mode 100644
index 000000000000..3b2f96135fce
--- /dev/null
+++ b/media-libs/ampache_browser/ampache_browser-1.0.7-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Ampache desktop client library"
+HOMEPAGE="https://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"
+
+RDEPEND="dev-qt/qtbase:6[concurrent,gui,widgets]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT6=ON
+		-DUSE_NLS="$(usex nls)"
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-12-31  9:08 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-31  9:08 Andreas Sturmlechner [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-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-10-06  8:31 Joonas Niilola
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=1735636067.e10a3aa7160a47cf720eb3e4c9bb570dfc3bb787.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