Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37369364
en ru br
ALT Linux repos
S:1.1.1-alt1

Group :: Communications
RPM: libbcg729

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libbcg729-1.1.1-alt1.patch
Download


 .gear/libbcg729.spec                               | 67 ++++++++++++++++++++++
 .gear/rules                                        |  3 +
 .../tags/c210a50a82a6011d9a3200b001621d87c0144c07  |  6 ++
 .gear/tags/list                                    |  1 +
 4 files changed, 77 insertions(+)
diff --git a/.gear/libbcg729.spec b/.gear/libbcg729.spec
new file mode 100644
index 0000000..8681481
--- /dev/null
+++ b/.gear/libbcg729.spec
@@ -0,0 +1,67 @@
+Summary: Opensource implementation of the ITU G729 Annex A/B speech codec
+Name: libbcg729
+Version: 1.1.1
+Release: alt1
+License: GPLv3
+Group: Communications
+Url: http://www.belledonne-communications.com
+# https://github.com/BelledonneCommunications/bcg729
+Source: %name-%version.tar
+Patch0: %name-%version-%release.patch
+BuildRequires: cmake
+
+%description
+The library written in C 99 is fully portable and can be executed on many
+platforms including both ARM and x86 processors. libbcg729 supports concurrent
+channels encoding/decoding for multi call application such as conferencing.
+This project was initially developed as part of Mediastreamer2,
+the Linphone's media processing engine. This is why it also contains the
+glue to be integrated in Linphone/Mediastreamer2.
+
+%package devel
+Summary: Development files for %name
+Group: Development/C
+Requires: %name = %EVR
+
+%description devel
+This package contains the header files and libraries for
+building programs which use %name.
+
+%prep
+%setup
+%patch0 -p1
+
+
+%build
+%cmake -DCMAKE_SKIP_INSTALL_RPATH=ON -DENABLE_TESTS=YES -DENABLE_STATIC=NO
+%cmake_build
+
+%install
+%cmakeinstall_std
+
+%files
+%doc AUTHORS.md CHANGELOG.md README.md
+%_libdir/%name.*
+
+%files devel
+%_includedir/bcg729
+%_pkgconfigdir/%name.pc
+%_datadir/Bcg729
+
+%changelog
+* Sun Dec 05 2021 Anton Farygin <rider@altlinux.ru> 1.1.1-alt1
+- 1.0.4 -> 1.1.1
+
+* Tue Mar 19 2019 Anton Farygin <rider@altlinux.ru> 1.0.4-alt1
+- updated to 1.0.4
+- switch to cmake
+- rewritten specfile
+
+* Fri Aug 14 2015 Konstantin Artyushkin <akv@altlinux.org> 0.1-alt2
+- incrementing Release for Sisyphus. Must be +1 then p(7/6/5) 
+
+* Mon Feb 16 2015 Konstantin Artyushkin <akv@altlinux.org> 0.1-alt1
+- initial build for ALT Linux Sisyphus
+
+* Mon Jan 12 2014 Margaux Clerc <margaux.clerc@belledonne-communications.com> 
+- Creation of rpm for linphone
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..116b49c
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: @version@:.
+diff: @version@:. .
+spec: .gear/libbcg729.spec
diff --git a/.gear/tags/c210a50a82a6011d9a3200b001621d87c0144c07 b/.gear/tags/c210a50a82a6011d9a3200b001621d87c0144c07
new file mode 100644
index 0000000..011536d
--- /dev/null
+++ b/.gear/tags/c210a50a82a6011d9a3200b001621d87c0144c07
@@ -0,0 +1,6 @@
+object faaa895862165acde6df8add722ba4f85a25007d
+type commit
+tag 1.1.1
+tagger Johan Pascal <johan.pascal@belledonne-communications.com> 1606078234 +0100
+
+1.1.1
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..766226f
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+c210a50a82a6011d9a3200b001621d87c0144c07 1.1.1
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin