Juan RP
5bdc4619a4
efl: update to 1.22.2.
...
- Added new build options: elogind, drm, gstreamer and vlc.
- The same options that were available before are kept.
- Tested on x86_64.
2019-06-03 15:44:08 +02:00
Piotr Wójcik
95e3a60feb
update-check: recognize all gitlab instances
2019-06-01 14:23:37 +02:00
q66
c7989e5693
build-style/cmake: powerpc->ppc for CMAKE_SYSTEM_PROCESSOR
...
ppc is the correct name which cmake reports in a native ppc32
environment, therefore the cross toolchain definition is wrong.
Closes : #12061 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-06-01 00:58:57 +02:00
Daniel Eyßer
fe0af91768
iptables: update to 1.8.3.
2019-05-31 15:23:28 +02:00
Andrew Benson
478fab8b63
slack-desktop: update to 3.4.2
2019-05-30 13:27:14 +02:00
John
0151a88d15
krita: update to 4.2.0.
2019-05-29 19:48:37 +02:00
John
58029a4798
proj: update to 6.1.0.
2019-05-29 19:48:37 +02:00
Jürgen Buchmüller
998aac300a
hooks/pre-pkg/05-prepare-32bit.sh: fix symlinks
...
If lib32symlinks contains plain library names without a path as in
the case of glibc (lib32symlinks="ld-linux.so.2") the expression
${f%/*} is not empty, but returns the basename.
Handle that case by verifying that ${f%/*} is different from ${f}.
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-28 15:14:23 +02:00
Helmut Pozimski
6f2313c2ae
libcdio: update to 2.1.0.
2019-05-27 12:52:42 +02:00
John
e97c2aa8a0
pulseaudio-qt: update to 1.1.0.
2019-05-24 18:03:55 +02:00
Peter Bui
c85da7aff5
rpi-userland: update to 20190501.
...
Fix typo in common/shlibs for libdtovl.so.
Closes #11870 .
Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:43:30 +02:00
Ivan Sokolov
0d225d965b
isl16: prepare for removal
...
Closes : #11788 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-20 10:55:25 +02:00
SolitudeSF
fe5c2ab395
kid3: update to 3.7.1
...
Closes : #11652 [via git-merge-pr]
2019-05-18 23:55:06 +02:00
Jasper Chan
36ada3bdb3
New package: ceres-solver-1.14.0
2019-05-18 23:26:39 +02:00
Helmut Pozimski
9abc2c1829
bind: update to 9.11.7.
...
CVE-2018-5743
2019-05-17 16:20:34 +02:00
Colin Gillespie
9775b74829
nvidia: update to 430.14
2019-05-17 15:44:20 +02:00
Jürgen Buchmüller
d0bbb4eac5
Revert "ncurses: enable tinfo"
...
This reverts commit ea207d9177
.
Does not work with libraries depending on tgetent being in libncurses(w).
2019-05-16 18:17:49 +02:00
Jürgen Buchmüller
ea207d9177
ncurses: enable tinfo
...
Closes : #11718
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-16 15:25:56 +02:00
Julio Galvan
d3f431f7b1
New package: libnitrokey-3.4.1
2019-05-15 08:21:15 +02:00
Piotr Wójcik
e3e08a087a
update-check: skip version directories checking when specialized check exists
2019-05-14 22:48:46 +02:00
Piotr Wójcik
7ae9417947
update-check: allow to disable checking version directories
2019-05-14 22:48:46 +02:00
Piotr Wójcik
906f339d6a
update-check: generalize checking version directories
2019-05-14 22:48:46 +02:00
Piotr Wójcik
79273c05d9
update-check: only check newer directories
2019-05-14 22:48:46 +02:00
Piotr Wójcik
bb0b85060c
update-check: never omit specified site
2019-05-14 22:48:46 +02:00
Doan Tran Cong Danh
bbce69f036
vsed: reduce number of digest cmd call
...
For a vsed call to `nf' files and `nr' regex,
the old code will make `2 * nf * nr' digest calls.
the new code will make `nf * (nr + 1)' digest calls.
Refereance: https://github.com/void-linux/void-packages/issues/11238
2019-05-14 16:33:30 +02:00
Doan Tran Cong Danh
9374b6938e
vsed: strip non-digest part before comparing
...
Accidentally, this change also fixs a potential bug
if `XBPS_DIGEST_CMD` is changed to something other than
its current value: `xbps-uhelper digest'.
Because the old code compares:
- non-stripped old digest; and
- stripped new digest
2019-05-14 16:33:30 +02:00
Doan Tran Cong Danh
c384f85d2b
vsed: refactor digest variables' name
...
We don't specify any specific digest function in this function,
and the old variables' name doesn't reflect the fact that they're
a pair of old and new digest built by the same hash function.
2019-05-14 16:33:30 +02:00
Piotr Wójcik
98b37b49d8
New package: libqaccessibilityclient-0.4.0
2019-05-14 14:01:55 +02:00
Piotr Wójcik
795902b028
update-check: add crates.io
2019-05-14 07:48:39 +02:00
Franc[e]sco
16a9e3a016
New package: FAudio-19.05
2019-05-13 07:47:06 +02:00
John
0108c2a60e
common/02-script-wrapper.sh: add generic_wrapper2 gdal-config
2019-05-12 20:21:26 +02:00
Jürgen Buchmüller
666a2ee3d4
libgdal: update to 3.0.0
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-12 12:11:59 +02:00
Jürgen Buchmüller
264db19716
proj: update to 6.0.0
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-12 12:00:01 +02:00
Colin Gillespie
aa2274be18
nvidia: update to 418.74
2019-05-12 08:45:27 +02:00
Jürgen Buchmüller
ad0345105a
New package: libircclient-1.10_1
...
Closes : #11495
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-11 18:08:31 +02:00
Helmut Pozimski
9c5ca3474d
x264: update to 20190507.2245. (soname bump)
2019-05-08 17:53:28 +02:00
Jürgen Buchmüller
f636a5f078
environment/setup/sourcepkg.sh: unset GIR_EXTRA_...
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-07 15:33:47 +02:00
Jürgen Buchmüller
9f69e99756
build helper gir: auto add pkgs to hostmakedepends
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-07 14:26:45 +02:00
Leah Neukirchen
1779485d50
New package: grpc-1.19.1
2019-05-06 10:17:09 +02:00
q66
8cf8fbb342
netcdf: update to 4.7.0
2019-05-05 13:58:27 +02:00
Thomas Batten
ba13928703
live555: Update to version 2019.05.03
2019-05-05 07:50:32 +02:00
Johannes
fffb67cb76
wlroots: revert to 0.5.0.
2019-05-04 10:40:28 +02:00
Derriick
404524b87f
wlroots: update to 0.6.0.
2019-05-04 00:33:50 +02:00
Robert Lowry
7f1d7ee5c3
New package: libcli 1.9.8.4
2019-05-03 11:53:53 +02:00
Karol Kosek
b935fbd99c
libqmatrixclient: update to 0.5.1.2.
2019-04-30 10:44:25 +02:00
Jürgen Buchmüller
d121842302
build helper gir: check for gobject-introspection
...
Do not add gobject-introspection a second time if it is already
contained in the makedepends.
2019-04-29 15:36:28 +02:00
Jürgen Buchmüller
74ad7c6a11
build helper gir: check for gobject-introspection
...
Do not add gobject-introspection a second time if it is already
contained in the hostmakedepends.
2019-04-29 13:14:42 +02:00
Jürgen Buchmüller
69af78b73a
PackageKit: always enable gir and vala
2019-04-29 12:06:37 +02:00
Jürgen Buchmüller
892616f336
build helper gir: hint vapigen search paths
2019-04-29 04:55:54 +02:00
Jürgen Buchmüller
b6501476ae
build-helper/gir: provide host gtk+3-devel if required
...
When cross building a package using build_helper="gir" add the
gtk+3-devel package to the hostmakedepends in case it is
contained in the makedepends.
Remove the specific case in gcr now that this is automatic.
2019-04-28 17:40:06 +02:00