r1661 - in /unstable/gmerlin-avdecoder/debian: changelog control control.in copyright install libgmerlin-avdec1.install libgmerlin-avdec1.symbols rules

toots at users.alioth.debian.org toots at users.alioth.debian.org
Tue Nov 10 22:35:15 UTC 2009


Author: toots
Date: Tue Nov 10 22:35:14 2009
New Revision: 1661

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1661
Log:
Prepared new upload

Added:
    unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.install
      - copied, changed from r1635, unstable/gmerlin-avdecoder/debian/install
Removed:
    unstable/gmerlin-avdecoder/debian/install
Modified:
    unstable/gmerlin-avdecoder/debian/changelog
    unstable/gmerlin-avdecoder/debian/control
    unstable/gmerlin-avdecoder/debian/control.in
    unstable/gmerlin-avdecoder/debian/copyright
    unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.symbols
    unstable/gmerlin-avdecoder/debian/rules

Modified: unstable/gmerlin-avdecoder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/changelog?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/changelog (original)
+++ unstable/gmerlin-avdecoder/debian/changelog Tue Nov 10 22:35:14 2009
@@ -1,3 +1,13 @@
+gmerlin-avdecoder (1.0.1-2) unstable; urgency=low
+
+  * Updated debian/copyright, thanks to Fabrice Coutadeur
+  * Added --with-cpuflags=none to configure options.
+  * Desactivated musepack demuxer: mpcdec API
+    is no longer compatible with the current code..
+  * Added debug package.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Tue, 10 Nov 2009 15:47:31 -0600
+
 gmerlin-avdecoder (1.0.1-1) unstable; urgency=low
 
   * New upstream release. 

Modified: unstable/gmerlin-avdecoder/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/control?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/control (original)
+++ unstable/gmerlin-avdecoder/debian/control Tue Nov 10 22:35:14 2009
@@ -2,14 +2,14 @@
 Section: libs
 Priority: extra
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>                        
-Uploaders: Romain Beauxis <toots at rastageeks.org>
+Uploaders: Romain Beauxis <toots at rastageeks.org>, Fabrice Coutadeur <coutadeurf at gmail.com>
 Homepage: http://gmerlin.sourceforge.net/
-Standards-Version: 3.8.2
-Build-Depends: debhelper (>= 7.0.1), libtool, automake1.10, autoconf, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), 
+Standards-Version: 3.8.3
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), libtool, automake1.10, autoconf, quilt, patchutils (>= 0.2.25), 
  doxygen, libgavl-dev (>=  1.1.0),
  libavcodec-dev, libavformat-dev, libpostproc-dev, libswscale-dev, libflac-dev,
  libtheora-dev, libcdio-paranoia-dev, libtiff4-dev, libsmbclient-dev,
- libdca-dev, libdvdread-dev, libmpcdec-dev, libspeex-dev, libpng12-dev,
+ libdca-dev, libdvdread-dev, libspeex-dev, libpng12-dev,
  libgmerlin-dev (>= 0.4.0), libmad0-dev, libmpeg2-4-dev, gmerlin-data,
  libdts-dev, libswscale-dev, libopenjpeg-dev, libdvdread-dev (>= 4.1.3),
  libvorbis-dev, libfaad-dev, liba52-0.7.4-dev
@@ -17,7 +17,7 @@
 Package: libgmerlin-avdec1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a general multimedia decoding library
+Description: a general multimedia decoding library -- runtime files
  Gmerlin_avdecoder is a general purpose media decoding library. It was
  written as a support library for gmerlin, but it can also be used by other
  applications. You don't even need gmerlin installed, only gavl.
@@ -28,8 +28,8 @@
 Package: libgmerlin-avdec-dev
 Architecture: any
 Section: libdevel
-Depends: libgmerlin-avdec1 (>= ${source:Version}), libgavl-dev, ${misc:Depends}
-Description: a general multimedia decoding library
+Depends: libgmerlin-avdec1 (= ${binary:Version}), libgavl-dev, ${misc:Depends}
+Description: a general multimedia decoding library -- development
  Gmerlin_avdecoder is a general purpose media decoding library. It was
  written as a support library for gmerlin, but it can also be used by other
  applications. You don't even need gmerlin installed, only gavl.
@@ -37,14 +37,28 @@
  This package provides the files necessary to compile an application
  using Gmerlin_avdecoder.
 
+Package: libgmerlin-avdec-dbg
+Architecture: any
+Section: debug
+Depends: libgmerlin-avdec1 (= ${binary:Version}), ${misc:Depends}
+Description: a general multimedia decoding library -- debug files
+ Gmerlin_avdecoder is a general purpose media decoding library. It was
+ written as a support library for gmerlin, but it can also be used by other
+ applications. You don't even need gmerlin installed, only gavl.
+ .
+ This package provides the files necessary to debug an application
+ using Gmerlin_avdecoder.
+
 Package: libgmerlin-avdec-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Description: a general multimedia decoding library
