From: Andreas Smas Date: Fri, 18 Aug 2017 16:34:52 +0000 (-0700) Subject: Doozer: Add builds for stretch X-Git-Tag: v4.2.4~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d407a78a51acdf044f745a202cf4a8eee5d5b5d1;p=thirdparty%2Ftvheadend.git Doozer: Add builds for stretch --- diff --git a/.doozer.json b/.doozer.json index 0891db3e0..c12a1318e 100644 --- a/.doozer.json +++ b/.doozer.json @@ -256,6 +256,60 @@ "support/bintray.py publish filelist.txt" ] }, + "stretch-i386": { + "buildenv": "stretch-i386", + "builddeps": [ + "lsb-release", + "cmake", + "git", + "build-essential", + "pkg-config", + "gettext", + "libavahi-client-dev", + "libssl-dev", + "zlib1g-dev", + "wget", + "bzip2", + "git-core", + "liburiparser-dev", + "libpcre3-dev", + "python", + "dvb-apps", + "debhelper", + "ccache" + ], + "buildcmd": [ + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "support/bintray.py publish filelist.txt" + ] + }, + "stretch-amd64": { + "buildenv": "stretch-amd64", + "builddeps": [ + "lsb-release", + "cmake", + "git", + "build-essential", + "pkg-config", + "gettext", + "libavahi-client-dev", + "libssl-dev", + "zlib1g-dev", + "wget", + "bzip2", + "git-core", + "liburiparser-dev", + "libpcre3-dev", + "python", + "dvb-apps", + "debhelper", + "ccache" + ], + "buildcmd": [ + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "support/bintray.py publish filelist.txt" + ] + }, "xenial-armhf": { "buildenv": "xenial-armhf", "builddeps": [