Changeset e03531a8d940c7f2657592a86c312d4a847b1a28

Show
Ignore:
Timestamp:
19/01/04 02:11:47 (5 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1074474707 +0000
git-parent:

[2d59c0952e8f000d662f774812be8147a9853e70]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1074474707 +0000
Message:

* caca 0.8
* www.videolan -> download.videolan

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/bootstrap

    r306a32f re03531a  
    44# *************************************************************************** 
    55# Copyright (C) 2003 VideoLAN 
    6 # $Id: bootstrap,v 1.2 2003/11/15 02:38:25 hartman Exp $ 
     6# $Id: bootstrap,v 1.3 2004/01/19 01:11:47 hartman Exp $ 
    77# 
    88# Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    3939    echo "SYS = DARWIN" >> config.mak 
    4040    echo "EXTRA_CPPFLAGS = -no-cpp-precomp" >> config.mak 
    41     echo "CONTRIB_URL = http://www.videolan.org/pub/videolan/devtools/contrib-macosx.tar.bz2" >> config.mak 
     41    echo "CONTRIB_URL = http://download.videolan.org/pub/videolan/devtools/contrib-macosx.tar.bz2" >> config.mak 
    4242else 
    4343    echo "SYS = UNKNOWN" >> config.mak 
  • extras/contrib/src/Makefile

    r32418f3 re03531a  
    33# *************************************************************************** 
    44# Copyright (C) 2003 VideoLAN 
    5 # $Id: Makefile,v 1.12 2004/01/12 20:54:24 hartman Exp $ 
     5# $Id: Makefile,v 1.13 2004/01/19 01:11:47 hartman Exp $ 
    66# 
    77# Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    680680 
    681681.caca: libcaca 
    682     (cd $<; ./configure --prefix=$(PREFIX) --disable-imlib2 && make && make install) 
     682    (cd $<; ./configure --prefix=$(PREFIX) --disable-imlib2 --disable-doc && make && make install) 
    683683    touch $@ 
    684684 
  • extras/contrib/src/packages.mak

    r32418f3 re03531a  
    33# *************************************************************************** 
    44# Copyright (C) 2003 VideoLAN    
    5 # $Id: packages.mak,v 1.9 2004/01/12 20:54:24 hartman Exp $ 
     5# $Id: packages.mak,v 1.10 2004/01/19 01:11:47 hartman Exp $ 
    66# 
    77# Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    8686LIVEDOTCOM_URL=http://download.videolan.org/pub/testing/contrib/live.$(LIVEDOTCOM_VERSION).tar.gz 
    8787GOOMDJ_URL=http://sidekick.student.utwente.nl/videolan/goom-dj.tar.gz 
    88 LIBCACA_VERSION=0.7 
     88LIBCACA_VERSION=0.8 
    8989LIBCACA_URL=http://sam.zoy.org/projects/libcaca/libcaca-$(LIBCACA_VERSION).tar.gz 
    9090