]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add automatic builds for Ubuntu 14.04
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 10 Jul 2014 19:31:59 +0000 (21:31 +0200)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 10 Jul 2014 19:31:59 +0000 (21:31 +0200)
.doozer.json

index ec113a33669f5d63d1dd98cc0f0fa10b0c925c47..d990da83185040a0889be8118c27e7462860ca14 100644 (file)
@@ -1,9 +1,8 @@
 {
   "targets": {
-    "precise-amd64": {
 
+    "precise-amd64": {
       "buildenv": "precise-amd64",
-
       "builddeps": [
         "git",
         "build-essential",
         "bzip2",
         "libcurl4-gnutls-dev",
         "git-core",
-        "liburiparser-dev"
+        "liburiparser-dev",
+        "libavformat-dev",
+        "libswscale-dev",
+        "libavcodec-dev"
       ],
 
       "buildcmd": [
     },
 
     "precise-i386": {
-
       "buildenv": "precise-i386",
+      "builddeps": [
+        "git",
+        "build-essential",
+        "pkg-config",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "libcurl4-gnutls-dev",
+        "git-core",
+        "liburiparser-dev",
+        "libavformat-dev",
+        "libswscale-dev",
+        "libavcodec-dev"
+      ],
+
+      "buildcmd": [
+        "./configure --disable-dvbscan",
+        "make -j ${PARALLEL}"
+      ]
+    },
+
+    "trusty-amd64": {
+      "buildenv": "trusty-amd64",
+      "builddeps": [
+        "git",
+        "build-essential",
+        "pkg-config",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "libcurl4-gnutls-dev",
+        "git-core",
+        "liburiparser-dev",
+        "libavformat-dev",
+        "libswscale-dev",
+        "libavcodec-dev"
+      ],
+
+      "buildcmd": [
+        "./configure --disable-dvbscan",
+        "make -j ${PARALLEL}"
+      ]
+    },
 
+    "trusty-i386": {
+      "buildenv": "trusty-i386",
       "builddeps": [
         "git",
         "build-essential",
         "bzip2",
         "libcurl4-gnutls-dev",
         "git-core",
-        "liburiparser-dev"
+        "liburiparser-dev",
+        "libavformat-dev",
+        "libswscale-dev",
+        "libavcodec-dev"
       ],
 
       "buildcmd": [