From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/
Date: Sun, 16 Mar 2025 23:20:34 +0000 (UTC) [thread overview]
Message-ID: <1742167192.cf562d474cf17eaa74f421741e526ec092073a90.asturm@gentoo> (raw)
commit: cf562d474cf17eaa74f421741e526ec092073a90
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 21:11:54 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 23:19:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf562d47
media-libs/phonon-vlc: drop 0.12.0-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild | 74 -----------------------
1 file changed, 74 deletions(-)
diff --git a/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild
deleted file mode 100644
index a3d4ad90dd12..000000000000
--- a/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic kde.org multibuild
-
-DESCRIPTION="VLC backend for the Phonon multimedia library"
-HOMEPAGE="https://community.kde.org/Phonon"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/phonon/phonon-backend-vlc/${PV}/phonon-backend-vlc-${PV}.tar.xz"
- S="${WORKDIR}"/phonon-backend-vlc-${PV}
- KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug +qt5 qt6"
-REQUIRED_USE="|| ( qt5 qt6 )"
-
-DEPEND="
- >=media-libs/phonon-4.12.0[qt5=,qt6=]
- media-video/vlc:=[dbus,ogg,vorbis(+)]
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- )
- qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/libpcre2:*
- >=kde-frameworks/extra-cmake-modules-5.115.0:*
- virtual/pkgconfig
- qt5? ( dev-qt/linguist-tools:5 )
- qt6? ( dev-qt/qttools:6[linguist] )
-"
-
-pkg_setup() {
- MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
-}
-
-src_configure() {
- use debug || append-cppflags -DQT_NO_DEBUG
-
- myconfigure() {
- local mycmakeargs=(
- -DQT_MAJOR_VERSION=${MULTIBUILD_VARIANT/qt/}
- -DPHONON_BUILD_${MULTIBUILD_VARIANT^^}=ON
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass
- -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass
- )
-
- if [[ ${MULTIBUILD_VARIANT} == qt6 ]]; then
- mycmakeargs+=( -DPHONON_BUILD_QT5=OFF )
- else
- mycmakeargs+=( -DPHONON_BUILD_QT6=OFF )
- fi
-
- cmake_src_configure
- }
-
- multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake_src_compile
-}
-
-src_install() {
- multibuild_foreach_variant cmake_src_install
-}
next reply other threads:[~2025-03-16 23:20 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-16 23:20 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 23:20 [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/ Andreas Sturmlechner
2024-09-04 14:55 Andreas Sturmlechner
2024-07-26 3:39 Arthur Zamarin
2024-07-22 18:37 Arthur Zamarin
2024-06-28 15:56 Sam James
2024-06-28 15:45 Sam James
2024-06-28 15:45 Sam James
2024-06-28 13:34 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-03-03 16:37 Andreas Sturmlechner
2024-02-02 12:44 Arthur Zamarin
2022-11-24 21:05 Andreas Sturmlechner
2021-08-23 11:41 Marek Szuba
2021-05-11 12:31 Thomas Deutschmann
2021-04-07 8:36 Andreas Sturmlechner
2021-04-06 6:40 Mikle Kolyada
2021-04-06 6:31 Agostino Sarubbo
2021-04-05 22:54 Thomas Deutschmann
2021-04-04 13:23 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-02-05 23:51 Andreas Sturmlechner
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-13 21:25 Andreas Sturmlechner
2019-11-13 21:25 Andreas Sturmlechner
2019-09-26 13:58 Andreas Sturmlechner
2019-09-26 13:58 Andreas Sturmlechner
2019-08-27 19:59 Andreas Sturmlechner
2019-08-27 19:59 Andreas Sturmlechner
2019-08-27 19:59 Andreas Sturmlechner
2019-08-25 8:10 Andreas Sturmlechner
2019-08-22 14:16 Andreas Sturmlechner
2019-08-08 22:00 Andreas Sturmlechner
2019-08-08 21:50 Andreas Sturmlechner
2019-07-20 7:43 Andreas Sturmlechner
2019-01-16 12:05 Andreas Sturmlechner
2019-01-15 22:10 Thomas Deutschmann
2019-01-14 14:33 Mikle Kolyada
2019-01-09 18:49 Andreas Sturmlechner
2019-01-09 18:46 Andreas Sturmlechner
2018-05-25 23:58 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-02-27 9:32 Andreas Sturmlechner
2018-02-27 9:31 Andreas Sturmlechner
2018-02-24 9:48 Andreas Sturmlechner
2018-02-17 16:40 Michał Górny
2017-08-31 20:54 Andreas Sturmlechner
2017-06-30 4:58 Alexis Ballier
2017-06-24 10:05 Andreas Sturmlechner
2017-06-13 12:31 Agostino Sarubbo
2017-06-04 10:42 Agostino Sarubbo
2017-06-03 7:54 Agostino Sarubbo
2017-06-02 0:38 Andreas Sturmlechner
2017-06-02 0:38 Andreas Sturmlechner
2017-02-23 18:05 Johannes Huber
2017-01-03 19:10 Johannes Huber
2016-10-13 9:47 Agostino Sarubbo
2016-07-24 17:21 Michael Palimaka
2016-07-22 17:40 Michael Palimaka
2016-07-11 7:57 Johannes Huber
2016-04-24 18:01 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 Michael Palimaka
2016-04-21 17:15 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=1742167192.cf562d474cf17eaa74f421741e526ec092073a90.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