]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
doozer targets for vivid
authorlekma <lekmalek@gmail.com>
Wed, 14 Oct 2015 12:58:36 +0000 (14:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 14 Oct 2015 13:28:36 +0000 (15:28 +0200)
.doozer.json

index ec69d8ab64d5bd023c812c06a5bb63b3203f5068..45401be5c80e8c60be89587ee98258743d0d9b4b 100644 (file)
@@ -38,7 +38,7 @@
         "bzip2",
         "git-core",
         "liburiparser-dev",
-       "libx264-dev",
+        "libx264-dev",
         "python"
       ],
 
         "bzip2",
         "git-core",
         "liburiparser-dev",
-       "libx264-dev",
+        "libx264-dev",
+        "python"
+      ],
+
+      "buildcmd": [
+        "./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static",
+        "make -j ${PARALLEL}"
+      ]
+    },
+
+    "vivid-amd64": {
+      "buildenv": "vivid-amd64",
+      "builddeps": [
+        "git",
+        "build-essential",
+        "pkg-config",
+        "gettext",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "git-core",
+        "liburiparser-dev",
+        "python"
+      ],
+
+      "buildcmd": [
+        "./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
+        "make -j ${PARALLEL}"
+      ]
+    },
+
+    "vivid-i386": {
+      "buildenv": "vivid-i386",
+      "builddeps": [
+        "git",
+        "build-essential",
+        "pkg-config",
+        "gettext",
+        "libavahi-client-dev",
+        "libssl-dev",
+        "zlib1g-dev",
+        "wget",
+        "bzip2",
+        "git-core",
+        "liburiparser-dev",
+        "libx264-dev",
         "python"
       ],