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-sound/mixxx/
Date: Tue, 30 May 2023 19:39:28 +0000 (UTC)	[thread overview]
Message-ID: <1685475131.459b01d0804b0cac069f64ef3b060a1ec2f49c0b.asturm@gentoo> (raw)

commit:     459b01d0804b0cac069f64ef3b060a1ec2f49c0b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 19:14:34 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 30 19:32:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459b01d0

media-sound/mixxx: Add dev-libs/qtkeychain[qt5(+)] USEdep, slot op

- update HOMEPAGE
- minor style consistency improvements
- sync live ebuilds to some extent

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

 .../{mixxx-2.3.5.ebuild => mixxx-2.3.5-r1.ebuild}  | 27 ++++++--------
 media-sound/mixxx/mixxx-2.3.9999.ebuild            | 35 ++++++++----------
 media-sound/mixxx/mixxx-9999.ebuild                | 42 +++++++++-------------
 3 files changed, 41 insertions(+), 63 deletions(-)

diff --git a/media-sound/mixxx/mixxx-2.3.5.ebuild b/media-sound/mixxx/mixxx-2.3.5-r1.ebuild
similarity index 92%
rename from media-sound/mixxx/mixxx-2.3.5.ebuild
rename to media-sound/mixxx/mixxx-2.3.5-r1.ebuild
index 69c17499f146..c95ad499da23 100644
--- a/media-sound/mixxx/mixxx-2.3.5.ebuild
+++ b/media-sound/mixxx/mixxx-2.3.5-r1.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit cmake xdg udev
 
 DESCRIPTION="Advanced Digital DJ tool based on Qt"
-HOMEPAGE="https://www.mixxx.org/"
-if [[ "${PV}" == *9999 ]] ; then
+HOMEPAGE="https://mixxx.org/"
+if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
-	if [[ "${PV}" == ?.?.9999 ]] ; then
+	if [[ ${PV} == ?.?.9999 ]] ; then
 		EGIT_BRANCH=${PV%.9999}
 	fi
 	EGIT_REPO_URI="https://github.com/mixxxdj/${PN}.git"
@@ -70,9 +70,9 @@ RDEPEND="
 	mp3? ( media-libs/libmad )
 	mp4? ( media-libs/libmp4v2:= )
 	opus? (	media-libs/opusfile )
-	qtkeychain? ( dev-libs/qtkeychain )
+	qtkeychain? ( dev-libs/qtkeychain:=[qt5(+)] )
 	wavpack? ( media-sound/wavpack )
-	"
+"
 	# libshout-idjc-2.4.6 is required. Please check and re-add once it's
 	# available in ::gentoo
 	# Meanwhile we're using the bundled libshout-idjc. See bug #775443
@@ -81,9 +81,11 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	dev-qt/qtconcurrent:5
 "
-BDEPEND="virtual/pkgconfig
+BDEPEND="
 	dev-qt/qttest:5
-	dev-qt/qtxmlpatterns:5"
+	dev-qt/qtxmlpatterns:5
+	virtual/pkgconfig
+"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.3.0-docs.patch
@@ -106,10 +108,6 @@ mixxx_set_globals() {
 }
 mixxx_set_globals
 
