]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
doozer: add cosmic cuttlefish
authormpmc <hello@markclarkstone.co.uk>
Wed, 3 Oct 2018 09:46:47 +0000 (10:46 +0100)
committerperexg <perex@perex.cz>
Wed, 3 Oct 2018 10:07:36 +0000 (12:07 +0200)
.doozer.json
Autobuild/cosmic-amd64.sh [new file with mode: 0644]
Autobuild/cosmic-i386.sh [new file with mode: 0644]

index 39a53c4708aaaa205b26941acf4bba89dc202dac..eb1d94e6efb1dadbc3cf4be8297503ec1b9ef428 100644 (file)
         "support/bintray.py publish filelist.txt",
       ]
     },
+    "cosmic-amd64": {
+      "buildenv": "docker:ubuntu:cosmic",
+      "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-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
+        "support/bintray.py publish filelist.txt",
+      ]
+    },
+    "cosmic-i386": {
+      "buildenv": "docker:i386/ubuntu:cosmic",
+      "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-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}",
+        "support/bintray.py publish filelist.txt",
+      ]
+    },
   }
 }
diff --git a/Autobuild/cosmic-amd64.sh b/Autobuild/cosmic-amd64.sh
new file mode 100644 (file)
index 0000000..98c4128
--- /dev/null
@@ -0,0 +1,3 @@
+AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=x86_64"
+DEBDIST=cosmic
+source Autobuild/debian.sh
diff --git a/Autobuild/cosmic-i386.sh b/Autobuild/cosmic-i386.sh
new file mode 100644 (file)
index 0000000..776f107
--- /dev/null
@@ -0,0 +1,3 @@
+AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686"
+DEBDIST=cosmic
+source Autobuild/debian.sh