Changeset 7e4d4e22f51e52407f3edea2b21c79cf7833f7b9
- Timestamp:
- 05/10/08 16:11:23
(2 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1210428683 +0200
- git-parent:
[862c17fa7fe53fe962ccbd20238ea8ecc774c4fc]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1210428662 +0200
- Message:
Updated libxml2 to 2.6.32
Download it from ganesh as their mirror is (your description here)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0843673 |
r7e4d4e2 |
|
| 187 | 187 | ZLIB_VERSION=1.2.3 |
|---|
| 188 | 188 | ZLIB_URL=$(SF)/libpng/zlib-$(ZLIB_VERSION).tar.gz |
|---|
| 189 | | XML_VERSION=2.6.31 |
|---|
| 190 | | XML_URL=http://xmlsoft.org/sources/libxml2-$(XML_VERSION).tar.gz |
|---|
| | 189 | XML_VERSION=2.6.32 |
|---|
| | 190 | XML_URL=$(VIDEOLAN)/testing/contrib/libxml2-$(XML_VERSION).tar.gz |
|---|
| | 191 | #XML_URL=http://xmlsoft.org/sources/libxml2-$(XML_VERSION).tar.gz |
|---|
| 191 | 192 | DIRAC_VERSION=0.9.1 |
|---|
| 192 | 193 | DIRAC_URL=$(SF)/dirac/dirac-$(DIRAC_VERSION).tar.gz |
|---|