diff options
Diffstat (limited to 'media/video/vlc/vlc.mkbuild')
-rw-r--r-- | media/video/vlc/vlc.mkbuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/media/video/vlc/vlc.mkbuild b/media/video/vlc/vlc.mkbuild index c98f8af..593e2f3 100644 --- a/media/video/vlc/vlc.mkbuild +++ b/media/video/vlc/vlc.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://download.videolan.org/pub/videolan/vlc/0.8.6i/vlc-0.8.6i.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://download.videolan.org/pub/videolan/vlc/0.9.9a/vlc-0.9.9a.tar.bz2" # # Dependency list input @@ -34,7 +34,13 @@ # # Other configure arguments -[[OTHER CONFIGURE ARGS]]="--enable-theora --enable-dv --enable-v4l --enable-real --enable-dc1394 --enable-realrtsp --enable-flac --enable-snapshot --enable-aa --enable-jack --enable-shout" +# +# - Using --disable-dc1394 is a temporary workaround; please substitute +# by --enable-dc1394 when possible. +# +# - Remove "--disable-qt4 --disable-skins2" when qt4 is available. +# +[[OTHER CONFIGURE ARGS]]="--enable-theora --enable-dv --enable-v4l --enable-real --enable-realrtsp --enable-flac --enable-snapshot --enable-aa --enable-jack --enable-shout --disable-dc1394 --disable-qt4 --disable-skins2" # # Documentation files. Null ("") to auto-set commom doc-files: @@ -65,6 +71,7 @@ off: create_build_user_and_group off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |