Package: sox3-shlibs Version: 14.4.2 Revision: 1 Description: Shared libraries for sox License: GPL/LGPL # Free to modify, update, and take over Maintainer: Hanspeter Niederstrasser Source: mirror:sourceforge:sox/sox-%v.tar.bz2 Source-Checksum: SHA256(81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c) Source2: http://archive.ubuntu.com/ubuntu/pool/universe/s/sox/sox_%v+git20190427-4.debian.tar.xz Source2-Checksum: SHA256(34f3616cdcda552b0d36f0ef80b74735cbc91846af403cc8adad0c8f9fc93039) # BuildDepends: << autoconf2.6, automake1.15, file-dev, fink (>= 0.32), fink-package-precedence, lame-dev, libflac12-dev, libgsm1-dev, libid3tag, libmad, libogg, libopencore-amr0, libpng16, libsndfile1-dev, libtool2, libvorbis0, twolame-dev, wavpack1-dev << # Depends: << file-shlibs, lame-shlibs, libflac12, libgsm1-shlibs, libid3tag-shlibs, libogg-shlibs, libopencore-amr0-shlibs, libpng16-shlibs, libsndfile1-shlibs, libtool2-shlibs, libvorbis0-shlibs, wavpack1-shlibs << PatchScript: << #!/bin/sh -ev # Patch configure to not link like Puma on Yosemite perl -pi -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure for patch in ../debian/patches/*.patch; do patch -p1 < $patch done autoreconf -vfi << SetCPPFLAGS: -Wno-error=incompatible-function-pointer-types # this deliberately doesn't include ffmpeg support to make it easier to build ConfigureParams: << --mandir='${prefix}/share/man' \ --enable-dependency-tracking \ --enable-shared \ --disable-static \ --disable-silent-rules \ --with-distro="Fink Project" \ --without-ao \ --without-alsa \ --without-oss \ --without-pulseaudio \ --without-sunaudio \ --with-amrwb \ --with-amrnb \ --with-lame << CompileScript: << %{default_script} fink-package-precedence --prohibit-bdep=sox-dev,sox2-dev,sox3-dev . << InfoTest: << TestScript: << #!/bin/sh -ev pushd src export DYLD_LIBRARY_PATH=%b/src/.libs ./testall.sh || exit 2 ./tests.sh || exit 2 popd << << # Shlibs: %p/lib/libsox.3.dylib 4.0.0 %n (>= 14.4.2-1) DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL SplitOff: << Package: sox Description: Universal sound sample translator DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL Depends: << sox3-shlibs (= %v-%r), file-shlibs, lame-shlibs, libflac12, libgsm1-shlibs, libid3tag-shlibs, libogg-shlibs, libopencore-amr0-shlibs, libpng16-shlibs, libsndfile1-shlibs, libtool2-shlibs, libvorbis0-shlibs, wavpack1-shlibs << Files: << bin share/man/man1 share/man/man7/soxeffect.7 << << SplitOff2: << Package: sox3-dev Description: Headers for sox DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL Depends: sox3-shlibs (= %v-%r) BuildDependsOnly: true Conflicts: sox-dev, sox2-dev, sox3-dev Replaces: sox-dev, sox2-dev, sox3-dev Files: << include lib/libsox.dylib lib/libsox.la lib/pkgconfig share/man/man3 share/man/man7 << << Homepage: http://sox.sourceforge.net DescDetail: << SoX (also known as Sound eXchange) translates sound samples between different file formats, and optionally applies various sound effects. SoX is intended as the Swiss Army knife of sound processing tools. It doesn't do anything very well, but sooner or later it comes in very handy. It is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms. It is compiled without ffmpeg support to make it much easier to build using Fink. If you need a more powerful translator, or codecs that are offered in ffmpeg, install the ffmpeg package. << DescPort: << -Wincompatible-function-pointer-types became an error with Xcode15. Turn back into warning until upstream has a fix in skelform.c <<