Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
32418f33
Commit
32418f33
authored
Jan 12, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix caca building
parent
0fc31527
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+6
-7
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+5
-5
No files found.
extras/contrib/src/Makefile
View file @
32418f33
...
...
@@ -2,7 +2,7 @@
# src/Makefile : Dearchive and compile all files necessary
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: Makefile,v 1.1
1 2004/01/05 16:22:40
hartman Exp $
# $Id: Makefile,v 1.1
2 2004/01/12 20:54:24
hartman Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -299,20 +299,20 @@ DISTCLEAN_PKG += libid3tag-$(LIBID3TAG_VERSION).tar.gz
# libmad
# ***************************************************************************
lib
mad-$(LIBMAD_VERSION).tar.gz
:
mad-$(LIBMAD_VERSION).tar.gz
:
$(WGET)
$(LIBMAD_URL)
libmad
:
lib
mad-$(LIBMAD_VERSION).tar.gz
mad
:
mad-$(LIBMAD_VERSION).tar.gz
$(EXTRACT_GZ)
.mad
:
lib
mad
.mad
:
mad
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.mad
CLEAN_PKG
+=
lib
mad
DISTCLEAN_PKG
+=
lib
mad-
$(LIBMAD_VERSION)
.tar.gz
CLEAN_PKG
+=
mad
DISTCLEAN_PKG
+=
mad-
$(LIBMAD_VERSION)
.tar.gz
# ***************************************************************************
# ogg
...
...
@@ -677,7 +677,6 @@ libcaca-$(LIBCACA_VERSION).tar.gz:
libcaca
:
libcaca-$(LIBCACA_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/caca.patch
.caca
:
libcaca
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-imlib2
&&
make
&&
make
install
)
...
...
extras/contrib/src/packages.mak
View file @
32418f33
...
...
@@ -2,7 +2,7 @@
# src/packages.mak : Archives locations
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: packages.mak,v 1.
8 2004/01/05 16:22:40
hartman Exp $
# $Id: packages.mak,v 1.
9 2004/01/12 20:54:24
hartman Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
@@ -41,13 +41,13 @@ FRIBIDI_VERSION=0.10.4
FRIBIDI_URL
=
$(SF)
/fribidi/fribidi-
$(FRIBIDI_VERSION)
.tar.gz
A52DEC_VERSION
=
0.7.4
A52DEC_URL
=
http://liba52.sourceforge.net/files/a52dec-
$(A52DEC_VERSION)
.tar.gz
MPEG2DEC_VERSION
=
0.4.
0
MPEG2DEC_VERSION
=
0.4.
1-cvs
MPEG2DEC_CVSROOT
=
:pserver:anonymous@cvs.libmpeg2.sourceforge.net:/cvsroot/libmpeg2
MPEG2DEC_SNAPSHOT
=
http://libmpeg2.sourceforge.net/files/mpeg2dec-snapshot.tar.gz
LIBID3TAG_VERSION
=
0.15.0b
LIBID3TAG_URL
=
ftp://ftp.mars.org/pub/mpeg/libid3tag-
$(LIBID3TAG_VERSION)
.tar.gz
LIBMAD_VERSION
=
0.1
5.0
b
LIBMAD_URL
=
ftp://ftp.mars.org/pub/mpeg/
lib
mad-
$(LIBMAD_VERSION)
.tar.gz
LIBMAD_VERSION
=
0.1
4.2
b
LIBMAD_URL
=
ftp://ftp.mars.org/pub/mpeg/mad-
$(LIBMAD_VERSION)
.tar.gz
OGG_VERSION
=
1.1
OGG_URL
=
http://www.vorbis.com/files/1.0.1/unix/libogg-
$(OGG_VERSION)
.tar.gz
OGG_CVSROOT
=
:pserver:anoncvs@xiph.org:/usr/local/cvsroot
...
...
@@ -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.
6
LIBCACA_VERSION
=
0.
7
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