From: Jaroslav Kysela Date: Fri, 25 Mar 2016 18:54:06 +0000 (+0100) Subject: doozer: remove old x264 dependency, add dvb-apps for linuxdvb CAM support X-Git-Tag: v4.2.1~813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6039b32c1a60de9559c9535c6502a299628d30f8;p=thirdparty%2Ftvheadend.git doozer: remove old x264 dependency, add dvb-apps for linuxdvb CAM support --- diff --git a/.doozer.json b/.doozer.json index 0793be8a7..7bbacd8f1 100644 --- a/.doozer.json +++ b/.doozer.json @@ -16,7 +16,8 @@ "bzip2", "git-core", "liburiparser-dev", - "python" + "python", + "dvb-apps" ], "buildcmd": [ @@ -40,12 +41,12 @@ "bzip2", "git-core", "liburiparser-dev", - "libx264-dev", - "python" + "python", + "dvb-apps" ], "buildcmd": [ - "./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static", + "./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static", "make -j ${PARALLEL}" ] }, @@ -65,7 +66,8 @@ "bzip2", "git-core", "liburiparser-dev", - "python" + "python", + "dvb-apps" ], "buildcmd": [ @@ -89,12 +91,12 @@ "bzip2", "git-core", "liburiparser-dev", - "libx264-dev", - "python" + "python", + "dvb-apps" ], "buildcmd": [ - "./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static", + "./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static", "make -j ${PARALLEL}" ] }, @@ -114,7 +116,8 @@ "bzip2", "git-core", "liburiparser-dev", - "python" + "python", + "dvb-apps" ], "buildcmd": [ @@ -138,12 +141,12 @@ "bzip2", "git-core", "liburiparser-dev", - "libx264-dev", - "python" + "python", + "dvb-apps" ], "buildcmd": [ - "./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static", + "./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static", "make -j ${PARALLEL}" ] }