From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: media-tv/mediathekview-bin/
Date: Wed, 17 Sep 2014 19:47:31 +0000 (UTC) [thread overview]
Message-ID: <1410983202.2f5435d6cc5a04060223f602eaa2da2e2665ba10.sping@gentoo> (raw)
commit: 2f5435d6cc5a04060223f602eaa2da2e2665ba10
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Sep 17 19:44:34 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 19:46:42 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2f5435d6
media-tv/mediathekview-bin: 7
---
.../mediathekview-bin/mediathekview-bin-7.ebuild | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/media-tv/mediathekview-bin/mediathekview-bin-7.ebuild b/media-tv/mediathekview-bin/mediathekview-bin-7.ebuild
new file mode 100644
index 0000000..7219382
--- /dev/null
+++ b/media-tv/mediathekview-bin/mediathekview-bin-7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit java-pkg-2
+
+DESCRIPTION="Download files from the public broadcasting services"
+HOMEPAGE="http://zdfmediathk.sourceforge.net/"
+SRC_URI="mirror://sourceforge/zdfmediathk/Mediathek/Mediathek%20${PV}/MediathekView_${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7
+ media-video/vlc
+ media-video/flvstreamer
+ dev-java/xz-java"
+
+S=${WORKDIR}
+
+src_prepare() {
+ rm lib/xz.jar
+
+ ewarn "Bundled libs remaining:"
+ ewarn "$(find lib -name '*.jar' | sort)"
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ java-pkg_dojar MediathekView.jar
+ java-pkg_dojar lib/*.jar
+
+ exeinto /usr/share/${PN}/lib/bin/
+ doexe bin/flv.sh || die
+
+ java-pkg_register-dependency xz-java xz.jar
+
+ java-pkg_dolauncher ${PN} --main mediathek.Main
+}
next reply other threads:[~2014-09-17 19:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-17 19:47 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-06-13 19:23 [gentoo-commits] proj/betagarden:master commit in: media-tv/mediathekview-bin/ Sebastian Pipping
2017-11-18 12:58 Sebastian Pipping
2017-10-10 16:44 Sebastian Pipping
2017-08-27 16:04 Sebastian Pipping
2016-06-13 8:13 Sebastian Pipping
2015-10-05 16:06 Sebastian Pipping
2015-08-16 14:31 Sebastian Pipping
2015-06-08 15:05 Justin Lecher
2015-02-23 17:37 Sebastian Pipping
2014-05-29 16:45 Sebastian Pipping
2014-03-07 14:06 Sebastian Pipping
2013-08-22 19:55 Sebastian Pipping
2013-08-22 19:29 Sebastian Pipping
2013-08-22 19:29 Sebastian Pipping
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=1410983202.2f5435d6cc5a04060223f602eaa2da2e2665ba10.sping@gentoo \
--to=sping@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