+Description: a general multimedia decoding library -- documentation
  Gmerlin_avdecoder is a general purpose media decoding library. It was
  written as a support library for gmerlin, but it can also be used by other
  applications. You don't even need gmerlin installed, only gavl.
  .
  .
  This package provides the documentation about Gmerlin_avdecoder.
+
+

Modified: unstable/gmerlin-avdecoder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/control.in?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/control.in (original)
+++ unstable/gmerlin-avdecoder/debian/control.in Tue Nov 10 22:35:14 2009
@@ -2,14 +2,14 @@
 Section: libs
 Priority: extra
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>                        
-Uploaders: Romain Beauxis <toots at rastageeks.org>
+Uploaders: Romain Beauxis <toots at rastageeks.org>, Fabrice Coutadeur <coutadeurf at gmail.com>
 Homepage: http://gmerlin.sourceforge.net/
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Build-Depends: @cdbs@, 
  doxygen, libgavl-dev (>=  1.1.0),
  libavcodec-dev, libavformat-dev, libpostproc-dev, libswscale-dev, libflac-dev,
  libtheora-dev, libcdio-paranoia-dev, libtiff4-dev, libsmbclient-dev,
- libdca-dev, libdvdread-dev, libmpcdec-dev, libspeex-dev, libpng12-dev,
+ libdca-dev, libdvdread-dev, libspeex-dev, libpng12-dev,
  libgmerlin-dev (>= 0.4.0), libmad0-dev, libmpeg2-4-dev, gmerlin-data,
  libdts-dev, libswscale-dev, libopenjpeg-dev, libdvdread-dev (>= 4.1.3),
  libvorbis-dev, libfaad-dev, liba52-0.7.4-dev
@@ -17,7 +17,7 @@
 Package: libgmerlin-avdec1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a general multimedia decoding library
+Description: a general multimedia decoding library -- runtime files
  Gmerlin_avdecoder is a general purpose media decoding library. It was
  written as a support library for gmerlin, but it can also be used by other
  applications. You don't even need gmerlin installed, only gavl.
@@ -28,8 +28,8 @@
 Package: libgmerlin-avdec-dev
 Architecture: any
 Section: libdevel
-Depends: libgmerlin-avdec1 (>= ${source:Version}), libgavl-dev, ${misc:Depends}
-Description: a general multimedia decoding library
+Depends: libgmerlin-avdec1 (= ${binary:Version}), libgavl-dev, ${misc:Depends}
+Description: a general multimedia decoding library -- development
  Gmerlin_avdecoder is a general purpose media decoding library. It was
  written as a support library for gmerlin, but it can also be used by other
  applications. You don't even need gmerlin installed, only gavl.
@@ -37,14 +37,28 @@
  This package provides the files necessary to compile an application
  using Gmerlin_avdecoder.
 
+Package: libgmerlin-avdec-dbg
+Architecture: any
+Section: debug
+Depends: libgmerlin-avdec1 (= ${binary:Version}), ${misc:Depends}
+Description: a general multimedia decoding library -- debug files
+ Gmerlin_avdecoder is a general purpose media decoding library. It was
+ written as a support library for gmerlin, but it can also be used by other
+ applications. You don't even need gmerlin installed, only gavl.
+ .
+ This package provides the files necessary to debug an application
+ using Gmerlin_avdecoder.
+
 Package: libgmerlin-avdec-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Description: a general multimedia decoding library
+Description: a general multimedia decoding library -- documentation
  Gmerlin_avdecoder is a general purpose media decoding library. It was
  written as a support library for gmerlin, but it can also be used by other
  applications. You don't even need gmerlin installed, only gavl.
  .
  .
  This package provides the documentation about Gmerlin_avdecoder.
+
+

Modified: unstable/gmerlin-avdecoder/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/copyright?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/copyright (original)
+++ unstable/gmerlin-avdecoder/debian/copyright Tue Nov 10 22:35:14 2009
@@ -7,38 +7,149 @@
 
     Burkhard Plaum <plaum at ipf.uni-stuttgart.de>
 
-Copyright:
-
-    Copyright © 2001-2008 Burkhard Plaum
-
-This copyright notice covers only the main authors and 
-maintainers of this software. For detailed copyrights,
-please see the corresponding source files.
-
 License:
 
