debian/0000755000000000000000000000000012323454743007175 5ustar debian/watch0000644000000000000000000000011212126022513010203 0ustar version=3 http://live.vdr-developer.org/downloads/vdr-live-(.*)\.tar\.gz debian/plugin.live.conf0000644000000000000000000000053612126022513012267 0ustar # # Command line parameters for vdr-plugin-live # # For more details see: # - /usr/share/doc/vdr-plugin-live/README # - `vdr --help -Plive` --port=8008 --ip=0.0.0.0 # When retrieving EPG data with images from external sources, enabling # this option allows those images to be shown by the Live plug-in. # # --epgimages=/var/cache/vdr/epgimages debian/rules0000755000000000000000000000077612126022513010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) %: dh $@ override_dh_auto_build: dh_auto_build -- all $(MAKE_OPTIONS) override_dh_auto_clean: $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) rm -rf locale libvdr-*.so.* override_dh_gencontrol: sh /usr/share/vdr-dev/dependencies.sh dh_gencontrol get-vcs-snapshot: sh debian/get-vcs-snapshot.sh debian/install0000644000000000000000000000026612126022513010555 0ustar libvdr-live.so.* usr/lib/vdr/plugins/ live usr/share/vdr/plugins/ debian/plugin.live.conf etc/vdr/plugins/ locale usr/share/ debian/copyright0000644000000000000000000001134212126022513011114 0ustar Upstream Homepage: http://live.vdr-developer.org/ Upstream Authors: Thomas Keil Sascha Volkenandt Dieter Hametner Christian Wieninger Michael Brueckner Debian Maintainers: Tobias Grimm Thomas Günther Thomas Schmidt Copyright: (C) 2007 - 2012 Thomas Keil, Sascha Volkenandt, Dieter Hametner, Christian Wieninger, Michael Brueckner (C) 2003 - 2006 Tommi Maekitalo (Tntnet httpd) Copyright (DOM Tooltip JavaScript library): (C) 2002 - 2005 Dan Allen, Mojavelinux.com Copyright (MooTools): (C) 2007 Valerio Proietti, mad4milk.net Copyright (MD5 Message-Digest Algorithm / md5.cpp): (C) 1991-2 RSA Data Security, Inc (C) 2002 Gary McNickle Copyright (Debian packaging): (C) 2007 - 2012 Tobias Grimm, Thomas Günther, Thomas Schmidt License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 on most Debian systems. License (DOM Tooltip JavaScript library): Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The complete text of the Apache License can be found in /usr/share/common-licenses/Apache-2.0 on most Debian systems. License for the MD5 Message-Digest Algorithm (md5.c) component: License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. These notices must be retained in any copies of any part of this documentation and/or software. License for MooTools (MIT-Style license): (C) 2007 Valerio Proietti, http://mad4milk.net Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License (Debian packaging): The Debian packaging is licensed under the GPL, version 2 or any later version, see /usr/share/common-licenses/GPL-2. debian/postrm0000644000000000000000000000204512126022513010430 0ustar #!/bin/sh # postrm script for vdr-plugin-live # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge) rm -f /var/lib/vdr/plugins/live/httpd.config rm -f /var/lib/vdr/plugins/live/httpd.properties ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/docs0000644000000000000000000000000712126022513010030 0ustar README debian/source/0000755000000000000000000000000012126022513010460 5ustar debian/source/format0000644000000000000000000000001412126022513011666 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012204523167010617 5ustar debian/patches/themes-directory.patch0000644000000000000000000000114012126022513015113 0ustar Index: vdr-plugin-live/pages/setup.ecpp =================================================================== --- vdr-plugin-live.orig/pages/setup.ecpp 2013-03-20 23:53:23.000000000 +0100 +++ vdr-plugin-live/pages/setup.ecpp 2013-03-20 23:53:54.000000000 +0100 @@ -265,7 +265,11 @@