From 52c9ef8442abd70fbb7e1d19827ddafd56301a32 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:07:12 +0100 Subject: [PATCH] automatic version update by autodist [release 4.70.0-1mamba;Sat Oct 26 2013] --- README.md | 46 +++++++++++++ libwavpack.spec | 172 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 218 insertions(+) create mode 100644 libwavpack.spec diff --git a/README.md b/README.md index 00e76ee..2bf8002 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,48 @@ # libwavpack +libwavpack is a completely open audio compression format providing +lossless, high-quality lossy, and a unique hybrid compression +mode. Although the technology is loosely based on previous versions of +libwavpack, the new version 4 format has been designed from the ground up +to offer unparalleled performance and functionality. + +In the default lossless mode libwavpack acts just like a WinZip +compressor for audio files. However, unlike MP3 or WMA encoding which +can affect the sound quality, not a single bit of the original +information is lost, so there's no chance of degradation. This makes +lossless mode ideal for archiving audio material or any other +situation where quality is paramount. The compression ratio depends on +the source material, but generally is between 30% and 70%. + +The hybrid mode provides all the advantages of lossless compression +with an additional bonus. Instead of creating a single file, this mode +creates both a relatively small, high-quality lossy file that can be +used all by itself, and a "correction" file that (when combined with +the lossy file) provides full lossless restoration. For some users +this means never having to choose between lossless and lossy +compression! + + +libwavpack features include: + + * Compatible with virtually all PCM audio formats including 8, 16, 24, and 32-bit ints; 32-bit floats; mono, stereo, and multichannel; sampling rates from 6 to 192 kHz (and non-standard rates) + * Multiplatform support including Windows, Linux, and OS X + * Instantly seekable and streaming capable (and gapless) + * ReplayGain (including WavPack file scanner and compatible plugins) + * Uses ID3v1 and APEv2 tags for metadata (including ReplayGain) + * Error-tolerant block format conducive to hardware decoding + * Optional "asymmetrical" mode for improved compression + * MD5 audio checksums for verification and identification + * Unique hybrid mode (provides high quality lossy + "correction" file + * Dynamic noise shaping (dns) for optimum quality at lower hybrid bitrates + * Hybrid mode now operates as low as 2.25 bits/sample (or 196 kbps for CD audio) + * Free and open source with easy to use library interface and unrestrictive license (BSD) + * Intuitive command line interface (with wildcards and destination directory) + * Small, efficient executable (no large programs or dlls to install) + * Special "low latency" version available for custom applications + * Self-extracting archives with cuesheets (Windows only) + * Fully backward compatible to WavPack 1.0 + * Java decoder now available + * Complete piping support + + diff --git a/libwavpack.spec b/libwavpack.spec new file mode 100644 index 0000000..8ac71b7 --- /dev/null +++ b/libwavpack.spec @@ -0,0 +1,172 @@ +Name: libwavpack +Version: 4.70.0 +Release: 1mamba +Summary: Lossless Audio compressor +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Automatic Build System +URL: http://www.wavpack.com/ +Source: http://www.wavpack.com/wavpack-%{version}.tar.bz2 +License: BSD +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +%{name} is a completely open audio compression format providing +lossless, high-quality lossy, and a unique hybrid compression +mode. Although the technology is loosely based on previous versions of +%{name}, the new version 4 format has been designed from the ground up +to offer unparalleled performance and functionality. + +In the default lossless mode %{name} acts just like a WinZip +compressor for audio files. However, unlike MP3 or WMA encoding which +can affect the sound quality, not a single bit of the original +information is lost, so there's no chance of degradation. This makes +lossless mode ideal for archiving audio material or any other +situation where quality is paramount. The compression ratio depends on +the source material, but generally is between 30% and 70%. + +The hybrid mode provides all the advantages of lossless compression +with an additional bonus. Instead of creating a single file, this mode +creates both a relatively small, high-quality lossy file that can be +used all by itself, and a "correction" file that (when combined with +the lossy file) provides full lossless restoration. For some users +this means never having to choose between lossless and lossy +compression! + + +%{name} features include: + + * Compatible with virtually all PCM audio formats including 8, 16, 24, and 32-bit ints; 32-bit floats; mono, stereo, and multichannel; sampling rates from 6 to 192 kHz (and non-standard rates) + * Multiplatform support including Windows, Linux, and OS X + * Instantly seekable and streaming capable (and gapless) + * ReplayGain (including WavPack file scanner and compatible plugins) + * Uses ID3v1 and APEv2 tags for metadata (including ReplayGain) + * Error-tolerant block format conducive to hardware decoding + * Optional "asymmetrical" mode for improved compression + * MD5 audio checksums for verification and identification + * Unique hybrid mode (provides high quality lossy + "correction" file + * Dynamic noise shaping (dns) for optimum quality at lower hybrid bitrates + * Hybrid mode now operates as low as 2.25 bits/sample (or 196 kbps for CD audio) + * Free and open source with easy to use library interface and unrestrictive license (BSD) + * Intuitive command line interface (with wildcards and destination directory) + * Small, efficient executable (no large programs or dlls to install) + * Special "low latency" version available for custom applications + * Self-extracting archives with cuesheets (Windows only) + * Fully backward compatible to WavPack 1.0 + * Java decoder now available + * Complete piping support + + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +%{name} is a completely open audio compression format providing +lossless, high-quality lossy, and a unique hybrid compression +mode. Although the technology is loosely based on previous versions of +%{name}, the new version 4 format has been designed from the ground up +to offer unparalleled performance and functionality. + +In the default lossless mode %{name} acts just like a WinZip +compressor for audio files. However, unlike MP3 or WMA encoding which +can affect the sound quality, not a single bit of the original +information is lost, so there's no chance of degradation. This makes +lossless mode ideal for archiving audio material or any other +situation where quality is paramount. The compression ratio depends on +the source material, but generally is between 30% and 70%. + +The hybrid mode provides all the advantages of lossless compression +with an additional bonus. Instead of creating a single file, this mode +creates both a relatively small, high-quality lossy file that can be +used all by itself, and a "correction" file that (when combined with +the lossy file) provides full lossless restoration. For some users +this means never having to choose between lossless and lossy +compression! + +This package contains static libraries and header files need for development. + +%package static +Summary: Static libraries for %{name} +Group: Development/Libraries +Requires: %{name} = %{version} + +%description static +%{name} is a completely open audio compression format providing +lossless, high-quality lossy, and a unique hybrid compression +mode. Although the technology is loosely based on previous versions of +%{name}, the new version 4 format has been designed from the ground up +to offer unparalleled performance and functionality. + +In the default lossless mode %{name} acts just like a WinZip +compressor for audio files. However, unlike MP3 or WMA encoding which +can affect the sound quality, not a single bit of the original +information is lost, so there's no chance of degradation. This makes +lossless mode ideal for archiving audio material or any other +situation where quality is paramount. The compression ratio depends on +the source material, but generally is between 30% and 70%. + +The hybrid mode provides all the advantages of lossless compression +with an additional bonus. Instead of creating a single file, this mode +creates both a relatively small, high-quality lossy file that can be +used all by itself, and a "correction" file that (when combined with +the lossy file) provides full lossless restoration. For some users +this means never having to choose between lossless and lossy +compression! + +This package contains static libraries need for development. +%prep + +%setup -q -n wavpack-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_bindir}/wavpack +%{_bindir}/wvgain +%{_bindir}/wvunpack +%{_libdir}/*.so.* +%{_mandir}/man1/wavpack.1.gz +%{_mandir}/man1/wvgain.1.gz +%{_mandir}/man1/wvunpack.1.gz +%doc ChangeLog README + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/wavpack +%{_includedir}/wavpack/*.h +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc + +%files static +%defattr(-,root,root) +%{_libdir}/*.a +%{_libdir}/*.la + +%changelog +* Sat Oct 26 2013 Automatic Build System 4.70.0-1mamba +- automatic version update by autodist + +* Mon Dec 03 2012 Automatic Build System 4.60.1-1mamba +- automatic version update by autodist + +* Tue Aug 26 2008 gil 4.50.1-1mamba +- package created by autospec