Skip to content

Commit

Permalink
mkvtoolnix: There are no switches for bzip2 and lzo, removing.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Jun 9, 2013
1 parent 303c040 commit 6b2d534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
3 changes: 0 additions & 3 deletions video/mkvtoolnix/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(

if in_depends $MODULE qt4 ; then
. /etc/profile.d/qt4.rc &&
Expand All @@ -11,5 +10,3 @@

prepare_install &&
./drake install

) > $C_FIFO 2>&1
34 changes: 5 additions & 29 deletions video/mkvtoolnix/DEPENDS
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,9 @@ depends libmatroska
depends libvorbis
depends ruby

optional_depends "curl" "--with-curl" "--without-curl" "for curl support"
optional_depends "flac" "--with-flac" "--without-flac" "for flac audio codec"
optional_depends "boost" "--with-boost" "--without-boost" "for boost support"

optional_depends "bzip2" \
"--enable-bz2" \
"--disable-bz2" \
"for bzip compression support"

optional_depends "lzo" \
"--enable-lzo" \
"--disable-lzo" \
"for lzo support"

optional_depends "flac" \
"--with-flac" \
"--without-flac" \
"for flac audio codec"

optional_depends "boost" \
"--with-boost" \
"--without-boost" \
"for boost support"

optional_depends "qt4" \
"--enable-qt --enable-gui" \
"--disable-qt" \
"for Qt based GUI"

optional_depends "wxGTK" \
"--enable-wxwidgets --enable-gui" \
"--disable-wxwidgets" \
"for wxwidget gui support"
optional_depends "qt4" "--enable-qt --enable-gui" "--disable-qt" "for Qt based GUI"
optional_depends "wxGTK" "--enable-wxwidgets --enable-gui" "--disable-wxwidgets" "for wxwidget gui support"

0 comments on commit 6b2d534

Please sign in to comment.