From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/
Date: Tue, 27 Aug 2019 19:59:06 +0000 (UTC) [thread overview]
Message-ID: <1566935902.4f09daf2c870f773975ed90ba3736fec81529452.asturm@gentoo> (raw)
commit: 4f09daf2c870f773975ed90ba3736fec81529452
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 19:14:00 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 19:58:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f09daf2
media-libs/phonon: Drop 4.10.90
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/phonon/Manifest | 1 -
media-libs/phonon/metadata.xml | 1 -
media-libs/phonon/phonon-4.10.90.ebuild | 48 ---------------------------------
3 files changed, 50 deletions(-)
diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
index d787dc1c169..e0efaf05555 100644
--- a/media-libs/phonon/Manifest
+++ b/media-libs/phonon/Manifest
@@ -1,4 +1,3 @@
DIST phonon-4.10.2.tar.xz 322176 BLAKE2B a73fa78e732ba56745e0791559a1ab195e9a5d867d368935ebc779cc1705a405dfd8302f6b5d92678098da8b6fdb52ec4cc2d553c361c3fefc738d502e3c38b6 SHA512 205c2f41691ed37a2b24aa5e900f7720ba024d2046ea4bf0a9b9c46235ffd72dfb4010287ccf753b13e395f84c2a202cbb76454806de3519faf52c3ac7001c4e
DIST phonon-4.10.3.tar.xz 336724 BLAKE2B 33ac87fa15985bb57672da0e29389a396e8f5662ca94d475eaa111a5a1fef16f9fc90cdee696b80d131fc53abd9500fbb7907ecb483d81e422e339660e19900d SHA512 2619ac0d7873205a2773bdb226695b5a9e2deb4f47b1a0bb9dbf9a905e3f82f7834ced1b4b1e7a6dadf50fca289f92a5749e3057546c3e16a41e1d6420b594c6
-DIST phonon-4.10.90.tar.xz 397988 BLAKE2B 3de40fb41e3b75f24fe21c5ae21c5e1680b3f3d275588e3817321a0b4edf396f8478ce1e619113afdc11b61d67413186c4f5f2dcb60b2c81c5ca995b2812b83a SHA512 84171400973f8c5889c074499ab813a7ab3831e783f6c02ec6bc0ddafd26f48654f91cdc2326526b92c15a9d602b91604f4f23ef28e8ef041cbe54caf0a9b9ac
DIST phonon-4.11.0.tar.xz 397768 BLAKE2B eeadfb8e080d52a29b0cc3d7fe728376a1580b7c008361ec62fb135738c32812401f797d93a8d87e338affdbb4b0ccefc8de0736d5cff15ee85899269a4c0243 SHA512 d7302aa9d0e9d3a8c408cf2787911b49808f58f5052dbca19e9b93b68a6f829dd31ede0ac10de4a9a3cf11e4ab1986e76e0d4cc02142b2f50ffecf285b3eb897
diff --git a/media-libs/phonon/metadata.xml b/media-libs/phonon/metadata.xml
index e86d58c68ee..c965ebc5d23 100644
--- a/media-libs/phonon/metadata.xml
+++ b/media-libs/phonon/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="designer">Install plugin for <pkg>dev-qt/designer</pkg></flag>
- <flag name="gui">Install device preferences and backend settings GUI</flag>
<flag name="vlc">Install VLC Phonon backend</flag>
</use>
</pkgmetadata>
diff --git a/media-libs/phonon/phonon-4.10.90.ebuild b/media-libs/phonon/phonon-4.10.90.ebuild
deleted file mode 100644
index 1462d43373c..00000000000
--- a/media-libs/phonon/phonon-4.10.90.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KDE multimedia abstraction library"
-HOMEPAGE="https://phonon.kde.org/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/unstable/phonon/${P}.tar.xz"
- KEYWORDS=""
-fi
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug designer gstreamer gui pulseaudio +vlc"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- virtual/pkgconfig
-"
-DEPEND="
- !!dev-qt/qtphonon:4
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- designer? ( dev-qt/designer:5 )
- pulseaudio? (
- dev-libs/glib:2
- media-sound/pulseaudio[glib]
- )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="
- gstreamer? ( >=media-libs/phonon-gstreamer-4.9.60 )
- vlc? ( >=media-libs/phonon-vlc-0.9.60 )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
- -DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio)
- -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio)
- -DPHONON_BUILD_SETTINGS=$(usex gui)
- )
- kde5_src_configure
-}
next reply other threads:[~2019-08-27 19:59 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-27 19:59 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-26 3:39 [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ Arthur Zamarin
2024-07-22 18:37 Arthur Zamarin
2024-07-01 20:47 Andreas Sturmlechner
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-07-14 20:32 Andreas Sturmlechner
2019-12-03 5:04 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-22 13:08 Andreas Sturmlechner
2019-11-22 13:08 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-25 8:10 Andreas Sturmlechner
2019-08-22 14:16 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:01 Andreas Sturmlechner
2019-01-15 22:10 Thomas Deutschmann
2019-01-14 14:33 Mikle Kolyada
2019-01-09 18:46 Andreas Sturmlechner
2018-05-25 23:58 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-04-27 23:05 Andreas Sturmlechner
2018-04-27 17:59 Johannes Huber
2018-03-13 19:51 Michał Górny
2018-02-24 9:48 Andreas Sturmlechner
2018-02-24 9:48 Andreas Sturmlechner
2017-12-19 14:41 Andreas Sturmlechner
2017-12-19 0:20 Andreas Sturmlechner
2017-12-19 0:20 Andreas Sturmlechner
2017-08-31 20:54 Andreas Sturmlechner
2017-08-26 19:19 Andreas Sturmlechner
2017-07-30 20:46 Andreas Sturmlechner
2017-06-24 9:11 Markus Meier
2017-06-23 11:44 Alexis Ballier
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-01-24 17:15 Johannes Huber
2017-01-03 19:10 Johannes Huber
2016-12-29 16:23 Johannes Huber
2016-11-13 19:18 Markus Meier
2016-10-13 9:47 Agostino Sarubbo
2016-10-02 8:11 Jeroen Roovers
2016-09-27 9:09 Tobias Klausmann
2016-07-22 17:40 Michael Palimaka
2016-07-13 18:13 Michael Palimaka
2016-07-13 17:25 Michael Palimaka
2016-07-11 7:57 Johannes Huber
2016-05-31 17:21 Johannes Huber
2016-04-24 12:26 Johannes Huber
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=1566935902.4f09daf2c870f773975ed90ba3736fec81529452.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