Commit Graph

6075 Commits

Author SHA1 Message Date
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
classabbyamp 7548d06eca shutils: introduce XBPS_ORIG_MAKEJOBS variable
Some packages couldn't work well with XBPS_MAKEJOBS,
thus we disable parallel build for those packages.

On the other hand, some packages including but not limited to openjdk
use an internal mechanism to build themselves in parallel.

Let's invent another variable for those packages.

(message by sgn)

Co-authored-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
2022-02-11 20:03:30 +01:00
Leah Neukirchen d4441fc025 New package: libxcvt-0.1.1 2022-02-07 19:53:28 +01:00
Isaac Freund be8ab7391a fcft: update to 3.0.1. 2022-02-06 13:21:22 -03:00
Duncaen 79930b1153
nvidia470: fix nvidia-libs dependency
Fixes #35408
2022-02-05 14:54:24 +01:00
Duncaen e11404b5bb
Revert "nvidia470: update to 470.103.01."
This reverts commit d33201b1c5.
2022-02-05 14:50:54 +01:00
Duncaen d33201b1c5
nvidia470: update to 470.103.01.
Fixes #35408
2022-02-05 14:48:40 +01:00
Leah Neukirchen 239402ddbc janet: update to 1.20.0. 2022-02-03 13:59:03 +01:00
Erich Ericson de9e53f98f intel-media-driver: update to 22.1.1
Closes: #35329 [via git-merge-pr]
2022-02-02 18:15:00 -07:00
Erich Ericson e9be291b3d intel-gmmlib: update to 22.0.1 2022-02-02 18:15:00 -07:00
Piotr Wójcik e7111aaed6 build-style/R-cran: allow to override distfiles 2022-01-29 19:51:56 +01:00
Duncaen 8495681e47
tbb: fixup common/shlibs 2022-01-28 17:50:45 +01:00
Duncaen cbda3de66d
Revert "tbb: update to 2021.5.0."
This reverts commit 96f5f47190.
2022-01-28 17:47:47 +01:00
cinerea0 e72ef72390 embree: update to 3.13.2. 2022-01-28 03:27:24 -03:00
cinerea0 621c418402 openvdb: update to 9.0.0. 2022-01-28 03:27:24 -03:00
cinerea0 96f5f47190 tbb: update to 2021.5.0. 2022-01-28 03:27:23 -03:00
mobinmob 07589b52cf
New package: libdeflate-1.9 2022-01-26 22:35:34 +01:00
mobinmob 7149039fd6
notcurses: update to 3.0.5. 2022-01-26 22:35:31 +01:00
hamlolum 9dded6ade7 libfilezilla: update to 0.35.0. 2022-01-21 11:52:23 -03:00
Michal Vasilek 0fc64933c0
gtk-vnc: update to 1.2.0. 2022-01-21 08:57:23 +01:00
Michal Vasilek f6d9a660c5
valadoc: update to 0.54.5. 2022-01-21 08:57:14 +01:00
Michal Vasilek e1c0a18483
vala: update to 0.54.5. 2022-01-21 08:57:14 +01:00
Michal Vasilek f3079e0bbf
mutter: update to 41.2. 2022-01-21 08:57:12 +01:00
Michal Vasilek ed3bae99fd
evolution-data-server: update to 3.42.0. 2022-01-21 08:57:08 +01:00
Michal Vasilek 47ffb35fb0
New package: libsoup3-3.0.3 2022-01-21 08:57:07 +01:00
Michal Vasilek ef62bebbfd
folks: update to 0.15.3. 2022-01-21 08:57:03 +01:00
Evgeny Ermakov 1baf431894 build-helper/numpy: fix typo 2022-01-18 16:19:51 -03:00
Duncaen f79bb3f018
icu: update to 70.1. 2022-01-16 21:07:24 +01:00
dkwo f485076773 singular: update to 4.3.0 2022-01-14 17:34:27 +01:00
Gonzalo Tornaría 9e7da3ec1d New package: gap-4.11.1 2022-01-14 15:14:08 +01:00
Gonzalo Tornaría 1c6e7efb3e gsl: update to 2.7.1, adopt. 2022-01-12 16:48:22 +01:00
Evgeny Ermakov 6d94fc2344 libtd: update to 1.8.0. 2022-01-11 17:00:44 -03:00
Gonzalo Tornaría 92720ddd33 Fix CI since github no longer accepts git:// protocol
As of today, everything fails on CI with:

```
Run common/travis/fetch_upstream.sh
Fetching upstream...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Error: Process completed with exit code 128.
```

Switching `git://` to `https://` should fix this.
2022-01-11 16:44:57 +01:00
Gonzalo Tornaría 17e9801568 nostrip_files: allow full path
The option `nostrip_files` takes a filename without path, in contrast to
option `nopie_files` which takes only full path.

