Changeset 65abc4a052a422f5d114df51c23963e4cd128644
- Timestamp:
- 31/12/07 15:24:21
(9 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1199111061 +0000
- git-parent:
[1e8bbf19b3bb93076119a75fcfae5f6db7cbbfec]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1199111061 +0000
- Message:
contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8838c69 |
r65abc4a |
|
| 134 | 134 | PNG_URL=$(SF)/libpng/libpng-$(PNG_VERSION).tar.bz2 |
|---|
| 135 | 135 | GPGERROR_VERSION=1.6 |
|---|
| 136 | | GPGERROR_URL=ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2 |
|---|
| | 136 | GPGERRPR_URL=$(VIDEOLAN)/testing/contrib/libgpg-error-$(GPGERROR_VERSION).tar.bz2 |
|---|
| | 137 | #GPGERROR_URL=ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2 |
|---|
| 137 | 138 | GCRYPT_VERSION=1.2.3 |
|---|
| 138 | | GCRYPT_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2 |
|---|
| | 139 | GCRYPT_URL=$(VIDEOLAN)/testing/contrib/libgcrypt-$(GCRYPT_VERSION).tar.bz2 |
|---|
| | 140 | #GCRYPT_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2 |
|---|
| 139 | 141 | GNUTLS_VERSION=1.6.3 |
|---|
| 140 | | GNUTLS_URL=ftp://ftp.gnupg.org/gcrypt/gnutls/gnutls-$(GNUTLS_VERSION).tar.bz2 |
|---|
| | 142 | GNUTLS_URL=$(VIDEOLAN)/testing/contrib/gnutls-$(GNUTLS_VERSION).tar.bz2 |
|---|
| | 143 | #GNUTLS_URL=ftp://ftp.gnupg.org/gcrypt/gnutls/gnutls-$(GNUTLS_VERSION).tar.bz2 |
|---|
| 141 | 144 | DAAP_VERSION=0.4.0 |
|---|
| 142 | 145 | DAAP_URL=http://craz.net/programs/itunes/files/libopendaap-$(DAAP_VERSION).tar.bz2 |
|---|