Accepting request 337815 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/337815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgsm?expand=0&rev=23
This commit is contained in:
commit
8ebb9f6702
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:049b22cb81295b573d3d501c6ab80a9ac651232b25c76f03d2678bace76d31ca
|
|
||||||
size 57575
|
|
3
gsm-1.0.14.tar.gz
Normal file
3
gsm-1.0.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5814a16a30b3c026871b3739812dc4a2a84299331182c987da1c212c93e9352c
|
||||||
|
size 62372
|
@ -139,19 +139,6 @@
|
|||||||
#include "gsm.h"
|
#include "gsm.h"
|
||||||
|
|
||||||
#ifndef S_ISREG
|
#ifndef S_ISREG
|
||||||
--- gsm-1.0-pl12/src/code.c
|
|
||||||
+++ gsm-1.0-pl12/src/code.c
|
|
||||||
@@ -9,8 +9,8 @@
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
|
|
||||||
-#ifdef HAS_STDLIB_H
|
|
||||||
-#include <stdlib.h>
|
|
||||||
+#ifdef HAS_STRING_H
|
|
||||||
+#include <string.h>
|
|
||||||
#else
|
|
||||||
# include "proto.h"
|
|
||||||
extern char * memcpy P((char *, char *, int));
|
|
||||||
--- gsm-1.0-pl12/src/debug.c
|
--- gsm-1.0-pl12/src/debug.c
|
||||||
+++ gsm-1.0-pl12/src/debug.c
|
+++ gsm-1.0-pl12/src/debug.c
|
||||||
@@ -49,7 +49,7 @@
|
@@ -49,7 +49,7 @@
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 10 14:06:43 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.0.14
|
||||||
|
* No changelog available
|
||||||
|
- Update libgsm-1.0.13.patch
|
||||||
|
- Use download Url as source
|
||||||
|
- Remove depreciated AUTHORS and clean sections
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 20 07:40:53 UTC 2013 - mardnh@gmx.de
|
Tue Aug 20 07:40:53 UTC 2013 - mardnh@gmx.de
|
||||||
|
|
||||||
|
41
libgsm.spec
41
libgsm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgsm
|
# spec file for package libgsm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products 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
|
||||||
@ -18,17 +18,17 @@
|
|||||||
|
|
||||||
Name: libgsm
|
Name: libgsm
|
||||||
%define _name gsm
|
%define _name gsm
|
||||||
Version: 1.0.13
|
Version: 1.0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
%define _version 1.0-pl13
|
%define _version 1.0-pl14
|
||||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: http://www.quut.com/gsm/%{_name}-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Url: http://www.quut.com/gsm/
|
Url: http://www.quut.com/gsm/
|
||||||
# This is a Debian patch file with debian chunks removed.
|
# This is a Debian patch file with debian chunks removed.
|
||||||
Patch: %{name}-%{version}.patch
|
Patch: %{name}-1.0.13.patch
|
||||||
Patch1: libgsm-paths.patch
|
Patch1: libgsm-paths.patch
|
||||||
Patch2: libgsm-include.patch
|
Patch2: libgsm-include.patch
|
||||||
Patch3: libgsm-strict-aliasing.patch
|
Patch3: libgsm-strict-aliasing.patch
|
||||||
@ -51,13 +51,6 @@ and a library API. Compression and decompression run faster than
|
|||||||
real-time on most SPARC stations. The implementation has been verified
|
real-time on most SPARC stations. The implementation has been verified
|
||||||
against the ETSI standard test patterns.
|
against the ETSI standard test patterns.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jutta Degener <jutta@pobox.com>
|
|
||||||
Carsten Bormann
|
|
||||||
|
|
||||||
%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
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
@ -82,13 +75,6 @@ and a library API. Compression and decompression run faster than
|
|||||||
real-time on most SPARC stations. The implementation has been verified
|
real-time on most SPARC stations. The implementation has been verified
|
||||||
against the ETSI standard test patterns.
|
against the ETSI standard test patterns.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jutta Degener <jutta@pobox.com>
|
|
||||||
Carsten Bormann
|
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
@ -112,13 +98,6 @@ and a library API. Compression and decompression run faster than
|
|||||||
real-time on most SPARC stations. The implementation has been verified
|
real-time on most SPARC stations. The implementation has been verified
|
||||||
against the ETSI standard test patterns.
|
against the ETSI standard test patterns.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jutta Degener <jutta@pobox.com>
|
|
||||||
Carsten Bormann
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
Summary: GSM 06.10 Lossy Speech Compressor Library and Utilities
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
@ -141,13 +120,6 @@ and a library API. Compression and decompression run faster than
|
|||||||
real-time on most SPARC stations. The implementation has been verified
|
real-time on most SPARC stations. The implementation has been verified
|
||||||
against the ETSI standard test patterns.
|
against the ETSI standard test patterns.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jutta Degener <jutta@pobox.com>
|
|
||||||
Carsten Bormann
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{_name}-%{_version}
|
%setup -n %{_name}-%{_version}
|
||||||
%patch -p1
|
%patch -p1
|
||||||
@ -171,9 +143,6 @@ cp -d lib/libgsm.so* $RPM_BUILD_ROOT%{_libdir}
|
|||||||
cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/
|
cp inc/{private.h,proto.h,unproto.h} $RPM_BUILD_ROOT%{_includedir}/gsm/
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.a
|
%{__rm} -f %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libgsm1 -p /sbin/ldconfig
|
%post -n libgsm1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgsm1 -p /sbin/ldconfig
|
%postun -n libgsm1 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user