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-video/kmplayer/
Date: Sun,  7 Jan 2018 09:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1515317340.03b53498033dd0a0116fe526273eca23c1e74c44.asturm@gentoo> (raw)

commit:     03b53498033dd0a0116fe526273eca23c1e74c44
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 00:54:04 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 09:29:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b53498

media-video/kmplayer: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/kmplayer/kmplayer-0.12.0b.ebuild | 86 ----------------------------
 1 file changed, 86 deletions(-)

diff --git a/media-video/kmplayer/kmplayer-0.12.0b.ebuild b/media-video/kmplayer/kmplayer-0.12.0b.ebuild
deleted file mode 100644
index 91517704d76..00000000000
--- a/media-video/kmplayer/kmplayer-0.12.0b.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 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}-qt-5.9.patch" )
-
-src_prepare() {
-	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/lib/nsbrowser/plugins/libflashplayer.so
-	fi
-}


             reply	other threads:[~2018-01-07  9:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07  9:29 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
2019-08-16  8:24 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=1515317340.03b53498033dd0a0116fe526273eca23c1e74c44.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