Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564333
en ru br
ALT Linux repos
S:1.3.0-alt4

Group :: Engineering
RPM: mbelib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:     mbelib
Version:  1.3.0
Release:  alt4

Summary:  P25 Phase 1 and ProVoice vocoder
License:  ISC
Group:    Engineering
Url:      https://github.com/szechyjs/mbelib

Packager: Anton Midyukov <antohami at altlinux.org>

Source:   %name-%version.tar
Patch:    cmakelibdir.patch

BuildRequires(pre): rpm-macros-cmake
BuildRequires: cmake gcc-c++

%description
mbelib supports the 7200x4400 bit/s codec used in P25 Phase 1,
the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"
3600x2250 bit/s vocoder used in various radio systems.

%package devel
Summary:  Development files for mbelib
Group:    Development/Other
Requires: %name = %version-%release

%description devel
Development files for mbelib

%prep
%setup
%patch -p1 -b .cmakelibdir

%build
%cmake
%cmake_build

%install
%cmakeinstall_std

# remove unpackaged static libraries

rm %buildroot%_libdir/*.a

%files
%doc README.md COPYRIGHT CHANGELOG
%_libdir/libmbe.so.*

%files devel
%_includedir/mbelib.h
%_libdir/libmbe.so

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin