Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
cd0bfcc0
Commit
cd0bfcc0
authored
Oct 31, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: Remove build rules for autoconf/automake/gnumake
OSX 10.5 tools are recent enough
parent
93df346d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
66 deletions
+2
-66
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+1
-1
extras/contrib/src/Distributions/darwin64.mak
extras/contrib/src/Distributions/darwin64.mak
+1
-1
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+0
-58
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+0
-6
No files found.
extras/contrib/src/Distributions/darwin.mak
View file @
cd0bfcc0
# Darwin rules
all
:
.
autoconf .gnumake .automake .
libtool .intl .pkgcfg .yasm .freetype
\
all
:
.libtool .intl .pkgcfg .yasm .freetype
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
...
...
extras/contrib/src/Distributions/darwin64.mak
View file @
cd0bfcc0
# Darwin rules
all
:
.
autoconf .gnumake .automake .
libtool .intl .pkgcfg .yasm .freetype
\
all
:
.libtool .intl .pkgcfg .yasm .freetype
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
...
...
extras/contrib/src/contrib-src.mak
View file @
cd0bfcc0
...
...
@@ -258,46 +258,6 @@ errno:
CLEAN_FILE
+=
.errno
CLEAN_PKG
+=
errno
# ***************************************************************************
# autoconf
# ***************************************************************************
autoconf-$(AUTOCONF_VERSION).tar.bz2
:
$(WGET)
$(AUTOCONF_URL)
autoconf
:
autoconf-$(AUTOCONF_VERSION).tar.bz2
$(EXTRACT_BZ2)
.autoconf
:
autoconf
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.autoconf
CLEAN_PKG
+=
autoconf
DISTCLEAN_PKG
+=
autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
# ***************************************************************************
# gnumake
# ***************************************************************************
make-$(GNUMAKE_VERSION).tar.bz2
:
$(WGET)
$(GNUMAKE_URL)
gnumake
:
make-$(GNUMAKE_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnumake
:
gnumake
ifdef
HAVE_DARWIN_OS
ifndef
HAVE_DARWIN_9
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
endif
endif
touch
$@
CLEAN_FILE
+=
.gnumake
CLEAN_PKG
+=
gnumake
DISTCLEAN_PKG
+=
make-
$(GNUMAKE_VERSION)
.tar.bz2
# ***************************************************************************
# CMake
# ***************************************************************************
...
...
@@ -337,24 +297,6 @@ CLEAN_FILE += .libtool
endif
# ***************************************************************************
# automake
# ***************************************************************************
automake-$(AUTOMAKE_VERSION).tar.gz
:
$(WGET)
$(AUTOMAKE_URL)
automake
:
automake-$(AUTOMAKE_VERSION).tar.gz
$(EXTRACT_GZ)
.automake
:
automake
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.automake
CLEAN_PKG
+=
automake
DISTCLEAN_PKG
+=
automake-
$(AUTOMAKE_VERSION)
.tar.gz
# ***************************************************************************
# pkgconfig
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
cd0bfcc0
...
...
@@ -34,16 +34,10 @@ LIBAMR_NB=$(PENGUIN)/amrnb-$(LIBAMR_NB_VERSION).tar.bz2
LIBAMR_WB_VERSION
=
7.0.0.2
LIBAMR_WB
=
$(PENGUIN)
/amrwb-
$(LIBAMR_WB_VERSION)
.tar.bz2
ERRNO_URL
=
http://altair.videolan.org/~linkfanel/errno
AUTOCONF_VERSION
=
2.63
AUTOCONF_URL
=
$(GNU)
/autoconf/autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
GNUMAKE_VERSION
=
3.81
GNUMAKE_URL
=
$(GNU)
/make/make-
$(GNUMAKE_VERSION)
.tar.bz2
CMAKE_VERSION
=
2.6.4
CMAKE_URL
=
http://www.cmake.org/files/v2.6/cmake-
$(CMAKE_VERSION)
.tar.gz
LIBTOOL_VERSION
=
2.2.10
LIBTOOL_URL
=
$(GNU)
/libtool/libtool-
$(LIBTOOL_VERSION)
.tar.gz
AUTOMAKE_VERSION
=
1.11
AUTOMAKE_URL
=
$(GNU)
/automake/automake-
$(AUTOMAKE_VERSION)
.tar.gz
PKGCFG_VERSION
=
0.23
#PKGCFG_URL=$(CONTRIB_VIDEOLAN)/pkg-config-$(PKGCFG_VERSION).tar.gz
PKGCFG_URL
=
http://pkgconfig.freedesktop.org/releases/pkg-config-
$(PKGCFG_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