libsndfile1 stable port information

Package: libsndfile1
Version: 1.0.15
Revision: 1
Maintainer: None
Depends: %N-shlibs (= %v-%r)
Source: http://www.mega-nerd.com/libsndfile/libsndfile-%v.tar.gz
Source-MD5: 4171faabfad0ce550cbe9bf1b065e976
Conflicts: libsndfile, libsndfile0
Replaces: libsndfile, libsndfile0
NoSetLDFLAGS: True
SetLIBS: -L%p/lib
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking --disable-sqlite
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO doc/*.html doc/*.jpg doc/*.css
SplitOff: <<
Package: %N-shlibs
Conflicts: libsndfile-shlibs
Replaces: libsndfile-shlibs
Files: lib/*.*.dylib
Shlibs: %p/lib/libsndfile.1.dylib 2.0.0 %n (>= 1.0.11-3)
DocFiles: COPYING README
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
Conflicts: libsndfile0-dev, libsndfile-dev
# 1.0.11-2 moves pkgconfig from %N to %n
Replaces: libsndfile0-dev, libsndfile-dev, %N (<< 1.0.11-2)
Files: include lib
DocFiles: COPYING README
BuildDependsOnly: True
<<
Description: Read and write files containing sampled sound
DescDetail: <<
Libsndfile is a C library for reading and writing files containing sampled
sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one
standard library interface.
<<
DescPackaging: <<
Uses pkgconfig, but there are no pkgconfig-related dependencies.

Originally packaged by Matt Stephenson.
<<
License: LGPL
Homepage: http://www.zip.com.au/~erikd/libsndfile

libsndfile1 _unstable_ port information

Package: libsndfile1
Version: 1.0.17
Revision: 5
Maintainer: None
BuildDepends: libflac8-dev, libogg, fink (>= 0.24.12-1)
Depends: %N-shlibs (= %v-%r)
Source: http://www.mega-nerd.com/libsndfile/libsndfile-%v.tar.gz
Source-MD5: 2d126c35448503f6dbe33934d9581f6b
PatchFile: %n.patch
PatchFile-MD5: 110bae811030e56bc22afc65c0b6c9d0
PatchScript: <<
#!/bin/sh -ex
patch -p1 < %{PatchFile}
patch -p1 < patches/flac-1.1.4.dpatch
patch -p1 < patches/lossy_comp_test-overflow.dpatch
patch -p1 < patches/overflow.dpatch
<<
Conflicts: libsndfile, libsndfile0
Replaces: libsndfile, libsndfile0
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking --disable-sqlite
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/doc/%n/html
cp doc/*.html doc/*.jpg doc/*.css %i/share/doc/%n/html/
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO
SplitOff: <<
Package: %N-shlibs
Conflicts: libsndfile-shlibs
Replaces: libsndfile-shlibs
Depends: libflac8
Files: lib/*.*.dylib
Shlibs: %p/lib/libsndfile.1.dylib 2.0.0 %n (>= 1.0.11-3)
DocFiles: COPYING README
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
Conflicts: libsndfile0-dev, libsndfile-dev
# 1.0.11-2 moves pkgconfig from %N to %n
Replaces: libsndfile0-dev, libsndfile-dev, %N (<< 1.0.11-2)
Files: include lib
DocFiles: COPYING README
BuildDependsOnly: True
<<
Description: Read and write files containing sampled sound
DescDetail: <<
Libsndfile is a C library for reading and writing files containing sampled
sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one
standard library interface.
<<
DescPackaging: <<
Dependency on libogg-shlibs is met implicitly via libflac8
Uses pkgconfig, but there are no pkgconfig-related dependencies.

Originally packaged by Matt Stephenson.

Supplies C++ interface as of 1.0.17-1 in the form of sndfile.hh, which is
just inline wrappers (no compiled C++ library implementation). Therefore,
no need for different libsndfile1 packages for different g++ ABI. The
testing of the C++ interface does not leak any compiled code into the .deb.
<<
License: LGPL
Homepage: http://www.zip.com.au/~erikd/libsndfile