vdr/vdr-plugin-subtitles/debian changelog compat control copyright dirs docs rules vdr-plugin-subtitles.postinst watch

Darren Salt pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 04 Apr 2005 22:53:38 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-subtitles/debian
In directory haydn:/tmp/cvs-serv14519/debian

Added Files:
	changelog compat control copyright dirs docs rules 
	vdr-plugin-subtitles.postinst watch 
Log Message:
Initial import

--- NEW FILE: vdr-plugin-subtitles.postinst ---
#! /bin/sh
# postinst script for vdr
#
# see: dh_installdeb(1)

set -e

case "$1" in
    configure)
	test -x /etc/init.d/vdr && invoke-rc.d vdr restart || :
	;;

    abort-upgrade|abort-remove|abort-deconfigure)
	;;

    *)
	echo "postinst called with unknown argument \`$1'" >&2
	exit 1
	;;
esac

#DEBHELPER#

exit 0

--- NEW FILE: watch ---
version=2
http://virtanen.org/vdr/subtitles/files/	vdr-subtitles-(\d.*)\.tgz

--- NEW FILE: compat ---
4

--- NEW FILE: docs ---
HISTORY
README

--- NEW FILE: rules ---
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# dpatch stuff
include /usr/share/dpatch/dpatch.make

CFLAGS = -Wall -g -fPIC

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -O0
else
	CFLAGS += -O2
endif
DH_STRIP = dh_strip -a
ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
	INSTALL_PROGRAM += -s
	DH_STRIP =
endif

VDRVERSION = $(shell grep 'define VDRVERSION ' /usr/include/vdr/config.h | awk '{ print $$3 }' | sed -e 's/"//g')

# Minimum vdr .deb version; reset for new vdr upstream release.
VDRDEBVERSION =

configure: configure-stamp
configure-stamp:
	dh_testdir
	touch configure-stamp

build: patch build-stamp
build-stamp: configure-stamp
	dh_testdir
	$(MAKE) all "CXXFLAGS=$(CFLAGS)"
	touch build-stamp

clean: clean-tree unpatch
clean-tree:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp .dependencies
	-$(MAKE) clean
	dh_clean

install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs
	$(MAKE) install DESTDIR=$(CURDIR)/debian/vdr-plugin-subtitles "CXXFLAGS=$(CXXFLAGS)"

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installchangelogs HISTORY
	dh_installdocs
#	dh_installexamples
#	dh_install
#	dh_installmenu
#	dh_installdebconf
#	dh_installlogrotate
#	dh_installemacsen
#	dh_installpam
#	dh_installmime
#	dh_installinit
#	dh_installcron
#	dh_installinfo
#	dh_installman
	dh_link
	$(DH_STRIP)
	dh_compress
	dh_fixperms
#	dh_perl
#	dh_python
#	dh_makeshlibs
	dh_installdeb
	dh_shlibdeps
	echo "vdr:Depends=vdr (>= $(VDRVERSION)$(VDRDEBVERSION)), vdr (<= $(VDRVERSION)-9999)" >>debian/vdr-plugin-subtitles.substvars
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

