debian/0000775000000000000000000000000012244145722007173 5ustar debian/source/0000775000000000000000000000000012112054225010462 5ustar debian/source/format0000664000000000000000000000001312112054225011667 0ustar 3.0 (quilt)debian/copyright0000664000000000000000000000240612112054173011121 0ustar This package was debianized by Alexis Saettler on Sun, 04 Nov 2007 18:18:55 +0100. It was downloaded from Upstream Author: Benjamin Zores Copyright © 2007-2008 Benjamin Zores License: LGPL This package 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 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser 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 On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007-2008, Alexis Saettler and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/changelog0000664000000000000000000000504212244145664011053 0ustar libdlna (0.2.4-0ubuntu2) trusty; urgency=low * Correct autoclean targer. * Port to libav9. -- Dmitrijs Ledkovs Sat, 23 Nov 2013 15:33:59 +0000 libdlna (0.2.4-0ubuntu1) raring; urgency=low * New upstream release (LP: #1129977) * debian/patches -Drop the following patches that are applied upstream 01_ffmpeg_headers.patches 02_libav-0.7.patches 03_libav_initialise_context.patch * Switch to dpkg-source 3.0 (quilt) format * Switch buildsystem to dh7 -debian/compat: + Change the value 5 to 7 -debian/control: + Change the build-depends debhelper version to >= 7.0.50 + Add ${misc:Depends} to the build-depends for packages libdlna-dev and libdlna0 + Remove cdbs from build-depends -debian/rules: + Add target for autobuilding + Remove cdbs includes + Override dh_auto_configure with custom command to workaround incompatable upstream configure script. -- Prasad Murthy Wed, 13 Feb 2013 01:33:26 +0530 libdlna (0.2.3-0ubuntu8) raring; urgency=low * Initialize libav context pointer (LP: #886888). -- Robert Collins Sat, 24 Nov 2012 22:51:08 +1300 libdlna (0.2.3-0ubuntu7) oneiric; urgency=low * Port to libav 0.7 API. -- Colin Watson Fri, 19 Aug 2011 13:24:46 +0100 libdlna (0.2.3-0ubuntu6) lucid; urgency=low * rebuild for ffmpeg versioned symbols -- Reinhard Tartler Tue, 19 Jan 2010 21:28:47 +0100 libdlna (0.2.3-0ubuntu5) karmic; urgency=low * No-change rebuild to pick up new ffmpeg shlibs file. -- Stefan Potyra Sun, 30 Aug 2009 14:55:47 +0200 libdlna (0.2.3-0ubuntu4) jaunty; urgency=low * debian/patches/01_ffmpeg_headers.patch: use new headers location to fix FTBFS with recent ffmpeg snapshots (LP: #311031). * debian/rules: include simple-patchsys.mk. * debian/control: bump Standards-Version to 3.8.0. -- Lionel Le Folgoc Fri, 26 Dec 2008 12:08:43 +0100 libdlna (0.2.3-0ubuntu3) jaunty; urgency=low * Rebuild to pickup ffmpeg's new shlibs (LP: #289600). -- Lionel Le Folgoc Fri, 07 Nov 2008 23:34:22 +0100 libdlna (0.2.3-0ubuntu2) intrepid; urgency=low * Rebuild for the ffmpeg -> ffmpeg-free transition (LP: #245577). -- Michael Bienia Tue, 08 Jul 2008 14:41:40 +0200 libdlna (0.2.3-0ubuntu1) hardy; urgency=low * initial release in ubuntu (LP: #188627) -- Alexis Saettler Sun, 03 Feb 2008 14:40:22 +0100 debian/libdlna-dev.install0000664000000000000000000000010112112054173012725 0ustar usr/include/* usr/lib/lib*.so usr/lib/lib*.a usr/lib/pkgconfig/* debian/control0000664000000000000000000000306112112054225010565 0ustar Source: libdlna Section: libs Priority: optional Maintainer: Ubuntu MOTU Developers Uploaders: Alexis Saettler XSBC-Original-Maintainer: Alexis Saettler Homepage: http://libdlna.geexbox.org Build-Depends: debhelper (>= 7.0.50), libavcodec-dev (>= 4:0.6), libavformat-dev (>= 4:0.7) Standards-Version: 3.8.0 Package: libdlna-dev Section: libdevel Architecture: any Depends: libdlna0 (= ${binary:Version}), libavcodec-dev, libavformat-dev, ${shlibs:Depends}, ${misc:Depends} Description: development files for libdlna The reference open-source implementation of DLNA (Digital Living Network Alliance) standards. The primary goal is to provide DLNA support to uShare, an embedded UPnP A/V Media Server, but will be used to build both DLNA servers and players. . libdlna relies on FFMPEG librairies (libavformat and libavcodec) to handle and demux A/V streams. . The libdlna-dev package contains the header files, and debug versions of library. Package: libdlna0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: ushare Description: DLNA codec library The reference open-source implementation of DLNA (Digital Living Network Alliance) standards. The primary goal is to provide DLNA support to uShare, an embedded UPnP A/V Media Server, but will be used to build both DLNA servers and players. . libdlna relies on FFMPEG librairies (libavformat and libavcodec) to handle and demux A/V streams. . The libdlna0 package contains the runtime libraries for uPnP. debian/.directory0000664000000000000000000000006112112054225011164 0ustar [Dolphin] Timestamp=2013,2,22,12,58,33 Version=3 debian/rules0000775000000000000000000000055512244145447010264 0ustar #!/usr/bin/make -f %: dh $@ # configure options DEB_CONFIGURE_NORMAL_ARGS += --enable-debug DEB_CONFIGURE_NORMAL_ARGS += --enable-static DEB_CONFIGURE_PREFIXS += --prefix=/usr override_dh_auto_configure: [ -f config.mak ] || ./configure $(DEB_CONFIGURE_NORMAL_ARGS) $(DEB_CONFIGURE_PREFIXS) override_dh_auto_clean: [ ! -f config.mak ] || dh_auto_clean debian/watch0000664000000000000000000000010512112054173010211 0ustar version=3 http://libdlna.geexbox.org/releases/libdlna-(.*)\.tar\.bz2 debian/libdlna0.install0000664000000000000000000000002212112054173012233 0ustar usr/lib/lib*.so.* debian/patches/0000775000000000000000000000000012244145717010626 5ustar debian/patches/.directory0000664000000000000000000000006112112054225012613 0ustar [Dolphin] Timestamp=2013,2,22,12,58,35 Version=3 debian/patches/port-to-libav9.patch0000664000000000000000000000062112244145717014436 0ustar Description: Port to libav9. Author: Dmitrijs Ledkovs --- libdlna-0.2.4.orig/src/profiles.c +++ libdlna-0.2.4/src/profiles.c @@ -287,7 +287,7 @@ dlna_guess_media_profile (dlna_t *dlna, return NULL; } - if (av_find_stream_info (ctx) < 0) + if (avformat_find_stream_info (ctx, NULL) < 0) { if (dlna->verbosity) fprintf (stderr, "can't find stream info\n"); debian/patches/series0000664000000000000000000000002512244145700012030 0ustar port-to-libav9.patch debian/compat0000664000000000000000000000000212112054225010360 0ustar 7