--- libdlna-0.2.3.orig/debian/copyright +++ libdlna-0.2.3/debian/copyright @@ -0,0 +1,31 @@ +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'. --- libdlna-0.2.3.orig/debian/changelog +++ libdlna-0.2.3/debian/changelog @@ -0,0 +1,38 @@ +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 --- libdlna-0.2.3.orig/debian/rules +++ libdlna-0.2.3/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp +DEB_INSTALL_CHANGELOGS_ALL := ChangeLog + +# make targets +DEB_MAKE_CLEAN_TARGET := distclean +DEB_MAKE_BUILD_TARGET := -C src +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) + +# configure options +DEB_CONFIGURE_NORMAL_ARGS += --enable-debug +DEB_CONFIGURE_NORMAL_ARGS += --enable-static +DEB_CONFIGURE_PREFIXS += --prefix=/usr + +configure/libdlna0 configure/libdlna-dev:: + [ -f config.mak ] || ./configure $(DEB_CONFIGURE_NORMAL_ARGS) $(DEB_CONFIGURE_PREFIXS) --- libdlna-0.2.3.orig/debian/compat +++ libdlna-0.2.3/debian/compat @@ -0,0 +1 @@ +5 --- libdlna-0.2.3.orig/debian/libdlna-dev.install +++ libdlna-0.2.3/debian/libdlna-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/lib*.a +usr/lib/pkgconfig/* --- libdlna-0.2.3.orig/debian/control +++ libdlna-0.2.3/debian/control @@ -0,0 +1,41 @@ +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 (>= 5), cdbs (>= 0.4.23-1.1), libavcodec-dev, libavformat-dev +Standards-Version: 3.8.0 + +Package: libdlna-dev +Section: libdevel +Architecture: any +Depends: libdlna0 (= ${binary:Version}), libavcodec-dev, libavformat-dev, ${shlibs: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} +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. --- libdlna-0.2.3.orig/debian/libdlna0.install +++ libdlna-0.2.3/debian/libdlna0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libdlna-0.2.3.orig/debian/watch +++ libdlna-0.2.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://libdlna.geexbox.org/releases/libdlna-(.*)\.tar\.bz2 --- libdlna-0.2.3.orig/debian/patches/01_ffmpeg_headers.patch +++ libdlna-0.2.3/debian/patches/01_ffmpeg_headers.patch @@ -0,0 +1,61 @@ +--- a/configure 2007-11-26 21:47:43.506583000 +0100 ++++ b/configure 2008-12-26 12:05:35.532319252 +0100 +@@ -610,9 +610,9 @@ + fi + + echolog "Checking for libavformat ..." +-check_lib ffmpeg/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" ++check_lib libavformat/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" + echolog "Checking for libavcodec ..." +-check_lib ffmpeg/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" ++check_lib libavcodec/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" + + ################################################# + # version +--- a/src/av_mpeg4_part10.c Sun Aug 10 23:49:57 2008 +0200 ++++ b/src/av_mpeg4_part10.c Sun Aug 10 23:50:47 2008 +0200 +@@ -26,7 +26,7 @@ + #include + #include + +-#include ++#include + + #include "dlna_internals.h" + #include "profiles.h" +--- a/src/av_mpeg4_part2.c Sun Aug 10 23:49:57 2008 +0200 ++++ b/src/av_mpeg4_part2.c Sun Aug 10 23:50:47 2008 +0200 +@@ -26,7 +26,7 @@ + #include + #include + +-#include ++#include + + #include "dlna_internals.h" + #include "profiles.h" +--- a/src/containers.c Sun Aug 10 23:49:57 2008 +0200 ++++ b/src/containers.c Sun Aug 10 23:50:47 2008 +0200 +@@ -4,7 +4,7 @@ + #include + #include + +-#include ++#include + + #include "containers.h" + #include "profiles.h" +--- a/src/profiles.h Sun Aug 10 23:49:57 2008 +0200 ++++ b/src/profiles.h Sun Aug 10 23:50:47 2008 +0200 +@@ -22,8 +22,8 @@ + #ifndef PROFILES_H + #define PROFILES_H + +-#include +-#include ++#include ++#include + + #include "dlna_internals.h" + #include "containers.h" +