debian/0000755000000000000000000000000011452120046007161 5ustar debian/control0000644000000000000000000000420011451635336010574 0ustar Source: libnfo Priority: extra Maintainer: Davide Cavalca Build-Depends: debhelper (>= 7.0.50), libxml2-dev, pkg-config Build-Depends-Indep: doxygen Standards-Version: 3.9.1 Section: libs Homepage: http://libnfo.geexbox.org/ Package: libnfo-dev Section: libdevel Architecture: any Depends: libnfo1 (= ${binary:Version}), ${misc:Depends} Description: an NFO file parser/writer library -- development files libNFO is a small library to parse and write NFO files. NFO files are used to store metadata information on many multimedia files. . This package contains headers and libraries for developing software that makes use of libNFO. Package: libnfo1-bin Section: misc Architecture: any Depends: libnfo1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: an utility to read NFO files which uses libnfo libNFO is a small library to parse and write NFO files. NFO files are used to store metadata information on many multimedia files. . This package contains libnfo-reader, an utility to read NFO files which uses libnfo. Package: libnfo1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: an NFO file parser/writer library libNFO is a small library to parse and write NFO files. NFO files are used to store metadata information on many multimedia files. . The NFO format is used, among others, by Enna and XBMC Media Center. See http://xbmc.org/wiki/?title=Import_-_Export_Library for a format definition. Package: libnfo1-dbg Architecture: any Section: debug Depends: libnfo1 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for libnfo1 libNFO is a small library to parse and write NFO files. NFO files are used to store metadata information on many multimedia files. . This package contains the debugging symbols for libnfo1. Package: libnfo-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libnfo-dev Description: developer documentation for libnfo libNFO is a small library to parse and write NFO files. NFO files are used to store metadata information on many multimedia files. . This package contains developer documentation for libnfo. debian/rules0000755000000000000000000000075311330005210010234 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CONFIGURE_OPTS = --prefix=/usr --enable-pic --disable-strip --enable-doc ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CONFIGURE_OPTS += --disable-optimize else CONFIGURE_OPTS += endif %: dh $@ override_dh_auto_configure: ./configure $(CONFIGURE_OPTS) override_dh_strip: dh_strip --dbg-package=libnfo1-dbg .PHONY: override_dh_auto_configure override_dh_strip debian/upstream-metadata.yaml0000644000000000000000000000046311451630341013471 0ustar Contact: The GeeXboX Team Donation: http://geexbox.org/en/donate.html Name: GeeXboX libnfo Homepage: http://libnfo.geexbox.org Repository: http://hg.geexbox.org/libnfo Repository-Browse: http://hg.geexbox.org/libnfo/summary Watch: http://libnfo.geexbox.org/releases/libnfo-(.*)\.tar\.bz2 debian/libnfo1.install0000644000000000000000000000002211307445421012103 0ustar usr/lib/lib*.so.* debian/libnfo-doc.examples0000644000000000000000000000001611307460520012735 0ustar DOCS/*.sample debian/libnfo-dev.install0000644000000000000000000000010111307457277012610 0ustar usr/include/* usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* debian/libnfo1-bin.install0000644000000000000000000000002611307457747012673 0ustar usr/bin/libnfo-reader debian/watch0000644000000000000000000000010311307447242010215 0ustar version=3 http://libnfo.geexbox.org/releases/libnfo-(.*)\.tar\.bz2 debian/libnfo1-bin.dirs0000644000000000000000000000001011307457717012154 0ustar usr/bin debian/libnfo1.dirs0000644000000000000000000000001011307445421011373 0ustar usr/lib debian/changelog0000644000000000000000000000262511451634557011060 0ustar libnfo (1.0.1-1) unstable; urgency=low * New upstream release: - drop Debian package patches as they are now upstream - drop Debian manpage for libnfo-reader it's now upstream * Update Standards-Version to 3.9.1 (no changes) * Drop Vcs-Pkg fields from control file * Update upstream author copyright date * Add debian/upstream-metadata.yaml -- Davide Cavalca Sat, 02 Oct 2010 15:53:26 +0200 libnfo (1.0.0-3) unstable; urgency=low * Fix license path in Debian copyright file (Closes: #564320) * Update Debian packaging copyright date * Backport some more build system fixes from upstream trunk * Backport fix-memset-args-order.patch from upstream trunk -- Davide Cavalca Wed, 27 Jan 2010 11:53:02 +0100 libnfo (1.0.0-2) unstable; urgency=low * Convert to 3.0 (quilt) package format * Add -fPIC to CFLAGS when building the package * Add a manual page for libnfo-reader * Add symbols control file for libnfo1 * Backport some build system fixes from upstream trunk * Add 'Depends: ${misc:depends}' to all binary packages * Omit 'Section: libs' for libnfo1 as it's inherited from the source package definition -- Davide Cavalca Wed, 09 Dec 2009 19:38:44 +0100 libnfo (1.0.0-1) unstable; urgency=low * Initial release (Closes: #560043) -- Davide Cavalca Tue, 08 Dec 2009 16:19:42 +0100 debian/libnfo-doc.doc-base0000644000000000000000000000054011307463346012607 0ustar Document: libnfo Title: libnfo developer documentation Author: Benjamin Zores Abstract: This manual contains the developer documentation for libnfo. Section: Programming/C Format: text Files: /usr/share/doc/libnfo-doc/README Format: HTML Index: /usr/share/doc/libnfo-doc/html/index.html Files: /usr/share/doc/libnfo-doc/html/*.html debian/libnfo-dev.dirs0000644000000000000000000000002411307445421012073 0ustar usr/lib usr/include debian/libnfo1.symbols0000644000000000000000000000370111307721755012143 0ustar libnfo.so.1 libnfo1 #MINVER# nfo_actor_free@Base 1.0.0 nfo_actor_get@Base 1.0.0 nfo_actor_new@Base 1.0.0 nfo_audio_stream_get@Base 1.0.0 nfo_fileinfo_add_stream_audio@Base 1.0.0 nfo_fileinfo_add_stream_sub@Base 1.0.0 nfo_fileinfo_add_stream_video@Base 1.0.0 nfo_fileinfo_free@Base 1.0.0 nfo_fileinfo_new@Base 1.0.0 nfo_free@Base 1.0.0 nfo_get_movie@Base 1.0.0 nfo_get_node_xml_tree@Base 1.0.0 nfo_get_prop_value_from_xml_tree@Base 1.0.0 nfo_get_tvshow_episode@Base 1.0.0 nfo_get_type@Base 1.0.0 nfo_get_xml_doc_from_file@Base 1.0.0 nfo_init@Base 1.0.0 nfo_movie_add_actor@Base 1.0.0 nfo_movie_free@Base 1.0.0 nfo_movie_get@Base 1.0.0 nfo_movie_get_actor@Base 1.0.0 nfo_movie_get_actors_count@Base 1.0.0 nfo_movie_get_audio_stream@Base 1.0.0 nfo_movie_get_audio_streams_count@Base 1.0.0 nfo_movie_get_sub_stream@Base 1.0.0 nfo_movie_get_sub_streams_count@Base 1.0.0 nfo_movie_get_video_stream@Base 1.0.0 nfo_movie_get_video_streams_count@Base 1.0.0 nfo_movie_new@Base 1.0.0 nfo_parse_xml@Base 1.0.0 nfo_stream_audio_free@Base 1.0.0 nfo_stream_audio_new@Base 1.0.0 nfo_stream_sub_free@Base 1.0.0 nfo_stream_sub_new@Base 1.0.0 nfo_stream_video_free@Base 1.0.0 nfo_stream_video_new@Base 1.0.0 nfo_sub_stream_get@Base 1.0.0 nfo_tvshow_add_actor@Base 1.0.0 nfo_tvshow_episode_add_actor@Base 1.0.0 nfo_tvshow_episode_free@Base 1.0.0 nfo_tvshow_episode_get@Base 1.0.0 nfo_tvshow_episode_get_actor@Base 1.0.0 nfo_tvshow_episode_get_actors_count@Base 1.0.0 nfo_tvshow_episode_get_audio_stream@Base 1.0.0 nfo_tvshow_episode_get_audio_streams_count@Base 1.0.0 nfo_tvshow_episode_get_show@Base 1.0.0 nfo_tvshow_episode_get_sub_stream@Base 1.0.0 nfo_tvshow_episode_get_sub_streams_count@Base 1.0.0 nfo_tvshow_episode_get_video_stream@Base 1.0.0 nfo_tvshow_episode_get_video_streams_count@Base 1.0.0 nfo_tvshow_episode_new@Base 1.0.0 nfo_tvshow_free@Base 1.0.0 nfo_tvshow_get@Base 1.0.0 nfo_tvshow_new@Base 1.0.0 nfo_video_stream_get@Base 1.0.0 debian/compat0000644000000000000000000000000211307445420010364 0ustar 7 debian/source/0000755000000000000000000000000011307700577010475 5ustar debian/source/format0000644000000000000000000000001411330044603011666 0ustar 3.0 (quilt) debian/libnfo-doc.docs0000644000000000000000000000003211307701116012044 0ustar README DOCS/doxygen/html/ debian/copyright0000644000000000000000000000251411451627720011130 0ustar This work was packaged for Debian by: Davide Cavalca on Tue, 08 Dec 2009 13:48:04 +0100 It was downloaded from http://libnfo.geexbox.org Upstream Author(s): Benjamin Zores Copyright: Copyright (C) 2009-2010 Benjamin Zores License: 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.1 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-2.1'. The Debian packaging is: Copyright (C) 2009-2010 Davide Cavalca and is licensed under the LGPL version 2.1 or later, see `/usr/share/common-licenses/LGPL-2.1'. debian/libnfo1-bin.manpages0000644000000000000000000000002011451625545013003 0ustar libnfo-reader.1