Skip to content

Commit ea02787

Browse files
committed
syncronize from svn
1 parent 6f75bc7 commit ea02787

File tree

34 files changed

+399
-0
lines changed

34 files changed

+399
-0
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
yavdr-addon-mediathek (0.3.0.1966-1yavdr1) lucid; urgency=low
2+
3+
* build
4+
* Switch to dpkg-source 3.0 (quilt) format
5+
6+
-- Holger Schvestka <[email protected]> Mon, 26 May 2010 10:19:06 +0200

debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7

debian/control

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Source: yavdr-addon-mediathek
2+
Section: misc
3+
Priority: optional
4+
Maintainer: Gerald Dachs <[email protected]>
5+
Uploaders: Holger Schvestka <[email protected]>
6+
Standards-Version: 3.8.4
7+
Build-Depends: debhelper (>= 7), cdbs
8+
9+
Package: yavdr-addon-mediathek
10+
Architecture: all
11+
Depends: ${yavdr-startup},${misc:Depends}, yavdr-utils, chromium-browser, flashplugin-installer|adobe-flashplugin
12+
Description: yavdr-addon-mediathek
13+
yavdr-addon-mediathek

debian/copyright

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Upstream Homepage:
2+
https://svn.origo.ethz.ch/yavdr/trunk/yavdr-addon-mediathek
3+
4+
Upstream Author:
5+
Gerald Dachs <[email protected]>
6+
7+
Debian Maintainers:
8+
Holger Schvestka <[email protected]>
9+
10+
Copyright:
11+
(C) 2010 Gerald Dachs
12+
13+
Copyright (Debian packaging):
14+
(C) 2010 Holger Schvestka
15+
16+
License:
17+
This program is free software; you can redistribute it and/or modify
18+
it under the terms of the GNU General Public License as published by
19+
the Free Software Foundation; either version 2 of the License, or
20+
(at your option) any later version.
21+
22+
This program is distributed in the hope that it will be useful,
23+
but WITHOUT ANY WARRANTY; without even the implied warranty of
24+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25+
GNU General Public License for more details.
26+
27+
You should have received a copy of the GNU General Public License along
28+
with this program; if not, write to the Free Software Foundation, Inc.,
29+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
30+
31+
The complete text of the GNU General Public License can be found
32+
in /usr/share/common-licenses/GPL-2 on most Debian systems.
33+
34+
License (Debian packaging):
35+
The Debian packaging is licensed under the GPL, version 2 or any
36+
later version, see /usr/share/common-licenses/GPL-2.

