Commit graph

143992 commits

Author SHA1 Message Date
Đoàn Trần Công Danh 44a95e2f96 hedgewars: merge -data back 2021-04-03 10:13:05 +07:00
Đoàn Trần Công Danh fb97ba28de darktable: fix CMAKE_BUILD_TYPE=None 2021-04-03 10:13:05 +07:00
Đoàn Trần Công Danh 77f4f82cc0 ispc: fix CMAKE_BUILD_TYPE=None 2021-04-03 10:13:05 +07:00
Đoàn Trần Công Danh d943b372d8 mellowplayer: fix build 2021-04-03 10:13:05 +07:00
Đoàn Trần Công Danh 7839e891d3 zziplib: fix SONAME when build with -DCMAKE_BUILD_TYPE=None 2021-04-03 10:13:05 +07:00
Đoàn Trần Công Danh b033ca5e8f widelands: allow CMAKE_BUILD_TYPE=None 2021-04-03 10:13:05 +07:00
Đoàn Trần Công Danh 4afa93fcaa python3-occ: build with CMAKE_BUILD_TYPE=None 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh b1cbec3c78 renderdoc: devendor zstd, lz4 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh d8b6b16f92 occt: allow CMAKE_BUILD_TYPE=None 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh 5d498bbba3 kindd: build with CMAKE_BUILD_TYPE=None 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh 7d8a519a02 injeqt: disable coverage 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh 36d0789b03 ettercap: remove libressl patch, CMAKE_BUILD_TYPE=None 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh d626b78877 embree: don't ignore CXXFLAGS, fix build with ispc 1.13+ 2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh d5a40c3615 eigen*: set CMAKE_BUILD_TYPE to Release
We're going to set default CMAKE_BUILD_TYPE to None soon. Those packages
are header only libraries, no need to waste time on patching.
2021-04-03 10:13:04 +07:00
Đoàn Trần Công Danh ea31e833a6 amdvlk: allow CMAKE_BUILD_TYPE=None 2021-04-03 10:13:04 +07:00
Andrew J. Hesford 77979bd9c1 python3-pyopencl: update to 2021.1.5. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford a44080bab4 python3-pytools: update to 2021.2.2. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford c4480ac786 python3-hypothesis: update to 6.8.4. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford d7ee0eda50 python3-protobuf: update to 3.15.7. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford bbbb1db6fc protobuf26: update to 3.15.7. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford 457004bd0e python3-tifffile: update to 2021.3.31. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford 057cefc8f5 python3-parso: update to 0.8.2. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford 62aedda55a python3-matplotlib: update to 3.4.1. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford 71bb545812 python3-breathe: update to 4.28.0. 2021-04-02 23:11:11 -04:00
Andrew J. Hesford 7f0600f7a9 python3-Pillow: update to 8.2.0. 2021-04-02 23:11:11 -04:00
Andrea D'Amore 2236591d59 brother-brscan3: update to 0.2.13
Add license from website.
Drop building debug package, libs are stripped at the source.
Mimic description from package brother-brscan4 since this package
targets multiple Brother devices.

Closes: #22998 [via git-merge-pr]
2021-04-03 00:06:05 -03:00
Đoàn Trần Công Danh f8ba38f3b9 cmake-gui: update to 3.20.0. 2021-04-03 09:57:11 +07:00
Đoàn Trần Công Danh 392c1eec4d cmake: update to 3.20.0. 2021-04-03 09:56:40 +07:00
Đoàn Trần Công Danh 2709e170ae cmake-bootstrap: update to 3.20.0. 2021-04-03 09:55:19 +07:00
Đoàn Trần Công Danh 1af5a29d87 build-style/cmake: set CMAKE_BUILD_TYPE to None
- CMAKE_BUILD_TYPE=Release will force -O3 instead of respecting our
  CFLAGS and CXXFLAGS
- Theoretically, we could patch cmake to always use -O2 instead,
  however, patching will break users' expectation when compiling their
  our code.
- RelWithDebInfo could be another option if it's acceptable to always
  have debug symbol available.
- However, some projects ignore all CFLAGS and CXXFLAGS;
- Some other projects relies on CMAKE_BUILD_TYPE=Release to install to
  correct location and/or disable coverage.
- To get away with -O3, we need patching either ways, let's go with
  CMAKE_BUILD_TYPE=None, and patch all problematic softwares.
2021-04-03 09:52:55 +07:00
Đoàn Trần Công Danh 748aae80c6 devil: patch for jasper 2.0.17 2021-04-03 09:42:58 +07:00
Érico Nogueira 80e01c6f67 firefox: decrease memory requirements for 32bit builders.
Flags pulled from Alpine build.

Failure can be seen in
https://build.voidlinux.org/builders/i686_builder/builds/31550/steps/shell_3/logs/stdio
> 79:15.36   cargo:warning=virtual memory exhausted: Cannot allocate memory
2021-04-02 23:15:14 -03:00
FollieHiyuki c981d600b1 github-cli: update to 1.8.1 2021-04-03 00:07:01 +02:00
q66 f00eb46b5e lua54-luaposix: update to 35.0 2021-04-02 20:55:07 +02:00
John d93c9c9752 tg_owt: disable NEON on armv7l 2021-04-02 20:26:42 +02:00
Érico Nogueira 3acf4981df firefox: disable debug packages when built on 32-bit hosts.
cc1plus runs out of memory otherwise:
cargo:warning=cc1plus: out of memory allocating 65536 bytes after a total of 1010126848 bytes
2021-04-02 15:22:19 -03:00
Helmut Pozimski 48be91d3d1 libvirt-python3: update to 7.2.0. 2021-04-02 19:55:43 +02:00
Helmut Pozimski c6410919ae libvirt: update to 7.2.0. 2021-04-02 19:52:34 +02:00
Anthony Iliopoulos 7582fa9ba4 libusb: update to 1.0.24.
Closes: #29876 [via git-merge-pr]
2021-04-02 14:29:11 -03:00
q66 27e95dd1df pipewire: ldac only on little endian 2021-04-02 18:37:20 +02:00
q66 bdd25c3848 ldacBT: broken on big endian 2021-04-02 18:34:41 +02:00
Adrian Siekierka d75a62d349 cherrytree: update to 0.99.33. 2021-04-02 12:54:04 -03:00
Pulux 31e0b2408f python3-opcua: update to 0.98.13. 2021-04-02 12:50:49 -03:00
Pulux ad83d55cfd python3-xlrd: update to 2.0.1. 2021-04-02 12:47:45 -03:00
DragonGhost7 1003eb0605 xf86-video-nouveau: update to 1.0.17. 2021-04-02 12:45:23 -03:00
Pulux f0fb9de39b python3-plotly: update to 4.14.3. 2021-04-02 12:45:13 -03:00
Jaume Devesa 640dd50aa6 sfeed_curses: update to 0.9.10 2021-04-02 12:45:02 -03:00
FollieHiyuki e527dde355 qutebrowser: update to 2.1.1; adopt
Closes: #29934 [via git-merge-pr]
2021-04-02 12:31:27 -03:00
Benjamin Slade 624a23151c sanoid: update to 2.1.0 2021-04-02 12:28:36 -03:00
Ramdziana F Y 00e1b5363f vivaldi: update to 3.7.2218.52 2021-04-02 12:26:15 -03:00