Changeset dd397096f3111638d2fe138455055fc8912892ec

Show
Ignore:
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
  • extras/contrib/src/Distributions/win32.mak

    r12af43c rdd39709  
    66        .png .gpg-error .gcrypt .opencdk .gnutls .mpcdec \ 
    77        .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 \ 
    99        .lua .tag .fontconfig .portaudio \ 
    1010        .aclocal 
  • extras/contrib/src/Makefile

    rdcd8404 rdd39709  
    23132313 
    23142314# *************************************************************************** 
    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 # *************************************************************************** 
    23342315# TagLib read and editing of tags of popular audio formats 
    23352316# *************************************************************************** 
  • extras/contrib/src/packages.mak

    re586333 rdd39709  
    209209PTHREADS_VERSION=2-8-0 
    210210PTHREADS_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 
    213211ZVBI_VERSION=0.2.30 
    214212ZVBI_URL=$(SF)/zapping/zvbi-$(ZVBI_VERSION).tar.bz2