-Files in lib/GSM160 have the following license:
-    Any use of this software is permitted provided that this notice is not
-    removed and that neither the authors nor the Technische Universitaet Berlin
-    are deemed to have made any representations as to the suitability of this
-    software for any purpose nor are held responsible for any defects of
-    this software.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
+include/RTjpeg.h and lib/RTjpeg.c:
 
-Files lib/targa.{c,h} have the following license:
+    Copyright © Justin Schoeman 1998 (justin at suntiger.ee.up.ac.za)
+    With modifications by:
+    © 1998, 1999 by Joerg Walter <trouble at moes.pmnet.uni-oldenburg.de>
+    © 1999 by Wim Taymans <wim.taymans at tvd.be>
+
+    This program 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 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 Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+    MA 02110-1301, USA.
+
+lib/targa.*:
+
+    Copyright © 2001-2003, Emil Mikulic.
+    Modified in August 2004 by Burkhard Plaum
+
     Source and binary redistribution of this code, with or without changes, for
     free or for profit, is allowed as long as this copyright notice is kept
     intact.  Modified versions must be clearly marked as modified.
 
-Other files have this license:
-    This program is free software: you can redistribute it and/or modify
+    This code is provided without any warranty.  The copyright holder is
+    not liable for anything bad that might happen as a result of the
+    code.
+
+lib/base64.c:
+
+    AUTHOR: Colin Perkins
+
+    MIME base64 encoder/decoder described in rfc1521. This code is derived
+    from version 2.7 of the Bellcore metamail package.
+
+    Copyright © 1998-2000 University College London
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, is permitted provided that the following conditions 
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. All advertising materials mentioning features or use of this software
+       must display the following acknowledgement:
+         This product includes software developed by the Computer Science
+         Department at University College London
+    4. Neither the name of the University nor of the Department may be used
+       to endorse or promote products derived from this software without
+       specific prior written permission.
+    THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+    Copyright © 1991 Bell Communications Research, Inc. (Bellcore)
+
+    Permission to use, copy, modify, and distribute this material 
+    for any purpose and without fee is hereby granted, provided 
+    that the above copyright notice and this permission notice 
+    appear in all copies, and that the name of Bellcore not be 
+    used in advertising or publicity pertaining to this 
+    material without the specific, prior written permission 
+    of an authorized representative of Bellcore.  BELLCORE 
+    MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY 
+    OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS", 
+    WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
+
+lib/pnm.*, lib/asmrp.*:
+
+    Copyright © 2000-2002 the xine project
+
+    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
+    the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 
-    You should have received a copy of the GNU General Public License with the
-    Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if
-    not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
-    Floor, Boston, MA 02110-1301, USA.
+    This package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+    MA 02110-1301, USA.
+
+include/md5.h, lib/md5.c:
+
+    Copyright © 1995 Ulrich Drepper <drepper at gnu.ai.mit.edu>
+
+    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 package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+    MA 02110-1301, USA.
+
+Other files have this license:
+
+    Copyright © 2001 - 2008 Members of the Gmerlin project
+
+    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 package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+    MA 02110-1301, USA.
 
 The Debian packaging is © 2008, Christian Marillat <marillat at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Copied: unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.install (from r1635, unstable/gmerlin-avdecoder/debian/install)
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.install?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/install (original)
+++ unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.install Tue Nov 10 22:35:14 2009
@@ -1,3 +1,3 @@
 debian/tmp/usr/share/locale
-debian/tmp/usr/lib/gmerlin/plugins
+debian/tmp/usr/lib/gmerlin/plugins/*.so
 debian/tmp/usr/lib/libgmerlin_avdec.so.1*

Modified: unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.symbols
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.symbols?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.symbols (original)
+++ unstable/gmerlin-avdecoder/debian/libgmerlin-avdec1.symbols Tue Nov 10 22:35:14 2009
@@ -160,7 +160,6 @@
  bgav_demuxer_gsm at Base 1.0.0
  bgav_demuxer_gxf at Base 1.0.0
  bgav_demuxer_ircam at Base 1.0.0
- bgav_demuxer_mpc at Base 1.0.0
  bgav_demuxer_mpegaudio at Base 1.0.0
  bgav_demuxer_mpegps at Base 1.0.0
  bgav_demuxer_mpegts at Base 1.0.0

Modified: unstable/gmerlin-avdecoder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gmerlin-avdecoder/debian/rules?rev=1661&op=diff
==============================================================================
--- unstable/gmerlin-avdecoder/debian/rules (original)
+++ unstable/gmerlin-avdecoder/debian/rules Tue Nov 10 22:35:14 2009
@@ -13,6 +13,6 @@
 #    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
-DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-avdec-doc --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-avdec-doc --enable-static --with-cpuflags=none
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
 




More information about the pkg-multimedia-commits mailing list