Commit graph

6041 commits

Author SHA1 Message Date
toluschr 41635fa4ea New package: gamemode-1.6.1 2022-04-09 12:15:12 +02:00
Michal Vasilek 678c68c373 vala-panel-appmenu: remove gtk2 subpackage 2022-04-07 23:06:18 +02:00
Michal Vasilek 769ea65a5e xbps-src: add strict mode 2022-04-07 20:27:41 +02:00
Leah Neukirchen edfd0c429f gnutls: update to 3.7.4. 2022-04-05 20:45:59 +02:00
Gonzalo Tornaría b5d64a1fb1 lrcalc: update to 2.1. 2022-04-04 22:22:54 +02:00
oreo639 5108afa7cf valadoc: update to 0.56.0 2022-04-03 17:40:24 +02:00
oreo639 149dfe1b33 vala: update to 0.56.0 2022-04-03 17:40:24 +02:00
Tim Sandquist a877148126 wireshark: update to 3.6.3. 2022-04-03 10:21:12 +02:00
Abigail G dfc62bec5a New package: LimeSuite-20.10.0 2022-04-03 10:20:30 +02:00
Michal Vasilek d42addf055 vte3: bump shlibs 2022-04-02 12:55:17 +02:00
Michal Vasilek 5dbb92ca6b glib: bump shlibs 2022-04-02 12:55:17 +02:00
Andrew J. Hesford c64dcb92fa New package: aravis-0.8.21 2022-03-27 19:38:56 -04:00
tibequadorian 6958142574 slop: update to 7.6. 2022-03-27 22:50:43 +02:00
Leah Neukirchen f5f0648a82 janet: update to 1.21.1. 2022-03-27 22:27:59 +02:00
cinerea0 3ef8360c9f libnma: update to 1.8.36. 2022-03-27 20:27:09 +02:00
tibequadorian ca7b677ab5 colord-gtk: update to 0.3.0. 2022-03-26 00:10:57 +01:00
Michal Vasilek 74f6875c22 io.elementary.files: update to 6.1.2. 2022-03-25 23:42:42 +01:00
Michal Vasilek 8eee5cb204 granite: update to 6.2.0. 2022-03-25 23:42:42 +01:00
Andrew Benson f878b1c635 yara: update to 4.2.0. 2022-03-20 21:27:29 -05:00
Karel Balej 172b42a33c mtxclient: update to 0.7.0. 2022-03-20 23:42:17 +01:00
tibequadorian 9c7a51e6c9 common/environment/setup/misc.sh: add ${VIDEOLAN_SITE} 2022-03-20 08:02:18 +01:00
Michal Vasilek 3ef1233c58 New package: gtksourceview5-5.2.0 2022-03-15 22:41:52 +01:00
classabbyamp 1490e17b58 common/build-helper/rust.sh: link to libsodium dynamically
without this envvar, libsodium-sys will attempt to link to libsodium
staticly, and may fail.
2022-03-15 14:52:08 +01:00
lemmi 8d4a72c445 flickcurl: remove package
unused since 2019
2022-03-15 14:51:31 +01:00
classabbyamp 191bf2460d common/build-helper/rust.sh: fix cross for bindgen
When using a build.rs script to dynamically generate bindgen bindings
at build-time, it will run on the host, and by default bindgen will
generate bindings for the host arch/libc instead of the target.
To generate the bindings on cross, we need to use BINDGEN_EXTRA_CLANG_ARGS
to specify the proper sysroot and include path for the target.
These arguments are not used for anything other than bindgen's clang
invocation.
2022-03-14 08:08:30 +01:00
Leah Neukirchen 04302c96f3 ruby: update to 3.1.1. 2022-03-12 16:38:18 +01:00
ologantr 22260bc938 sqlite: update to 3.38.0.
Also remove -DSQLITE_ENABLE_JSON1 as JSON is now on by default,
and revbump sqlite common/shlibs entry.
2022-03-08 22:47:54 +01:00
Michal Vasilek b2879f0d3e python-gobject: remove package 2022-03-05 23:28:28 +01:00
Urs Schulz 4b94c81e3e New package: rizin-0.3.4 2022-03-05 00:55:14 +01:00
Helmut Pozimski 4ebb3a6367 vkd3d: update to 1.3. 2022-03-03 08:44:11 +01:00
tibequadorian ced82f4848 ffmpeg: enable libsvtav1 2022-03-01 16:06:41 +01:00
tibequadorian 3f4773eb31 New package: svt-av1-0.9.1 2022-03-01 16:06:41 +01:00
Isaac Freund d0ae20b444 New package: wlroots0.14-0.14.1 2022-02-27 11:18:14 +01:00
Isaac Freund 529e24ed82 wlroots: update to 0.15.1. 2022-02-27 11:18:14 +01:00
tibequadorian 819b8e7468 kdevelop: update to 21.12.2. 2022-02-26 13:33:50 +01:00
yopito 76649c7692 mtxclient: update to 0.6.2 2022-02-26 00:13:42 +00:00
tibequadorian d978d1c6cf libopenshot: update to 0.2.7.
enable for all archs and libc
2022-02-25 23:52:29 +00:00
tibequadorian 0ec4aaf46a libopenshot-audio: update to 0.2.2. 2022-02-25 23:52:29 +00:00
Đoàn Trần Công Danh 0d75e72b8b build-style/cmake: pass LIBS as CMAKE_*_STANDARD_LIBRARIES
Normally, we can add them into configure_args directly.
However, if we need to link with 2 or more libaries (e.g. -latomic
and -lexecinfo on armv6-musl), we have noway to do it properly:
- configure_args will be splited on whitespace
- cmake denies to recognise CMAKE_*_STANDARD_LIBRARIES as a list,
  hence denies to split on semicolon (";")

Let's pass LIBS as CMAKE_*_STANDARD_LIBRARIES instead.
2022-02-23 21:28:37 +07:00
Andrew J. Hesford e8c74e7ead protobuf: update to 3.19.4. 2022-02-23 00:05:45 -05:00
Michael Aldridge f7bcb2e84c New package: libspatialite-5.0.1. 2022-02-21 13:50:41 -06:00
Michael Aldridge c14adb2f77 New package: librttopo-1.1.0. 2022-02-21 13:50:41 -06:00
Michal Vasilek 0131534304 gedit: update to 41.0. 2022-02-19 14:46:45 +01:00
Enno Boland 8461a855da Revert "intel-gmmlib: update to 22.0.1"
This reverts commit e9be291b3d.
2022-02-19 12:18:30 +01:00
Enno Boland 83f070c3da Revert "intel-media-driver: update to 22.1.1"
This reverts commit de9e53f98f.
2022-02-19 12:18:30 +01:00
Andrew J. Hesford 49fd4afd8c tagparser: update to 11.0.0. 2022-02-18 12:06:38 -05:00
Leah Neukirchen 81ce03d627 jq: dynamically link against libjq. 2022-02-17 20:29:23 +01:00
mobinmob d262d0cd38 spdx-licenses-list: update to 3.16.
Also:
- sync common/travis/license.lst.
2022-02-14 21:19:14 +01:00
Helmut Pozimski 92c9abc6e9 libfilezilla: update to 0.36.0. 2022-02-12 09:58:31 +01:00
classabbyamp 9f51507f50 New package: openjdk17-17.0.1+12 2022-02-11 20:03:30 +01:00