From e6f1b689fd278e55c4cb346cd702b3b695148b8a9e24a8be0fb9d8e7f15b8baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 7 Nov 2015 15:49:04 +0000 Subject: [PATCH] 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 --- libgsm.changes | 6 ++++ libgsm.spec | 93 +++++++++++++++++--------------------------------- 2 files changed, 38 insertions(+), 61 deletions(-) diff --git a/libgsm.changes b/libgsm.changes index 2123301..6ab3a5d 100644 --- a/libgsm.changes +++ b/libgsm.changes @@ -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 diff --git a/libgsm.spec b/libgsm.spec index ef422c4..9334465 100644 --- a/libgsm.spec +++ b/libgsm.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -35,21 +35,10 @@ Patch3: libgsm-strict-aliasing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Contains libraries and binaries for a GSM speech compressor. libgsm -contains a standard implementation of the European GSM 06.10 -provisional standard for full-rate speech transcoding, prI-ETS 300 036, -which uses RPE/LTP (residual pulse excitation/long term prediction) -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. +libgsm implements the European GSM 06.10 provisional standard for +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 (8 kHz sampling rate) into 260 bits. %package -n libgsm1 Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities @@ -59,21 +48,13 @@ Provides: %{name} = %{version} Obsoletes: %{name} < %{version} %description -n libgsm1 -Contains libraries and binaries for a GSM speech compressor. libgsm -contains a standard implementation of the European GSM 06.10 -provisional standard for full-rate speech transcoding, prI-ETS 300 036, -which uses RPE/LTP (residual pulse excitation/long term prediction) -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. +Contains the library for a GSM speech compressor. + +libgsm implements the European GSM 06.10 provisional standard for +full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP +(residual pulse excitation/long term prediction) coding at 13 kbit/s. +GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling +rate) into 260 bits. %package utils 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 %description utils -Contains libraries and binaries for a GSM speech compressor. libgsm -contains a standard implementation of the European GSM 06.10 -provisional standard for full-rate speech transcoding, prI-ETS 300 036, -which uses RPE/LTP (residual pulse excitation/long term prediction) -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. +Contains binaries for a GSM speech compressor, verified against the +ETSI standard test patterns. + +libgsm implements the European GSM 06.10 provisional standard for +full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP +(residual pulse excitation/long term prediction) coding at 13 kbit/s. +GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling +rate) into 260 bits. + +The front-end is modeled after the historic compress(1) utility. %package devel Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities @@ -104,21 +80,16 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors Requires: libgsm1 = %{version} %description devel -Contains libraries and binaries for a GSM speech compressor. libgsm -contains a standard implementation of the European GSM 06.10 -provisional standard for full-rate speech transcoding, prI-ETS 300 036, -which uses RPE/LTP (residual pulse excitation/long term prediction) -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. +Contains the development kit for the libgsm speech compressor. + +libgsm implements the European GSM 06.10 provisional standard for +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 (8 kHz sampling rate) into 260 bits. + +This implementation turns frames of 160 16-bit linear samples into +33-byte frames (1650 bytes/s) and has been verified against the ETSI +standard test patterns. %prep %setup -n %{_name}-%{_version}