diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-07 21:53:38 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-07 21:53:38 +0000 |
commit | 6e58709e2cf05ea7d715ee6995e04db4ac105b6c (patch) | |
tree | 0621565fc2265c15e70f716e16c5606e28fb255f /media | |
parent | 006c479a8704d830aa7178bf0048a00345dec701 (diff) | |
download | mkbuilds-6e58709e2cf05ea7d715ee6995e04db4ac105b6c.tar.gz mkbuilds-6e58709e2cf05ea7d715ee6995e04db4ac105b6c.tar.bz2 |
libzrtpcpp: adding libzrtpcpp
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@419 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'media')
-rw-r--r-- | media/libs/speex/speex.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libs/speex/speex.mkbuild b/media/libs/speex/speex.mkbuild index 4850470..812d954 100644 --- a/media/libs/speex/speex.mkbuild +++ b/media/libs/speex/speex.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.xiph.org/releases/speex/speex-1.2beta3.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz" # # Documentation files. Null ("") to auto-set commom doc-files: @@ -57,6 +57,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 on: patch_source on: configure |