public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/kmplayer/
Date: Sun, 17 Jul 2016 09:51:55 +0000 (UTC)	[thread overview]
Message-ID: <1468749107.5aae69ea2ee4a0e62ea85623716f6dbb8feb9ea6.johu@gentoo> (raw)

commit:     5aae69ea2ee4a0e62ea85623716f6dbb8feb9ea6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 09:49:43 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 09:51:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aae69ea

media-video/kmplayer: Version bump 0.12.0a

Package-Manager: portage-2.3.0

 media-video/kmplayer/Manifest                |  1 +
 media-video/kmplayer/kmplayer-0.12.0a.ebuild | 82 ++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/media-video/kmplayer/Manifest b/media-video/kmplayer/Manifest
index 066aff0..4f3e532 100644
--- a/media-video/kmplayer/Manifest
+++ b/media-video/kmplayer/Manifest
@@ -1,3 +1,4 @@
 DIST kmplayer-0.11.3d.tar.bz2 573173 SHA256 7ebecbc906edcc13e1ae94f4791da80ed4ef73164ef6b81d76c71708c39a6bfb SHA512 c2f0fa1864eecd9a0bf3039639aad41bc36bc6ff8742a8e9714c6df72dd4ee63f80c36036a0582ee8464b48ce22eb96814600ddb199c61fda0b87cfd4c457797 WHIRLPOOL 1a651d1dee10b0ee3609055d645835b4b19e5acf47df39a7773d297749407ea49c893e154f77013469ee4c23724c55ae8c2032b5ca00ddf8f560eb5feb8d1f12
 DIST kmplayer-0.11.5.tar.bz2 684467 SHA256 074afea4187b1e5d2899940da558f584e0145fa6a3e9a5eca5c028d4ba516c09 SHA512 15b53eb3c9d1ac867bf762c8f7aa02bc3ecc813116db7b2aa87b2f9f3f0fc50c3fae5514dd92b18baf6fe16fe2f79ca7e9b64ea4fae13e341e5817be6e0ea729 WHIRLPOOL 6efc74f908c93d784c6e29c4052065c2f0bfb3be9353e8887a3f3008298ad10aa3f92751ed024be9e44161023ccbadbc69579c8d0bd50139c733b8fea7ec67db
 DIST kmplayer-0.12.0.tar.bz2 681672 SHA256 e927d541f106e8c079f8292fa36ddbbca09429a2bfc063a5fe068c760ce17d0e SHA512 8d062c05c26e4549dd32cca92b3d5a02cb717a7556a417efab8ae36da13338cef3ac809404d084ecb2666c42aa2cb68299427ffb674545653e6ae5c81156f5e9 WHIRLPOOL 1f1f92906c93dc7eede4a189b532491d7ea3764b62f62d98d4bcb16cb321a815dfdffdd9056fe6234af9e7ab126181bfad025f1e210c7d1231f16c474cb4ab46
+DIST kmplayer-0.12.0a.tar.bz2 596374 SHA256 b1cc05f1942882e34d013ab363e553e4ec87af6c9c7ef9755db2b8fa4b8930d8 SHA512 4ae24621ab54706ba323e9b345f4bc6876d3b7b84eef8edc9d07351e336dc940a3d314c394470ce3a85ebfcc77cb7fe6eedb96ca382b2a81f6d95ecff1f3f875 WHIRLPOOL eb45b40177e82ec45234a11b62f1ae3c3dd8989ab6d7bf0b8968e601ed32b976a1061223aee37de0d4544f5431bd9614dac3e8fb2f4d19685b1050b7b768ca9d

diff --git a/media-video/kmplayer/kmplayer-0.12.0a.ebuild b/media-video/kmplayer/kmplayer-0.12.0a.ebuild
new file mode 100644
index 0000000..470c1a1
--- /dev/null
+++ b/media-video/kmplayer/kmplayer-0.12.0a.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_BRANCH="0.12"
+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 )
+	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
+"
+
+src_prepare() {
+	use npp && epatch "${FILESDIR}/${PN}-flash.patch"
+
+	kde5_src_prepare
+}
+
+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:[~2016-07-17  9:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-17  9:51 Johannes Huber [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
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-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=1468749107.5aae69ea2ee4a0e62ea85623716f6dbb8feb9ea6.johu@gentoo \
    --to=johu@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