debian/0000755000000000000000000000000011716737306007201 5ustar debian/compat0000644000000000000000000000000211716736571010402 0ustar 9 debian/patches/0000755000000000000000000000000011716733074010626 5ustar debian/patches/series0000644000000000000000000000002311716733074012036 0ustar 01_link-libm.patch debian/patches/01_link-libm.patch0000644000000000000000000000076311716733074014033 0ustar Description: Link against libm.so. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- libreplaygain.orig/src/Makefile.am +++ libreplaygain/src/Makefile.am @@ -2,5 +2,6 @@ INCLUDES = -I$(top_srcdir)/include METASOURCES = AUTO lib_LTLIBRARIES = libreplaygain.la libreplaygain_la_LDFLAGS = -no-undefined -version-info 1:0:0 +libreplaygain_la_LIBADD = -lm libreplaygain_la_SOURCES = gain_analysis.c -AM_CFLAGS = -fpic \ No newline at end of file +AM_CFLAGS = -fpic debian/rules0000755000000000000000000000050211716736624010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) common-binary-post-install-arch:: list-missing debian/control0000644000000000000000000000272411716736704010612 0ustar Source: libreplaygain Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Sebastian Dröge , Jorge Salamero Sanz Build-Depends: automake, dh-autoreconf, cdbs (>= 0.4.93~), debhelper (>= 9), libtool Standards-Version: 3.9.2 Homepage: http://www.replaygain.org Vcs-Git: git://git.debian.org/pkg-multimedia/libreplaygain.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libreplaygain.git Package: libreplaygain1 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: musepack-tools (<< 1:0.1~r406) Description: Calculate ReplayGain information - library libreplaygain calculates the perceived loudness of audio and suggests dB adjustments according to the ReplayGain standard. . This package provides the shared library. Package: libreplaygain-dev Architecture: any Section: libdevel Multi-Arch: same Depends: libreplaygain1 (= ${binary:Version}), ${misc:Depends} Description: Calculate ReplayGain information - development files libreplaygain calculates the perceived loudness of audio and suggests dB adjustments according to the ReplayGain standard. . This package contains the header files, static libraries and symbolic links that developers using libreplaygain will need. debian/libreplaygain1.symbols0000644000000000000000000000031511716735432013513 0ustar libreplaygain.so.1 libreplaygain1 #MINVER# gain_analyze_samples@Base 1.0~r412 gain_get_album@Base 1.0~r412 gain_get_chapter@Base 1.0~r412 gain_get_title@Base 1.0~r412 gain_init_analysis@Base 1.0~r412 debian/changelog0000644000000000000000000000404211716736765011063 0ustar libreplaygain (1.0~r475-1) unstable; urgency=low * Team upload. * New snapshot, no relevant changes. * Fix team's name. * Add missing Vcs-* plugins. * Switch packaging to source format 3.0 (quilt). * Refresh and convert patches to the quilt format. * Switch to dh-autoreconf. * Build with Multiarch support. * Introduce symbols file, drop dh_makeshlibs -V option. * Add automake, libtool on Build-Depends. * Extend long description, remove trailing blank line. * Breaks is more appropriate than the Conflicts field. * Add watch file. * Bump Standards. -- Alessio Treglia Wed, 15 Feb 2012 15:11:10 +0100 libreplaygain (1.0~r447-1) unstable; urgency=low * New bugfix SVN snapshot. * debian/control: + Update Standards-Version to 3.8.3, no additional changes needed. -- Sebastian Dröge Tue, 20 Oct 2009 20:00:47 +0200 libreplaygain (1.0~r412-2) unstable; urgency=low * debian/rules: + Update shlibs for the new API. -- Sebastian Dröge Wed, 04 Mar 2009 10:19:39 +0100 libreplaygain (1.0~r412-1) unstable; urgency=low * New upstream SVN snapshot. * Upload to unstable. * debian/control: + Update Standards-Version to 3.8.0, no additional changes needed. -- Sebastian Dröge Wed, 04 Mar 2009 10:06:08 +0100 libreplaygain (1.0~r406-1) experimental; urgency=low * New upstream SVN snapshot: + debian/control: - Conflicts with older musepack-tools because of slight changes to the still unstable API. * debian/rules: + Correctly set shlibs version. -- Sebastian Dröge Thu, 22 May 2008 11:00:21 +0200 libreplaygain (1.0~r394-2) experimental; urgency=low * debian/control: + Wrap control fields. + Update maintainer to pkg-multimedia. -- Sebastian Dröge Sat, 19 Apr 2008 23:12:39 +0200 libreplaygain (1.0~r394-1) experimental; urgency=high * Initial version (Closes: #474704). -- Sebastian Dröge Mon, 07 Apr 2008 12:35:20 +0200 debian/gbp.conf0000644000000000000000000000003611716733105010610 0ustar [DEFAULT] pristine-tar = True debian/libreplaygain1.install0000644000000000000000000000003511716736716013476 0ustar usr/lib/*/libreplaygain.so.* debian/copyright0000644000000000000000000000221511716733515011132 0ustar This package was debianized by Sebastian Dröge on Mon, 07 Apr 2008 12:35:20 +0200. It was downloaded from http://svn.musepack.net/libreplaygain/ Upstream Authors: Glen Sawyer Copyright: Copyright (C) 2001 David Robinson and Glen Sawyer License: 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 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'. debian/source/0000755000000000000000000000000011716733074010477 5ustar debian/source/format0000644000000000000000000000001411716733074011705 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000023011716733272010223 0ustar version=3 opts=uversionmangle=s/^/1.0~r/ \ http://www.musepack.net/index.php?pg=src \ http://files.musepack.net/source/libreplaygain_r([0-9]+)\.tar\.gz debian/libreplaygain-dev.install0000644000000000000000000000010111716736733014162 0ustar usr/include usr/lib/*/libreplaygain.a usr/lib/*/libreplaygain.so