Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 344859 - media-tv/mediathekview (new package, from source, formerly zdfmediathek)
Summary: media-tv/mediathekview (new package, from source, formerly zdfmediathek)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 2 votes (vote)
Assignee: Default Assignee for New Packages
URL: http://zdfmediathk.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-11-09 23:07 UTC by Markus Walter
Modified: 2015-08-16 14:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for zdfmediathek (zdfmediathek-2.3.0.ebuild,1.15 KB, text/plain)
2010-11-09 23:08 UTC, Markus Walter
Details
ebuild for zdfmediathek with working distfile (zdfmediathek-2.3.0.ebuild,1.16 KB, text/plain)
2010-11-10 08:51 UTC, Markus Walter
Details
Ebuild for mediathekview 2.5.0 (mediathekview-2.5.0.ebuild,1.25 KB, text/plain)
2011-05-30 14:24 UTC, Markus Walter
Details
mediathekview-bin-10.2015.08.14.ebuild (mediathekview-bin-10.2015.08.14.ebuild,989 bytes, text/plain)
2015-08-16 12:32 UTC, jospezial
Details
mediathekview-bin-10_pre20150814.ebuild (mediathekview-bin-10_pre20150814.ebuild,989 bytes, text/plain)
2015-08-16 13:53 UTC, jospezial
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2010-11-09 23:07:55 UTC
Hello everybody,

I've written an ebuild for the application zdfmediathek and since the sunrise guide said one should file a bug for new ebuilds here it is.

This programm is an interface to easily copy material from the public broadcasting of Germany to your hdd.

The ebuild has just one caveat right now: I'm using a custom tarball, since upstream didn't include the necessary information to build the application. I've contacted upstream and in the future there should be proper tarballs available.
Comment 1 Markus Walter 2010-11-09 23:08:44 UTC
Created attachment 253807 [details]
ebuild for zdfmediathek
Comment 2 Markus Walter 2010-11-10 08:51:33 UTC
Created attachment 253857 [details]
ebuild for zdfmediathek with working distfile

I mirrored the tarball on my university account, so the ebuild should actually work now.
Comment 3 Markus Walter 2011-05-30 14:24:51 UTC
Created attachment 275193 [details]
Ebuild for mediathekview 2.5.0
Comment 4 Markus Walter 2011-05-30 14:26:24 UTC
I changed the name to current official name together with a version bump.
Comment 5 jospezial 2014-08-13 21:02:08 UTC
Ebuilds can be found there:
http://data.gpo.zugaina.org/betagarden/media-tv/mediathekview-bin/

rename mediathekview-bin-6.ebuild to mediathekview-bin-7.ebuild to have the latest release.
Comment 6 jospezial 2014-10-09 18:06:48 UTC
Version 8
https://github.com/xaverW/MediathekView/commit/c0eb28a9ce461fa793193be1188a9fea6a3a1e52

rename mediathekview-bin-7.ebuild to mediathekview-bin-8.ebuild to have the latest release.
Comment 7 jospezial 2015-03-20 01:07:11 UTC
Version 9 released
Comment 8 jospezial 2015-03-20 12:32:33 UTC
I have seen a change in the ebuilds at
http://data.gpo.zugaina.org/betagarden/media-tv/mediathekview-bin/

between version 6 and 7:

-       insinto /usr/share/${PN}/lib/bin/
-       doins bin/flv.sh || die
+       exeinto /usr/share/${PN}/lib/bin/
+       doexe bin/flv.sh || die



this changed the permissions of

ls -l /usr/share/mediathekview-bin/lib/bin/flv.sh
-rw-r--r-- 1 root root 228 20. Mär 01:22 /usr/share/mediathekview-bin/lib/bin/flv.sh

ls -l /usr/share/mediathekview-bin/lib/bin/flv.sh
-rwxr-xr-x 1 root root 228 20. Mär 13:25 /usr/share/mediathekview-bin/lib/bin/flv.sh
Comment 9 jospezial 2015-08-16 12:32:50 UTC
Created attachment 409140 [details]
mediathekview-bin-10.2015.08.14.ebuild

Here is an ebuild for the latest released development version 10 (Entwicklerversion).

I took the ebuild from http://data.gpo.zugaina.org/betagarden/media-tv/mediathekview-bin/mediathekview-bin-9.ebuild.

The download file has the name MediathekView_10_2015.08.14.zip.
Unfortunately the ebuild can't have the underscore "_" after the 10 so I decided to use a dot.

I changed it to the SRC_URI="mirror://sourceforge/zdfmediathk/Entwicklerversion/MediathekView_10_2015.08.14.zip"

MediathekView_${PV}.zip does not work because I don't know how to change the dot back to underscore in the URI.


emerge shows a warning in install phase:
* java-pkg_ensure-dep: The ebuild is attempting to use xz-java, which is not declared with a SLOT in [RP]DEPEND and --build-only wasn't given.


Changing the EAPI=2 to EAPI=5 could be good. What do you think about that?

A .desktop file would be nice. I have symlink on my desktop to /usr/bin/mediathekview-bin

One annoying bug is:
When I scroll the list, the lines overlap (mix) each other.

Any help welcome.
Comment 10 jospezial 2015-08-16 13:14:09 UTC
EAPI=5 is no problem.

No difference in buildlog.


Why does the underscore work for git-sources-4.2_rc6.ebuild ?
Comment 11 jospezial 2015-08-16 13:53:21 UTC
Created attachment 409162 [details]
mediathekview-bin-10_pre20150814.ebuild

better filename and EAPI=5
Comment 12 Sebastian Pipping gentoo-dev 2015-08-16 14:35:16 UTC
(In reply to jospezial from comment #9)
> I took the ebuild from
> http://data.gpo.zugaina.org/betagarden/media-tv/mediathekview-bin/
> mediathekview-bin-9.ebuild.

Hi, I'm the author of the ebuild in betagarden.  I put it in betagarden rather than the main tree, because the quality was too low: it neither builds from source nor (yet) even resolve all bundled dependencies.

I have now bumped it to 10_pre20150814 in betagarden and resolved a few more bundles depencencies.
Next time you need a version bump, please open a dedicated bug report and have it assigned to betagarden@g.o.  With the current quality level, bumping does not take long.

Best, S