This commit makes it so that `nostrip_files` can take either the
filename or the full path.
2022-01-08 17:51:54 +01:00
Piotr Wójcik 054569c364 xbps-src: correctly change working directory for post_fetch 2022-01-05 20:32:41 +01:00
lemmi 8d8b240342 darktable: add missing optional dependencies 2022-01-05 19:10:23 +01:00
meator d80415363d New package: libx86emu-3.5 2021-12-30 20:30:39 +01:00
John 71e0df2b86 seexpr-krita: update to 4.0.4.0. 2021-12-29 14:28:10 +01:00
Huy Ngo 6f6ae86963 mtxclient: update to 0.6.1 2021-12-25 23:41:01 -03:00
John a0077b3d5f krita: update to 5.0.0. 2021-12-26 00:25:34 +01:00
marmeladema 02cd86886d capnproto: update to 0.9.1 2021-12-23 01:16:31 -03:00
Gonzalo Tornaría 7231f47b26 etc/conf: implement XBPS_MIRROR for remote repos
Setting this variable will make xbps-src use an alternative mirror for
remote repositories.

Using this variable one can change the remote repository for all
architectures in a single setting and without the need to modify
`etc/xbps.d/repos-remote*.conf`. This is much more convenient as it
allows changing remote repos without a dirty worktree.

To use just add a line like the following to `etc/conf`:

    XBPS_MIRROR=https://repo-us.voidlinux.org/current

We also disable 00-repository-main.conf for cross so we don't use the
remote repo from the xbps package.
2021-12-22 23:12:06 +01:00
Leah Neukirchen 4e82428d85 pcre2: update to 10.39.
Releases are on Github now.
2021-12-22 23:00:42 +01:00
Gonzalo Tornaría 36248670a9 New package: primecount-7.2 2021-12-21 14:16:24 +01:00
Gonzalo Tornaría f31b41846a New package: primesieve-7.7 2021-12-21 14:16:24 +01:00
Andrew Benson 2343a0618d nvidia390: update to 390.147. 2021-12-20 19:57:31 -06:00
John 5799c2cebb New package: zxing-cpp-1.2.0 2021-12-20 14:41:05 +01:00
Evgeny Ermakov 5917153886 New package: codec2-1.0.1 2021-12-18 17:03:39 +01:00
Piotr Wójcik 1353b8d134 New package: postgresql14 2021-12-18 15:05:21 +01:00
Gonzalo Tornaría 99ea017a86 lcalc: update to 2.0.4. 2021-12-14 19:46:37 -05:00
Louis Dupré Bertoni 60fc4ac2e4 common/shlibs: add libKPimImportWizard 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni cdf792561a New package: kdepim-addons-21.08.3 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni cbcc780922 New package: kitinerary-21.08.3 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni 97d4d388d9 kpkpass: update to 21.08.3. 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni be48ef4869 kaddressbook: update to 21.08.3. 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni f226db2668 New package: libphonenumber-8.12.38 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni 55d5484336 incidenceeditor: update to 21.08.3. 2021-12-13 14:58:05 +01:00
Louis Dupré Bertoni 740c8b5cfa eventviews: update to 21.08.3. 2021-12-13 14:58:05 +01:00
Érico Nogueira 7184064103 texlive: update to 20210325.
For ownership.txt changes:

- all files using the texlive version were identical between packages
- tikztosvg had more features in texlive-pictures
2021-12-11 00:18:04 -03:00
Martin Dimov 457f021c2a opensc: update to 0.22.0 2021-12-10 18:35:13 +01:00
Leah Neukirchen e1593e48ca jimtcl: update to 0.81. 2021-12-08 21:56:22 +01:00
John ca73e4b1d2
common/environment: set debug-prefix-map to prevent ccache cache misses
Packages with debug symbols do invalidate their cache with every version
change since $wrksrc does contain the version number and is getting cached

Closes: #33002 [via git-merge-pr]
2021-12-08 13:04:22 +01:00
Leah Neukirchen 38e85bad72 janet: update to 1.19.0. 2021-12-03 23:17:54 +01:00
Lorem 213e298424 mtxclient: update to 0.6.0. 2021-11-29 16:23:05 -03:00
Lorem bf8d5e83c7 New package: coeurl-0.1.0 2021-11-29 16:23:05 -03:00
Daniel Eyßer 06cec8178c common/environment/build-style: add zig-build.sh 2021-11-29 02:11:55 -03:00
Duncaen ee9b139eb7
libuev: update to 2.4.0. 2021-11-26 21:03:49 +01:00