From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kmplayer/
Date: Fri, 16 Aug 2019 08:24:53 +0000 (UTC) [thread overview]
Message-ID: <1565943859.6ba7e69a3bcedb44a9b5389139256ff6637021b4.asturm@gentoo> (raw)
commit: 6ba7e69a3bcedb44a9b5389139256ff6637021b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 07:37:17 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 08:24:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba7e69a
media-video/kmplayer: Drop 0.12.0b-r1
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild | 99 -------------------------
1 file changed, 99 deletions(-)
diff --git a/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild b/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild
deleted file mode 100644
index bb6d4b92d3e..00000000000
--- a/media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="Video player plugin for Konqueror and basic MPlayer frontend"
-HOMEPAGE="https://kmplayer.kde.org"
-SRC_URI="mirror://kde/stable/${PN}/${EGIT_BRANCH}/${P}.tar.bz2"
-
-LICENSE="GPL-2 FDL-1.2 LGPL-2.1"
-KEYWORDS="amd64 x86"
-IUSE="cairo npp"
-
-CDEPEND="
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kmediaplayer)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- $(add_qt_dep qtxml)
- media-libs/phonon[qt5(+)]
- x11-libs/libX11
- x11-libs/libxcb
- cairo? ( x11-libs/cairo[xcb] )
- npp? (
- dev-libs/dbus-glib
- dev-libs/glib:2
- www-plugins/adobe-flash:*
- >=x11-libs/gtk+-2.10.14:2
- )
-"
-DEPEND="${CDEPEND}
- sys-devel/gettext
-"
-RDEPEND="${CDEPEND}
- media-video/mplayer
- !media-video/kmplayer:4
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-schedulerepaint.patch
- "${FILESDIR}"/${P}-devpixelratio.patch
- "${FILESDIR}"/${P}-qfile.patch
- "${FILESDIR}"/${P}-cmake.patch
- "${FILESDIR}"/${P}-desktop.patch
- "${FILESDIR}"/${P}-qt-5.9.patch
- "${FILESDIR}"/${P}-qt-5.11b3.patch
-)
-
-src_prepare() {
- # Prerequisite for ${P}-desktop.patch:
- mv src/kmplayer.desktop src/org.kde.kmplayer.desktop || die
- kde5_src_prepare
-
- if use npp; then
- sed -i src/kmplayer_part.desktop \
- -e ":^MimeType: s:=:=application/x-shockwave-flash;:" || die
- fi
-}
-
-src_configure() {
- # 0.12: expat build broken, check in later releases
- local mycmakeargs=(
- -DKMPLAYER_BUILT_WITH_EXPAT=OFF
- -DKMPLAYER_BUILT_WITH_CAIRO=$(usex cairo)
- -DKMPLAYER_BUILT_WITH_NPP=$(usex npp)
- )
-
- kde5_src_configure
-}
-
-src_install() {
- kde5_src_install
-
- if use npp; then
- kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" \
- --group "application/x-shockwave-flash" --key player npp
- kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" \
- --group "application/x-shockwave-flash" \
- --key plugin /usr/$(get_libdir)/nsbrowser/plugins/libflashplayer.so
- fi
-}
next reply other threads:[~2019-08-16 8:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-16 8:24 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-12 21:53 [gentoo-commits] repo/gentoo:master commit in: media-video/kmplayer/ Andreas Sturmlechner
2020-11-12 21:53 Andreas Sturmlechner
2020-01-14 22:48 Matt Turner
2020-01-12 17:45 Andreas Sturmlechner
2019-08-16 8:24 Andreas Sturmlechner
2018-01-07 9:29 Andreas Sturmlechner
2017-12-03 11:58 Andreas Sturmlechner
2017-11-30 19:02 Thomas Deutschmann
2017-11-25 16:09 Andreas Sturmlechner
2017-11-25 16:09 Andreas Sturmlechner
2017-04-27 12:17 Michael Palimaka
2017-01-18 13:27 Michael Palimaka
2016-10-19 19:38 Michael Palimaka
2016-10-19 19:38 Michael Palimaka
2016-10-19 19:14 Michael Palimaka
2016-10-19 18:46 Michael Palimaka
2016-10-15 9:53 Johannes Huber
2016-08-27 15:13 Manuel Rüger
2016-08-04 14:25 Michael Palimaka
2016-07-17 9:51 Johannes Huber
2016-07-17 9:51 Johannes Huber
2016-06-03 9:09 Johannes Huber
2016-06-03 9:09 Johannes Huber
2016-04-26 9:08 Johannes Huber
2015-11-10 17:34 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=1565943859.6ba7e69a3bcedb44a9b5389139256ff6637021b4.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