Steve Lhomme
0f480ecacf
tools: don't build protoc anymore
It's better handled in contribs were the versions is the same and the system
package detection is better.
So do not force the rebuild of it in snap.
6 years ago
Sergio Ammirata
e6dd5f6a36
Upgrade meson to 0.56.2 (needed to build librist)
6 years ago
Felix Paul Kühne
2893809229
extras/tools: remove yasm
This tool is no longer used by any contrib library.
6 years ago
Felix Paul Kühne
1813caaf04
extras/tools: update meson
This solves compilation issues with contrib libraries using meson for future macOS architectures
6 years ago
Alexandre Janniaux
9df4bd98c1
Update to meson 0.54.2
Meson before 0.54.2 misdetect the cross-compilation to iPhone Simulator
with architecture x86_64 and tries to execute tests, leading to
compilation failures in contrib.
Signed-off-by: Felix Paul Kühne <felix@feepk.net>
6 years ago
Steve Lhomme
104f07b25a
tools: update meson to 0.54.0
And remove the patch that was merged upstream.
6 years ago
Steve Lhomme
9f33c286cc
tools: update CMake to 3.17.0
It includes the patch from Hugo to fix the PKG_CONFIG_PATH usage.
6 years ago
Steve Lhomme
bc3cfde099
tools: meson: use the latest 0.53.1 release
7 years ago
Steve Lhomme
f7bb195492
tools: update cmake to 3.16
This version contains Hugo's patch to properly cross compile under Linux:
FindPkgConfig: Fix path manipulations when cross compiling
When cross compiling from a unix machine, if(UNIX) is false,
which causes the path not to be fixed for unix, leading to false
negative if PKG_CONFIG_PATH needs to be probed
Updating my Debian went from 3.13.4 to 3.15.4 which breaks PKG_CONFIG_PATH
usage.
7 years ago
Felix Paul Kühne
dd3819325a
extras/tools: update meson
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
7 years ago
Steve Lhomme
d5b4cec3b4
tools: update libtool to 2.4.6
8 years ago
Steve Lhomme
fd2492f013
tools: update automake to 1.16.1
8 years ago
Steve Lhomme
af5e2a2c37
tools: update meson to 0.49.2
8 years ago
Steve Lhomme
951524ed80
extras: tools: Update cmake to 3.13.4
8 years ago
Martin Storsjö
ba330c1ff6
extras: tools: Update to meson 0.49.1
This version fixes a number of issues when building with llvm-mingw.
8 years ago
Hugo Beauzée-Luyssen
8eb7a0d0be
extras/tools: Bump built cmake version to 3.13.x
This version now contains the patch required for windows store build
using llvm.
8 years ago
Konstantin Pavlov
f6aeb194f4
extras/tools: added ninja
8 years ago
Konstantin Pavlov
401f215acd
extras/tools: added meson
8 years ago
Konstantin Pavlov
218ba7fca8
extras/tools: bump nasm to 2.14.
This fixes building nasm with gcc 8.2.
8 years ago
Hugo Beauzée-Luyssen
c4d68e98e5
extras/tools: Add help2man
Which is needed by libtool, and can't be disabled through configure
Building automake is enough, but there are cases where we don't want to
build automake but still build libtool
8 years ago
Martin Storsjö
d1d2759d79
extras: tools: Provide gettext if necessary
Building many contribs requires having autopoint available, and
having using the version from contribs isn't right when cross compiling.
8 years ago
Hugo Beauzée-Luyssen
8b599c458a
extras/tools: Add nasm
It's required by newer x264
9 years ago
Thomas Guillem
10ea136a92
extras: m4: update to 1.4.18
9 years ago
Jean-Baptiste Kempf
9e1c8ae259
extras-tools: add flex
9 years ago
Jean-Baptiste Kempf
42505be083
extras/tools: provide bison for outdated systems
9 years ago
Hugo Beauzée-Luyssen
92acffa9a2
extras/tools: Bump cmake version
Cmake <= 3.7 are generating an invalid value for
CMAKE_CXX_IMPLICIT_LINK_LIBRARIES, causing the compile flags to contain
-lto_library -lc++ in some cases. This would lead to -lc++ not being
considered as the c++ library, causing build failures when building a
C module that is using a C++ library.
This is fixed starting from cmake 3.8
This fixes macOS builds
9 years ago
Hugo Beauzée-Luyssen
ebe8aa4de7
extras/tools: Bump ragel version
6.8 build appears to be broken on recent compilers
9 years ago
Jean-Baptiste Kempf
1e93312fab
Tools: update protoc to 3.1.0
10 years ago
Felix Paul Kühne
a09dbdefd4
extras/tools: prefer to download all packages from v.o
10 years ago
Sean McGovern
f9f2181188
extras/tools: bump automake to 1.15
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Felix Paul Kühne
c1e33a8a3b
tools/ant: update to 1.9.7 and download it from our server
10 years ago
Steve Lhomme
471700096f
tools: update cmake to 3.4.3
--
has the advantage of building on mingw without a patch
deprecates https://patches.videolan.org/patch/12210/
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Steve Lhomme
7785d8c27a
tools: use cmake 3.2.3
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Felix Paul Kühne
6e31fe928e
extras/tools: update ant
11 years ago
Felix Paul Kühne
4e38dcb0fa
tools: update xz
11 years ago
Jean-Baptiste Kempf
d568828976
Extras tools: use bz2 for the protobuf
11 years ago
Jean-Baptiste Kempf
84f150683d
Extras/tools: update protobuf compiler to 2.6.1
11 years ago
Felix Paul Kühne
c355933efd
tools: update ant to 1.9.5
11 years ago
Hugo Beauzée-Luyssen
36d8469396
tools: Update to cmake 3.1
12 years ago
Sean McGovern
31046d7499
ragel: use the official hosting address
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Sean McGovern
a566519f10
cmake: bump to version 3.0.2
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
8d285ab272
Tools: Update pkg-config-lite to 0.28-1
12 years ago
Jean-Baptiste Kempf
c066749142
Ant: replace with a better mirror
12 years ago
Felix Paul Kühne
af3eeea5af
extras: mirror ragel on v.o since upstream server is broken
12 years ago
Jean-Baptiste Kempf
83047b6769
Tools: update protoc to 2.6.0
12 years ago
Jean-Baptiste Kempf
c07175b094
Extras: add protoc
12 years ago
Jean-Baptiste Kempf
243e0951b5
Tools: Fix SF URLs
12 years ago
Felix Paul Kühne
7bbd36a5f5
extras/tools: update gas-pp
12 years ago
Sean McGovern
b3050f68b4
tools: add Apache ANT for contribs
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Sean McGovern
a797da4714
tools: update cmake to 2.8.12.2
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago