Accepting request 488181 from home:mnhauke:sdr-devel
- Update to version 0.6 OBS-URL: https://build.opensuse.org/request/show/488181 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/codec2?expand=0&rev=7
This commit is contained in:
parent
679810781e
commit
520d8f25e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7cf14b02763ffdcd231027f9811b06862790bf76d900ba9443d2a57f4ce7b38
|
||||
size 7862968
|
3
codec2-0.6.tar.xz
Normal file
3
codec2-0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57754bf3507a7ac9f9402cae054787a3572bea6a791137cdd5fa35f6c5af1144
|
||||
size 8352824
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 09:10:20 UTC 2017 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 12:08:03 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
13
codec2.spec
13
codec2.spec
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define libname lib%{name}-0_5
|
||||
%define libname lib%{name}-0_6
|
||||
Name: codec2
|
||||
Version: 0.5.1
|
||||
Version: 0.6
|
||||
Release: 0
|
||||
Summary: Low bit rate speech codec
|
||||
# octave and asterisk directories contain GPL-2.0 licensed code but its not
|
||||
@ -31,6 +31,7 @@ Source1: %{name}-rpmlintrc
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(samplerate)
|
||||
BuildRequires: pkgconfig(speex)
|
||||
BuildRequires: pkgconfig(speexdsp)
|
||||
|
||||
@ -40,7 +41,6 @@ between 700 and 3200 bit/s.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Low bit rate speech codec
|
||||
Summary: Low bit rate speech codec
|
||||
License: LGPL-2.1
|
||||
Group: System/Libraries
|
||||
|
||||
@ -61,6 +61,7 @@ between 700 and 3200 bit/s.
|
||||
%package examples
|
||||
Summary: Example code for Codec 2
|
||||
License: GPL-2.0 AND LGPL-2.1
|
||||
Group: Productivity/Hamradio/Other
|
||||
Requires: %{name}-devel = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -77,7 +78,6 @@ Example code for Codec 2, including test voices and matlab/octave files.
|
||||
-Wno-dev
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
@ -91,7 +91,7 @@ libdir=\${exec_prefix}/%{_lib}
|
||||
|
||||
Name: codec2
|
||||
Version: %{version}
|
||||
License: GPL-2.0 AND LGPL-2.1
|
||||
License: GPL-2.0 and LGPL-2.1
|
||||
Description: Low bit rate speech codec for two-way radio
|
||||
Cflags: -I\${includedir}
|
||||
Libs: -L\${libdir} -l%{name}
|
||||
@ -107,6 +107,8 @@ EOF
|
||||
%{_bindir}/c2demo
|
||||
%{_bindir}/c2enc
|
||||
%{_bindir}/c2sim
|
||||
%{_bindir}/drs232
|
||||
%{_bindir}/drs232_ldpc
|
||||
%{_bindir}/fdmdv_demod
|
||||
%{_bindir}/fdmdv_get_test_bits
|
||||
%{_bindir}/fdmdv_interleave
|
||||
@ -114,6 +116,7 @@ EOF
|
||||
%{_bindir}/fdmdv_put_test_bits
|
||||
%{_bindir}/fec_dec
|
||||
%{_bindir}/fec_enc
|
||||
%{_bindir}/fsk_mod
|
||||
%{_bindir}/fm_demod
|
||||
%{_bindir}/insert_errors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user