--- NEW FILE: changelog ---
vdr-plugin-subtitles (0.3.7-3.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.23.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 21 Mar 2005 16:46:16 +0000

vdr-plugin-subtitles (0.3.7-2.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.22.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 28 Feb 2005 16:10:21 +0000

vdr-plugin-subtitles (0.3.7-1.ds) unstable; urgency=low

  * New upstream release.
  * Some patches dropped (applied upstream).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 16 Feb 2005 19:47:39 +0000

vdr-plugin-subtitles (0.3.6-7.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.21.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 13 Feb 2005 18:25:02 +0000

vdr-plugin-subtitles (0.3.6-6.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.20.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 08 Feb 2005 21:55:09 +0000

vdr-plugin-subtitles (0.3.6-5.ds) unstable; urgency=low

  * Added patch to, hopefully, stop this plugin from crashing VDR.
    (Based on a patch from Ville Skyttä.)
  * Replaced my VDR 1.3.19 patches with the "director's cut" patch.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 25 Jan 2005 21:22:31 +0000

vdr-plugin-subtitles (0.3.6-4.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.19.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 23 Jan 2005 18:44:07 +0000

vdr-plugin-subtitles (0.3.6-3.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.18.
  * Drop vdr-subtitles transitional package.
  * Adjusted patches for 1.3.18 (dropped thread-safe, added cString).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 12 Jan 2005 00:58:56 +0000

vdr-plugin-subtitles (0.3.6-2.ds) unstable; urgency=low

  * Use thread-safe vdr functions.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 08 Dec 2004 19:46:47 +0000

vdr-plugin-subtitles (0.3.6-1.ds) unstable; urgency=low

  * New upstream release.
    - Includes all of the patches which I sent upstream.
  * Use thread-safe libc functions.
  * Handle null (zero-size?) bitmaps.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 07 Dec 2004 14:45:27 +0000

vdr-plugin-subtitles (0.3.5-5.ds) unstable; urgency=low

  * Rebuild for VDR 1.3.17.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 21 Nov 2004 16:18:13 +0000

vdr-plugin-subtitles (0.3.5-4.ds) unstable; urgency=low

  * Added foreground transparency scaling.
  * Swapped Cb and Cr in colourspace conversion (to match a nearby STB).
  * Converted to dpatch.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 15 Nov 2004 16:50:47 +0000

vdr-plugin-subtitles (0.3.5-3.ds) unstable; urgency=low

  * Rebuild for vdr 1.3.16.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 14 Nov 2004 20:41:42 +0000

vdr-plugin-subtitles (0.3.5-2.ds) unstable; urgency=low

  * Rebuild for vdr 1.3.15.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Mon, 01 Nov 2004 21:12:39 +0000

vdr-plugin-subtitles (0.3.5-1.ds) unstable; urgency=low

  * New upstream release.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 26 Oct 2004 18:29:01 +0100

vdr-plugin-subtitles (0.3.4-2.ds) unstable; urgency=low

  * Rebuild for vdr 1.3.14.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 24 Oct 2004 22:33:31 +0100

vdr-plugin-subtitles (0.3.4-1.ds) unstable; urgency=low

  * New upstream release.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Tue, 19 Oct 2004 18:58:26 +0100

vdr-plugin-subtitles (0.3.3-4.ds) unstable; urgency=low

  * Rebuild for vdr 1.3.13.
  * Transition to vdr-plugin-subtitles.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 17 Oct 2004 17:53:00 +0100

vdr-subtitles (0.3.3-3.ds) unstable; urgency=low

  * Try to restart VDR on install.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Fri,  6 Aug 2004 16:14:37 +0100

vdr-subtitles (0.3.3-2.ds) unstable; urgency=low

  * Rebuild for vdr 1.3.12.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 18 Jul 2004 21:35:05 +0100

vdr-subtitles (0.3.3-1.ds) unstable; urgency=low

  * New upstream version. Some patches dropped (integrated upstream):
    - Has a background transparency control (*not* the same as in 0.3.2-1.ds).
    - Doesn't include the unused arrays.
    - Has the line-drawing optimisation (which I've further tweaked).
  * Fixed a display palette problem: areas which are supposed to be fully
    transparent *are*.

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Thu, 17 Jun 2004 13:57:26 +0100

vdr-subtitles (0.3.2-1.ds) unstable; urgency=low

  * Initial packaging.
  * Added a background transparency control.
  * Commented out unused arrays (clut.c) and optimised line drawing a little.
  * Some other code tweaks (may as well use g++'s <? and >? operators).

 -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Sun, 13 Jun 2004 00:55:34 +0100


--- NEW FILE: copyright ---
This package was debianized by Darren Salt <ds@flibble> on
Sun, 13 Jun 2004 00:50:52 +0100.

Home page: http://virtanen.org/vdr/subtitles/

Upstream Author: Pekka Virtanen <pekka.virtanen@sci.fi>

Copyright:

(C) 2004 Pekka Virtanen

GPL version 2 or later; see /usr/share/common-licenses/GPL

--- NEW FILE: control ---
Source: vdr-plugin-subtitles
Section: misc
Priority: extra
Maintainer: Darren Salt <linux@youmustbejoking.demon.co.uk>
Build-Depends: dpatch, debhelper (>= 4.0.0), vdr-dev (>= 1.3.19)
Standards-Version: 3.6.1

Package: vdr-plugin-subtitles
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
Conflicts: vdr-subtitles (<< 0.3.3-4)
Replaces: vdr-subtitles (<< 0.3.3-4)
Description: provides subtitles display for vdr
 vdr-subtitles is a plugin for vdr which will display DVB subtitles on either
 live TV or recorded programmes.

--- NEW FILE: dirs ---
usr/lib/vdr/plugins