Commit Graph

13752 Commits

Author SHA1 Message Date
fbrosson
81fd6b48e7 cabextract: bump to 1.8. 2018-10-21 23:11:22 +00:00
fbrosson
c95c1a987c brotli: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
The initial changes in brotli and pycurl to get rid of the "2.7"
and "3.6" were working on my system... but not on the buildbots.
Unfortunately, the fixes to get the recipes also work with the
buildbots have a small drawback: the dependencies evaluated at
build time are no longer tied with the minor version of Python.

So let's not replicate these changes to other recipes for now.
2018-10-21 21:18:21 +00:00
fbrosson
ac9b1cfde2 PycURL: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
This variable is being computed with an eval call which seems to be
upsetting the build bots but none of my systems. So use:
* cmd:python2 instead of cmd:python2.7 and lib:libpython2.7
* cmd:python3 instead of cmd:python3.6 and lib:libpython3.6m
2018-10-21 18:13:31 +00:00
fbrosson
25ec06df17 PycURL: rewrite BUILD_{,PRE}REQUIRES. 2018-10-21 16:30:45 +00:00
fbrosson
6f0b266ea9 PycURL: try to fix the definition of pythonVersion for the buildbots.
For some unknown reason the previous definition was not working on
the build servers, although it was on my system.
2018-10-21 15:52:53 +00:00
fbrosson
c5107d9a1a PycURL: split & rewrite the eval command, use a simpler sed regexp.
devel:libpython was in BUILD_PREREQUIRES until the previous commit
and was moved to BUILD_REQUIRES. Move it back to BUILD_PREREQUIRES.

