]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Doozer: Add builds for stretch
authorAndreas Smas <andreas@lonelycoder.com>
Fri, 18 Aug 2017 16:34:52 +0000 (09:34 -0700)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Aug 2017 09:05:45 +0000 (11:05 +0200)
.doozer.json
Autobuild/stretch-amd64.sh [new file with mode: 0644]
Autobuild/stretch-i386.sh [new file with mode: 0644]

index 5ad20106c3a1e76bd20f74e25b11ae4aa58dfb94..0891db3e02daf4b041f3c5bffe510303a383d7cc 100644 (file)
         "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": [
diff --git a/Autobuild/stretch-amd64.sh b/Autobuild/stretch-amd64.sh
new file mode 100644 (file)
index 0000000..bfbd452
--- /dev/null
@@ -0,0 +1,3 @@
+AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=x86_64"
+DEBDIST=stretch
+source Autobuild/debian.sh
diff --git a/Autobuild/stretch-i386.sh b/Autobuild/stretch-i386.sh
new file mode 100644 (file)
index 0000000..05ce848
--- /dev/null
@@ -0,0 +1,3 @@
+AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686"
+DEBDIST=stretch
+source Autobuild/debian.sh