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
8d961ec7
Commit
8d961ec7
authored
May 21, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use cmake 2.6.0 release
parent
0d683192
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+7
-7
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
extras/contrib/src/Makefile
View file @
8d961ec7
...
...
@@ -262,14 +262,14 @@ DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.bz2
# ***************************************************************************
# CMake
# ***************************************************************************
#
cmake-$(CMAKE_VERSION).tar.gz:
#
$(WGET) $(CMAKE_URL)
#
#
cmake: cmake-$(CMAKE_VERSION).tar.gz
#
$(EXTRACT_GZ)
cmake-$(CMAKE_VERSION).tar.gz
:
$(WGET)
$(CMAKE_URL)
cmake
:
cmake-$(CMAKE_VERSION).tar.gz
$(EXTRACT_GZ)
cmake
:
cvs
-d
:pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake co
-d
cmake CMake
#cmake:
#
cvs -d :pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake co -d cmake CMake
.cmake
:
cmake
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
...
...
extras/contrib/src/packages.mak
View file @
8d961ec7
...
...
@@ -38,8 +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
CMAKE_VERSION
=
2.
6.0
CMAKE_URL
=
http://www.cmake.org/files/v2.
6
/cmake-
$(CMAKE_VERSION)
.tar.gz
LIBTOOL_VERSION
=
1.5.24
LIBTOOL_URL
=
$(GNU)
/libtool/libtool-
$(LIBTOOL_VERSION)
.tar.gz
AUTOMAKE_VERSION
=
1.9.6
...
...
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