Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer targets for vivid
  • Loading branch information
lekma authored and perexg committed Oct 14, 2015
1 parent 04bccfb commit c8edc9d
Showing 1 changed file with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions .doozer.json
Expand Up @@ -38,7 +38,7 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev",
"libx264-dev",
"python"
],

Expand Down Expand Up @@ -85,7 +85,54 @@
"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"
],

Expand Down

0 comments on commit c8edc9d

Please sign in to comment.