Andrew J. Hesford
6f0dda0a07
samba: update to 4.13.3.
...
Also revert private lib changes in da2cea569c
that seem to break some installations.
Fixes #27565 .
2021-01-04 22:41:12 -05:00
Đoàn Trần Công Danh
6547bbb473
freetype: clean XBPS_CROSS_TRIPLET reference in freetype-config
...
* $XBPS_CROSS_TRIPLET-pkg-config is our wrapper not a real executable
* In a build that have both freetype-config and pkg-config,
$XBPS_CROSS_BASE will be prepended twice with current system,
let's fix it.
2021-01-05 06:41:36 +07:00
q66
5922df60c7
xbps-src: make sure to apply FFLAGS properly like CFLAGS
2021-01-03 14:11:02 +01:00
q66
210a2823ef
common/build-style: add void-cross
...
this introduces a new build-style void-cross, which can be used
to write system crosstoolchain templates; this is to reduce the
amount of maintenance, resolve existing problems with the cross
toolchain templates and remove repeated code
2020-12-31 23:48:57 +01:00
Duncaen
7480baed23
MEGAsdk: update to 3.7.3c.
2020-12-31 15:55:47 +01:00
John
31e4259c1c
common: Add new cmake-wxWidgets-gtk3 build-helper
2020-12-30 17:58:36 +01:00
John
98f239edf8
build-style/cmake.sh: remove handeling of wxWidgets when cross compiing
...
This can be potentially broken, and the preffered way is to just set the WX_CONFIG env variable
2020-12-30 17:58:36 +01:00
Duncaen
3eed75216c
xbps-src: remove proot chroot-style
...
proot is broken and result in random hard to debug issues,
this is the best way to not have new users use it.
2020-12-29 23:02:16 -08:00
Đoàn Trần Công Danh
bd62ff8580
99-pkglint-subpkgs: replace grep with case..esac
...
On experience with 100 subpkgs, this change reduces execution time from
284ms to 4ms
Closes : #27137 [via git-merge-pr]
2020-12-29 22:46:59 -08:00
mobinmob
14280bfad9
spdx-licenses-list: update to 3.11.
...
Closes : #27509 [via git-merge-pr]
2020-12-29 22:31:01 -08:00
John
29f51df388
kImageAnnotator: update to 0.4.0.
2020-12-28 13:39:27 +01:00
Érico Rolim
de99c9693f
environment/configure/gnu-configure: always include configure_args from
...
template last.
This makes sure that anything set in templates will override the
defaults.
2020-12-27 22:31:15 -03:00
Đoàn Trần Công Danh
e6daac75c2
uhd: update to 4.0.0.0.
2020-12-27 21:30:43 +07:00
mobinmob
bb6ad89b1c
oblibs: update to 0.1.1.1.
2020-12-26 12:42:04 -03:00
Jürgen Buchmüller
1712ff8d84
crypto++: update to 8.3.0
...
Upstream switched version numbering to major, minor, patchlevel and
decided to delimit them by underscores.
2020-12-26 00:23:38 +01:00
Jürgen Buchmüller
70d624094a
ceres-solver: update to 2.0.0
...
There's an solib version bump yet none of Void's packages depends on it.
2020-12-25 22:38:10 +01:00
Érico Rolim
b6e7863cbd
.github/workflows: add script to check that packages can still be
...
installed.
This will allow us to confirm the repository's staging state in CI.
2020-12-23 16:14:53 -03:00
Đoàn Trần Công Danh
aa45e517ab
gtk4: update to 4.0.0.
2020-12-23 21:16:53 +07:00
q66
87d28506e1
build-style: change all build-styles to use /usr/libNN
2020-12-22 22:18:25 +01:00
q66
6283b0d209
common/hooks/{pre,post}-install: generalized libdir hook
...
this makes sure we don't have to worry about packages installing
stuff in lib32/lib64, it will be automagically symlinked
if something is still left over for whatever reason, or if the
opposite wordsize directory exists, that will be caught by pkglint
2020-12-21 21:03:06 -03:00
andry-dev
da2cea569c
samba: add optional glusterfs vfs module and ctdb
...
Also remove a few more private libraries that can be built in.
Co-authored-by: andry-dev <andry-dev@users.noreply.github.com>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
Closes : #27300 [via git-merge-pr]
2020-12-21 08:05:26 -05:00
Érico Rolim
811f311dd2
common/wrappers/cross-cc: catch -L/lib in args.
...
Issue spotted while building geda.
2020-12-20 19:43:35 -03:00
joey
392564e73b
New package: espeak-ng-1.50
...
Add dummy packages for espeak for a smooth upgrade to espeak-ng
2020-12-20 20:25:05 +01:00
Jürgen Buchmüller
f3a75691b6
kea: update to 1.9.3
2020-12-20 16:33:00 +01:00
Jürgen Buchmüller
14c930258b
geda: update to 1.10.1
2020-12-20 14:19:19 +01:00
Jürgen Buchmüller
b4e0222e7f
guile: update to 2.2.7
2020-12-20 14:19:18 +01:00
Andrew J. Hesford
1064515c61
samba: update to 4.13.2.
2020-12-19 17:53:30 -05:00
Andrew J. Hesford
fd3dabd9ed
ldb: update to 2.2.0.
2020-12-19 17:53:30 -05:00
Andrew J. Hesford
02517ce311
talloc: enable python bindings
...
Also support cross compilation without relying on "answer" files.
2020-12-19 17:53:30 -05:00
Andrew J. Hesford
7d68e8f4d2
build-style/waf3: rely on qemu build helper in cross builds
2020-12-19 17:53:30 -05:00
Andrew Benson
14d60df169
pulseaudio: update to 14.0.
2020-12-18 00:54:41 -06:00
Nathan Owens
65f868c304
tinyxml2: update to 8.0.0
...
Closes : #26855 [via git-merge-pr]
2020-12-17 13:06:23 -05:00
q66
69b49cfba6
build-style/go: restrict archs for gccgo env too
...
this is because some archs lack support in gccgo, and some are
not integrated yet in our toolchains
2020-12-17 01:50:52 +01:00
Piraty
49be0cc4d1
arcan: update to 0.6.0.1.
2020-12-16 12:10:28 +01:00
q66
068c64c844
build-style/qmake: add ppc(64) cross bits
2020-12-15 23:01:31 +01:00
q66
b1d4c6ebe8
common: add build/cross profiles for ppcle(-musl)
...
for now, these profiles set -mcpu to power8 and -mtune to power9
to match our ppc64le profiles, since there isn't really any native
harwdare to run these on (at least yet), and any packages will be
experimental for now anyway
2020-12-15 23:01:30 +01:00
Érico Rolim
2c70789fe2
common/travis/show_files: don't error out when subpkg doesn't exist.
2020-12-14 18:54:09 -03:00
John
aa13c0307d
Remove package: kdepim-apps-libs
...
[ci skip]
2020-12-14 18:15:53 +01:00
Joey
6a1c24f88f
New package: pcaudiolib-1.1
2020-12-14 10:36:03 -03:00
Leah Neukirchen
f99b6b3e26
janet: update to 1.13.1.
2020-12-14 10:36:48 +01:00
Érico Rolim
b8044ce629
common/travis/build.sh: add argument for running tests.
...
Also use nproc(1) directly and remove FTP_RETRIES.
2020-12-14 00:18:04 -03:00
Érico Rolim
8dfcf8b7a0
common/travis/fetch-xtools: make it work inside masterdir.
2020-12-14 00:18:04 -03:00
Đoàn Trần Công Danh
3996821f07
99-pkglint-subpkgs: correct for multiline subpackages
...
As discussing in [1], on template with "subpackages" as multilines will
report false positive on some packages will never be built.
There're multiple problems here:
- expanded "subpackages" will have an empty line if it has a newline
inside template
- "sed" expression couldn't work with multilines "subpackages"
Let's not quote "$subpkgs" and "$subpackages" in "printf" to let the
shell do expansion and trim the empty lines for us. And rewrite the
"sed" expression to work with multilines "subpackages"
[1]: https://github.com/void-linux/void-packages/pull/26939#issuecomment-739098547
2020-12-14 09:35:02 +07:00
Artur Sinila
ef3c556ae9
New package: libpipewire0.2
...
Add libpipewire0.2 to common/shlibs
2020-12-13 18:28:17 -03:00
Andrew Benson
b9a1110dab
New package: motif-2.3.8 [ci skip]
2020-12-13 13:07:49 -06:00
Evgeny Ermakov
76ca926dd6
libtd: update to 1.7.0
2020-12-12 21:35:58 +01:00
Érico Rolim
a6c6bcc651
common/hooks: remove remove-localized-manpages hook.
...
Allow packages to include localized man pages. Needed for manpages-l10n.
2020-12-12 03:58:57 -03:00
Anthony Iliopoulos
48f9419c93
inih: add libinih to common/shlibs
2020-12-12 03:04:45 -03:00
Érico Rolim
a5ed5f551c
shutils/chroot.sh: fix syslog configuration.
...
The file was created in chroot_prepare(), but the configuration
directory was being cleaned in chroot_sync_repodata(). This commit moves
the configuration to after the directories are created.
Fixes #25534
2020-12-11 15:25:39 -03:00
Érico Rolim
1f63790fcb
opensc: update to 0.21.0.
...
Fixes multiple CVEs.
2020-12-11 00:23:29 -03:00
Andrew J. Hesford
a3227ffb48
build-style/python3-module: prefer pytest in do_check
...
Closes : #25052 .
2020-12-09 15:45:53 -05:00
Đoàn Trần Công Danh
08a382be7e
chroot.sh: export XBPS_ALT_REPOSITORY to chroot
...
Outside of chroot, we calcucate XBPS_ALT_REPOSITORY only to throw it
away and calculate it again inside chroot. Normally, this is not problem
except when we're working with a Git's worktree, in which case, we don't
have the access to original gitdir inside chroot.
Let's bring that value from outside of chroot into it.
2020-12-09 19:54:08 +07:00
Andrew J. Hesford
2dff49c420
build-style/python3-pep517: new style for PEP517 Python packages
2020-12-08 15:26:38 -05:00
Érico Rolim
2325ae153b
common/build-style/gnu-makefile: pass CXXFLAGS in make invocation.
2020-12-06 22:03:54 -03:00
q66
095bf4734c
cross-profiles/aarch64: remove nonsense that does not belong
...
????
2020-12-06 06:01:07 +01:00
q66
1e86562c72
cross-profiles: do the same as for build-profiles for ppc
2020-12-06 05:51:32 +01:00
q66
29255b0244
build-profiles: drop unnecessary cflags for ppc
...
we don't need to specify -mcpu where compiler default is used,
preserve mtune though; do not -mno-altivec on ppc since altivec
is not default in the first place and doing this will just
break random things that explicitly enable altivec for runtime
checked code; do not use -maltivec on either ppc64le or ppc64
since it's implied by their -mcpu's (power8 for ppc64le which
is implicit, and 970 for ppc64 which is explicit)
also remove -mlong-double-64 for musl targets as that's compiler
default and it's not necessary to pass it; also remove -mabi=elfv2
for both ppc64le and ppc64 since it's implied default
2020-12-06 05:51:31 +01:00
Andrew J. Hesford
8c5beaffa5
grpc: update to 1.34.0.
2020-12-03 12:26:08 -05:00
Piraty
452071ef74
jitterentropy: update to 3.0.0.
2020-12-03 15:39:24 +01:00
Andrew J. Hesford
231bc646a3
zfs: update to 2.0.0.
...
Thanks to @zdykstra for looking into the built-in PAM module.
2020-12-01 23:25:01 -05:00
Nathan Owens
4b6fd8b8e8
biblesync: update to 2.1.0
2020-12-01 13:08:05 +01:00
cinerea0
caa5cae606
libnma: replace libnm-gtk
2020-11-30 22:12:28 -03:00
Jürgen Buchmüller
98a760ee20
kea: update to 1.9.2
2020-11-29 08:47:26 +01:00
fosslinux
894b9a3b66
New package: antimicrox-3.1.2.
...
antimicro: transition to antimicrox.
Closes : #26631 [via git-merge-pr]
2020-11-28 23:44:23 -05:00
Nathan Owens
3545b733bb
tpm2-tss: update to 3.0.1
...
Closes : #26205 [via git-merge-pr]
2020-11-28 22:19:24 -05:00
Nathan Owens
d26e66ac57
evemu: New package
...
Closes #26600
Close : #26623
2020-11-28 09:11:15 +07:00
Đoàn Trần Công Danh
b400ac3e81
build-style/cmake: set find_root_path to cross_base/usr
2020-11-28 05:56:03 +07:00
Đoàn Trần Công Danh
ca8b0789b9
wrapper: bring valac and vapigen to current version
...
Current wrappers hard-coded them at 0.42 which is very long ago.
Hence, those wrappers insert a versioned vapidir that no longer exists.
The build still work because valac will look into host's versioned vapidir
instead.
Let's check the version we're having and wrap that instead of changing
the hard-coded number from time to time.
2020-11-26 20:57:52 +07:00
yopito
4fa3cd554b
coin3: update to 4.0.0
2020-11-24 16:01:33 +01:00
cinerea0
1497f3a5b9
network-manager-applet: update to 1.18.0
2020-11-21 22:25:38 -08:00
cinerea0
92d75be63d
New package: libnma-1.8.30
2020-11-21 22:25:38 -08:00
Érico Rolim
d16ca93336
New package: ZMusic-1.1.3.
...
ZMusic needs libopenal to enable sound playback.
libopenal, libfluidsynth and libsndfile are all loaded dynamically.
Based on and closes #20665 .
2020-11-21 21:08:05 -08:00
mobinmob
b47d1fe205
gettext: update to 0.21.
2020-11-22 00:35:04 -03:00
Rich Gannon
eba9ea68a7
glusterfs: update to 8.1
2020-11-21 19:24:26 -08:00
Nathan Owens
29314e0dea
net-snmp: update to 5.9
...
[ci skip]
2020-11-21 15:13:42 -08:00
mobinmob
4ca0de2ac8
New package: nocurses-2.0.4.
2020-11-21 14:48:39 -08:00
Paper
1ae3cece25
wireshark: update to 3.4.0
2020-11-21 00:58:11 +01:00
Érico Rolim
d6c8f1b99e
Disable Travis CI.
...
- Remove .travis.yml, common/travis/docker.sh.
- Change references to travis to be more generic.
- Manual.md: Orient against using CI logs in broken= or nocross=.
2020-11-21 00:11:30 +01:00
Érico Rolim
f97f031010
autoconf_cache/musl-linux: fix sigprocmask value.
...
It was "1", should have been "yes". This fixes building gettext.
2020-11-20 19:17:38 -03:00
Ondřej Fiala
6704aae176
wlroots: update to 0.12.0
2020-11-20 18:50:43 -03:00
Leah Neukirchen
cbebc39001
ipset: update to 7.9.
2020-11-20 11:04:51 +01:00
Érico Rolim
cc255456b1
elfutils: update to 0.182, add debuginfod subpkgs, adopt.
...
Cleaned up patches, remove the aarch64-fregs one (it was fixed with a
musl patch, instead), and moved closer to where upstream is moving
regarding musl compat.
2020-11-18 00:00:07 -03:00
Isaac Freund
b79c6dfc5f
New package: seatd-0.4.0
...
The elogind build option is enabled by default so that we can enable
only the libseat wlroots backend by default. This is also the right
default if other projects start using seatd.
2020-11-17 15:27:20 -03:00
Robin Voetter
f8b6ce4acc
new package: llvm11-11.0.0
...
Additional fixes by q66.
2020-11-17 04:14:14 +01:00
Jürgen Buchmüller
8834157c8c
leatherman: update to 1.12.3
2020-11-15 21:09:11 +01:00
Andrew J. Hesford
6cc9511b07
protobuf24: rename to protobuf25, update to 3.14.0
...
The unversioned meta-packages now point to protobuf25 and its
subpackages, which now provide sonames with version 25.
2020-11-15 10:30:16 -05:00
Nathan Owens
4d1d912619
libcec: update to 6.0.2
...
[ci skip]
2020-11-14 16:13:15 +01:00
Nathan Owens
7928d89e1f
libtickit: update to 0.4.1
...
[ci skip]
2020-11-14 15:53:00 +01:00
Érico Rolim
c804437d04
common/hooks/post-install/04-create-xbps-metadata-scripts.sh:
...
use correct section for chroot(2) in comment.
2020-11-13 23:06:14 -03:00
John
e907239492
Remove package: deepin-movie-reborn
2020-11-13 20:08:09 +01:00
John
63772155d6
Remove package: gsettings-qt
2020-11-13 20:08:09 +01:00
John
6a79bb969d
Remove package: dtkwm
2020-11-13 20:08:09 +01:00
John
a107541643
Remove package: dtkwidget
2020-11-13 20:08:09 +01:00
John
f1eadf2768
Remove package: dde-qt-dbus-factory
2020-11-13 20:08:09 +01:00
John
51baa99cfc
Remove package: dtkcore
2020-11-13 20:08:09 +01:00
Johannes
94fa2befa7
ImageMagick: update to 7.0.10.37.
2020-11-12 19:26:21 +01:00
Joey
6264cf179a
New package: sonic-0.2.0
2020-11-11 17:09:28 +01:00
Jürgen Buchmüller
9023aae6e4
common/shlibs: add libharfbuzz-gobject.so.0
2020-11-10 06:49:25 +01:00
Andrew J. Hesford
0ea6aa41a2
libimobiledevice: update to 1.3.0.
2020-11-09 22:19:04 -05:00
Andrew J. Hesford
e25aff808c
libusbmuxd: update to 2.0.2.
2020-11-09 22:19:04 -05:00
Andrew J. Hesford
92a1dc2acd
libplist: update to 2.2.0.
2020-11-09 22:19:04 -05:00
Andrew J. Hesford
5141819980
capnproto: update to 0.8.0.
2020-11-09 10:53:54 -05:00
Jürgen Buchmüller
bba453427e
build-style gnu-makefile: pass $OBJCOPY to make
2020-11-07 16:13:56 +01:00
skmpz
54dc90c071
libcap: update to 2.45.
2020-11-05 20:29:36 -06:00
Cameron Nemo
a14c52967b
aspell: split library into a subpkg
2020-11-05 20:23:47 -06:00
Helmut Pozimski
86070e3cca
libfm-qt: update to 0.16.0. (soname bump)
2020-11-05 19:13:25 +01:00
Nathan Owens
dfc437ab39
brltty: upgrade to 6.1
2020-11-03 10:59:22 -05:00
Đoàn Trần Công Danh
3c1727cf31
build-style/cmake: only look into masterdir libraries
...
As of it's now, cmake will look into host's libraries, thus
bootstrapping will fail at ccache if host system doesn't have
libzstd-devel installed.
2020-11-01 21:22:23 +01:00
Jürgen Buchmüller
da2c44373a
kea: update to 1.9.1
2020-10-30 20:19:38 +01:00
Kevin Klopfenstein
b12c47697e
libqb: update to 2.0.0
2020-10-30 23:17:16 +07:00
Leah Neukirchen
d6915d86d3
jimtcl: update to 0.80.
2020-10-30 13:06:23 +01:00
Leah Neukirchen
db0ff73f73
ipset: update to 7.7.
2020-10-30 13:06:22 +01:00
Duncaen
0d55c5a3d3
libkqueue: remove, outdated and is not used by anything
2020-10-29 22:54:01 +01:00
Leah Neukirchen
c55b3d5014
perl: update to 5.32.0.
2020-10-28 18:04:25 +01:00
Andrew Benson
73b92209cb
New package: mongo-c-driver-1.17.0
2020-10-27 07:41:54 -05:00
Andrew J. Hesford
24454f4db1
grpc: update to 1.33.1.
2020-10-25 22:46:57 -04:00
Auri
98d766ebe1
ldc: update to 1.24.0
2020-10-25 16:22:01 +01:00
Joseph Benden
4a9c12bf23
mpd: update to 0.22.1.
...
Signed-off-by: Joseph Benden <joe@benden.us>
2020-10-24 17:01:43 +02:00
Paper
fdedfea6b8
GPaste: update to 3.38.2
2020-10-24 16:41:38 +02:00
Jony
61f192804d
wayvnc: update to 0.3.1.
2020-10-24 16:06:11 +02:00
Érico Rolim
2105b099e3
curl: update to 7.73.0.
...
Remove outdated patch, remove libcurl-gnutsl symlink from libcurl, and
add zstd compression support.
2020-10-24 03:32:44 -03:00
Jürgen Buchmüller
375a75dc07
build-style cmake: depend only if $CHROOT_READY
2020-10-23 11:51:02 +02:00
John
d531b22caf
kpmcore: update to 4.2.0.
2020-10-22 15:05:31 +02:00
Jürgen Buchmüller
a5a43bf4e9
libogre: update to 1.12.9
2020-10-22 14:03:32 +02:00
Kartik Singh
b48932c739
krita: update to 4.4.0.
...
[ci skip]
2020-10-22 11:55:18 +02:00
Kartik Singh
685310e11c
New package: seexpr-krita-3.4.4.0
2020-10-22 11:55:18 +02:00
Jony
ecc31ed587
xbps-src/shutils/update_check.sh: add support for git.sr.ht
...
The code for `git.sr.ht` was almost identical to that of `hg.sr.ht`. The
main difference, aside from replacing `hg.sr.ht` in `url` with
`git.sr.ht`, was the endpoint of `url`. The `hg.sr.ht` url uses `tags`
whereas `git.sr.ht` uses `refs`.
2020-10-21 22:10:31 +02:00
Helmut Pozimski
4d70c6b7b4
libfilezilla: update to 0.25.0.
2020-10-21 19:22:54 +02:00
Đoàn Trần Công Danh
b4c7108964
zbar: switch to active fork, update to 0.23.1
2020-10-18 20:09:12 +07:00
Érico Rolim
5af961ece2
common/build-style/meson.sh: set auto-features to auto.
...
This allows the build system to detect itself whether it should use
certain features, instead of defaulting to (potentially bad) enabled
status.
Features that aren't detected properly, be it because false positives or
negatives, should be explicitly called out in the templates.
2020-10-18 00:00:00 -03:00
John
89fa9f3d17
libksysguard: update to 5.20.0
...
[ci skip]
2020-10-16 22:48:49 +02:00
Artur Sinila
b0b2053e4c
common/build-helper/rust.sh: dynamic linking to libpcre2 on musl
2020-10-15 03:09:51 -03:00
Đoàn Trần Công Danh
b38b3ad323
gtkglextmm: drop package
...
- Nothing else needs this library
- Last updated 10 years ago
- Need PangoX
2020-10-13 21:46:50 +07:00
Đoàn Trần Công Danh
bb4b26cd62
pangox-compat: drop
...
- ftbfs
- last updated 10 years ago
2020-10-13 21:46:50 +07:00
Jürgen Buchmüller
ad1eb8e2d4
kea: update to 1.9.0
2020-10-13 09:49:45 +02:00
Jürgen Buchmüller
bccf974be7
botan: update to 2.16.0
2020-10-12 16:51:51 +02:00
Andrew J. Hesford
63ccfff9aa
boost: rebuild for Python 3.9
2020-10-10 10:21:38 -04:00
Andrew J. Hesford
e590822d93
python3: update to 3.9.0.
2020-10-10 10:21:09 -04:00
Érico Rolim
24094d58e8
jsoncpp: update to 1.9.4.
2020-10-09 16:31:37 -03:00
Érico Rolim
35fd80fdc3
fmt: update to 7.0.3.
2020-10-09 16:31:37 -03:00
John
8409a7ef02
KDSoap: update to 1.9.1.
2020-10-09 20:34:17 +02:00
Érico Rolim
f107340ae2
libxmlb: update to 0.2.1.
2020-10-07 00:03:21 -03:00
John
83c2f3759d
freerdp: enable wayland
2020-10-04 22:39:13 +02:00
amak
531fd1605d
common/shlibs: add libHLSL.so
2020-09-30 20:52:41 +02:00
Andrew J. Hesford
716a70bf22
hiredis: update to 1.0.0.
2020-09-29 14:11:11 -04:00
Érico Rolim
2c1b690cb6
monocypher: update to 3.1.1.
...
Closes : #23075 [via git-merge-pr]
2020-09-29 14:21:13 -03:00
Érico Rolim
1d9afba66a
projectM: split into -devel subpackage.
...
Also fix location of desktop files, and assign to LDFLAGS instead of
adding to it.
2020-09-27 23:56:45 -03:00
Érico Rolim
5668d3084e
glew: update to 2.2.0, xlintify.
2020-09-27 23:56:45 -03:00
Andrew J. Hesford
028b3ea68a
poppler: update to 20.09.0.
2020-09-27 00:21:39 -04:00
Đoàn Trần Công Danh
a5d075a493
zbar: split qt out
2020-09-27 06:02:05 +07:00
John
e1b1183dcd
OpenSubdiv: update to 3.4.3.
2020-09-24 18:02:44 +02:00
Jürgen Buchmüller
241acab35e
.../automake: config.gues fix copy+paste bug
2020-09-23 18:37:09 +02:00
Jürgen Buchmüller
a1f6054e90
.../automake: update to latest config.{guess,sub}
2020-09-23 13:30:57 +02:00
mobinmob
6c08e8e48d
dar: update to 2.6.12.
...
Closes : #24973 [via git-merge-pr]
2020-09-21 21:09:11 -04:00
Leah Neukirchen
31241282dd
libcbor: update to 0.8.0.
2020-09-21 10:48:56 +02:00
Andrew J. Hesford
d7d4544c0e
sssd: update to 2.3.1; drop sssd-python
2020-09-20 11:04:41 -04:00
Đoàn Trần Công Danh
d8ed94e172
gtk4: update to 3.99.1.
...
Close : #24964
2020-09-19 12:07:26 +07:00
Andrew J. Hesford
1e3eb1dd13
grpc: update to 1.32.0.
2020-09-18 22:39:08 -04:00
Daniel Kolesa
5ce96d9c36
gnome-panel: update to 3.37.1
2020-09-18 18:46:35 +02:00
Daniel Kolesa
0fc08ac3ae
retro-gtk: update to 1.0.0
2020-09-18 18:46:35 +02:00
Daniel Kolesa
0a8ff4823b
gedit: update to 3.38.0
2020-09-18 18:46:33 +02:00
Daniel Kolesa
1de59c9991
folks: update to 0.14.0
2020-09-18 18:46:27 +02:00
Daniel Kolesa
12fc7af5bc
evolution-data-server: update to 3.38.0
2020-09-18 18:46:27 +02:00
Daniel Kolesa
91576be5b3
mutter: update to 3.38.0
2020-09-18 18:46:26 +02:00
Daniel Kolesa
fcfda50860
gnome-desktop: update to 3.38.0
2020-09-18 18:46:26 +02:00
Daniel Kolesa
46c9eda8f9
New package: tracker3-3.0.0
2020-09-18 18:46:24 +02:00
Daniel Kolesa
c8ec9138e2
sysprof: update to 3.38.0
2020-09-18 18:46:23 +02:00
Đoàn Trần Công Danh
131b168496
glade3: update to 3.38.0.
2020-09-18 18:46:23 +02:00
Daniel Kolesa
68708516f3
tepl: update to 5.0.0
2020-09-18 18:46:22 +02:00
Daniel Kolesa
93169b7c51
valadoc: update to 0.50.0
2020-09-18 18:46:21 +02:00
Daniel Kolesa
9e1393af76
vala: update to 0.50.0
2020-09-18 18:46:21 +02:00
Đoàn Trần Công Danh
b1a6baed7f
vopt_bool: use option as default property
...
Keep it in-line with vopt_with and vopt_enable.
2020-09-18 16:15:19 +02:00
Gitea
5ebe4527c4
bind: update to 9.16.7
...
Closes : #24712 [via git-merge-pr]
2020-09-17 19:44:30 -04:00
Daniel Kolesa
7f79d53c81
New package: mozjs78-78.2.0
2020-09-17 23:21:38 +02:00
Duncaen
76863db434
knot: update to 3.0.0.
2020-09-17 20:05:19 +02:00
yopito
8251f521bd
kdevelop: update to 5.6.0
...
[ci skip]
2020-09-16 22:21:17 +02:00
Andrew J. Hesford
b36bc3a88d
mit-krb5: update to 1.18.2.
2020-09-16 12:02:25 -04:00
Piotr Wójcik
46cb66d525
Prefer flags over config file, again
2020-09-14 23:55:22 +02:00
fosslinux
4acb08c4dc
common/environment/build-style/gem.sh: remove archs=noarch.
2020-09-14 01:26:08 +00:00
Leah Neukirchen
015f166819
libxls: update to 1.6.1.
2020-09-10 13:49:55 +02:00
Jürgen Buchmüller
d0b6cb772c
common/shlibs: undo accidential changes
...
The changes for gcc10 slipped in by accident.
2020-09-10 11:02:09 +02:00
Jürgen Buchmüller
e0c88619f0
musl-obstack: update to 1.2.1
2020-09-10 11:00:09 +02:00
Leah Neukirchen
20b2b6c0e3
janet: update to 1.12.1.
2020-09-09 21:53:05 +02:00
Andrew Benson
ddda2bf0ce
libxlsxwriter: update to 1.0.0.
2020-09-08 15:49:22 -05:00
Piotr Wójcik
600d33006b
xbps-src: separate options of target package and its dependencies
2020-09-07 22:18:29 +02:00
Piotr Wójcik
15e7a92951
xbps-src: make build options from config ang flags work together
...
Flag options was appended to XBPS_PKG_OPTIONS, but was later
overwritten by sourcing config. Instead, pass only flags
options in separate variable and join at very end.
2020-09-07 22:18:29 +02:00
Piotr Wójcik
52781a35fe
Revert "xbps-src: fix build-options via cmdline."
...
Needed to load XBPS_PKG_OPTIONS_foo.
This reverts commit 47175dc8bb
.
2020-09-07 22:18:29 +02:00
Đoàn Trần Công Danh
7f9719f4b9
opencc: update to 1.1.1.
...
Build with CMAKE_BUILD_TYPE None, and python3
2020-09-06 17:46:53 +07:00
Jürgen Buchmüller
155d4848ed
xen: update to 4.14.0
2020-09-04 11:44:11 +02:00
Piotr Wójcik
6efc7dd98d
xbps-src: quote wrksrc to allow whitespace
2020-09-03 21:03:32 +02:00
Đoàn Trần Công Danh
8df7372fac
libsexy: drop
2020-09-03 23:25:38 +07:00
Duncaen
9b9ce32289
sndio: update to 1.7.0.
...
Closes #24581
2020-09-02 17:04:51 +02:00
lemmi
6fbe588447
darktable: update to 3.2.1.
2020-09-02 03:18:11 +02:00
John
163668ce90
kImageAnnotator: update to 0.3.2.
2020-09-01 13:01:32 +02:00
Karl Nilsson
0af6ec3dfe
New package: opencamlib-2019.07
...
Closes : #24529 [via git-merge-pr]
2020-08-31 13:09:48 -04:00
Anthony Iliopoulos
71489b1b22
bind: update to 9.16.6.
...
Closes : #24575 [via git-merge-pr]
2020-08-31 12:56:22 -04:00
Lorem
454faee697
libcpuid: update to 0.5.0.
2020-08-31 15:55:06 +02:00
Jürgen Buchmüller
e4d90554bf
kea: update to 1.8.0
2020-08-31 15:19:57 +02:00
Piotr Wójcik
749e6cf4ba
travis/show_files.sh: do not show files if build failed
2020-08-31 09:11:35 +02:00
Daniel Eyßer
9cfdc1fb1e
libsignal-protocol-c: change to shared library
2020-08-30 19:44:35 +02:00
John
cd152d1642
element-desktop: use system electron9
...
[ci skip]
2020-08-30 04:22:04 -07:00
Helmut Pozimski
4d1ce784d0
libfilezilla: update to 0.24.1. (soname bump)
2020-08-30 11:10:48 +02:00
Andrew J. Hesford
eddfd41d05
vtk: enable bindings for python3
...
[ci skip]
Closes : #24531 [via git-merge-pr]
2020-08-29 12:37:45 +02:00
Jürgen Buchmüller
9d9d79c160
vtk: update to 9.0.1
...
This fixes build for gcc10.
[ci skip]
2020-08-28 18:25:42 +02:00
Leah Neukirchen
96eb2f2932
New package: judy-1.0.5
2020-08-25 21:28:11 +02:00
Piotr Wójcik
dcdbcbf30a
11-pkglint-elf-in-usrshare: disallow x-executable
...
Can be allowed per-package now
2020-08-25 21:18:59 +02:00
Helmut Pozimski
e0979275b4
11-pkglint-elf-in-usrshare: allow explicit setting of exceptions
...
Co-authored-by: Piotr Wójcik <chocimier@tlen.pl>
2020-08-25 21:18:59 +02:00
Érico Rolim
adff3d110c
playerctl: update to 2.2.1, adopt.
...
Remove from shlibs, since no package depends on it.
2020-08-18 21:00:39 -05:00
Ivan Sokolov
2a0b50e2c2
New package: libtd-1.6.0
2020-08-18 15:48:42 +02:00
Isaac Freund
5de1503434
xbps-src/update-check: add codeberg support
2020-08-18 14:46:25 +02:00
Isaac Freund
3d035237ac
xbps-src/update-check: unify per-site locals
2020-08-18 14:46:25 +02:00
Daniel Kolesa
c1bade24bf
gtk-vnc: update to 1.0.0, mesonize, drop gtk2 support
2020-08-18 06:20:56 +02:00
Daniel Kolesa
398ea16d7b
vala: update to 0.48.9
2020-08-18 06:20:00 +02:00
Daniel Kolesa
6f7ebfa121
New package: libportal-0.3
2020-08-18 06:18:08 +02:00
Daniel Kolesa
0fcac6030b
New package: libhandy1-0.90.0
2020-08-18 06:17:43 +02:00
Daniel Kolesa
ec5cb6f724
New package: libsigc++3-3.0.3
2020-08-18 05:44:36 +02:00
Andrew Benson
aeb061e883
zeek: update to 3.2.0.
2020-08-17 14:15:23 -05:00
Érico Rolim
feb835ee2e
texlive: create libsynctex sub-package.
...
Other packages can link against this library, and they don't need to
pull in the whole texlive package.
[ci skip]
Closes : #24300 [via git-merge-pr]
2020-08-17 09:48:34 -04:00
Noah Huppert
984fa5d9cb
xbps-src: fixed dangling binpkg lock on error
...
Co-authored-by: Noah Huppert <contact@noahh.io>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
Closes : #24191 [via git-merge-pr]
2020-08-17 09:42:08 -04:00
John
63d992ecad
vscode: built against system electron
...
[ci skip]
2020-08-16 23:10:48 +02:00
Andrew J. Hesford
b4282fa7b1
protobuf23: update to 3.13.0, rename to protobuf24, include unversioned metas
...
Unversioned metas are all updated at the same time as the versioned
packages anyway, so there is no reason to keep the templates separate.
2020-08-15 15:15:13 -04:00
Luke Hannan
fe6c78837a
R: update to 4.0.2.
2020-08-15 16:35:39 +02:00
Andrew J. Hesford
4a85d535fb
live555: update to 2020.08.11.
2020-08-11 16:53:31 -04:00
Đoàn Trần Công Danh
75fb19c99b
libechonest: drop package
2020-08-10 14:28:17 +00:00
Đoàn Trần Công Danh
276a069615
qca: drop package
...
All dependents have been moved to qca-qt5
2020-08-10 14:28:17 +00:00
Đoàn Trần Công Danh
b0e6ac8476
liblastfm: drop package
2020-08-10 14:28:17 +00:00
Érico Rolim
ad2790c303
musl-obstack: ship dynamic lib, split devel.
2020-08-08 07:23:34 -07:00
Đoàn Trần Công Danh
050861b37e
xbps-src: enable C.UTF-8 locale on glibc masterdir
...
`util-linux` requires `C.UTF-8` for testing.
Since this is an important part of system,
enable `C.UTF-8' for checking `util-linux`.
2020-08-07 11:35:11 +00:00
mobinmob
c96a7e345a
common/travis/license.lst: update to 3.10
2020-08-05 19:24:33 +02:00
Érico Rolim
e154b34258
wf-config: update to 0.5.0, use correct makedeps.
2020-08-04 16:47:18 -04:00
Zach Dykstra
191a1021b5
New package: neatvnc-0.2.0
2020-08-04 11:45:24 -04:00
Zach Dykstra
ba91ac750a
New package: aml-0.1.0
2020-08-04 11:45:23 -04:00
Zach Dykstra
e30979d037
perl-module: add perl to build depends
2020-08-04 15:10:22 +02:00
lemmi
638bde041c
ddcutil: update to 0.9.9.
2020-08-04 10:53:39 +02:00
Andrew Benson
4675d9c9c4
zeek: rename from bro, fix cross, update to 3.1.5
...
Thanks to @sgn for the cross compile fixes!
2020-08-01 09:57:32 -05:00
Jürgen Buchmüller
f5bb75e099
kea: update to 1.7.10
2020-07-31 21:52:47 +02:00
Andrew J. Hesford
a2a5be8a49
ldc: update to 1.22.0.
2020-07-28 14:20:31 -04:00
Jürgen Buchmüller
7dfab09fac
common/shlibs: add surgescript-0.5.4.4 shlib
2020-07-28 07:30:12 +02:00
Érico Rolim
813d893710
common/build-helper/qemu.sh: add vtargetrun function.
...
It's a function to call the qemu executable for the target arch, or a
noop if the build isn't a cross build.
2020-07-28 04:24:40 +00:00
Érico Rolim
d5ca039278
common/environment/setup/install.sh: add vcompletion.
...
Install function for installing shell completions in the appropriate
place according to the shell used.
2020-07-28 04:24:40 +00:00
Anthony Iliopoulos
fad350c76b
bind: update to 9.16.5.
2020-07-27 13:36:50 -04:00
Isaac Freund
682ccfd99c
New package: fcft-2.2.2
...
Looks like the license file was missing from 2.2.2 but has since been
added to the master branch, so pull it from there.
2020-07-26 20:07:40 -04:00
Érico Rolim
c81d5ba917
libaom: update to 2.0.0.
2020-07-24 20:53:15 +02:00
Leah Neukirchen
ab9b847bb0
janet: update to 1.11.0.
2020-07-24 11:37:27 +02:00
Matthias von Faber
3545c7beae
alembic: update to 1.7.13, build without TR1
...
TR1 is an obsolete C++ extension and incompatible with Blender
2020-07-24 07:25:15 +02:00
Nicu Borta
6120d56f08
New package: cglm-0.7.6
2020-07-23 07:55:36 -04:00
Piotr Wójcik
e8a3a6e5f1
kaccounts-integration: update to 20.04.3.
2020-07-22 18:39:58 +02:00
q66
854828d619
ncurses: drop old .so.5 symlinks and add libncurses.so.6
...
These symlinḱs weren't used in any Void package and likely would
cause issues for foreign binaries depending on them. The
libncurses.so.6 symlink was for some reason missing, so add it.
Closes https://github.com/void-linux/void-packages/pull/23660
2020-07-21 17:54:38 +02:00
Érico Rolim
4c14dbc511
dolphin, dolphin-plugins: fix shlibs provider.
2020-07-17 14:17:08 -07:00
yopito
2a62fc1319
python3-pyside2: update to 5.15.0
2020-07-17 13:12:17 +02:00
yopito
2f1963adfb
shiboken2: update to 5.15.0
...
- remove merged patches upstream
- need clang at runtime
2020-07-17 13:12:17 +02:00
Andrew J. Hesford
e9121d41da
python3: update to 3.8.4.
2020-07-17 07:04:57 -04:00
Isaac Freund
8b826c9b2c
wlroots: update to 0.11.0.
2020-07-16 19:34:48 -04:00
Helmut Pozimski
1a3030f9c0
libfilezilla: update to 0.23.0.
2020-07-15 20:46:32 +02:00
fosslinux
b9917a2506
New package: texlive-20200406
...
Co-authored-by: q66 <daniel@octaforge.org>
Co-authored-by: Piotr Wójcik <chocimier@tlen.pl>
2020-07-14 02:38:24 +02:00
fosslinux
102841754a
xbps-triggers: add texmf-dist regeneration trigger
2020-07-14 02:38:24 +02:00
fosslinux
92fd1c57cc
New build-helper: texmf
...
Co-authored-by: Piotr Wójcik <chocimier@tlen.pl>
2020-07-14 02:38:24 +02:00
Piotr Wójcik
dabbbffabf
xbps-src: -p argument for showing more variables
2020-07-13 19:52:53 +02:00
John
335286d3e2
build-style/meson: add cups and llvm-config to crossfile
2020-07-13 19:14:53 +02:00
Andrew J. Hesford
8e6c1786d1
xbps-src: add numpy build_helper
...
Packages that link against python3-numpy require special consideration
to ensure that, in a cross-building environment, target libraries and
headers as well as the FORTRAN compiler and linker are properly
identifeid. Previously, this was done directly in the python3-scipy
template to support cross compilation. Now, a build_helper generalizes
these changes to support other package templates.
2020-07-12 22:45:32 -04:00
John
9ff9323c0f
hooks/pkglint-devel-paths: do move static find calls out of the loop
...
Right now they got executed every iteration, but weren't dependent
on the loop. Which resulted in getting the output x times more often
than neccessary
2020-07-12 04:20:48 -07:00
Jürgen Buchmüller
b17c11afa2
leatherman: update to 1.12.1
2020-07-11 20:27:56 +02:00
John
0e87174b5e
build-style/cmake: set CTEST_OUTPUT_ON_FAILURE=TRUE in do_check
...
Currently a failed output has to be found somewhere in the build directory,
having it output also to stdout makes it far easier to see why it failed
2020-07-11 14:07:29 +02:00
John
d16788e133
kdepim-runtime: rebuild against kdav
2020-07-11 14:06:40 +02:00
John
51bcc10c03
linphone: update to 4.4.0.
2020-07-10 14:21:48 +02:00
John
55e916e42d
mediastreamer: update to 4.4.0.
2020-07-10 14:21:48 +02:00
John
7ce7e54934
belle-sip: update to 4.4.0.
2020-07-10 14:21:48 +02:00
John
4bd058b10f
ortp: update to 4.4.0.
2020-07-10 14:21:48 +02:00
John
79369b6db2
kImageAnnotator: update to 0.3.1.
2020-07-10 14:21:48 +02:00
John
18968921ff
kColorPicker: update to 0.1.4.
2020-07-10 14:21:47 +02:00
Domenico Panella
64bfaea7c1
New package : dolphin-plugins-20.04.2
2020-07-07 18:01:57 +02:00
q66
99af49c5e6
common/shlibs: fix hidrd
...
I guess this part was useful
2020-07-06 22:32:41 +02:00
q66
248503d632
Revert "common/shlibs: fix hidrd"
...
This reverts commit f7948d6051
.
??????
2020-07-06 22:25:02 +02:00
Piraty
f7948d6051
common/shlibs: fix hidrd
2020-07-06 22:07:38 +02:00
Helmut Pozimski
a1dd302e1a
libmatroska: update to 1.6.0. (soname bump)
2020-07-06 21:55:20 +02:00
Helmut Pozimski
30d0a8652c
libebml: update to 1.4.0. (soname bump)
2020-07-06 21:55:20 +02:00
Piraty
3d44f8cafb
libogre: remove obsolete shlibs
...
This reverts commit e13e98f98b
.
2020-07-06 18:33:02 +02:00
Érico Rolim
2be5dd6156
build-style/cargo: use configure_args in do_check.
...
Cargo rebuilds the package if the command line arguments aren't the
same, which makes it test the wrong binary.
2020-07-06 09:01:06 +02:00
Đoàn Trần Công Danh
74f0186fd9
common/wrapper: python*-config: answer --includes
...
We haven't run into trouble with this because most configure script
check if $PYTHON-config exist,
thus force packager uses /usr/bin/python{,3}
2020-07-04 22:22:10 +07:00
John
3e006333e7
libressl: update to 3.1.3.
2020-07-02 07:57:38 -07:00
Piotr Wójcik
3318e17163
tree-wide: make python path variables relative
2020-07-01 20:24:23 +02:00
q66
aeb975d108
New package: lua54-5.4.0
2020-07-01 00:04:33 +02:00
q66
fb39b9c12c
lua: rename to lua53, add transitional pkgs, adopt, fix pkg-config
2020-07-01 00:04:33 +02:00
John
c677edf2b3
hooks/pkglint-elf-in-usrshare: speed up by only starting file once
2020-06-29 16:24:08 -07:00
Kartik Singh
20991dc942
krita: update to 4.3.0
...
closes #23059
2020-06-28 14:48:47 +02:00
Jürgen Buchmüller
ebd43ba9f9
kea: update to 1.7.9
2020-06-28 13:49:34 +02:00
John
ea2c703153
common/environment/build: set CCACHE_BASEDIR to wrksrc
...
this will rewrite total paths to be relative to CCACHE_BASEDIR before caching,
helps prevent cache misses due to changed wrksrc with build systems like cmake
that use total paths in their Makefiles
2020-06-26 15:09:41 -07:00
Andrew Benson
d2dff5d58a
nvidia390: update to 390.138.
2020-06-25 17:38:43 -05:00
q66
5b14055149
common/shlibs: remove llvm9
2020-06-25 02:37:07 +02:00
Stefano Ragni
0287811a67
libplacebo: update to 2.72.0
2020-06-23 18:36:22 +02:00
John
4b2bb7c3c5
qt5: update to 5.15.0.
...
closes #22873
2020-06-18 16:57:41 +02:00
Piraty
1a7fd1dff5
re2: update to 2020.06.01.
...
closes #22999
2020-06-18 16:57:14 +02:00
Andrew J. Hesford
4ef9cff1d3
xbps-src: consume all shebang arguments during rewrite
2020-06-18 09:38:18 +02:00
Leah Neukirchen
9a7cea8b88
janet: update to 1.10.0.
2020-06-17 10:19:32 +02:00
Piraty
fb21be7c7f
x265: update to 3.4.
2020-06-16 16:01:14 +02:00
Kridsada Thanabulpong
44ca757e39
pipewire: update to 0.3.6
2020-06-16 14:14:34 +02:00
Lorem
886a49a90a
mtxclient: update to 0.3.1.
...
And remove zlib dependency(dropped upstream)
2020-06-16 12:22:21 +02:00
q66
81c5dec485
llvm10: separate libclang and libclang-cpp into their own packages
...
This allows things to depend on libclang without carrying in the
entire toolchain. Also, allows for libclang-32bit and libclang-cpp-32bit
to exist, which will prevent runtime dependency issues with e.g.
mesa-opencl.
Also, disable lldb-devel and clang-tools-extra on 32bit multilib,
as they don't really make sense there.
2020-06-15 22:11:23 +02:00
Randy McCaskill
03c89d2caf
gettext: update to 0.20.2
...
Closes : #21468 [via git-merge-pr]
2020-06-15 21:06:11 +02:00
John
e1158d8b39
libmygui: update to 3.4.0.
2020-06-15 13:06:23 +02:00
Randy McCaskill
7df4eec6b5
haveged: update to 1.9.11; Fix update detection.
2020-06-13 06:54:10 +02:00
Matthias von Faber
c9aaea81ec
openimagedenoise: update to 1.2.0
2020-06-11 14:44:33 +02:00
q66
3ed5e0dbc5
efl: update to 1.24.2, add new options, disable lottie by default
...
I'm tired of rlottie not having releases or stable ABI or anything
else, so disable it by default.
2020-06-10 23:34:48 +02:00
Clyybber
0314699d75
fluidsynth: update to 2.1.1
2020-06-10 22:35:00 +02:00
Andrew J. Hesford
b56a3b0650
xbps-src: improve python shebang rewrites
2020-06-10 19:11:58 +02:00
Đoàn Trần Công Danh
f5417b7b99
travis/changed_templates: correct left tree-ish
...
From b881f32687
(travis/changed_templates: filter by git itself,
2020-05-23), we replaced git-diff(1) with git-diff-tree(1).
The change wasn't equivalence, though.
We used to compare between merge-base of FETCH_HEAD and HEAD.
From that commit, we started to compare FETCH_HEAD and HEAD instead.
Fix them by changing left tree-ish to the merge-base.
2020-06-10 16:40:39 +00:00
John
795a039a11
libksysguard: update to 5.19.0
...
[ci skip]
2020-06-10 00:50:36 +02:00
John
49f7195dab
kColorPicker: update to 0.1.3.
2020-06-08 01:11:04 +02:00
q66
43afc72bdd
New package: libhugetlbfs-2.22
2020-06-04 21:36:25 +02:00
Andrew Benson
61a501a104
shutils/bulk.sh: remove newlines from package list
2020-06-04 13:21:42 -05:00
Randy McCaskill
d6e1b8b391
json-c: update to 0.14.
...
[ci skip]
This includes 3 patches from Gentoo. One of them is a fix for CVE-2020-12762.
2020-06-03 20:32:05 +02:00
Cameron Nemo
db0c3bb356
frr: update to 7.3.1.
2020-06-01 11:19:44 +02:00
Érico Rolim
46ab04b8d1
common/build-helper/rust.sh: force native SSL lib
...
The OPENSSL_NO_VENDOR environment variable forces the openssl-sys crate
to use the system's SSL library instead of building its own.
2020-05-31 21:03:45 +02:00
mobinmob
ab0f15b20f
mpg123: update to 1.26.0.
2020-05-31 14:04:08 +02:00
Randy McCaskill
6e050f9809
pciutils: update to 3.7.0.
2020-05-31 12:39:31 +02:00
Đoàn Trần Công Danh
d9c22b4d0a
pre-pkg: use existing info to check empty package
2020-05-31 02:11:11 +00:00
Đoàn Trần Công Danh
91c0eaa5a7
xbps-src: pre-pkg: allow only white-listed directories.
2020-05-31 02:11:11 +00:00
Đoàn Trần Công Danh
d7f942b709
post-install: warn if cross wrapper not cleared
2020-05-31 02:10:51 +00:00
Đoàn Trần Công Danh
eef02a2b84
post-install: clean reference to $XBPS_CROSS_BASE in pkgconfig
2020-05-31 02:10:51 +00:00
Đoàn Trần Công Danh
b881f32687
travis/changed_templates: filter by git itself
...
- Use plumbing git-diff-tree(1) instead of porcelain git-diff(1)
- Disable rename detection, gains some speed up and fix missing template
with name-status Renamed and Copied.
- Use "--diff-filter" to filter by Git itself.
- Tell Git to only check 'srcpkgs/*/template', this glob will only look
into template file inside direct sub-directory of srcpkgs
- With all of those options, we don't need a grep and a pipe
2020-05-31 02:10:29 +00:00
Jürgen Buchmüller
2c293f2c88
kea: update to 1.7.8
2020-05-31 00:16:20 +02:00
Andrew J. Hesford
bc40351f83
avahi: restore 0.8 with split templates [ci skip]
...
closes #22406
2020-05-30 13:33:54 +02:00
John
6ce531b231
common: unser PKG_CONFIG before sourcing templates, set PKG_CONFIG also for native
2020-05-29 14:30:06 +02:00
Duncaen
6c2e984eb7
Revert "avahi: update to 0.8, unify with avahi-discover"
...
This reverts commit d625e25661
.
2020-05-29 14:05:43 +02:00
Randy McCaskill
786205f5f3
icu: update to 67.1; Claim maintainer
...
[ci skip]
2020-05-29 13:04:30 +02:00
Jakob Rydhof
8e50c839b0
ncurses: add libtinfo.so
...
This change adds libtinfo.so as a symlink to libncurses.so.
And some other relevant changes around it.
This is used by some programs, which will rather look at libtinfo, than
libncurses.
libncurses provides the same library functions as libtinfo as it is
currently being built, so this way both programs looking for libncurses
will work the same, and programs looking for libtinfo will also work.
2020-05-27 16:29:55 +02:00
Jürgen Buchmüller
abdaf103fb
netbsd-rumpkernel: fix build; xlint fixes; adopt
2020-05-27 16:10:50 +02:00
John
953f4b47a9
xbps-src/common: add option to disable generic pkg-config link
...
closes #21728
2020-05-26 21:21:23 +02:00
John
82734d940c
common/xbps-src: set PKG_CONFIG{,FOR_BUILD} env vars
2020-05-26 21:18:27 +02:00
m3tav3rse
1969a7b431
kid3: update to 3.8.3.
...
[ci skip]
2020-05-25 21:33:17 +02:00
m3tav3rse
25bd8061c5
chromaprint: update to 1.5.0.
...
[ci skip]
2020-05-25 21:33:17 +02:00
crater2150
2348a620f2
libopenshot: update to 0.2.5
2020-05-23 10:34:55 +02:00
crater2150
7b4ca026dc
libopenshot-audio: update to 0.2.0
2020-05-23 10:34:55 +02:00
Đoàn Trần Công Danh
2af30cdd78
setup: compute gitrev from outside of chroot
...
Together with previous commit, `xbps-src` is able to support
git-worktree and shared repository by now.
2020-05-23 06:59:24 +00:00
Đoàn Trần Công Danh
2cd2b99e41
setup: export SOURCE_DATE_EPOCH from outside of chroot
...
git-worktree(1), and Git shared repository can use a plain text file
named `.git` at the root of working tree, containing `gitdir: <path>` to
point to the real directory that has repository.
See: gitrepository-layout(5).
But, that directory is usually inaccessible inside chroot.
In order to support git-worktree(1) and Git shared repository, compute
SOURCE_DATE_EPOCH from outside of chroot, and the chroot will carry it
over to inside chroot.
I've only tested again xbps-uunshare(1).
2020-05-23 06:59:24 +00:00
Đoàn Trần Công Danh
fd61886616
setup/git.sh: prefer git plumbing command
...
git-ls-files(1) is plumbing command, its output will never change
regardless of configuration, version.
git-status(1) output will be changed depends on configuration.
At least, 986d4dbc7d
(common/environment/setup/git.sh: ensure untracked
files are checked., 2017-11-24) was added to address a different output
on `status.showUntrackedFiles`.
By doing this, also reduce a pipe, and a fork-exec.
Technically, git-log(1) is also a porcelain, but I _think_ `%ct` is
stable enough to stay there. If the day has come, that `git-log(1)` can
be replaced with:
git cat-file commit HEAD |
sed -ne '/^committer/{s/.* \([0-9]*\) [-+][0-9][0-9][0-9][0-9]$/\1/p;q}'
2020-05-23 06:59:24 +00:00
Đoàn Trần Công Danh
20f9bedefb
xbps-src: use $XBPS_GIT_CMD for git
2020-05-23 06:59:24 +00:00
Andrew J. Hesford
2fbd6420b7
protobuf: upgrade to 3.12.1, move to meta-package
2020-05-23 05:53:31 +02:00
Andrew J. Hesford
9d6e82b72a
New package: protobuf23-3.12.1
2020-05-23 05:53:31 +02:00
Andrew J. Hesford
22e59a9f86
protobuf18: remove package
2020-05-23 05:53:31 +02:00
Anjandev Momi
9d16a1342b
New package: libsepol-3.0
...
Closes : #22121
2020-05-22 11:59:22 +07:00
Helmut Pozimski
12e76adfa6
libfilezilla: update to 0.22.0.
2020-05-20 20:52:30 +02:00
Đoàn Trần Công Danh
653892828d
xmlsec1: remove $XBPS_CROSS_BASE reference from pkg-config
...
See-also: #19642
2020-05-20 21:28:15 +07:00
Leah Neukirchen
daa80b8d69
bind: update to 9.16.3.
2020-05-19 21:17:28 +02:00
Lon Willett
101d36b9fd
gpsd: update to 3.20 (soname bump)
2020-05-19 15:43:57 +02:00
mobinmob
17b5ae8dba
common/environment/setup/misc.sh: use https where possible,
...
remove XORG_HOME variable.
2020-05-18 08:01:34 -07:00
Andy Weidenbaum
d4bf579cde
build_style/raku-dist.sh: RAKULIB=lib
2020-05-18 13:42:00 +02:00
Đoàn Trần Công Danh
368a1e571d
build-style: scons: add lowercase compiler variable
2020-05-18 00:32:13 +02:00
Jürgen Buchmüller
6dba4d53ee
leatherman: update to 1.12.0; switch to shlibs
2020-05-17 18:43:17 +02:00
Isaac Freund
0d36ffad29
New package: libvips-8.9.2
2020-05-14 22:43:40 +02:00
Isaac Freund
344b52ae9c
matio: add to common/shlibs
2020-05-14 22:12:34 +02:00
Lorem
d82251f5f5
gjs: update to 1.65.2.
...
Closes : #21716
2020-05-14 21:47:33 +07:00
Lorem
f10e5b83c9
New package: mozjs68-68.8.0
...
Closes : #21716
2020-05-14 21:47:32 +07:00
Andrew J. Hesford
d625e25661
avahi: update to 0.8, unify with avahi-discover
2020-05-14 15:06:08 +02:00
Duncaen
959f0a1aa4
ldc: fix libphobos2-ldc-shared.so.91 again...
2020-05-13 01:08:54 +02:00
Duncaen
a688162f93
ldc: fix libphobos2-ldc-shared.so.91 in common/shlibs
2020-05-13 01:07:38 +02:00
Duncaen
4f499514b2
ldc: update to 1.21.0.
2020-05-13 01:05:07 +02:00
Leah Neukirchen
4cc4420191
janet: update to 1.9.1.
2020-05-12 20:22:38 +02:00
Piraty
0adbbe4f5f
nettle: update to 3.6.
2020-05-12 10:26:28 +00:00
amak
c949b1be29
libnpupnp: update to 4.0.2
2020-05-11 20:22:52 +02:00
Andrew Benson
de825d8a24
00-distfiles.sh: fix status phrasing
2020-05-10 10:57:40 +02:00
q66
c7ec56a650
New package: llvm10-10.0.0, rebuild llvm9 standalone
2020-05-09 01:31:21 +02:00
Andrew Benson
9d861aac67
yara: update to 4.0.0, adopt
2020-05-07 14:21:14 -05:00
marmeladema
5661fa1935
New package: libjcat-0.1.2
2020-05-07 09:44:53 +02:00
Érico Rolim
4cabb82097
common/shlibs: remove non-existent radare2 lib
2020-05-06 19:03:36 +02:00
Randy McCaskill
2178537c73
bind: update to 9.16.2; Claim maintainer
2020-05-05 16:27:36 +02:00
Jürgen Buchmüller
8e2cacd746
common/.../purge_distfiles.sh: fix template scan
...
To avoid scanning templates multiple times, because
symbolic links were included, use find to scan only
directories below srcpkgs and collect their
srcpkgs/<dir>/template files.
2020-05-04 19:23:25 +02:00
q66
7f97e7c382
libgit2: update to 1.0.0
2020-05-04 16:18:57 +02:00
Jürgen Buchmüller
0da3897181
kea: update to 1.7.7
2020-05-04 11:19:36 +02:00
John
6aabaab7ab
calligra: update to 3.2.0.
2020-05-03 15:26:55 +02:00
lemmi
edc6872241
New package: hidrd-0.2.0
2020-05-03 11:42:53 +02:00
Jürgen Buchmüller
9c92361e1b
New package: WiringPi-0.0.20200408
2020-05-02 17:58:58 +02:00
Hazel Levine
a05a4fb924
opencv4: update to 4.3.0.
2020-05-02 17:06:57 +02:00
bra1nwave
4444ef9426
New package: jxrlib-0.2.2
2020-05-02 01:45:12 +02:00
Helmut Pozimski
d328674391
cfitsio: update to 3.480. (soname bump)
2020-05-01 11:02:26 +02:00
Érico Rolim
4c63a5ca19
common/shlibs: remove ConsoleKit2 and cgmanager
...
Both packages have already been removed, but their entries in shlibs
weren't. This commit fixes that.
2020-05-01 10:10:14 +02:00
q66
ad7ab5c568
configure/autoconf_cache: endian fix in ppc32
2020-04-30 01:10:21 +02:00
q66
b5fd7971b5
build-style/cmake: recognize ppcle for cross
2020-04-30 01:06:52 +02:00
q66
81e7a17c79
build-style/meson: recognize ppcle for cross
2020-04-30 01:06:52 +02:00
q66
e46ea34662
configure/autoconf_cache: fix long double size on musl
2020-04-30 01:06:51 +02:00
q66
472b244572
configure/autoconf-cache: fix ppc and add ppcle
2020-04-30 01:06:51 +02:00
q66
2357578d15
shutils/common.sh: plumbing for ppcle
2020-04-30 01:06:51 +02:00
Piotr Wójcik
04e9ee8010
xbps-src: changelog in 'show' target
2020-04-28 23:27:00 +02:00
Felipe Nogueira
9bf4070c73
slop: update to 7.5.
2020-04-28 20:14:49 +02:00
Helmut Pozimski
76cf6102bf
libfilezilla: update to 0.21.0.
2020-04-28 15:26:48 +02:00
Andrew J. Hesford
b89069d0c4
New package: stoken-0.92
2020-04-27 17:48:43 -04:00
mobinmob
6e1d3c197c
libfm-qt: update to 0.15.0.
2020-04-27 09:56:50 -07:00
John
061f8f8b8f
kdav: update to 20.04.0
...
[ci skip]
2020-04-27 13:41:24 +02:00
John
485bf1879d
New package: KDSoap-1.9.0
2020-04-26 23:09:09 +02:00
John
1852eed931
Remove package: phonon
2020-04-26 21:06:48 +02:00
John
5ed19a7c3c
Remove package: qt-webkit
2020-04-26 21:05:19 +02:00
Leah Neukirchen
3bfe448a6b
libcbor: update to 0.7.0.
2020-04-26 18:51:06 +02:00
Andrew Benson
d33a3070d5
gnustep-gui: update to 0.28.0
...
Also add PNG and GIF support.
2020-04-25 21:31:39 +02:00
Andrew Benson
f23865f19e
gnustep-base: update to 1.28.0 [ci skip]
2020-04-25 21:31:39 +02:00
Piotr Wójcik
5028523d43
common/hooks: fix pycompile_module with explicit python_version=2
2020-04-25 02:10:01 +02:00
a
3c135fddb7
06-strip-and-debug-pkgs.sh: ignore binaries for unknown machines
...
Because most likely these files are not executables, but some kind of
bytecode. And strip doesn't know how to strip them anyway.
2020-04-23 23:01:01 -04:00
Piotr Wójcik
8a09d89eac
common/hooks: remove pycompile_version, use python_version instead
2020-04-22 20:11:26 +02:00
Andrew J. Hesford
596250e4ea
xbps-src: remove default python_version
...
Closes : #21209 [via git-merge-pr]
2020-04-21 18:45:25 -04:00
Lorem
f2e97b34f4
mtxclient: update to 0.3.0
2020-04-20 20:00:53 +02:00
Juan RP
a31cb6e4d2
live555: update to 2020.04.12 (soname bump).
...
Previous distfile is gone.
2020-04-20 19:50:41 +02:00
q66
02eeac0798
environment/build-style/go: check for empty hostmakedepends
2020-04-17 05:00:39 +02:00
q66
1b2bf53e82
build-style/go: allow usage with gccgo compiler
...
This checks if gcc-go-tools have been specified in host deps
and if so, use gccgo to build (gcc-go-tools conflicts with go).
Also, since gccgo is not a multi-compiler, we need to override GCCGO
to get cross-builds. The gccgo for target is always installed, as
it's a part of our cross-toolchains.
[ci skip]
2020-04-17 04:53:13 +02:00
mobinmob
dd75ce680b
kpmcore: update to 4.1.0.
2020-04-16 22:43:51 +02:00
Andrew J. Hesford
b8decb0e6e
New package: qtutilities-6.0.4
2020-04-15 23:19:08 +02:00
Andrew J. Hesford
e33d135247
New package: tagparser-9.1.2
2020-04-15 23:19:08 +02:00
Andrew J. Hesford
679d9c04bd
New package: cpp-utilities-5.2.0
2020-04-15 23:19:08 +02:00
Piotr Wójcik
6cd3bd1806
xbps-src: break out of following cyclic dependencies
2020-04-15 20:34:06 +02:00
Nafis
acc1f62ff2
yelp: update to 3.36.0.
2020-04-15 15:17:06 +02:00
Juan RP
ad3d1f862d
xbps-src: show_pkg_build_depends: handle cross case.
2020-04-15 13:29:44 +02:00
Juan RP
a73783d17d
xbps-src: fix show_pkg_build_depends after af6e1a7e79
.
...
af6e1a7e79
introduces dependencies based in subpkgs,
but this makes "xbps-src show-build-deps" return cyclic
dependencies in some cases, i.e:
$ ./xbps-src show-build-deps kirigami2
cmake
extra-cmake-modules
kcoreaddons
kirigami2
qt5
$
This is because `kirigami2-devel` depends on `kirigami2`, thus
introducing a cycle.
Skip cycles completely, note that "show-build-deps" should not
be used to collect deps for cross compilation, because you can't
know what type of dependency it is: host or target.
2020-04-15 13:12:26 +02:00
Piotr Wójcik
af6e1a7e79
xbps-src: build depends of subpackages
...
resolves #20508
2020-04-15 11:17:54 +02:00
Helmut Pozimski
4cd05a2315
libdvdread: update to 6.1.1. (soname bump)
2020-04-14 20:33:31 +02:00
toluschr
ee4c37953c
libkdegames: Add missing shlib
2020-04-14 20:16:46 +02:00
Juan RP
51c67dbb21
sqlite: build with SQLITE_ENABLE_DESERIALIZE.
...
Bump version because otherwise pkgs won't depend on
the new shlib with those symbols.
2020-04-14 16:13:24 +02:00
Juan RP
b166cdd484
Revert "xbps-src: create XBPS_WRAPPERDIR via libexec/build.sh."
...
This reverts commit 4df0bcff74
.
Reverted until I find the real issue.
2020-04-14 14:14:13 +02:00
Jürgen Buchmüller
d50e726157
New package: stk-4.6.1
...
Closes : #20970
2020-04-14 13:07:27 +02:00
Juan RP
8ab6edc842
xbps-src/chroot.sh: copy xbps repo keys even with -N.
...
To make @pullmoll happy
2020-04-13 01:59:03 +02:00
Juan RP
8b3ce3fc02
xbps-src: (chroot_sync_repodata) skip unnecessary stuff with -N.
2020-04-13 01:14:31 +02:00
Juan RP
ac4186c7d2
xbps-src/environment/autoconf_cache: disable lchmod.
...
lchmod in musl always returns ENOTSUP and this makes some
ruby gems fail, i.e jekyll.
2020-04-12 20:32:57 +02:00
Daniel Eyßer
ef4596b546
build-style/cargo.sh: don't use post_install() for leftover removal
2020-04-12 18:43:18 +02:00
Helmut Pozimski
1511206eb1
gwenhywfar: update to 5.3.0 (soname bump)
2020-04-12 12:04:36 +02:00
Daniel Eyßer
d617707961
dav1d: update to 0.6.0.
2020-04-12 10:07:47 +02:00
Đoàn Trần Công Danh
7c8ab37d36
pkglint: forbid files generated by mimedb trigger
2020-04-11 21:19:42 -04:00
Andrew J. Hesford
623fc18e6f
llvm7: remove package
2020-04-11 05:32:52 +02:00
Andrew J. Hesford
9ee85de119
ldc: update to 1.20.1.
2020-04-11 05:32:52 +02:00
Jürgen Buchmüller
6f874cd932
New package: MonkeysAudio-5.28
2020-04-10 16:47:02 +02:00
amak
7afa1efd7b
libnpupnp: update to 2.2.1
2020-04-09 19:58:20 +02:00
Duncaen
631932aacf
mdnsd: update to 0.9.
2020-04-09 17:07:44 +02:00
Duncaen
6dab15c008
botan: fix shlib entry in common/shlibs
2020-04-08 23:40:57 +02:00
travankor
3610a35271
cargo.sh: don't hardcode the path.
...
Clean up the cargo remnants in the post install phase.
2020-04-07 21:25:12 +02:00
Benjamín Albiñana
5ed23f1b90
qpdf: update to 10.0.0.
2020-04-07 21:15:52 +02:00
Nafis
9171124c03
gedit: update to 3.36.1.
2020-04-07 21:14:01 +02:00
Juan RP
56d66bdcf0
common/shlibs: llvm{6,8} are gone.
2020-04-07 15:05:53 +02:00
Juan RP
4df0bcff74
xbps-src: create XBPS_WRAPPERDIR via libexec/build.sh.
...
This way there's no stale files in other unrelated targets,
like `show-build-deps`.
2020-04-07 12:39:41 +02:00
Leah Neukirchen
64ef186678
common/xbps-src/shutils/cross: update cross-vpkg-dummy version.
2020-04-06 22:26:43 +02:00
Leah Neukirchen
0f10bc3ed2
ruby: update to 2.7.1.
2020-04-06 14:33:41 +02:00
mobinmob
2388b0f040
wf-shell: update to 0.4.0.
2020-04-06 09:59:21 +02:00
Jürgen Buchmüller
576470cb3a
New package: cbang-1.3.3
...
Prerequisite for building fah-viewer of Folding@Home.
2020-04-06 09:11:50 +02:00
John
aecf307fdb
common/qmake.sh: reorder args
...
[ci skip]
2020-04-03 09:19:18 -07:00
John
dd4f7cc6ef
qt5: update to 5.14.2
2020-04-03 09:19:18 -07:00
Cameron Nemo
78ee761230
New package: libslirp-4.2.0
2020-04-02 20:12:31 +02:00
Karol Kosek
334d2c67f5
libqmatrixclient: update to 0.5.3.2.
2020-04-02 11:11:25 +02:00
Jürgen Buchmüller
dc8ee0cbd7
repo-keys: remove my testing repo key as it's unofficial
2020-04-01 20:55:45 +02:00
Jürgen Buchmüller
c7891063fb
build-style/go.sh: support armv5* as well
2020-04-01 10:23:34 +02:00
John
f4d315aaa8
build-style/meson: update for new env var behaviour
...
meson 0.54 now honors _FOR_BUILD env vars, and we don't have to set CC
and friends to the host system vars. Setting PKG_CONFIG_FOR_BUILD is
needed since otherwise it would pickup our cross wrapper
2020-03-31 16:01:20 +02:00
Leah Neukirchen
9eaf5ab91b
janet: update to 1.8.0.
2020-03-30 12:00:12 +02:00
q66
ec937e4d29
environment/build-style/go.sh: specify a default set of archs
...
This is necessary so that crossbuilds to unsupported architectures
are not actually attempted. There is a default archs set which
covers all architectures supported by the official compiler,
and setting it in the template can be used to restrict it more.
Also, add missing GOARCHs. These are irrelevant to whether we
can currently build for that arch or not. Just keep it around
as a list of potential archs to support. These are taken from
gccgo, and in case support for anything is added in the official
compiler, they should match.
2020-03-30 05:32:09 +02:00
Jürgen Buchmüller
a5e1f70082
cross-profiles/armv5*: add missing flags
2020-03-29 23:31:17 +02:00
q66
a6594a579e
cross-profiles: add x86_64
2020-03-29 21:12:43 +02:00
Andrew Benson
b9b97f586e
allegro5: enanble native dialog support
2020-03-28 21:37:34 +01:00
Stefan Mühlinghaus
e44b06899c
libmypaint: update to 1.5.1
2020-03-28 16:05:07 +01:00
Leah Neukirchen
2efeec6c5a
libcbor: update to 0.6.1.
2020-03-27 11:06:50 +01:00
Jürgen Buchmüller
671c092470
kea: update to 1.7.6
2020-03-27 10:32:54 +01:00
Piraty
613651c918
common/shlibs: add missing allegro4 libs
2020-03-26 13:15:33 +01:00
Jürgen Buchmüller
6f30aa6e08
options.description: describe dav1d + zimg options
2020-03-25 19:40:10 +01:00
Đoàn Trần Công Danh
447bae0d3e
uname.sh: fix cross uname -m
when XBPS_ARCH is reseted
...
From commit cf6e6f14d3
, (wrappers/uname: report correct machine type
on ethereal, 2020-02-10).
Some template use `env -i` to reset environment variable for building
host's binary file, thus the wrapped `uname -m` reports empty strings.
Fix it by falling back to the value reported by `/usr/bin/uname -m`.
We don't expect people cross-compile from i686-ethereal-chroot on top
of x86_64 machine, it was expected to use for travis to native compile
i686 only.
2020-03-24 03:59:36 +01:00
Jürgen Buchmüller
4c4ad4ea52
common/shlibs: fix for libffi
2020-03-24 03:15:29 +01:00
Jürgen Buchmüller
f0cb35d5e2
libffi: update to 3.3
2020-03-24 03:12:47 +01:00
Jürgen Buchmüller
54f402205d
gsl: update to 2.6
2020-03-23 01:46:33 +01:00
streaksu
7be8ab8ab8
gjs: update to 1.63.3
...
Closes : #20283 [via git-merge-pr]
2020-03-22 15:50:41 +01:00
Lorem
998365683a
New package: budgie-desktop-10.5.1
2020-03-20 12:46:06 +01:00
travankor
232b34be43
wlc: remove.
...
Abandoned library.
2020-03-19 18:05:50 +01:00
Đoàn Trần Công Danh
c0ab53b2f5
git: update to 2.25.2.
2020-03-18 09:34:32 +01:00
Leah Neukirchen
76cb4db942
libcbor: update to 0.6.0.
2020-03-16 15:19:05 +01:00
q66
2163ca2d03
build-style/meson.sh: drop unneeded AR export
...
This was fixed in Meson upstream ages ago. We have also fixed this
in gcc itself.
2020-03-15 22:03:35 +01:00
Leah Neukirchen
465dd3273e
fontforge: update to 20200314.
2020-03-15 17:19:31 +01:00
Zach Dykstra
44b74792bb
facter: update to 3.14.9.
2020-03-13 23:14:37 +00:00
John
67beac4d42
kImageAnnotator: update to 0.2.1.
2020-03-13 15:48:43 +01:00
travankor
3136c42359
New package: gtk-layer-shell-0.1.0
2020-03-10 15:38:58 +00:00
Piotr Wójcik
174f6b522b
common.sh: allow individual build options for packages with dot in name
2020-03-09 21:59:16 +01:00
Zach Dykstra
e4b9e4a04a
update_check.sh: remove v from the detected version match group
2020-03-09 21:05:58 +01:00
toluschr
1abc238316
scanmem: split package
2020-03-09 20:31:39 +01:00
Zach Dykstra
ff2b6f8aef
kid3: update to 3.8.2.
2020-03-06 20:47:07 +01:00
Zach Dykstra
68ff275d24
modsecurity: update to 3.0.4.
2020-03-06 20:29:37 +01:00
Juan RP
47175dc8bb
xbps-src: fix build-options via cmdline.
...
Fixes #19495
2020-03-06 18:18:36 +01:00
Zach Dykstra
a02f5e91c7
sg3_utils: update to 1.45.
2020-03-06 16:31:29 +01:00
Jürgen Buchmüller
52bf8e75ab
gnunet: update to 0.12.2
...
Also add the common/shlibs entries and fix host depends.
2020-03-06 07:57:39 +01:00
Zach Dykstra
9c66d02a03
facter: update to 3.14.8.
2020-03-06 06:17:08 +01:00
yopito
225d165dd1
kdevelop: update to 5.5.0, enable crossbuild
...
[ci skip]
2020-03-05 16:01:42 +01:00
Juan RP
1df1b42312
New package: alembic-1.7.12
2020-03-04 13:15:58 +01:00
Juan RP
287f323db7
New package: openvdb-7.0.0
2020-03-04 12:00:03 +01:00
Juan RP
43cd4db8fa
New package: c-blosc-1.17.1
2020-03-04 11:13:30 +01:00
teldra
d8adec4ee3
New package: openimagedenoise-1.1.0
2020-03-04 10:27:22 +01:00
Leah Neukirchen
14517c954c
New package: janet-1.7.0
2020-03-03 16:51:49 +01:00
Juan RP
9121f0d024
travis/prepare.sh: don't set XBPS_{PKG,REPO}_COMPTYPE.
...
Use xbps defaults.
2020-03-03 10:49:35 +01:00
Juan RP
7fe90df2b1
xbps-src: don't set a default for XBPS_PKG_COMPTYPE.
...
Use xbps-create(1) defaults:
- xbps<0.59 defaults to xz
- xbps>=0.59 defaults to zstd
2020-03-03 10:26:12 +01:00
Juan RP
080f593d16
common/shlibs: update for xbps-0.59.
2020-03-03 09:07:57 +01:00
q66
1fdd919d3b
02-script-wrapper: preserve original timestamps of wrapper scripts
...
At least since 0.53, the meson buildsystem checks whether the
"date" command's file is outdated and if it is, it'll trigger
regeneration of the build files.
Since the wrappers are reinstalled from scratch on every build step,
this would result in meson being re-run on each of those steps.
Which resulted in broken builds in some projects (e.g. efl) since
our meson build-style by default uses LTO and that requires the AR
environment variable being exported in a specific way, which was
only being done for the do_configure step but not build/install,
which resulted in meson being run with one env for configure and
another env for build, which broke everything.
2020-03-02 00:58:35 +01:00
Andrew J. Hesford
a303e08e1a
protobuf: upgrade to 3.11.4
2020-02-28 19:43:51 -08:00
Andrew J. Hesford
8b475aa4b7
protobuf: rename all packages with major version 18
2020-02-28 19:43:51 -08:00
Jürgen Buchmüller
6a702e9cc0
kea: update to 1.7.5
2020-02-29 00:30:26 +01:00
Zach Dykstra
ab38dd45d6
unbound: Move libunbound.so.8 to a sub-package
2020-02-28 08:44:21 +01:00
amak
e63cadcd97
libnpupnp: update to 2.1.1
2020-02-26 17:01:12 +01:00
Karl Nilsson
2d62882a02
proj: update to 6.3.1.
2020-02-26 09:13:10 +01:00
q66
023d6b334f
common/shlibs: fix volk
2020-02-26 00:07:56 +01:00
bra1nwave
f1aee0e3c5
libfilezilla: update to 0.20.1.
2020-02-25 12:51:25 +01:00
Alexander Gehrke
a28a777a95
build-style/cargo.sh: also delete /usr/.crates2.json
2020-02-25 12:23:45 +01:00
Piraty
cfab5c9f60
x265: update to 3.3.
2020-02-24 00:21:34 +01:00
John
52dc86a4aa
kiwix-lib: update to 9.0.1.
2020-02-23 15:42:05 +01:00
John
61b83a08bf
kImageAnnotator: update to 0.2.0.
2020-02-23 04:35:17 +01:00