]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
autobuild: add build target for raspbian-buster
authormpmc <mpmc@users.noreply.github.com>
Mon, 1 Jul 2019 06:37:30 +0000 (07:37 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 15 Oct 2019 07:03:12 +0000 (09:03 +0200)
.doozer.json
Autobuild/raspbianbuster-armhf.sh [new file with mode: 0644]

index 7ca2a318934f12d7f41601cc7d11353ae0f064bb..69803f62dbab566234d80124d40a8513a0c59b18 100644 (file)
         "support/bintray.py publish filelist.txt"
       ]
     },
+    "raspbian-buster": {
+      "buildenv": "raspbian-buster",
+      "builddeps": [
+        "cmake",
+        "git",
+        "build-essential",
+        "pkg-config",
+        "gettext",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "git-core",
+        "liburiparser-dev",
+        "libpcre2-dev",
+        "libdvbcsa-dev",
+        "python",
+        "python-requests",
+        "debhelper",
+        "ccache"
+      ],
+      "buildcmd": [
+        "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t raspbianbuster-armhf -j ${PARALLEL} -w ${WORKDIR}",
+        "support/bintray.py publish filelist.txt"
+      ]
+    },
     "fedora28-x86_64": {
       "buildenv": "docker:fedora:28",
       "builddeps": [
diff --git a/Autobuild/raspbianbuster-armhf.sh b/Autobuild/raspbianbuster-armhf.sh
new file mode 100644 (file)
index 0000000..ddfd4d8
--- /dev/null
@@ -0,0 +1,3 @@
+AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=armhf"
+DEBDIST=raspbianbuster
+source Autobuild/debian.sh