-src_prepare() {
-	cmake_src_prepare
-}
-
 src_configure() {
 	local mycmakeargs=(
 		# Not available on Linux yet and requires additional deps
@@ -131,19 +129,14 @@ src_configure() {
 		-DWAVPACK="$(usex wavpack on off)"
 	)
 
-	if [[ "${PV}" == 9999 ]] ; then
+	if [[ ${PV} == 9999 ]] ; then
 		mycmakeargs+=(
 			-DENGINEPRIME="OFF"
-
 		)
 	fi
 	cmake_src_configure
 }
 
-src_compile() {
-	cmake_src_compile
-}
-
 src_install() {
 	cmake_src_install
 	udev_newrules "${S}"/res/linux/mixxx-usb-uaccess.rules 69-mixxx-usb-uaccess.rules

diff --git a/media-sound/mixxx/mixxx-2.3.9999.ebuild b/media-sound/mixxx/mixxx-2.3.9999.ebuild
index eed827c69005..8e68e926a377 100644
--- a/media-sound/mixxx/mixxx-2.3.9999.ebuild
+++ b/media-sound/mixxx/mixxx-2.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,10 +6,10 @@ EAPI=8
 inherit cmake xdg udev
 
 DESCRIPTION="Advanced Digital DJ tool based on Qt"
-HOMEPAGE="https://www.mixxx.org/"
-if [[ "${PV}" == *9999 ]] ; then
+HOMEPAGE="https://mixxx.org/"
+if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
-	if [[ "${PV}" == ?.?.9999 ]] ; then
+	if [[ ${PV} == ?.?.9999 ]] ; then
 		EGIT_BRANCH=${PV%.9999}
 	fi
 	EGIT_REPO_URI="https://github.com/mixxxdj/${PN}.git"
@@ -25,7 +25,7 @@ IUSE="aac ffmpeg hid keyfinder lv2 modplug mp3 mp4 opus qtkeychain shout wavpack
 RDEPEND="
 	dev-db/sqlite
 	dev-libs/glib:2
-	dev-libs/protobuf:0=
+	dev-libs/protobuf:=
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
@@ -70,9 +70,9 @@ RDEPEND="
 	mp3? ( media-libs/libmad )
 	mp4? ( media-libs/libmp4v2:= )
 	opus? (	media-libs/opusfile )
-	qtkeychain? ( dev-libs/qtkeychain )
+	qtkeychain? ( dev-libs/qtkeychain:=[qt5(+)] )
 	wavpack? ( media-sound/wavpack )
-	"
+"
 	# libshout-idjc-2.4.6 is required. Please check and re-add once it's
 	# available in ::gentoo
 	# Meanwhile we're using the bundled libshout-idjc. See bug #775443
@@ -81,13 +81,15 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	dev-qt/qtconcurrent:5
 "
-BDEPEND="virtual/pkgconfig
+BDEPEND="
 	dev-qt/qttest:5
-	dev-qt/qtxmlpatterns:5"
+	dev-qt/qtxmlpatterns:5
+	virtual/pkgconfig
+"
 
 PATCHES=(
-	"${FILESDIR}"/mixxx-9999-docs.patch
-	)
+	"${FILESDIR}"/${PN}-9999-docs.patch
+)
 
 PLOCALES="
 	ca cs de en es fi fr gl id it ja kn nl pl pt ro ru sl sq sr tr zh-CN zh-TW
@@ -104,10 +106,6 @@ mixxx_set_globals() {
 }
 mixxx_set_globals
 
-src_prepare() {
-	cmake_src_prepare
-}
-
 src_configure() {
 	local mycmakeargs=(
 		# Not available on Linux yet and requires additional deps
@@ -129,19 +127,14 @@ src_configure() {
 		-DWAVPACK="$(usex wavpack on off)"
 	)
 
-	if [[ "${PV}" == 9999 ]] ; then
+	if [[ ${PV} == 9999 ]] ; then
 		mycmakeargs+=(
 			-DENGINEPRIME="OFF"
-
 		)
 	fi
 	cmake_src_configure
 }
 
-src_compile() {
-	cmake_src_compile
-}
-
 src_install() {
 	cmake_src_install
 	udev_newrules "${S}"/res/linux/mixxx-usb-uaccess.rules 69-mixxx-usb-uaccess.rules

diff --git a/media-sound/mixxx/mixxx-9999.ebuild b/media-sound/mixxx/mixxx-9999.ebuild
index d6ba056d0789..0447de377599 100644
--- a/media-sound/mixxx/mixxx-9999.ebuild
+++ b/media-sound/mixxx/mixxx-9999.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit cmake xdg udev
 
 DESCRIPTION="Advanced Digital DJ tool based on Qt"
-HOMEPAGE="https://www.mixxx.org/"
-if [[ "${PV}" == *9999 ]] ; then
+HOMEPAGE="https://mixxx.org/"
+if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
-	if [[ "${PV}" == ?.?.9999 ]] ; then
+	if [[ ${PV} == ?.?.9999 ]] ; then
 		EGIT_BRANCH=${PV%.9999}
 	fi
 	EGIT_REPO_URI="https://github.com/mixxxdj/${PN}.git"
@@ -70,27 +70,24 @@ RDEPEND="
 	mp3? ( media-libs/libmad )
 	mp4? ( media-libs/libmp4v2:= )
 	opus? (	media-libs/opusfile )
-	qtkeychain? ( dev-libs/qtkeychain )
+	qtkeychain? ( dev-libs/qtkeychain:=[qt5(+)] )
 	shout? ( >=media-libs/libshout-2.4.5 )
 	wavpack? ( media-sound/wavpack )
-	"
-
+"
 DEPEND="${RDEPEND}
-	dev-cpp/ms-gsl"
-BDEPEND="virtual/pkgconfig
+	dev-cpp/ms-gsl
+"
+BDEPEND="
 	dev-qt/qttest:5
-	dev-qt/qtxmlpatterns:5"
+	dev-qt/qtxmlpatterns:5
+	virtual/pkgconfig
+"
 
 PATCHES=(
-	"${FILESDIR}"/mixxx-9999-docs.patch
-	)
-
-src_prepare() {
-	cmake_src_prepare
-}
+	"${FILESDIR}"/${PN}-9999-docs.patch
+)
 
 src_configure() {
-
 	local mycmakeargs=(
 		-DFAAD="$(usex aac on off)"
 		-DFFMPEG="$(usex ffmpeg on off)"
@@ -110,19 +107,14 @@ src_configure() {
 		-DBUILD_SHARED_LIBS=OFF
 	)
 
-	if [[ "${PV}" == 9999 ]] ; then
-	local mycmakeargs+=(
-		-DENGINEPRIME="OFF"
-
-	)
+	if [[ ${PV} == 9999 ]] ; then
+		mycmakeargs+=(
+			-DENGINEPRIME="OFF"
+		)
 	fi
 	cmake_src_configure
 }
 
-src_compile() {
-	cmake_src_compile
-}
-
 src_install() {
 	cmake_src_install
 	udev_newrules "${S}"/res/linux/mixxx-usb-uaccess.rules 69-mixxx-usb-uaccess.rules


             reply	other threads:[~2023-05-30 19:39 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 19:39 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28  4:28 [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ Sam James
2025-04-28  4:28 Sam James
2025-03-10 11:09 Arthur Zamarin
2025-03-09 22:11 Sam James
2025-01-30 22:39 Andreas Sturmlechner
2025-01-30 22:39 Andreas Sturmlechner
2023-10-25  7:45 Miroslav Šulc
2023-10-25  6:25 Arthur Zamarin
2023-10-25  6:25 Arthur Zamarin
2023-08-16 13:42 Miroslav Šulc
2023-07-10  5:39 Miroslav Šulc
2023-07-09 18:48 Arthur Zamarin
2023-06-03  2:23 Sam James
2023-06-02 23:26 Sam James
2023-05-31 12:42 Arthur Zamarin
2023-05-11  5:24 Miroslav Šulc
2023-03-04  7:38 Miroslav Šulc
2023-01-23  4:34 Sam James
2023-01-23  4:28 Sam James
2023-01-23  4:28 Sam James
2022-07-27  4:51 Miroslav Šulc
2022-07-26 15:24 Agostino Sarubbo
2022-07-26  7:04 Sam James
2022-06-25 13:00 Miroslav Šulc
2022-06-25  8:46 Miroslav Šulc
2022-06-16 16:30 Sam James
2022-05-10 13:48 Agostino Sarubbo
2022-05-02  2:02 Sam James
2022-02-22 19:25 Sam James
2022-02-17 14:56 Lars Wendler
2022-01-20 16:41 Lars Wendler
2022-01-19  7:56 Lars Wendler
2022-01-18 13:30 Lars Wendler
2022-01-18 11:47 Lars Wendler
2022-01-18 11:43 Lars Wendler
2021-10-14  9:13 Sam James
2021-08-16 21:28 Sam James
2021-06-12 14:20 Lars Wendler
2021-01-28 12:12 Miroslav Šulc
2020-09-19 11:28 Michał Górny
2020-09-02 12:20 Miroslav Šulc
2020-09-02  7:45 Miroslav Šulc
2020-09-02  2:43 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-08-28 10:51 Miroslav Šulc
2020-02-26 22:57 Andreas Sturmlechner
2020-02-24  7:41 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-02-13 23:20 Andreas Sturmlechner
2020-02-13 23:20 Andreas Sturmlechner
2020-02-13 23:20 Andreas Sturmlechner
2020-01-24 22:48 Andreas Sturmlechner
2019-12-12 17:00 Lars Wendler
2019-12-12 17:00 Lars Wendler
2019-08-19 11:01 Lars Wendler
2019-08-19 11:01 Lars Wendler
2019-05-20 11:31 Lars Wendler
2019-05-20 11:16 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-04-27 16:06 Lars Wendler
2019-04-27 16:06 Lars Wendler
2019-04-20 23:58 Lars Wendler
2019-04-20 23:58 Lars Wendler
2019-03-24 12:56 Lars Wendler
2019-03-11 13:43 Lars Wendler
2018-12-28 16:18 Lars Wendler
2018-12-28 16:12 Lars Wendler
2018-12-27 18:48 Lars Wendler
2018-12-26  0:04 Lars Wendler
2018-11-02 16:18 Lars Wendler
2018-11-02 16:18 Lars Wendler
2018-09-10 12:37 Lars Wendler
2018-09-01 22:42 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-08-25 12:30 Andreas Sturmlechner
2018-08-25 12:30 Andreas Sturmlechner
2018-08-23 23:05 Lars Wendler
2018-06-19  9:53 Lars Wendler
2018-06-19  9:49 Lars Wendler
2018-05-10 22:08 Lars Wendler
2018-05-10 22:08 Lars Wendler
2018-05-10 22:08 Lars Wendler
2017-08-31 13:21 Tim Harder
2017-07-01 10:05 Michael Palimaka
2017-06-30 11:10 Agostino Sarubbo
2017-06-25 16:32 Agostino Sarubbo
2016-12-09  8:58 Lars Wendler
2016-10-23  9:40 David Seifert
2016-10-23  9:40 David Seifert
2016-10-21 14:15 Ettore Di Giacinto
2016-10-21 14:15 Ettore Di Giacinto
2016-10-19 14:39 Lars Wendler
2016-09-05  8:00 Lars Wendler
2016-09-02 13:48 Lars Wendler
2016-08-06 16:51 Michał Górny
2016-08-03  8:18 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=1685475131.459b01d0804b0cac069f64ef3b060a1ec2f49c0b.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