--- libfishsound-0.9.1.orig/config.sub +++ libfishsound-0.9.1/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-01-18' +timestamp='2007-06-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -475,8 +475,8 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16c) - basic_machine=cr16c-unknown + cr16) + basic_machine=cr16-unknown os=-elf ;; crds | unos) @@ -683,6 +683,10 @@ basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; --- libfishsound-0.9.1.orig/config.guess +++ libfishsound-0.9.1/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-03-06' +timestamp='2007-07-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -330,7 +330,7 @@ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:*) + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) @@ -793,7 +793,7 @@ exit ;; *:Interix*:[3456]*) case ${UNAME_MACHINE} in - x86) + x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; EM64T | authenticamd) --- libfishsound-0.9.1.orig/debian/libfishsound1-dev.examples +++ libfishsound-0.9.1/debian/libfishsound1-dev.examples @@ -0,0 +1 @@ +src/examples/*.c --- libfishsound-0.9.1.orig/debian/compat +++ libfishsound-0.9.1/debian/compat @@ -0,0 +1 @@ +4 --- libfishsound-0.9.1.orig/debian/rules +++ libfishsound-0.9.1/debian/rules @@ -0,0 +1,98 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif + +config.status: configure + dh_testdir + CFLAGS="$(CFLAGS)" ./configure \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --disable-flac \ + || cat config.log + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + $(MAKE) check + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f doc/manpage.refs doc/manpage.links + rm -f doc/libfishsound/html/*.html + rm -f doc/libfishsound/html/*.gif + rm -f doc/libfishsound/html/doxygen.png + rm -f doc/libfishsound/latex/doxygen.sty + rm -f doc/libfishsound/latex/*.tex + rm -f doc/fishsound-validate.1 + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + +binary-indep: build install + dh_testdir + dh_testroot + dh_movefiles -i + dh_installdocs -i -X.svn + dh_installexamples -i + dh_installman -i + dh_installchangelogs -i ChangeLog + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir + dh_testroot + dh_movefiles -a + dh_installdocs -a -X.svn + dh_installexamples -a + dh_installman -a + dh_installchangelogs -a ChangeLog + dh_link -a + dh_strip -a --keep-debug --dbg-package=libfishsound1 + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_installdeb -a + dh_shlibdeps -a -ldebian/libfishsound1/usr/lib + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure + --- libfishsound-0.9.1.orig/debian/changelog +++ libfishsound-0.9.1/debian/changelog @@ -0,0 +1,47 @@ +libfishsound (0.9.1-1) unstable; urgency=low + + * New upstream. + * New maintainer. + * Update for new standards vesion 3.7.3 + * Check debian/watch is up to date. closes: #450064 + * Build with libflac support + + -- John Ferlito Sat, 09 Feb 2008 22:37:58 +1100 + +libfishsound (0.7.0-2.1) unstable; urgency=low + + * Porter NMU. + * Re-libtoolize (Closes: #306790). + * Add libc-dev as an alternative to libc6-dev. + + -- Aurelien Jarno Sun, 11 Mar 2007 20:08:09 +0100 + +libfishsound (0.7.0-2) unstable; urgency=low + + * Updated -dev package dependencies, per recommendations in the Library + Packaging Guide. + * Dump config.log if there's an error in configure. + + -- Jamie Wilkinson Mon, 3 Apr 2006 22:16:56 +1000 + +libfishsound (0.7.0-1) unstable; urgency=low + + * New upstream release. + * Updated files lists due to DSO filename change. + * Bumped standards version to 3.6.2 (no other changes required). + * Added examples from src/examples in libfishsound1-dev. (Closes: #338988) + + -- Jamie Wilkinson Mon, 3 Apr 2006 14:54:52 +1000 + +libfishsound (0.6.3-2) unstable; urgency=low + + * Fix package descriptions and copyright. + + -- Jamie Wilkinson Thu, 14 Apr 2005 09:09:34 +1000 + +libfishsound (0.6.3-1) unstable; urgency=low + + * Initial packaging. Initial upload into Debian. (Closes: #304270) + + -- Jamie Wilkinson Tue, 5 Apr 2005 08:26:16 +1000 + --- libfishsound-0.9.1.orig/debian/copyright +++ libfishsound-0.9.1/debian/copyright @@ -0,0 +1,40 @@ +This package was debianised by Jamie Wilkinson on +Mon 11 Apr 2005 23:55:03 +1100 + +It was downloaded from http://annodex.net/software/ + +Upstream authors: + Andrew Nesbit + Conrad Parker + Silvia Pfeiffer + +Copyright from the file COPYING in the source tarball: + + Copyright (C) 2003 CSIRO Australia + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - 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. + + - Neither the name of the CSIRO nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS 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 ORGANISATION 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. --- libfishsound-0.9.1.orig/debian/libfishsound1.files +++ libfishsound-0.9.1/debian/libfishsound1.files @@ -0,0 +1,2 @@ +usr/lib/libfishsound.so.1 +usr/lib/libfishsound.so.1.3.0 --- libfishsound-0.9.1.orig/debian/control +++ libfishsound-0.9.1/debian/control @@ -0,0 +1,51 @@ +Source: libfishsound +Section: unknown +Priority: optional +Maintainer: John Ferlito +Build-Depends: debhelper (>> 4.0.0), libspeex-dev, libvorbis-dev +Standards-Version: 3.7.3 + +Package: libfishsound1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: simple API that wraps Xiph.Org audio codecs + libfishsound is a wrapper around the existing codec libraries and + provides a consistent, higher-level programming interface. It has been + designed for use in a wide variety of applications; it has no direct + dependencies on Annodex or Ogg encapsulation, though it is most commonly + used in conjunction with liboggz to decode or encode Ogg encapsulated + Vorbis or Speex files. + +Package: libfishsound1-dev +Section: libdevel +Architecture: any +Depends: libfishsound1 (= ${binary:Version}), libc6-dev | libc-dev, libspeex-dev, libvorbis-dev +Provides: libfishsound-dev +Conflicts: libfishsound-dev +Description: simple API that wraps Xiph.Org audio codecs (development files) + libfishsound is a wrapper around the existing codec libraries and + provides a consistent, higher-level programming interface. It has been + designed for use in a wide variety of applications; it has no direct + dependencies on Annodex or Ogg encapsulation, though it is most commonly + used in conjunction with liboggz to decode or encode Ogg encapsulated + Vorbis or Speex files. + . + This package contains the header files and static libraries required for + developing applications that use libfishsound. + +Package: libfishsound1-dbg +Section: libdevel +Architecture: any +Depends: libfishsound1 (= ${binary:Version}) +Priority: extra +Description: simple API that wraps Xiph.Org audio codecs (debugging information) + libfishsound is a wrapper around the existing codec libraries and + provides a consistent, higher-level programming interface. It has been + designed for use in a wide variety of applications; it has no direct + dependencies on Annodex or Ogg encapsulation, though it is most commonly + used in conjunction with liboggz to decode or encode Ogg encapsulated + Vorbis or Speex files. + . + This package contains debugging symbols useful for tracing bugs in the + libfishsound1 package. --- libfishsound-0.9.1.orig/debian/libfishsound1-dev.files +++ libfishsound-0.9.1/debian/libfishsound1-dev.files @@ -0,0 +1,4 @@ +usr/include/fishsound/*.h +usr/lib/libfishsound.a +usr/lib/libfishsound.so +usr/lib/pkgconfig/fishsound.pc --- libfishsound-0.9.1.orig/debian/watch +++ libfishsound-0.9.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://annodex.net/software/libfishsound/download/ libfishsound-([\d\.]+)\.tar\.gz debian uupdate