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

- Make description more concise. SPARCstations are no longer a
  meaningful metric.

OBS-URL: https://build.opensuse.org/request/show/342849
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=19
This commit is contained in:
Ismail Dönmez 2015-11-07 15:49:04 +00:00 committed by Git OBS Bridge
parent 39010017cc
commit e6f1b689fd
2 changed files with 38 additions and 61 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 7 09:23:43 UTC 2015 - jengelh@inai.de
- Make description more concise. SPARCstations are no longer a
meaningful metric.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 10 14:06:43 UTC 2015 - p.drouand@gmail.com Sat Oct 10 14:06:43 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libgsm # spec file for package libgsm
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -35,21 +35,10 @@ Patch3: libgsm-strict-aliasing.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Contains libraries and binaries for a GSM speech compressor. libgsm libgsm implements the European GSM 06.10 provisional standard for
contains a standard implementation of the European GSM 06.10 full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
provisional standard for full-rate speech transcoding, prI-ETS 300 036, coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit
which uses RPE/LTP (residual pulse excitation/long term prediction) samples (8 kHz sampling rate) into 260 bits.
coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples
(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits.
For compatibility with typical UNIX applications, our implementation
turns frames of 160 16-bit linear samples into 33-byte frames (1650
Bytes/s). The quality of the algorithm is good enough for reliable
speaker recognition. Even music often survives transcoding in
recognizable form (given the bandwidth limitations of 8 kHz sampling
rate). The interfaces offered are a front-end modeled after compress(1)
and a library API. Compression and decompression run faster than
real-time on most SPARC stations. The implementation has been verified
against the ETSI standard test patterns.
%package -n libgsm1 %package -n libgsm1
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
@ -59,21 +48,13 @@ Provides: %{name} = %{version}
Obsoletes: %{name} < %{version} Obsoletes: %{name} < %{version}
%description -n libgsm1 %description -n libgsm1
Contains libraries and binaries for a GSM speech compressor. libgsm Contains the library for a GSM speech compressor.
contains a standard implementation of the European GSM 06.10
provisional standard for full-rate speech transcoding, prI-ETS 300 036, libgsm implements the European GSM 06.10 provisional standard for
which uses RPE/LTP (residual pulse excitation/long term prediction) full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples (residual pulse excitation/long term prediction) coding at 13 kbit/s.
(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
For compatibility with typical UNIX applications, our implementation rate) into 260 bits.
turns frames of 160 16-bit linear samples into 33-byte frames (1650
Bytes/s). The quality of the algorithm is good enough for reliable
speaker recognition. Even music often survives transcoding in
recognizable form (given the bandwidth limitations of 8 kHz sampling
rate). The interfaces offered are a front-end modeled after compress(1)
and a library API. Compression and decompression run faster than
real-time on most SPARC stations. The implementation has been verified
against the ETSI standard test patterns.
%package utils %package utils
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
@ -82,21 +63,16 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
Provides: %{name}:%{_bindir}/toast Provides: %{name}:%{_bindir}/toast
%description utils %description utils
Contains libraries and binaries for a GSM speech compressor. libgsm Contains binaries for a GSM speech compressor, verified against the
contains a standard implementation of the European GSM 06.10 ETSI standard test patterns.
provisional standard for full-rate speech transcoding, prI-ETS 300 036,
which uses RPE/LTP (residual pulse excitation/long term prediction) libgsm implements the European GSM 06.10 provisional standard for
coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits. (residual pulse excitation/long term prediction) coding at 13 kbit/s.
For compatibility with typical UNIX applications, our implementation GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
turns frames of 160 16-bit linear samples into 33-byte frames (1650 rate) into 260 bits.
Bytes/s). The quality of the algorithm is good enough for reliable
speaker recognition. Even music often survives transcoding in The front-end is modeled after the historic compress(1) utility.
recognizable form (given the bandwidth limitations of 8 kHz sampling
rate). The interfaces offered are a front-end modeled after compress(1)
and a library API. Compression and decompression run faster than
real-time on most SPARC stations. The implementation has been verified
against the ETSI standard test patterns.
%package devel %package devel
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
@ -104,21 +80,16 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
Requires: libgsm1 = %{version} Requires: libgsm1 = %{version}
%description devel %description devel
Contains libraries and binaries for a GSM speech compressor. libgsm Contains the development kit for the libgsm speech compressor.
contains a standard implementation of the European GSM 06.10
provisional standard for full-rate speech transcoding, prI-ETS 300 036, libgsm implements the European GSM 06.10 provisional standard for
which uses RPE/LTP (residual pulse excitation/long term prediction) full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit
(8 kHz sampling rate, which is a frame rate of 50 Hz) into 260 bits. samples (8 kHz sampling rate) into 260 bits.
For compatibility with typical UNIX applications, our implementation
turns frames of 160 16-bit linear samples into 33-byte frames (1650 This implementation turns frames of 160 16-bit linear samples into
Bytes/s). The quality of the algorithm is good enough for reliable 33-byte frames (1650 bytes/s) and has been verified against the ETSI
speaker recognition. Even music often survives transcoding in standard test patterns.
recognizable form (given the bandwidth limitations of 8 kHz sampling
rate). The interfaces offered are a front-end modeled after compress(1)
and a library API. Compression and decompression run faster than
real-time on most SPARC stations. The implementation has been verified
against the ETSI standard test patterns.
%prep %prep
%setup -n %{_name}-%{_version} %setup -n %{_name}-%{_version}