r5480 - in /vdr/vdr-plugin-softdevice/trunk/debian: changelog control copyright

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Oct 6 21:07:54 UTC 2007


Author: tiber-guest
Date: Sat Oct  6 21:07:54 2007
New Revision: 5480

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5480
Log:
* Improved debian/copright
* Improved package description

Modified:
    vdr/vdr-plugin-softdevice/trunk/debian/changelog
    vdr/vdr-plugin-softdevice/trunk/debian/control
    vdr/vdr-plugin-softdevice/trunk/debian/copyright

Modified: vdr/vdr-plugin-softdevice/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-softdevice/trunk/debian/changelog?rev=5480&op=diff
==============================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-softdevice/trunk/debian/changelog Sat Oct  6 21:07:54 2007
@@ -6,8 +6,10 @@
 
   [ Tobias Grimm ]
   * Added build dependency to pkg-config
-
- -- Tobias Grimm <tg at e-tobi.net>  Sat, 06 Oct 2007 02:13:07 +0200
+  * Improved debian/copright
+  * Improved package description
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sat, 06 Oct 2007 23:07:28 +0200
 
 vdr-plugin-softdevice (0.4.0+cvs20070830-1) unstable; urgency=low
 

Modified: vdr/vdr-plugin-softdevice/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-softdevice/trunk/debian/control?rev=5480&op=diff
==============================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/control (original)
+++ vdr/vdr-plugin-softdevice/trunk/debian/control Sat Oct  6 21:07:54 2007
@@ -11,7 +11,9 @@
 Package: vdr-plugin-softdevice
 Architecture: any
 Depends: ${shlibs:Depends}, ${vdr:Depends}
-Description: VDR plugin for frame-buffer output
- This plugin is a MPEG2 decoder. It can be used as an output device for VDR.
- Possible output devices are Xv, DirectFB, Vidix or a framebuffer.
+Description: VDR frontend plug-in providing Xv, framebuffer and Vidix output
+ This plug-in for the Linux Video Disc Recorder VDR acts as a so called 
+ "soft device", that decodes VDR's MPEG2 input streams to play it back on Xv
+ (X video extension), framebuffer (via DirectFB, DFB++) or Vidix 
+ (VIDeo Interface for niX).
 XB-VDR-Patchlevel: ${vdr:Patchlevel}

Modified: vdr/vdr-plugin-softdevice/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-softdevice/trunk/debian/copyright?rev=5480&op=diff
==============================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-softdevice/trunk/debian/copyright Sat Oct  6 21:07:54 2007
@@ -1,21 +1,96 @@
-This package was debianized by Nicolas Huillard <nicolas at huillard.net> on
-Wed,  2 Jun 2004 22:37:36 +0200
+Upstream Homepage:
+    http://softdevice.berlios.de/ 
 
-It was downloaded from http://softdevice.berlios.de/ 
-
-Upstream Authors: Martin Wache <M.Wache AT gmx.net>
-                  Roland Praml (Initial versions)
-                  Stefan Lucke
-                  Torgeir Veimo
+Upstream Authors:
+    The Softdevice Team
+    Stefan Lucke
+    Torgeir Veimo
+    Martin Wache <M.Wache AT gmx.net>
+    Roland Praml (Initial versions)
 
 Debian Maintainers:
-
-  Tobias Grimm <tg at e-tobi.net>
-  Nicolas Huillard <nicolas at huillard.net>
-  Thomas Schmidt <tschmidt at debian.org>
-  Thomas Günther <tom at toms-cafe.de>
+    Tobias Grimm <tg at e-tobi.net>
+    Nicolas Huillard <nicolas at huillard.net>
+    Thomas Schmidt <tschmidt at debian.org>
+    Thomas Günther <tom at toms-cafe.de>
 
 Copyright:
+    (C) 2004        Roland Praml
+    (C) 2005 - 2007 Martin Wache
 
-It may be redistributed under the terms of the GNU GPL, Version 2
-found on Debian systems in the file /usr/share/common-licenses/GPL .
+Copyright (original code from libavcodec in PicBuffer.c)
+    (C) 2001        Fabrice Bellard.
+    (C) 2003        Michel Bardiaux for the av_log API
+    (C) 2002 - 2004 Michael Niedermayer <michaelni at gmx.at>
+
+Copyright (altivec optimization based in vlc's i420_yuy2.c in utils.c)
+    (C) 2000 - 2001 the VideoLAN team, Samuel Hocevar
+
+Copyright (MMX macros taken from libswscale and mpeg2dec in utils.c)
+    (C) 2000        Silicon Integrated System Corp., Olie Lho
+    (C) 2001 - 2003 Michael Niedermayer 
+
+Copyright (original xscreensaver-command in xscreensaver.c)
+    (C) 1991 - 1998 Jamie Zawinski
+
+Copyright (vo_quartz based on MPlayer's code)
+    (C) 2004 Nicolas Plourde
+    (C) 2004 Romain Dolbeau (YUV support)
+    (C) 2004 VideoLAN team Cyril Deguet, Gildas Bazin, Eric Petit
+             (most of the OpenGl code)
+
+Copyright (audio-macos.c based on MPlayers ao_macosx.c)
+    (C) 2000 Timothy J. Wood
+
+Copyright (mmx.h taken from mpeg2dec)
+    (C) 2000-2002 Michel Lespinasse
+    (C) 1999-2000 Aaron Holtzman
+
+Copyright (video-xv.c, Xv code is taken from libdv)
+    (C) 2000 Charles 'Buck' Krasic
+    (C) 2000 Erik Walthinsen
+
+Copyright (Debian packaging):
+    (C) 2004 - 2007 Nicolas Huillard, 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 on most Debian systems.
+
+License (original libdv code in video-xv.c):
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; 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 Lesser General Public License can be found
+    in /usr/share/common-licenses/LGPL on most Debian systems.
+
+License (Debian packaging):
+    The Debian packaging is licensed under the GPL, version 2 or any
+    later version, see /usr/share/common-licenses/GPL.




More information about the pkg-vdr-dvb-changes mailing list