debian/install

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
events/* usr/share/yavdr/events/
2+
templates/* usr/share/yavdr/templates/
3+
images/* usr/share/yavdr/images/
4+

debian/postinst

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/sh
2+
3+
case "$1" in
4+
configure)
5+
6+
chmod +x /usr/share/yavdr/events/actions/*
7+
8+
/usr/bin/signal-event addons-update
9+
10+
;;
11+
12+
13+
esac
14+
15+
# dh_installdeb will replace this with shell code automatically
16+
# generated by other debhelper scripts.
17+
18+
exit 0
19+
20+
#DEBHELPER#

debian/postrm

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
if [ remove = "$1" ]; then
4+
/usr/bin/signal-event addons-update
5+
process-template /etc/init/launcher.conf
6+
fi
7+
8+
#DEBHELPER#

debian/rules

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/make -f
2+
3+
4+
include /usr/share/cdbs/1/rules/debhelper.mk
5+
6+
7+
8+

debian/source/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

events/actions/create-mediathek

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
process-template /etc/init/mediathek-ard.conf
4+
process-template /etc/init/mediathek-zdf.conf
5+
process-template /etc/init/mediathek-dmax.conf
6+
process-template /etc/init/mediathek-sat1.conf
7+
process-template /etc/init/mediathek-golem.conf
8+
process-template /etc/init/mediathek-gametrailers.conf
9+
process-template /etc/wmdrawer/mediathek
10+
process-template /etc/init/launcher.conf
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../actions/create-mediathek

images/ard_icon.png

9.95 KB
Loading

images/dmax_icon.png

7.66 KB
Loading

images/gametrailers_icon.png

14 KB
Loading

images/golem_icon.png

6.31 KB
Loading

images/sat1_icon.png

3.55 KB
Loading

images/yavdr_mediathek.gif

2 KB
Loading

images/zdf_icon.png

7.99 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mediathek \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# The following configuration file is generated automatically by the yaVDR #
4+
# system. Don't change this file as every update of yaVDR will overwrite #
5+
# the local changes. Instead put your required customizations #
6+
# into /etc/yavdr/templates_custom/ based on the original templates #
7+
# under /usr/share/yavdr/templates. #
8+
# #
9+
# http://www.vdr-wiki.de/wiki/index.php/YaVDR-Templates #
10+
# #
11+
# #
12+
#################################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description "mediathek-ard"
2+
author "Steffen Barszus <[email protected]>"
3+
4+
pre-start script
5+
/usr/bin/svdrpsend remo off || /bin/true
6+
if [ ! -z $STANDALONE ] ; then
7+
touch /tmp/.standalone || /bin/true
8+
fi
9+
end script
10+
11+
post-stop script
12+
/bin/rm -f /tmp/.standalone || /bin/true
13+
/usr/bin/svdrpsend remo on || /bin/true
14+
/sbin/initctl emit --no-wait vdr-frontend-restart
15+
end script
16+
17+
exec su -c "chromium-browser --start-maximized --app=http://www.ardmediathek.de/ard/servlet/" vdr
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# The following configuration file is generated automatically by the yaVDR #
4+
# system. Don't change this file as every update of yaVDR will overwrite #
5+
# the local changes. Instead put your required customizations #
6+
# into /etc/yavdr/templates_custom/ based on the original templates #
7+
# under /usr/share/yavdr/templates. #
8+
# #
9+
# http://www.vdr-wiki.de/wiki/index.php/YaVDR-Templates #
10+
# #
11+
# #
12+
#################################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
description "mediathek-dmax"
2+
author "Steffen Barszus <[email protected]>"
3+
4+
pre-start script
5+
/usr/bin/svdrpsend remo off || /bin/true
6+
if [ ! -z $STANDALONE ] ; then
7+
touch /tmp/.standalone || /bin/true
8+
fi
9+
end script
10+
11+
post-stop script
12+
/bin/rm -f /tmp/.standalone || /bin/true
13+
/usr/bin/svdrpsend remo on || /bin/true
14+
/sbin/initctl emit --no-wait vdr-frontend-restart
15+
end script
16+
17+
exec su -c "chromium-browser --start-maximized --app=http://www.dmax.de/video/" vdr
18+
19+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# The following configuration file is generated automatically by the yaVDR #
4+
# system. Don't change this file as every update of yaVDR will overwrite #
5+
# the local changes. Instead put your required customizations #
6+
# into /etc/yavdr/templates_custom/ based on the original templates #
7+
# under /usr/share/yavdr/templates. #
8+
# #
9+
# http://www.vdr-wiki.de/wiki/index.php/YaVDR-Templates #
10+
# #
11+
# #
12+
#################################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description "mediathek-gametrailers"
2+
author "Steffen Barszus <[email protected]>"
3+
4+
pre-start script
5+
/usr/bin/svdrpsend remo off || /bin/true
6+
if [ ! -z $STANDALONE ] ; then
7+
touch /tmp/.standalone || /bin/true
8+
fi
9+
end script
10+
11+
post-stop script
12+
/bin/rm -f /tmp/.standalone || /bin/true
13+
/usr/bin/svdrpsend remo on || /bin/true
14+
/sbin/initctl emit --no-wait vdr-frontend-restart
15+
end script
16+
17+
exec su -c "chromium-browser --start-maximized --app=http://www.gametrailers.com/" vdr
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# The following configuration file is generated automatically by the yaVDR #
4+
# system. Don't change this file as every update of yaVDR will overwrite #
5+
# the local changes. Instead put your required customizations #
6+
# into /etc/yavdr/templates_custom/ based on the original templates #
7+
# under /usr/share/yavdr/templates. #
8+
# #
9+
# http://www.vdr-wiki.de/wiki/index.php/YaVDR-Templates #
10+
# #
11+
# #
12+
#################################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description "mediathek-golem"
2+
author "Steffen Barszus <[email protected]>"
3+
4+
pre-start script
5+
/usr/bin/svdrpsend remo off || /bin/true
6+
if [ ! -z $STANDALONE ] ; then
7+
touch /tmp/.standalone || /bin/true
8+
fi
9+
end script
10+
11+
post-stop script
12+
/bin/rm -f /tmp/.standalone || /bin/true
13+
/usr/bin/svdrpsend remo on || /bin/true
14+
/sbin/initctl emit --no-wait vdr-frontend-restart
15+
end script
16+
17+
exec su -c "chromium-browser --start-maximized --app=http://video.golem.de/" vdr
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# The following configuration file is generated automatically by the yaVDR #
4+
# system. Don't change this file as every update of yaVDR will overwrite #
5+
# the local changes. Instead put your required customizations #
6+
# into /etc/yavdr/templates_custom/ based on the original templates #
7+
# under /usr/share/yavdr/templates. #
8+
# #
9+
# http://www.vdr-wiki.de/wiki/index.php/YaVDR-Templates #
10+
# #
11+
# #
12+
#################################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description "mediathek-sat1"
2+
author "Steffen Barszus <[email protected]>"
3+
4+
pre-start script
5+
/usr/bin/svdrpsend remo off || /bin/true
6+
if [ ! -z $STANDALONE ] ; then
7+
touch /tmp/.standalone || /bin/true
8+
fi
9+
end script
10+
11+
post-stop script
12+
/bin/rm -f /tmp/.standalone || /bin/true
13+
/usr/bin/svdrpsend remo on || /bin/true
14+
/sbin/initctl emit --no-wait vdr-frontend-restart
15+
end script
16+
17+
exec su -c "chromium-browser --start-maximized --app=http://www.sat1.de/videocenter/" vdr
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# The following configuration file is generated automatically by the yaVDR #
4+
# system. Don't change this file as every update of yaVDR will overwrite #
5+
# the local changes. Instead put your required customizations #
6+
# into /etc/yavdr/templates_custom/ based on the original templates #
7+
# under /usr/share/yavdr/templates. #
8+
# #
9+
# http://www.vdr-wiki.de/wiki/index.php/YaVDR-Templates #
10+
# #
11+
# #
12+
#################################################################################
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description "mediathek-zdf"
2+
author "Steffen Barszus <[email protected]>"
3+
4+
pre-start script
5+
/usr/bin/svdrpsend remo off || /bin/true
6+
if [ ! -z $STANDALONE ] ; then
7+
touch /tmp/.standalone || /bin/true
8+
fi
9+
end script
10+
11+
post-stop script
12+
/bin/rm -f /tmp/.standalone || /bin/true
13+
/usr/bin/svdrpsend remo on || /bin/true
14+
/sbin/initctl emit --no-wait vdr-frontend-restart
15+
end script
16+
17+
exec su -c "chromium-browser --start-maximized --app=http://www.zdf.de/ZDFmediathek/hauptnavigation/startseite/#/hauptnavigation/rubriken" vdr
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmd chromium-browse

0 commit comments

Comments
 (0)