]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8867 Adding changes to the debian package building
authorWilliam King <william.king@quentustech.com>
Thu, 25 Feb 2016 00:13:29 +0000 (16:13 -0800)
committerWilliam King <william.king@quentustech.com>
Thu, 25 Feb 2016 00:13:29 +0000 (16:13 -0800)
debian/bootstrap.sh
debian/util.sh

index f9c599acdfecdc34f9ccfa5f6a9a9d78c7698c0e..5ee809f693e93177826757988ff238c42cf3f472 100755 (executable)
@@ -336,7 +336,7 @@ Build-Depends:
  libedit-dev (>= 2.11),
  libsqlite3-dev,
  wget, pkg-config,
- libyuv-dev, libvpx-dev (>= 1.4.0) | libvpx2-dev,
+ libyuv-dev, yasm,
 # core codecs
  libogg-dev, libspeex-dev, libspeexdsp-dev,
 # configure options
@@ -370,7 +370,7 @@ Conflicts: $(list_freeswitch_all_replaces)
 Depends: \${shlibs:Depends}, \${perl:Depends}, \${misc:Depends},
  freeswitch-music-default (>= 1.0.8),
  freeswitch-sounds-en-us-callie (>= 1.0.25) | freeswitch-sounds,
- libyuv, libvpx (>= 1.4.0) | libvpx2,
+ libyuv, yasm,
  $(debian_wrap "${mod_depends}")
 Recommends:
  $(debian_wrap "${mod_recommends}")
@@ -395,7 +395,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch
 Package: libfreeswitch1
 Architecture: any
 Depends: \${shlibs:Depends}, \${misc:Depends},
- libyuv, libvpx (>= 1.4.0) | libvpx2
+ libyuv, yasm
 Recommends:
 Suggests: libfreeswitch1-dbg
 Description: Cross-Platform Scalable Multi-Protocol Soft Switch
index 1f713462b9ee045fe654bdf9acfa97321f6ada84..3c481a3aa334f436d816dc0dba48cc9f8c49bcac 100755 (executable)
@@ -445,7 +445,7 @@ build_all () {
   [ -n "$distros" ] || distros="$(default_distros)"
   ! $depinst || aptitude install -y \
     rsync git less cowbuilder ccache \
-    devscripts equivs build-essential
+    devscripts equivs build-essential yasm
   [ -n "$orig" ] || orig="$(create_orig $orig_opts HEAD | tail -n1)"
   if [ -n "$modlist" ]; then
     local modtmp="$(mktemp /tmp/modules-XXXXXXXXXX.conf)"