diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-25 18:18:33 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-25 18:18:33 +0000 |
commit | 0acad88550b0d36d7195ee729956859b3b63439d (patch) | |
tree | 978f1633dc59b47c14e2a2c07b5ad4c5b6753c96 /media/video/vlc/vlc.mkbuild | |
parent | 51acfd4c59df71d95bd3dbd02819352cb4d5db5f (diff) | |
download | mkbuilds-0acad88550b0d36d7195ee729956859b3b63439d.tar.gz mkbuilds-0acad88550b0d36d7195ee729956859b3b63439d.tar.bz2 |
vlc: updating vlc, dependencies and other stuff
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@430 18ef50b8-d735-4ccd-97c1-689132df3dd9
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 |