valenciaj / bcg729-deb

Debian package for the Bcg729 G.729 codec library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSSO build of the Bcg729 shared library (G729 speech codec)

Using Docker:

./Docker.build

If the build succeeds, the built Debian packages are placed inside (a subdirectory of) Docker.out/.

Manual build

Get source:

VER=1.0.4
curl \
  https://codeload.github.com/BelledonneCommunications/bcg729/tar.gz/$VER \
  >bcg729_$VER.orig.tar.gz
tar zxf bcg729_$VER.orig.tar.gz

Setup debian/ dir:

cd bcg729-$VER
git clone https://github.com/ossobv/bcg729-deb.git debian

Optionally alter debian/changelog and then build:

dpkg-buildpackage -us -uc -sa

About

Debian package for the Bcg729 G.729 codec library

License:Other


Languages

Language:Dockerfile 69.9%Language:Shell 16.3%Language:Makefile 13.8%