SHA256
1
0
forked from pool/wavpack

Accepting request 541621 from home:jengelh:branches:multimedia:libs

- Compact description. Drop pointless --with-pic since no static
  libs are built.

OBS-URL: https://build.opensuse.org/request/show/541621
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=19
This commit is contained in:
OBS User mrdocs 2017-11-14 22:42:26 +00:00 committed by Git OBS Bridge
parent ce706064ff
commit d555d6381e
2 changed files with 28 additions and 60 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 13 21:12:39 UTC 2017 - jengelh@inai.de
- Compact description. Drop pointless --with-pic since no static
libs are built.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 9 17:14:33 UTC 2017 - aavindraa@gmail.com Thu Nov 9 17:14:33 UTC 2017 - aavindraa@gmail.com

View File

@ -20,7 +20,7 @@
Name: wavpack Name: wavpack
Version: 5.1.0 Version: 5.1.0
Release: 0 Release: 0
Summary: Free Hybrid Lossless Audio Compression Format Summary: Hybrid Lossless Audio Compression Format
License: BSD-3-Clause License: BSD-3-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
Url: http://www.wavpack.com/ Url: http://www.wavpack.com/
@ -30,87 +30,49 @@ BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %description
WavPack is a completely open audio compression format providing WavPack is an open audio compression format providing lossless, high-quality
lossless, high-quality lossy, and unique hybrid compression modes. lossy, and unique hybrid compression modes.
Although the technology is loosely based on previous versions of
WavPack, the new version 4 format has been designed from the ground up
to offer unparalleled performance and functionality.
By default, lossless mode WavPack acts just like a WinZip compressor Lossless mode is ideal for archiving audio material or any other situation
for audio files. However, unlike MP3 or WMA encoding which can affect where quality is paramount. The compression ratio depends on the source
the sound quality, not a single bit of the original information is material, but generally is between 30%% and 70%%.
lost, so there is 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 The hybrid mode creates both, a relatively small, high-quality lossy file that
with an additional bonus. Instead of creating a single file, this mode can be used all by itself, and a "correction" file that (when combined with the
creates both, a relatively small, high-quality lossy file that can be lossy file) provides full lossless restoration. For some users, this means
used all by itself, and a "correction" file that (when combined with never having to choose between lossless and lossy compression.
the lossy file) provides full lossless restoration. For some users this
means never having to choose between lossless and lossy compression!
%package -n libwavpack%{soname} %package -n libwavpack%{soname}
Summary: Free Hybrid Lossless Audio Compression Format Summary: Hybrid Lossless Audio Compression Format
Group: System/Libraries Group: System/Libraries
%description -n libwavpack%{soname} %description -n libwavpack%{soname}
WavPack is a completely open audio compression format providing WavPack is an open audio compression format providing lossless, high-quality
lossless, high-quality lossy, and a unique hybrid compression mode. lossy, and unique hybrid compression modes.
Although the technology is loosely based on previous versions of
WavPack, the new version 4 format has been designed from the ground up
to offer unparalleled performance and functionality.
In the default lossless mode WavPack acts just like a WinZip compressor Lossless mode is ideal for archiving audio material or any other situation
for audio files. However, unlike MP3 or WMA encoding which can affect where quality is paramount. The compression ratio depends on the source
the sound quality, not a single bit of the original information is material, but generally is between 30%% and 70%%.
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!
%package devel %package devel
Summary: Free Hybrid Lossless Audio Compression Format Summary: Development files for wavpack, an audio compression format
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: glibc-devel Requires: glibc-devel
%description devel %description devel
WavPack is a completely open audio compression format providing WavPack is an open audio compression format providing lossless, high-quality
lossless, high-quality lossy, and a unique hybrid compression mode. lossy, and unique hybrid compression modes.
Although the technology is loosely based on previous versions of
WavPack, the new version 4 format has been designed from the ground up
to offer unparalleled performance and functionality.
In the default lossless mode WavPack acts just like a WinZip compressor This subpackage contains libraries and header files for developing
for audio files. However, unlike MP3 or WMA encoding which can affect applications that want to make use of wavpack.
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!
%prep %prep
%setup -q %setup -q
%build %build
autoreconf -fiv autoreconf -fiv
%configure --disable-static --with-pic %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install