* [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/
@ 2020-09-06 16:46 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-09-06 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 416389103a4f6b42295b9975b6fc82278cc7b3d4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 13:47:11 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 16:45:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41638910
media-sound/yarock: Fix .desktop file and appdata install location
Also raising to >=media-libs/phonon-4.11.0, first version to drop Qt4.
Closes: https://bugs.gentoo.org/740524
Closes: https://bugs.gentoo.org/740506
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../yarock/{yarock-1.4.0.ebuild => yarock-1.4.0-r1.ebuild} | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/media-sound/yarock/yarock-1.4.0.ebuild b/media-sound/yarock/yarock-1.4.0-r1.ebuild
similarity index 76%
rename from media-sound/yarock/yarock-1.4.0.ebuild
rename to media-sound/yarock/yarock-1.4.0-r1.ebuild
index 27284bd8598..39414485b05 100644
--- a/media-sound/yarock/yarock-1.4.0.ebuild
+++ b/media-sound/yarock/yarock-1.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,7 +29,7 @@ RDEPEND="
dev-qt/qtxml:5
media-libs/taglib
x11-libs/libX11
- phonon? ( >=media-libs/phonon-4.10.1 )
+ phonon? ( >=media-libs/phonon-4.11.0 )
vlc? ( media-video/vlc:= )
"
DEPEND="${RDEPEND}
@@ -41,6 +41,14 @@ DOCS=( CHANGES.md README.md )
S="${WORKDIR}/${MY_P}"
+src_prepare() {
+ cmake_src_prepare
+ sed -e "/^install.*org.yarock.appdata.xml/s:share/appdata:share/metadata:" \
+ -i CMakeLists.txt || die
+ sed -e "/^Version/d" \
+ -i data/org.yarock.desktop || die
+}
+
src_configure() {
local mycmakeargs=(
-DENABLE_QT5=ON
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/
@ 2021-11-29 13:28 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-11-29 13:28 UTC (permalink / raw
To: gentoo-commits
commit: ed393dbad7f510ad9c011f5d254d0e89c68bb91f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 13:25:33 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 13:28:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed393dba
media-sound/yarock: Drop 1.4.0-r1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/yarock/yarock-1.4.0-r1.ebuild | 61 -------------------------------
1 file changed, 61 deletions(-)
diff --git a/media-sound/yarock/yarock-1.4.0-r1.ebuild b/media-sound/yarock/yarock-1.4.0-r1.ebuild
deleted file mode 100644
index 39414485b05d..000000000000
--- a/media-sound/yarock/yarock-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_P="Yarock_${PV}_Sources"
-DESCRIPTION="Qt-based music player"
-HOMEPAGE="https://seb-apps.github.io/yarock/"
-SRC_URI="https://launchpad.net/${PN}/1.x/${PV}/+download/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mpv phonon vlc"
-
-BDEPEND="
- dev-qt/linguist-tools:5
-"
-RDEPEND="
- dev-cpp/htmlcxx
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtsql:5[sqlite]
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- media-libs/taglib
- x11-libs/libX11
- phonon? ( >=media-libs/phonon-4.11.0 )
- vlc? ( media-video/vlc:= )
-"
-DEPEND="${RDEPEND}
- dev-qt/qtconcurrent:5
- dev-qt/qtx11extras:5
-"
-
-DOCS=( CHANGES.md README.md )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- cmake_src_prepare
- sed -e "/^install.*org.yarock.appdata.xml/s:share/appdata:share/metadata:" \
- -i CMakeLists.txt || die
- sed -e "/^Version/d" \
- -i data/org.yarock.desktop || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_QT5=ON
- -DENABLE_MPV=$(usex mpv)
- -DENABLE_PHONON=$(usex phonon)
- -DENABLE_VLC=$(usex vlc)
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/
@ 2021-11-29 13:28 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-11-29 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 056ab10a41566b89bfd7db130155fcf16baa2345
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 13:25:19 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 13:28:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056ab10a
media-sound/yarock: Add missing IUSE=mpv dependency, EAPI-8
Closes: https://bugs.gentoo.org/827626
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/yarock/yarock-1.4.0-r2.ebuild | 61 +++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/media-sound/yarock/yarock-1.4.0-r2.ebuild b/media-sound/yarock/yarock-1.4.0-r2.ebuild
new file mode 100644
index 000000000000..c7f4cd5e45be
--- /dev/null
+++ b/media-sound/yarock/yarock-1.4.0-r2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="Yarock_${PV}_Sources"
+inherit cmake
+
+DESCRIPTION="Qt-based music player"
+HOMEPAGE="https://seb-apps.github.io/yarock/"
+SRC_URI="https://launchpad.net/${PN}/1.x/${PV}/+download/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mpv phonon vlc"
+
+RDEPEND="
+ dev-cpp/htmlcxx
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtsql:5[sqlite]
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ media-libs/taglib
+ x11-libs/libX11
+ mpv? ( media-video/mpv:= )
+ phonon? ( >=media-libs/phonon-4.11.0 )
+ vlc? ( media-video/vlc:= )
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtconcurrent:5
+ dev-qt/qtx11extras:5
+"
+BDEPEND="
+ dev-qt/linguist-tools:5
+"
+
+DOCS=( CHANGES.md README.md )
+
+src_prepare() {
+ cmake_src_prepare
+ sed -e "/^install.*org.yarock.appdata.xml/s:share/appdata:share/metadata:" \
+ -i CMakeLists.txt || die
+ sed -e "/^Version/d" \
+ -i data/org.yarock.desktop || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_QT5=ON
+ -DENABLE_MPV=$(usex mpv)
+ -DENABLE_PHONON=$(usex phonon)
+ -DENABLE_VLC=$(usex vlc)
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/
@ 2022-07-19 12:36 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-07-19 12:36 UTC (permalink / raw
To: gentoo-commits
commit: 24f235a33f035a3015ff12404632f503c6810aaf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 12:32:48 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 12:35:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f235a3
media-sound/yarock: Fix media-video/mpv[libmpv] missing usedep
HOMEPAGE "dead", replaced with launchpad repo link...
Closes: https://bugs.gentoo.org/851033
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../yarock/{yarock-1.4.0-r2.ebuild => yarock-1.4.0-r3.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/yarock/yarock-1.4.0-r2.ebuild b/media-sound/yarock/yarock-1.4.0-r3.ebuild
similarity index 90%
rename from media-sound/yarock/yarock-1.4.0-r2.ebuild
rename to media-sound/yarock/yarock-1.4.0-r3.ebuild
index c7f4cd5e45be..27aac662b7df 100644
--- a/media-sound/yarock/yarock-1.4.0-r2.ebuild
+++ b/media-sound/yarock/yarock-1.4.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ MY_P="Yarock_${PV}_Sources"
inherit cmake
DESCRIPTION="Qt-based music player"
-HOMEPAGE="https://seb-apps.github.io/yarock/"
+HOMEPAGE="https://code.launchpad.net/yarock"
SRC_URI="https://launchpad.net/${PN}/1.x/${PV}/+download/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
@@ -27,7 +27,7 @@ RDEPEND="
dev-qt/qtxml:5
media-libs/taglib
x11-libs/libX11
- mpv? ( media-video/mpv:= )
+ mpv? ( media-video/mpv:=[libmpv] )
phonon? ( >=media-libs/phonon-4.11.0 )
vlc? ( media-video/vlc:= )
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/
@ 2025-02-24 20:55 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2025-02-24 20:55 UTC (permalink / raw
To: gentoo-commits
commit: abf5a60c4dacd2fbae52b8c40540e570d4360f9a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 20:49:02 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 20:55:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf5a60c
media-sound/yarock: Add IUSE +qtmedia
Upstream commit 3cd6316f4aa50fd2511f65b1c94524db99e6477a
Closes: https://bugs.gentoo.org/950236
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/yarock/metadata.xml | 1 +
media-sound/yarock/yarock-1.5.0-r1.ebuild | 59 +++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-sound/yarock/metadata.xml b/media-sound/yarock/metadata.xml
index 5f3fecebc200..fa5ab44f54e8 100644
--- a/media-sound/yarock/metadata.xml
+++ b/media-sound/yarock/metadata.xml
@@ -11,6 +11,7 @@
</upstream>
<use>
<flag name="mpv">Enable <pkg>media-video/mpv</pkg> backend</flag>
+ <flag name="qtmedia">Enable playback via <pkg>dev-qt/qtmultimedia</pkg></flag>
<flag name="vlc">Enable <pkg>media-video/vlc</pkg> backend</flag>
</use>
</pkgmetadata>
diff --git a/media-sound/yarock/yarock-1.5.0-r1.ebuild b/media-sound/yarock/yarock-1.5.0-r1.ebuild
new file mode 100644
index 000000000000..eef4328ad6c5
--- /dev/null
+++ b/media-sound/yarock/yarock-1.5.0-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt-based music player"
+HOMEPAGE="https://github.com/sebaro/Yarock"
+SRC_URI="https://github.com/sebaro/Yarock/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN^}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mpv +qtmedia vlc"
+
+REQUIRED_USE="|| ( mpv qtmedia vlc )"
+
+RDEPEND="
+ dev-cpp/htmlcxx
+ dev-qt/qtbase:6[dbus,gui,network,sql,sqlite,widgets,xml]
+ media-libs/taglib:=
+ x11-libs/libX11
+ mpv? ( media-video/mpv:=[libmpv] )
+ qtmedia? ( dev-qt/qtmultimedia:6 )
+ vlc? ( media-video/vlc:= )
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtbase:6[concurrent]
+"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+DOCS=( CHANGES.md README.md )
+
+PATCHES=(
+ # TODO(?): https://github.com/sebaro/Yarock/issues/1#issuecomment-2398941145
+ "${FILESDIR}"/${PN}-1.4.0-taglib2-include.patch
+ # Pending: https://github.com/sebaro/Yarock/pull/3
+ "${FILESDIR}"/${P}-assorted-fixes.patch
+)
+
+src_prepare() {
+ cmake_src_prepare
+ sed -e "/^Version/d" \
+ -i data/org.yarock.desktop || die
+ mv data/{org.,}yarock.desktop || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_PHONON=OFF # questionable benefit over vlc directly
+ -DENABLE_MPV=$(usex mpv)
+ -DENABLE_QTMULTIMEDIA=$(usex qtmedia)
+ -DENABLE_VLC=$(usex vlc)
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/
@ 2025-02-24 20:55 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2025-02-24 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 4a0ed9f9a8b9eacc63f1a7165544fc2cf729169c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 20:51:23 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 20:55:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0ed9f9
media-sound/yarock: drop 1.5.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/yarock/yarock-1.5.0.ebuild | 55 ----------------------------------
1 file changed, 55 deletions(-)
diff --git a/media-sound/yarock/yarock-1.5.0.ebuild b/media-sound/yarock/yarock-1.5.0.ebuild
deleted file mode 100644
index dfe38ca2841b..000000000000
--- a/media-sound/yarock/yarock-1.5.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt-based music player"
-HOMEPAGE="https://github.com/sebaro/Yarock"
-SRC_URI="https://github.com/sebaro/Yarock/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN^}-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mpv vlc"
-
-RDEPEND="
- dev-cpp/htmlcxx
- dev-qt/qtbase:6[dbus,gui,network,sql,sqlite,widgets,xml]
- media-libs/taglib:=
- x11-libs/libX11
- mpv? ( media-video/mpv:=[libmpv] )
- vlc? ( media-video/vlc:= )
-"
-DEPEND="${RDEPEND}
- dev-qt/qtbase:6[concurrent]
-"
-BDEPEND="dev-qt/qttools:6[linguist]"
-
-DOCS=( CHANGES.md README.md )
-
-PATCHES=(
- # TODO(?): https://github.com/sebaro/Yarock/issues/1#issuecomment-2398941145
- "${FILESDIR}"/${PN}-1.4.0-taglib2-include.patch
- # Pending: https://github.com/sebaro/Yarock/pull/3
- "${FILESDIR}"/${P}-assorted-fixes.patch
-)
-
-src_prepare() {
- cmake_src_prepare
- sed -e "/^Version/d" \
- -i data/org.yarock.desktop || die
- mv data/{org.,}yarock.desktop || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_PHONON=OFF # questionable benefit over vlc directly
- -DENABLE_MPV=$(usex mpv)
- -DENABLE_VLC=$(usex vlc)
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-24 20:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-19 12:36 [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 20:55 Andreas Sturmlechner
2025-02-24 20:55 Andreas Sturmlechner
2021-11-29 13:28 Andreas Sturmlechner
2021-11-29 13:28 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox