[Lunar-commits] <moonbase-other> mkvtoolnix: There are no switches for bzip2 and lzo, removing.
stumbles
stumbles at lunar-linux.org
Sun Jun 9 23:27:14 CEST 2013
commit 6b2d534d65a8e9a3e3c4e989894c146f69b634cd
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 09 Jun 2013 14:26:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6b2d534d65a8e9a3e3c4e989894c146f69b634cd
mkvtoolnix: There are no switches for bzip2 and lzo, removing.
---
video/mkvtoolnix/BUILD | +0/-3
video/mkvtoolnix/DEPENDS | +5/-29
2 files changed, 5 insertions(+), 32 deletions(-)
--- a/video/mkvtoolnix/BUILD
+++ b/video/mkvtoolnix/BUILD
@@ -1,4 +1,3 @@
-(
if in_depends $MODULE qt4 ; then
. /etc/profile.d/qt4.rc &&
@@ -11,5 +10,3 @@
prepare_install &&
./drake install
-
-) > $C_FIFO 2>&1
--- a/video/mkvtoolnix/DEPENDS
+++ b/video/mkvtoolnix/DEPENDS
@@ -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"
More information about the Lunar-commits
mailing list