Every commit in this recipe has been tested locally on each arch,
but something went wrong with pycurl_x86 in the build servers.
2018-10-21 15:00:31 +00:00
fbrosson
ccdf287e09 brotli: do not depend on any particular minor version of Python. 2018-10-21 11:51:35 +00:00
fbrosson
1c6091e9b4 PycURL: do not depend on any particular minor version of Python.
A REVISION bump was not necessary because the resulting packages
are the same except that REQUIRES_python{,3} are now sorted. But
let's kick a rebuild, after all.
2018-10-21 10:35:45 +00:00
kenmays
95e6da586a LLVM: Update UIUC license. (#3234) 2018-10-20 16:26:50 +00:00
kenmays
1eceb8da2f LLVM: Remove older patches/recipes < LLVM v5.0.0. (#3234) 2018-10-20 16:26:50 +00:00
fbrosson
c3522d20f5 brotli: add missing $secondaryArchSuffix in REQUIRES_python3. 2018-10-20 16:06:22 +00:00
fbrosson
c1174ff13c yaddns: add missing "then". 2018-10-20 15:56:17 +00:00
fbrosson
6505e301e0 PycURL: new recipe. (#3235) 2018-10-20 15:44:53 +00:00
fbrosson
645b4c5abc SoftHSM: bump to 2.5.0. 2018-10-20 10:44:40 +00:00
kenmays
fa76c86c03 Binutils: add recipe for version 2.31.1. (#3204) 2018-10-20 10:21:29 +00:00
fbrosson
f386f6f377 file: update HOMEPAGE. 2018-10-19 11:00:14 +00:00
Gerasim Troeglazov
d7d1374f6e Telegram: bump version 2018-10-19 19:27:19 +10:00
fbrosson
0562b0b395 file: bump to 5.35. 2018-10-19 09:14:07 +00:00
fbrosson
2fede6d028 HarfBuzz: bump to 2.0.0. 2018-10-18 21:28:53 +00:00
mazbrili
f80b741fae LuckyBackup: new recipe (#3183) 2018-10-17 14:55:14 +00:00
fbrosson
e4f284b6c3 ExifTool: bump to 11.14 (development release) 2018-10-17 09:09:59 +00:00
kenmays
5f3dd2332d OpenSceneGraph: Enable GL3 (#3221) 2018-10-16 21:59:23 +00:00
fbrosson
e1dfc19d92 e2fsprogs: bump to 1.44.4. 2018-10-16 17:25:15 +00:00
Crestwave
99ef2e5892 cowsay: new recipe (#3219) 2018-10-16 02:20:35 +00:00
Adrien Destugues
8d5659531f Backport fix from upstream for std::is_trivially_constructible
Needed to build current version of webkit code.
2018-10-16 00:29:11 +02:00
fbrosson
7956ee0002 lighttpd: bump to 1.4.51. 2018-10-15 13:52:40 +00:00
fbrosson
a89c4d1cd8 lighttpd: PROVIDES += "lib:mod_sockproxy" (new in 1.4.50)
While at it, move GLOBAL_WRITABLE_FILES*, USER_SETTINGS_FILES* and
POST_INSTALL_SCRIPTS before PROVIDES.
2018-10-15 13:52:39 +00:00
Gerasim Troeglazov
b2c69499cb Colobot: add recipe for 0.1.11 version 2018-10-15 21:18:04 +10:00
Gerasim Troeglazov
1b0efa9662 colobot_data: remove secondary arch suffixes 2018-10-15 21:07:55 +10:00
Gerasim Troeglazov
db035a0071 colobot_data: add recipe for 0.1.11 version 2018-10-15 20:47:12 +10:00
fbrosson
720812f767 LibSass: bump to 3.5.4, add debuginfo, install Readme.md. 2018-10-15 09:25:43 +00:00
Adrien Destugues
7165175bf1 Import gcc 8.1 recipe done by extrowerk. 2018-10-14 21:35:59 +02:00
Adrien Destugues
f9cf8e905f autoconf264: fix build.
This version is needed to generate gcc configure files.
2018-10-14 21:35:59 +02:00
Adrien Destugues
6ad8a8a7e9 gcc: remove outdated recipes. 2018-10-14 21:35:58 +02:00
fbrosson
f7d7002611 lighttpd: bump to 1.4.50. 2018-10-14 18:51:40 +00:00
fbrosson
fb3b348801 SimGear: replace include by develop/headers in SimGearTargets.cmake. 2018-10-14 13:51:25 +00:00
fbrosson
a0dedf4335 SimGear: fix PROVIDES_devel contents (missing _devel suffix) 2018-10-14 11:03:39 +00:00
Calvin Hill
d9f1091613 gnu_efi_kernel: bump version to 3.0.9 (#3208) 2018-10-14 05:53:10 +00:00
Robert Kausch
33df197afd LAME 3.100: Enable on x86_gcc2 and x86. (#3214) 2018-10-13 18:28:12 +00:00
kenmays
3c746e01b3 SimGear: new recipe (#3209) 2018-10-13 11:18:05 +00:00
Crestwave
2e9a3da4cd speedtest-cli: new recipe (#3212) 2018-10-13 11:15:17 +00:00
Gerasim Troeglazov
6e5ab82d86 KDevelop: explicit lrelease version dependency 2018-10-13 19:24:18 +10:00
Gerasim Troeglazov
a629a9d961 KDevelop: bump version 2018-10-13 19:02:24 +10:00
fbrosson
3ef372bbcf ExifTool: bump to 11.13 (development release) 2018-10-13 00:12:45 +00:00
Robert Kausch
e583a70290 FDK-AAC: fix quotation marks in description. (#3210) 2018-10-12 23:07:32 +00:00
Robert Kausch
78b6fb4f80 fre:ac: New recipe for fre:ac 1.1 alpha. (#3197) 2018-10-12 22:41:46 +00:00
Robert Kausch
9a98f25f22 BoCA: New recipe for BoCA 1.0 alpha. (#3199) 2018-10-12 17:53:20 +00:00
Robert Kausch
82c608e974 smooth: New recipe for smooth 0.8.74.0-pre4. (#3198) 2018-10-12 17:31:51 +00:00
Sergei Reznikov
eae0ce3623 yamagi_quake2: add new recipe for version 7.30 2018-10-12 13:22:27 +03:00
Sergei Reznikov
528033dc0e GZDoom: switch to legacy version 2018-10-12 13:18:36 +03:00