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
876df3a7
Commit
876df3a7
authored
May 24, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GNU Make 3.81 for Darwin 8
parent
e73d94ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+22
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/Distributions/darwin.mak
View file @
876df3a7
# Darwin rules
# Darwin rules
download-all
:
autoconf automake libtool gettext pkgconfig freetype2
\
download-all
:
autoconf
gnumake
automake libtool gettext pkgconfig freetype2
\
fribidi a52dec mpeg2dec libid3tag libmad libogg libvorbis libtheora flac
\
fribidi a52dec mpeg2dec libid3tag libmad libogg libvorbis libtheora flac
\
speex libshout faad2 faac lame twolame libebml libmatroska ffmpeg libdca
\
speex libshout faad2 faac lame twolame libebml libmatroska ffmpeg libdca
\
libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff
\
libdvdcss libdvdnav libdvbpsi live libcaca libmodplug xml asa jpeg tiff
\
SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb
\
SDL zlib libpng libgpg-error libgcrypt opencdk gnutls libopendaap libcddb
\
libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib
\
libcdio vcdimager SDL_image glib gecko-sdk mpcdec dirac expat taglib
\
x264 yasm goom lua zvbi fontconfig ncurses all
x264 yasm goom lua zvbi fontconfig ncurses all
all
:
.autoconf .automake .libtool .intl .pkgcfg .freetype
\
all
:
.autoconf .
gnumake .
automake .libtool .intl .pkgcfg .freetype
\
.fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa
\
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod .asa
\
...
...
extras/contrib/src/Makefile
View file @
876df3a7
...
@@ -259,6 +259,28 @@ CLEAN_FILE += .autoconf
...
@@ -259,6 +259,28 @@ CLEAN_FILE += .autoconf
CLEAN_PKG
+=
autoconf
CLEAN_PKG
+=
autoconf
DISTCLEAN_PKG
+=
autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
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
# CMake
# ***************************************************************************
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
876df3a7
...
@@ -38,6 +38,8 @@ LIBAMR_WB=$(PENGUIN)/amrwb-$(LIBAMR_WB_VERSION).tar.bz2
...
@@ -38,6 +38,8 @@ LIBAMR_WB=$(PENGUIN)/amrwb-$(LIBAMR_WB_VERSION).tar.bz2
# we have to use a newer though, because bootstrap won't work otherwise
# we have to use a newer though, because bootstrap won't work otherwise
AUTOCONF_VERSION
=
2.61
AUTOCONF_VERSION
=
2.61
AUTOCONF_URL
=
$(GNU)
/autoconf/autoconf-
$(AUTOCONF_VERSION)
.tar.bz2
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.0
CMAKE_VERSION
=
2.6.0
CMAKE_URL
=
http://www.cmake.org/files/v2.6/cmake-
$(CMAKE_VERSION)
.tar.gz
CMAKE_URL
=
http://www.cmake.org/files/v2.6/cmake-
$(CMAKE_VERSION)
.tar.gz
LIBTOOL_VERSION
=
1.5.24
LIBTOOL_VERSION
=
1.5.24
...
...
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