Changeset dd397096f3111638d2fe138455055fc8912892ec
- Timestamp:
- 06/25/08 22:55:14
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214427314 -0700
- git-parent:
[7c37640524623aca14ecd04b0fcb2508bef56b32]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214427244 -0700
- Message:
Remove Unicows.
If you don't like it, repair it or fork it :D
Or install debian. :D
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r12af43c |
rdd39709 |
|
| 6 | 6 | .png .gpg-error .gcrypt .opencdk .gnutls .mpcdec \ |
|---|
| 7 | 7 | .dvdnav .dvbpsi .wxwidgets .qt4_win32 .dirac .SDL_image \ |
|---|
| 8 | | .dx_headers .dshow_headers .gecko-win32 .unicows .dca \ |
|---|
| | 8 | .dx_headers .dshow_headers .gecko-win32 .dca \ |
|---|
| 9 | 9 | .lua .tag .fontconfig .portaudio \ |
|---|
| 10 | 10 | .aclocal |
|---|
| rdcd8404 |
rdd39709 |
|
| 2313 | 2313 | |
|---|
| 2314 | 2314 | # *************************************************************************** |
|---|
| 2315 | | # UNICOWS (Unicode support for WINME/98/95) |
|---|
| 2316 | | # *************************************************************************** |
|---|
| 2317 | | |
|---|
| 2318 | | libunicows-$(UNICOWS_VERSION).tar.gz: |
|---|
| 2319 | | $(WGET) $(UNICOWS_URL) |
|---|
| 2320 | | mv libunicows-$(UNICOWS_VERSION)-src.tar.gz $@ || true |
|---|
| 2321 | | |
|---|
| 2322 | | libunicows: libunicows-$(UNICOWS_VERSION).tar.gz |
|---|
| 2323 | | $(EXTRACT_GZ) |
|---|
| 2324 | | |
|---|
| 2325 | | .unicows: libunicows |
|---|
| 2326 | | (cd $</src; make -f makefile.mingw32 PATHSEP='/' $(HOSTCC) && cp -f ../lib/mingw32/libunicows.a $(PREFIX)/lib) |
|---|
| 2327 | | touch $@ |
|---|
| 2328 | | |
|---|
| 2329 | | CLEAN_FILE += .unicows |
|---|
| 2330 | | CLEAN_PKG += libunicows |
|---|
| 2331 | | DISTCLEAN_PKG += libunicows-$(UNICOWS_VERSION).tar.gz |
|---|
| 2332 | | |
|---|
| 2333 | | # *************************************************************************** |
|---|
| 2334 | 2315 | # TagLib read and editing of tags of popular audio formats |
|---|
| 2335 | 2316 | # *************************************************************************** |
|---|
| re586333 |
rdd39709 |
|
| 209 | 209 | PTHREADS_VERSION=2-8-0 |
|---|
| 210 | 210 | PTHREADS_URL=ftp://sources.redhat.com/pub/pthreads-win32/pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz |
|---|
| 211 | | UNICOWS_VERSION=1.1.1 |
|---|
| 212 | | UNICOWS_URL=$(SF)/libunicows/libunicows-$(UNICOWS_VERSION)-src.tar.gz |
|---|
| 213 | 211 | ZVBI_VERSION=0.2.30 |
|---|
| 214 | 212 | ZVBI_URL=$(SF)/zapping/zvbi-$(ZVBI_VERSION).tar.bz2 |
|---|