Changeset 494e6f9a464c8cc5015baf1dc0ef17161b78597e
- Timestamp:
- 20/09/08 01:13:44
(2 months ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1221866024 +0200
- git-parent:
[c66c59d7223081bc6c75c797676bd5c2f26ae198]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1221865959 +0200
- Message:
contrib: update gnutls to the new 2.4.2 stable
opencdk is apparently no longer available seperatly,
and the new gnutls is not yet in the gnu.org download archives for some reason.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re4e7928 |
r494e6f9 |
|
| 4 | 4 | .flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg \ |
|---|
| 5 | 5 | .dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig .asa \ |
|---|
| 6 | | .png .gpg-error .gcrypt .opencdk .gnutls .cddb .cdio .vcdimager \ |
|---|
| | 6 | .png .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager \ |
|---|
| 7 | 7 | .SDL_image .glib .gecko .mpcdec .dirac_encoder .dirac_decoder \ |
|---|
| 8 | 8 | .dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses .liboil \ |
|---|
| rdf952ae |
r494e6f9 |
|
| 4 | 4 | .flac .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss \ |
|---|
| 5 | 5 | .live .goom2k4 .caca .mod .x264 .xml .twolame \ |
|---|
| 6 | | .png .gpg-error .gcrypt .opencdk .gnutls .mpcdec \ |
|---|
| | 6 | .png .gpg-error .gcrypt .gnutls .mpcdec \ |
|---|
| 7 | 7 | .dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \ |
|---|
| 8 | 8 | .dx_headers .dshow_headers .gecko-win32 .dca \ |
|---|
| r129582f |
r494e6f9 |
|
| 1915 | 1915 | endif |
|---|
| 1916 | 1916 | |
|---|
| 1917 | | .gnutls: gnutls .opencdk .gcrypt .gpg-error |
|---|
| | 1917 | .gnutls: gnutls .gcrypt .gpg-error |
|---|
| 1918 | 1918 | ifdef HAVE_WIN32 |
|---|
| 1919 | 1919 | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx -disable-shared --enable-static --disable-nls --with-included-opencdk --with-included-libtasn1 && cd lgl && make && cd ../gl && make && cd ../lib &&make && make install && cd ../includes && make install) |
|---|
| 1920 | 1920 | else |
|---|
| 1921 | | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install) |
|---|
| | 1921 | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-included-opencdk --disable-guile && make && make install) |
|---|
| 1922 | 1922 | endif |
|---|
| 1923 | 1923 | $(INSTALL_NAME) |
|---|
| refc1645 |
r494e6f9 |
|
| 148 | 148 | #GCRYPT_URL=$(VIDEOLAN)/testing/contrib/libgcrypt-$(GCRYPT_VERSION).tar.bz2 |
|---|
| 149 | 149 | GCRYPT_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2 |
|---|
| 150 | | GNUTLS_VERSION=2.2.5 |
|---|
| 151 | | GNUTLS_URL=http://www.gnu.org/software/gnutls/releases/gnutls-$(GNUTLS_VERSION).tar.bz2 |
|---|
| | 150 | GNUTLS_VERSION=2.4.2 |
|---|
| | 151 | GNUTLS_URL=http://ftp.gnu.org/pub/gnu/gnutls/gnutls-$(GNUTLS_VERSION).tar.bz2 |
|---|
| 152 | 152 | OPENCDK_VERSION=0.6.6 |
|---|
| 153 | 153 | OPENCDK_URL=http://www.gnu.org/software/gnutls/releases/opencdk/opencdk-$(OPENCDK_VERSION).tar.bz2 |
|---|