Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
e03531a8
Commit
e03531a8
authored
Jan 19, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* caca 0.8
* www.videolan -> download.videolan
parent
2d59c095
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
extras/contrib/bootstrap
extras/contrib/bootstrap
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-2
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
extras/contrib/bootstrap
View file @
e03531a8
...
...
@@ -3,7 +3,7 @@
# bootstrap : Set up config.mak
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: bootstrap,v 1.
2 2003/11/15 02:38:25
hartman Exp $
# $Id: bootstrap,v 1.
3 2004/01/19 01:11:47
hartman Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -38,7 +38,7 @@ echo -e "# Automatically generated by bootstrap.\n# Make changes if you know wha
if
test
".
`
uname
-s
`
"
=
".Darwin"
;
then
echo
"SYS = DARWIN"
>>
config.mak
echo
"EXTRA_CPPFLAGS = -no-cpp-precomp"
>>
config.mak
echo
"CONTRIB_URL = http://
www
.videolan.org/pub/videolan/devtools/contrib-macosx.tar.bz2"
>>
config.mak
echo
"CONTRIB_URL = http://
download
.videolan.org/pub/videolan/devtools/contrib-macosx.tar.bz2"
>>
config.mak
else
echo
"SYS = UNKNOWN"
>>
config.mak
fi
...
...
extras/contrib/src/Makefile
View file @
e03531a8
...
...
@@ -2,7 +2,7 @@
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: Makefile,v 1.1
2 2004/01/12 20:54:24
hartman Exp $
# $Id: Makefile,v 1.1
3 2004/01/19 01:11:47
hartman Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -679,7 +679,7 @@ libcaca: libcaca-$(LIBCACA_VERSION).tar.gz
$(EXTRACT_GZ)
.caca
:
libcaca
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-imlib2
&&
make
&&
make
install
)
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-imlib2
--disable-doc
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.caca
...
...
extras/contrib/src/packages.mak
View file @
e03531a8
...
...
@@ -2,7 +2,7 @@
# src/packages.mak : Archives locations
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: packages.mak,v 1.
9 2004/01/12 20:54:24
hartman Exp $
# $Id: packages.mak,v 1.
10 2004/01/19 01:11:47
hartman Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -85,7 +85,7 @@ LIBDVBPSI_URL=http://download.videolan.org/pub/libdvbpsi/$(LIBDVBPSI_VERSION)/li
LIVEDOTCOM_VERSION
=
2003.11.06
LIVEDOTCOM_URL
=
http://download.videolan.org/pub/testing/contrib/live.
$(LIVEDOTCOM_VERSION)
.tar.gz
GOOMDJ_URL
=
http://sidekick.student.utwente.nl/videolan/goom-dj.tar.gz
LIBCACA_VERSION
=
0.
7
LIBCACA_VERSION
=
0.
8
LIBCACA_URL
=
http://sam.zoy.org/projects/libcaca/libcaca-
$(LIBCACA_VERSION)
.tar.gz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment