Skip to content
Snippets Groups Projects
Commit 5112710b authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee Committed by Guillaume Roguez
Browse files

contrib: Fix dependencies issues

Also add a missing (optional) file to the debian control.
This will make compilation faster on the docker cloud
as it wont have to fetch it from contrib every time

Refs #63305

Change-Id: I5ed37c011b42bd88153a2b2d8d7ad15bef04ccee
parent b5b62820
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
GCRYPT_VERSION := 1.6.2
GCRYPT_URL := ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
PKGS += gcrypt
$(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2:
$(call download,$(GCRYPT_URL))
......
# x264
X264_GITURL := git://git.videolan.org/x264.git
X264_SNAPURL := http://git.videolan.org/?p=x264.git;a=snapshot;h=HEAD;sf=tgz
X262_GITURL := git://git.videolan.org/x262.git
X264_SNAPURL := http://download.videolan.org/contrib/x264-git.tar.gz
ifeq ($(call need_pkg,"x264 >= 0.86"),)
PKGS_FOUND += x264
......@@ -26,9 +24,6 @@ ifdef HAVE_CROSS_COMPILE
X264CONF += --cross-prefix="$(HOST)-"
endif
$(TARBALLS)/x264-git.tar.xz:
$(call download_git,$(X264_GITURL))
$(TARBALLS)/x264-git.tar.gz:
$(call download,$(X264_SNAPURL))
......
......@@ -2,7 +2,7 @@ Source: sflphone-daemon-video
Maintainer: SavoirFaireLinux Inc <julien.bonjean@savoirfairelinux.com>
Section: gnome
Priority: optional
Build-Depends: debhelper (>= 7.0.50), libgcc1, autoconf, automake, libpulse-dev, libsamplerate0-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libopus-dev, libspeexdsp-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev, libgnutls-dev, libpcre3-dev, libyaml-cpp-dev, libboost-dev, libdbus-c++-dev, libsndfile1-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libavdevice-dev, libavutil-dev, libudev-dev, libpjproject-dev, libsrtp-dev, libjack-dev
Build-Depends: debhelper (>= 7.0.50), libgcc1, autoconf, automake, libpulse-dev, libsamplerate0-dev, libccrtp-dev, libgsm1-dev, libspeex-dev, libtool, libdbus-1-dev, libasound2-dev, libopus-dev, libspeexdsp-dev, libexpat1-dev, libzrtpcpp-dev, libssl-dev, libgnutls-dev, libpcre3-dev, libyaml-cpp-dev, libboost-dev, libdbus-c++-dev, libsndfile1-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libavdevice-dev, libavutil-dev, libudev-dev, libpjproject-dev, libsrtp-dev, libjack-dev, libvpx-dev
Standards-Version: 3.7.3
Package: sflphone-daemon-video
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment