Skip to content

Debian package for the Bcg729 G.729 codec library

Notifications You must be signed in to change notification settings

sashasaturn/bcg729-deb

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.9%
  • Shell 16.3%
  • Makefile 13.8%