From 204933cbd804b3c1a357cfa0e424dd2f4918527b Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 7 Feb 2008 17:11:26 +0000 Subject: [PATCH] contrib: Add cmake for the Mac OS X framework at least. --- extras/contrib/src/Distributions/darwin.mak | 2 +- extras/contrib/src/packages.mak | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/extras/contrib/src/Distributions/darwin.mak b/extras/contrib/src/Distributions/darwin.mak index e15ae9e5e4..9c81d0d7f6 100644 --- a/extras/contrib/src/Distributions/darwin.mak +++ b/extras/contrib/src/Distributions/darwin.mak @@ -1,5 +1,5 @@ # Darwin rules -all: .autoconf .automake .libtool .intl .pkgcfg .freetype .fribidi \ +all: .autoconf .automake .libtool .cmake .intl .pkgcfg .freetype .fribidi \ .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \ .flac .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg \ .dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod \ diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak index 80bbde2100..d5d32c1861 100644 --- a/extras/contrib/src/packages.mak +++ b/extras/contrib/src/packages.mak @@ -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 AUTOCONF_VERSION=2.61 AUTOCONF_URL=$(GNU)/autoconf/autoconf-$(AUTOCONF_VERSION).tar.bz2 +CMAKE_VERSION=2.4.8 +CMAKE_URL=http://www.cmake.org/files/v2.4/cmake-$(CMAKE_VERSION).tar.gz LIBTOOL_VERSION=1.5.24 LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz AUTOMAKE_VERSION=1.9.6 -- 2.39.2