"support/bintray.py publish filelist.txt"
]
},
+ "bullseye-amd64": {
+ "buildenv": "docker:debian:bullseye",
+ "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",
+ "libdvbcsa-dev",
+ "python",
+ "python3-requests",
+ "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"
+ ]
+ },
+ "bullseye-i386": {
+ "buildenv": "docker:i386/debian:bullseye",
+ "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",
+ "libdvbcsa-dev",
+ "python",
+ "python3-requests",
+ "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"
+ ]
+ },
+ "sid-amd64": {
+ "buildenv": "docker:debian:sid",
+ "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",
+ "libdvbcsa-dev",
+ "python",
+ "python3-requests",
+ "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"
+ ]
+ },
+ "sid-i386": {
+ "buildenv": "docker:i386/debian:sid",
+ "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",
+ "libdvbcsa-dev",
+ "python",
+ "python3-requests",
+ "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"
+ ]
+ },
"raspbian-jessie": {
"buildenv": "raspbian-jessie",
"builddeps": [