Commit graph

4453 commits

Author SHA1 Message Date
maxice8
07c2dc7131 hooks/do-fetch/00-distfiles.sh: use fetch_cmd instead of XBPS_FETCH_CMD 2019-01-21 16:17:02 -02:00
maxice8
202b6a7b97 setup/sourcepkg.sh: unset fetch_cmd 2019-01-21 16:17:02 -02:00
maxice8
5512d7e69f
build-style/meson.sh: fix binary name 2019-01-21 02:16:03 -02:00
maxice8
a59075f1d1
build-style/meson.sh: add path to 'rustc' 2019-01-21 01:59:23 -02:00
maxice8
027cdb5bb8 shutils/common.sh: export CARGO_BUILD_TARGET 2019-01-20 19:41:18 -02:00
maxice8
8ddc68306e build-style/cargo: don't manually configure with cargo, use the
environment.
2019-01-20 15:33:10 -02:00
maxice8
54040e4b1b shutils/common.sh: define CARGO_BUILD_JOBS and
CARGO_TARGE_${RUST_TAGRGET}_LINKER.
2019-01-20 15:33:10 -02:00
Jan Friesse
5ecdaf256c New package: libmp3splt-0.9.2 2019-01-20 09:24:44 -02:00
maxice8
d778c95a60 libosmocore: update to 1.0.0. 2019-01-20 01:36:08 -02:00
maxice8
26eb17f941 setup/sourcepkg.sh: unset more variables that can be set by the template 2019-01-19 23:02:28 -02:00
maxice8
977766323c setup-subpkg/subpkg.sh: unset register_shell. 2019-01-19 19:22:14 -02:00
maxice8
5ae9e3d2f1
cross-profiles/README: mention XBPS_CROSS_RUST_TARGET
XBPS_CROSS_RUSTFLAGS
2019-01-19 08:03:20 -02:00
maxice8
1fcdcdd959
shutils/common.sh: fix typo 2019-01-19 08:03:10 -02:00
maxice8
918f50cd20
build-profiles/README: mention XBPS_RUST_TARGET 2019-01-19 07:59:52 -02:00
Thomas Batten
8f52911ac9 common: Add build/cross profiles for ppc/ppc-musl 2019-01-19 10:15:01 +01:00
Thomas Batten
c785cfd34e common: Add ppc target 2019-01-19 10:15:01 +01:00
Noel Cower
e892b46432 build-styles: use go install instead of go build.
Fixes multi-package builds.

[ci skip]
2019-01-18 20:18:52 -08:00
Nathan Owens
da1b182ed1
ipset: update to 7.1
closes #7389

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-01-18 21:32:58 -02:00
maxice8
57ce5bc8e5 consistency_check.sh: use return instead of continue when appropiate.
Those are not meant to be continue as they are not in a loop they are in
a subshell.
2019-01-18 20:00:54 -02:00
Karol Kosek
9003ca968e New package: libqmatrixclient-0.4.2.1 2019-01-18 22:22:11 +01:00
Christian Buschau
2b3756709e libidn: update to 1.35. 2019-01-18 21:49:23 +01:00
Christian Buschau
74fd6dcf23 x265: update to 2.9.
[ci skip]
2019-01-18 21:00:24 +01:00
maxice8
9964ac65d3 common.sh: don't export XBPS_GCC_* 2019-01-18 05:42:18 -02:00
Christian Buschau
86f005a002 New package: libxml++3.0-3.0.1 2019-01-17 20:23:07 +01:00
John
6f0fee9429 build-style/cmake: add check fo nodebug flag
[ci skip]
2019-01-17 14:04:27 +00:00
Piraty
0df7f912a1 New package: opkg-0.4.0
* no `opkg.conf` file included. You have to build your own.
* opkg itself statically links libopkg via `--with-static-libopkg`
2019-01-17 04:22:17 -02:00
maxice8
673504e524 meta: add vsed function 2019-01-16 17:25:46 -02:00
Spencer Hill
3c1133cf63 discord: update to 0.0.7. 2019-01-15 18:47:50 -05:00
crater2150
c8c232d08d
New package: libgaminggear-0.15.1 2019-01-15 18:09:05 -02:00
Remi Pommarel
7baf4bcdac
New package: gnuradio-nrsc5-1.0.0_1
closes #7165
2019-01-15 13:22:44 -02:00
Remi Pommarel
19c5265e0b
New package: gnuradio-rds-1.1.0_1
closes #7164
2019-01-15 13:21:26 -02:00
John
6638dc5526 build-style/cmake.sh: Use -DCMAKE_BUILD_TYPE=RelWithDebInfo when having XBPS_DEBUG_PKGS set 2019-01-15 16:15:13 +01:00
maxice8
3967047603 New package: editline-1.16.0 2019-01-15 12:39:56 -02:00
Remi Pommarel
513aca474f
gnuradio: Add ettus USRP support (gr-uhd)
[ci skip]

closes #7100
2019-01-15 02:55:24 -02:00
Remi Pommarel
13575ee0f0
New package: uhd-3.13.0.2_1
[ci skip]
2019-01-15 02:55:23 -02:00
maxice8
612a9d9976 swi-prolog: update to 8.0.0. 2019-01-14 19:18:01 -02:00
maxice8
86ea0fb8df exempi: update to 2.5.0. 2019-01-14 19:17:50 -02:00
Ben Sung Hsu
87daa40553
New package: libpinyin
This commit adds the 'libpinyin' library to the repo.

This library is needed by 'ibus-pinyin' and 'ibus-libpinyin' in order
to provide Chinese language input.

This library also provides Traditional Chinese (Bopomofo/ZhuYin) input.

PATCH 2: Simplified dependencies and build process per review comments

(*) Disabled cross build because some of the data generation requires
    binary build with the build-system tools instead of the target system
    tools and will require work to sort through the automake/autoconf project.

PATCH 3: Cleaned up long lines and simplified nocross comments
2019-01-14 05:27:22 -02:00
maxice8
86789013cd common/shlibs: remove stale libcppunit entry 2019-01-14 05:16:48 -02:00
Helmut Pozimski
e82879d8b4 fifechan: update to 0.1.5.
restore package
2019-01-13 09:13:35 +01:00
maxice8
42f01aa18c libewf: update to 20171104. 2019-01-11 13:34:35 -02:00
Leah Neukirchen
6b81302e38 environment/configure/hardening.sh: enable -fstack-clash-protection
This flag will make GCC 8 touch all space allocated using alloca(3)
and thus detect code jumping over the "stack gap".
2019-01-11 16:20:18 +01:00
maxice8
57125f8ba9 ruby: update to 2.6.0. 2019-01-11 02:05:28 -02:00
Christian Buschau
993f4ec759 libidn2: update to 2.1.0. 2019-01-10 17:21:24 -02:00
John
e234646841 plasma-workspace: move libkworkspace5 into new subpackage 2019-01-10 18:21:21 +00:00
maxice8
75e535d257 hooks/11-pkglint-elf-in-usrshare: make use of bashisms to fix stuff.
using for-loop causes the loop to hang at filenames with -.

Use while read instead with bash process substitution so it avoids the
subshell problem.
2019-01-10 00:44:44 -02:00
Rasmus Thomsen
d8d06d372a weston: update to 5.0.0. 2019-01-09 23:24:46 -02:00
Rasmus Thomsen
ed83b3f71c New package: llhttp-1.1.0 2019-01-09 23:02:10 -02:00
Christian Buschau
64c7493875 kid3: update to 3.7.0. 2019-01-09 21:12:24 -02:00
Andrew Benson
459f0e8b10 gnustep-base: update to 1.26 2019-01-09 20:00:52 -02:00
maxice8
c06512eac9 hooks: Add hook to check for ELF files in /usr/share 2019-01-09 17:01:13 -02:00
eater
08ea5a4a26 New package: musikcube 2019-01-09 16:34:32 -02:00
maxice8
0e888bcc93 libgksu: remove
Deprecated upstream in favour of polkit.

Removed in Debian, Arch, Ubuntu.
2019-01-09 16:26:16 -02:00
Rasmus Thomsen
a3cc25b011 poco: update to 1.9.0. 2019-01-09 01:21:27 -02:00
Nathan Owens
2f8b78b831 bro: update to 2.6.1 2019-01-09 00:33:55 -02:00
John
ae7aaf7b22 sile: update to 0.9.5. 2019-01-08 23:43:39 +01:00
David Flatz
db6915b401 nvidia: update to 410.93. 2019-01-08 21:34:05 +01:00
maxice8
689272b3e5
poppler: update to 0.73.0. 2019-01-08 14:52:49 -02:00
q66
a87fa0a914 New package: librtas-2.0.2 2019-01-08 10:18:42 +01:00
Piotr Wójcik
9c8ef3d6a9 update-check: handle python3-only modules from pypi 2019-01-07 18:28:36 -02:00
maxice8
e5fe1ed57f cpptest: update to 2.0.0. 2019-01-07 17:52:54 -02:00
Cameron Nemo
785ec29218 New package: startup-1.13.3 2019-01-06 20:58:43 -02:00
q66
d3edfef8a0 libunwind: fix build on ppc64 targets 2019-01-06 18:07:31 -02:00
Enno Boland
0832e1adfa
build-style/cmake: fix typo 2019-01-05 23:45:27 +01:00
q66
01f3016e9a glibc: enable ppc64le support 2019-01-05 23:38:00 +01:00
q66
151f876627 common: add ppc64 build profiles and other ppc64 bits
This adds the build profiles for ppc64 targets as well as
modifications in other parts of the infra.

These targets are supported:

- ppc64le (glibc little endian elfv2)
- ppc64le-musl (musl little endian)
- ppc64-musl (musl big endian)

ELFv1 targets are explicitly not supported at this point.

Big endian musl supports ppc 970 or newer, while little endian
targets are set to a generic powerpc64le which effectively means
POWER8 and newer. Tuning is always set for POWER9, which is the
most likely target hardware. We also make sure AltiVec is always
on, because it is supported on all hardware we target.

[ci skip]
2019-01-05 23:38:00 +01:00
John
bbf998527b MEGAsdk: update to 3.4.5. 2019-01-05 14:06:13 +01:00
Johannes
3ab8843220 capstone: update to 4.0. 2019-01-05 13:59:33 +01:00
Piotr Wójcik
27d9e7ffea hooks/uncompress-manpages: prevent hang
In case when file to be uncompressed existed, decompressors asked
whether to overwrite it.
As output is muted, building hung silently waiting for input.
2019-01-05 08:12:55 -02:00
Rasmus Thomsen
537de0ff41 lm_sensors: update to 3.5.0. 2019-01-04 20:48:07 -02:00
Jasper Chan
4979ea9237
New package: gerbv-2.6.2 [ci skip]
closes #6246
2019-01-04 17:09:59 -02:00
Daniel Lewan
e5c8b34dbb
New package: libfixposix-0.4.3
closes #6388
2019-01-04 17:08:46 -02:00
maxice8
3bf0575adf New package: recutils-1.8 2019-01-04 14:38:21 -02:00
Rasmus Thomsen
24da9e875e exiv2: update to 0.27.0.
[ci skip]
2019-01-04 11:44:01 +01:00
Rasmus Thomsen
0372613f92 http-parser: update to 2.9.0. 2019-01-03 23:20:02 -02:00
prspkt
fdaa76e8a0 zchunk: add devel subpackage 2019-01-03 22:29:10 -02:00
Noel Cower
43db1c25dc build-styles: Add support for Go modules.
Adds support for Go modules by detecting a go.mod file and, if
available, using it. In addition, to continue supporting vendoring (and
avoid the need for git on all module builds), if a package includes
a vendor directory, the module mode will switch to vendor mode if not
already set. This will use vendored source code for dependencies
instead of downloading that code again using the descriptions under
go.mod.

go_mod_mode=vendor also skips the go.sum check because nothing is
downloaded that isn't already verified, so this fixes packages with
vendored code that have checksum mismatches due to Go 1.11.4 module
checksum changes.

[ci skip]

Closes: #6036 [via git-merge-pr]
2019-01-02 20:10:56 -08:00
Rasmus Thomsen
cb1ba97f1f bacula-common: update to 9.4.1. 2019-01-01 23:11:50 -02:00
Frank Steinborn
c9a1e641f2 New package: getdns-1.5.0 2019-01-01 21:58:06 -02:00
Rasmus Thomsen
4b52c44077 ldc: update to 1.13.0. 2018-12-30 20:42:40 +01:00
John
ca832ffbb2
boost: update to 1.69.0 2018-12-28 05:41:10 -02:00
maxice8
a57a78e63f llvm3.9: remove 2018-12-27 17:50:43 -02:00
Rasmus Thomsen
8bb85ec039 libical: update to 3.0.4. 2018-12-27 02:11:32 -02:00
Rasmus Thomsen
282f980cf9
llvm: update to 7.0.1.
* version latest version too -> llvm7

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>

[ci skip]
2018-12-25 23:54:27 -02:00
maxice8
06b5f44b30 libplacebo: update to 1.7.0. 2018-12-25 13:55:10 -02:00
Jürgen Buchmüller
c6c02b07f1
log4cplus: update to 2.0.3
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-23 13:31:25 +01:00
Jürgen Buchmüller
2d8e221b43
kea: update to 1.5.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-22 14:46:29 +01:00
Rasmus Thomsen
b50e169432 vala: update to 0.42.4.
* move usr/share/vala to vala-devel
2018-12-21 19:57:14 -02:00
maxice8
8485a7fb1d qimageblitz: remove 2018-12-21 13:47:48 -02:00
maxice8
dffb2798f1 libdbusmenu-qt: remove 2018-12-21 12:19:25 -02:00
maxice8
9251941c99 hooks/pre-pkg: prohibit /usr/doc, mention /usr/share/doc 2018-12-20 16:33:35 -02:00
Johannes
b84952bf5b ffmpeg: add build option nvenc 2018-12-20 18:41:18 +01:00
Rasmus Thomsen
fb7c3e14cb New package: gmime3-3.2.3 2018-12-19 23:42:16 -02:00
maxice8
6a12dfa698
poppler: update to 0.72.0. 2018-12-19 22:20:37 -02:00
Helmut Pozimski
83b956f437 aqbanking: update to 5.7.8. (soname bump) 2018-12-19 08:17:33 +01:00
Rasmus Thomsen
5afc6e99ca New package: libidn2-2.0.5 2018-12-17 12:54:10 -02:00
Olga U
32ed47e6b7 shlibs: add libkdegames 2018-12-17 14:14:53 +01:00
Rasmus Thomsen
3484913106 gtk+3: update to 3.24.2.
* add build option for cloudproviders
2018-12-16 22:52:04 -02:00
maxice8
791cfefafb New package: woff2-1.0.2. 2018-12-14 12:38:35 -02:00
Cameron Nemo
f3e8ab9355 New package: dqlite-0.2.5 2018-12-13 10:21:59 -08:00
maxice8
3f5059ae50
hooks/post-install: fix find for executable files, use GNU -executable 2018-12-13 10:14:44 -02:00
Cameron Nemo
d367fc7c8b gpgme: split library into its own subpackage 2018-12-13 08:55:23 -02:00
maxice8
80c5550ce4
hooks/post-install: fix message and indentation on pkglint-devel-paths. 2018-12-12 23:08:56 -02:00
maxice8
de31bf8d1f hooks/post-install: Add hook to warn when paths for -devel packages
should be added.

This hooks checks installed files of all packages that do not end
in -devel and warn when certain paths are found that should be in
the -devel package like:

- /usr/include
- /usr/lib/*.so
- /usr/lib/*.a
- /usr/[lib|share]/[pkg-config|cmake]
- /usr/share/vala
- /usr/share/gir-1.0
2018-12-12 23:07:05 -02:00
maxice8
5fbffed2dc shlibs: add private muffin libraries for cinnamon 2018-12-12 09:03:48 -02:00
maxice8
1484016a92 New package: dav1d-0.1.0 2018-12-12 08:52:18 -02:00
maxice8
41f0043c66 libode: update to 0.16. 2018-12-11 14:21:08 -02:00
bra1nwave
3ec2b4f2b9 SoapySDR: update to 0.7.0. 2018-12-11 13:05:32 -02:00
maxice8
7bd2eaea34 hooks/pre-pkg: deal with packages that install to /etc but should use
/usr/lib

some packages install stuff to places like /etc/udev/rules.d and
/etc/modprobe.d.

That is wrong, they should use their equivalents in /usr/lib.
2018-12-10 20:16:25 -02:00
maxice8
c830164053 common/shlibs: update capnroto entries 2018-12-09 20:12:54 -02:00
maxice8
b9fc924dd0 fdk-aac: update to 2.0.0. 2018-12-09 11:07:40 -02:00
maxice8
07fe6e71c5 libplacebo: update to 0.6.0. 2018-12-09 05:16:41 -02:00
Piotr Wójcik
1bbbd55871 update-check: add gitlab.freedesktop.org 2018-12-08 19:54:15 +01:00
maxice8
d1a14f90be hooks/pre-pkg: deal with packages using /etc/bash_completion.d
Detect when it is used and suggest
/usr/share/bash-completion/completions instead.
2018-12-07 12:30:20 +01:00
Jürgen Buchmüller
a2edcda867
clamav: update to 0.101.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-06 19:33:02 +01:00
Sami Pitkänen
cfc22c5865 chicken: update to 5.0.0 2018-12-05 09:20:32 -02:00
maxice8
6a1b3895e8 liblouis: update to 3.8.0. 2018-12-04 08:06:04 -02:00
Piotr Wójcik
7f7ff14e13
tesseract-ocr: update to 4.0.0.
Closes: #5380 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-04 10:19:10 +01:00
Jürgen Buchmüller
d30965d762
botan: update to 2.8.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-03 17:58:52 +01:00
mobinmob
2c47496efb
New package: tokyocabinet-1.4.48 2018-12-03 07:38:09 -02:00
SolitudeSF
34ccb76cd0 New package: CSFML-2.5 2018-12-03 06:32:10 -02:00
Linux-BSD
db35a1e9a1
Add variables to fix cross compiling rust for mips*
Closes: #5259 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-03 09:11:48 +01:00
Jürgen Buchmüller
0ef86da07c
common/shlibs: fix ois-1.5 entry
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-02 17:51:18 +01:00
Piotr Wójcik
fce76df60c libmaa: update to 1.4.2. 2018-12-01 08:51:28 -02:00
maxice8
477bf82806 New package: libSavitar-3.6.0 2018-12-01 08:21:06 -02:00
John
fda82cdf38 MEGAsdk: update to 3.4.4. 2018-11-29 09:14:35 +01:00
John
ee4ce35a68 build-style/cmake: dehardcode gtk2 wxWdigets when cross compiling 2018-11-28 16:49:52 -02:00
Cameron Nemo
f618b35503 gutenprint: update to 5.3.1. 2018-11-27 00:25:15 -02:00
eater
32edac01a2
New package: gts-0.7.6
closes #2734
2018-11-26 21:20:55 -02:00
Cameron Nemo
e5ec7527e5
nss-mdns: update to 0.14.1.
closes #5003
2018-11-26 18:35:02 -02:00
bra1nwave
25a0117e91
New package: hamlib-3.3
closes #1326
2018-11-26 13:01:47 -02:00
Andy Weidenbaum
afdfdf9991 build_style=perl6-dist: add 2018-11-26 04:11:50 -02:00
maxice8
1e57f4e9dd libwebsockets: update to 3.1.0. 2018-11-24 20:44:42 -02:00
Andrew Benson
3de4101276 New package: libpst-0.6.72 2018-11-24 09:09:10 +01:00
maxice8
df2b2c5e4d common/shlibs: re-add libdri2.so.1 entry 2018-11-23 01:37:45 -02:00
maxice8
f90ce86924 New package: libump-git-20181122 2018-11-23 01:37:45 -02:00
Johannes
5f5a55c2bb build-style/cargo.sh: export common variables to avoid static linking 2018-11-22 18:18:11 -02:00
maxice8
c8c63c3aba varnish: update to 6.1.1. 2018-11-20 19:53:09 -02:00
maxice8
54ab284ce7 bind: update to 9.11.5. 2018-11-20 16:11:20 -02:00
maxice8
69d620ffe5 goffice0.8: remove 2018-11-20 13:02:02 -02:00
maxice8
b527e33675 libapp: remove 2018-11-20 13:01:55 -02:00
maxice8
8481502a33 sssd: update to 2.0.0. 2018-11-19 23:44:47 -02:00
maxice8
56b6e7b240 shutils/update_check.sh: be more strict with rubygem update checks
try to match the whole line from

href="/gems/${pkgname#ruby-}/versions/[VERSION NUMBERS]"

matching until the quote avoids problems like the travis gem that has
special versions like

1.8.10.travis.921.11

before it would match until 1.8.10., now it doesn't match.
2018-11-19 02:29:28 -02:00
maxice8
c646f89f87 build-style/gem.sh: ignore ~> operator 2018-11-19 02:29:28 -02:00
maxice8
6ce9a1636a build-style/gemspec.sh: ignore ~> operator 2018-11-19 02:29:28 -02:00
Cameron Nemo
61065bcb1f hooks/pre-pkg: safely pass arguments to printf 2018-11-18 20:30:04 +01:00
Sam Smoker
91544bdf7e shaderc: update to 2018.0. 2018-11-18 17:12:45 -02:00
Simon Dickson
5811aa3280 nvidia: update to 410.78 2018-11-18 19:07:20 +01:00
maxice8
24191ee705 mtxclient: remove 2018-11-17 07:20:15 -02:00
John
dfde9e8787 kdevelop: update to 5.3.0. 2018-11-15 14:15:40 -02:00
maxice8
26dd361a3b
hunspell: update to 1.7.0.
[ci skip]
2018-11-14 23:20:51 -02:00
maxice8
916144fbb7 options.description: add description for vala build_option. 2018-11-14 00:21:41 -02:00
maxice8
476cf46ef1 libnftnl: update to 1.1.2. 2018-11-13 12:55:30 -02:00
Rasmus Thomsen
5fb045bbaf libaccounts-glib: update to 1.24. 2018-11-12 20:02:58 -02:00
John
44cf608ae1 attica-qt5: update to 5.52.0. 2018-11-11 19:26:03 +01:00
Elie ROUDNINSKI
55f3dc9725 New package: fstrcmp-0.7.D001_1 2018-11-11 14:31:47 +01:00
maxice8
ea6e31201b New package: libvoikko-4.2 2018-11-10 08:51:31 -02:00
Piotr Wójcik
e64aa6f323 calc: update to 2.12.7.1. 2018-11-09 11:46:37 +01:00
maxice8
b4eb4047f2
poppler: update to 0.71.0.
[ci skip]
2018-11-08 18:13:27 +01:00
maxice8
edc8f437c4 New package: libxmlb-0.1.3 2018-11-07 16:01:47 -02:00
maxice8
9cfab9f72c tinyxml2: update to 7.0.0. 2018-11-06 20:40:18 -02:00
maxice8
9ead6eef92 update_check: add support for rubygems.org 2018-11-06 15:51:46 -02:00
Enno Boland
73ded0cf32 libressl: update to 2.8.0. 2018-11-03 20:37:57 +01:00
maxice8
e946d7cfa2 build-style/gemspec.sh: fix cross compilation 2018-11-03 15:38:33 -03:00
Simon Dickson
399c4b9504 nvidia: update to 410.73 2018-11-03 10:56:01 +01:00
Simon Dickson
464d7e7816 New package: nvidia390-390.87 2018-11-03 10:56:01 +01:00
John
b4f0e9d8c8 lldb: add liblldb.so.6 shlib 2018-11-02 19:48:15 +01:00
Johannes
3aa797cb3a build-style cargo: move cargo config from wrksrc to home
since cargo 0.31.0 ${wrksrc}/.cargo/config is ignored for cargo install
fixes: https://github.com/void-linux/void-packages/issues/4328
2018-11-02 13:39:53 +01:00
Rasmus Thomsen
a8f008f21c hook/do-extract: support extracting .crate files 2018-11-02 08:59:03 -03:00
Jürgen Buchmüller
7e0642f4ca build-style: qmake.sh add missing QMAKE_LINK_C=$CC 2018-11-02 12:25:31 +01:00
maxice8
70dce3d920
build-style/gemspec.sh: guard against usage of find on man and etc 2018-11-02 07:41:49 -03:00
maxice8
a8bbc60f5b
build-style/gem.sh: guard usage of find on etc and man 2018-11-02 07:41:36 -03:00
maxice8
03ea181231 build_style: Add gemspec build_style 2018-11-02 07:15:08 -03:00
maxice8
49e11e1ca5 build_style: Add gem build_style 2018-11-02 07:15:08 -03:00
John
34c600aad1 kiwix-lib: update to 3.0.0. 2018-11-01 18:12:25 +01:00
John
61e8c1ea84 MEGAsdk: update to 3.4.3. 2018-11-01 18:03:52 +01:00
Jürgen Buchmüller
7193ed84a2
gcc: move libgna{rl,t}{,-8}.so to usr/lib
Also add common/shlibs entries for libgnarl-8.so and libgnat-8.so

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-10-31 12:12:13 +01:00
Helmut Pozimski
bf9bb9b86a qalculate: update to 2.8.0. (soname bump) 2018-10-30 14:25:08 +01:00
maxice8
0a95f17200 shlibs: remove webkitgtk2 shlibs
was removed on 977f88d9e0
2018-10-28 15:57:17 -03:00
maxice8
8dbec3aae1 New package: mtxclient-0.2.0 2018-10-28 15:46:06 -03:00
Cameron Nemo
2948786ddb
New package: io.elementary.calendar-4.2.3 2018-10-28 14:46:26 -03:00
maxice8
51dab87e34 New package: fmt-5.2.1. 2018-10-28 13:26:42 -03:00
Piraty
233ae27783 hdf5: update to 1.10.4. 2018-10-27 23:03:45 +02:00
maxice8
4f9dbaf661 libupnp1.8: update to 1.8.4. 2018-10-27 09:31:17 -03:00
maxice8
c6c249348d hooks/do-extract: support extracting .gem files with gem unpack. 2018-10-27 09:25:31 -03:00
maxice8
977f88d9e0 webkitgtk: remove. 2018-10-25 18:54:25 +02:00
maxice8
0abde7c069
icu: update to 63.1.
[ci skip]
2018-10-25 00:24:27 -03:00
Rasmus Thomsen
4daa2a41a3 New package: libmanette-0.2.1 2018-10-23 20:48:18 -03:00
Rasmus Thomsen
cecdf12347 New package: retro-gtk-0.16.0 2018-10-23 20:48:18 -03:00
Crestwave
21d9814fdc New package: YACReader-9.5.0 2018-10-23 10:55:24 +02:00
maxice8
59231be38f New package: libcotp-1.2.1 2018-10-21 21:23:49 -03:00
maxice8
c9e6693689 New package: libbaseencode-1.0.9 2018-10-21 21:23:49 -03:00
Johannes
9079eede15 net-snmp: update to 5.8. 2018-10-21 23:23:29 +02:00
Francisco Gómez García
464abb2352 ffmpeg: added libaom build option 2018-10-21 22:12:11 +02:00
maxice8
5459fb1ed3 New package: wlroots-0.1 2018-10-20 21:35:56 -03:00
Enno Boland
3106b0cd32
Merge pull request #3230 from Johnnynator/boost
boost: update to 1.68.0.
2018-10-20 00:00:24 +02:00
maxice8
02be8b9e6b
libva-glx: update to 2.3.0. 2018-10-19 13:11:41 -03:00
maxice8
a13077216e
libva: update to 2.3.0. 2018-10-19 12:44:50 -03:00
John Zimmermann
65547f05cc boost: update to 1.68.0.
[ci skip]
2018-10-18 19:27:40 +02:00
maxice8
4099097381 libutf8proc: update to 2.2.0.
[ci skip]
2018-10-18 19:23:56 +02:00
bra1nwave
ff1c1cb18f stlink: update to 1.5.1. 2018-10-18 19:14:35 +02:00
Cameron Nemo
4bba96eec0 New package: io.elementary.files-4.0 2018-10-18 13:43:04 -03:00
Cameron Nemo
e4391b7bc4 New package: io.elementary.music-5.0 2018-10-18 08:53:58 -03:00
Leah Neukirchen
74b418e264 common/shlibs: add libjabber.so.0. 2018-10-18 13:24:03 +02:00
Cameron Nemo
568ffc0a92 New package: io.elementary.code-3.0 2018-10-17 23:04:10 -03:00
maxice8
c714d13f37 setup/install.sh: support bzipped (.bz2) manpages 2018-10-17 11:28:58 -03:00
Johannes
acd2241ba4 build-style cargo: do not pull complete rustc for target 2018-10-16 00:23:41 +02:00
Rasmus Thomsen
0318d0385a build-style/cargo.sh: add 2018-10-15 20:58:51 +02:00
Rasmus Thomsen
45030a9b15 build-profiles: set XBPS_RUST_TARGET 2018-10-15 08:20:10 +02:00
Rasmus Thomsen
9141df9698 cross-profiles: set XBPS_CROSS_RUST_FLAGS&XBPS_CROSS_RUST_TARGET
only added to platforms which support rust
2018-10-15 08:20:10 +02:00
Cameron Nemo
96390e8525 New package: switchboard-2.3.4 2018-10-11 10:02:59 +02:00
Johannes
ea91d55378 armadillo: update to 9.100.5.
remove entry from common/shlibs because nothing uses it
2018-10-10 21:32:41 +02:00
Daniel Lewan
1904a66c45 granite: update to 5.1.0. 2018-10-09 15:04:47 -03:00
maxice8
58d5cc4105 build-style/meson: enable b_ndebug and be explicit about paths used. 2018-10-09 10:36:32 -03:00
maxice8
c3a7872561 qtkeychain: remove.
This is surpassed by qtkeychain-qt5 and has no revdeps

[ci skip]
2018-10-08 11:47:16 +02:00
Alessio Sergi
b2b45f5619
Merge pull request #2481 from yopito/seafile.624.py3
Seafile client: update to 6.2.4, switch to python3
2018-10-07 18:24:25 +02:00
Rasmus Thomsen
51f98b342b
New package: libhandy-0.0.3 2018-10-06 09:00:20 -03:00
maxice8
a317f4d274
Revert "x265: update to 2.9."
This reverts commit aeef520a2b.
2018-10-06 02:01:32 -03:00
maxice8
aeef520a2b x265: update to 2.9. 2018-10-05 23:48:45 -03:00
maxice8
b552a5f05d build-style/cmake.sh: set CMAKE_SYSTEM_PROCESSOR on cross-builds 2018-10-04 10:30:10 +02:00
Toyam Cox
1edc8846ca xbps-src: Migrate from build_style for 32bit pkgs
This allows dxpb to have a simpler test for whether or not a 32bit
package will be built.
2018-10-04 10:28:27 +02:00
yopito
08dbfd97a4 ccnet: remove packages (embedded in seafile-libclient) 2018-10-03 22:41:13 +02:00
John
b11b90e1f7 proj: update to 5.2.0. 2018-10-03 20:54:58 +02:00
John Zimmermann
49d797dcd0 OpenXcom: rebuild against yaml-cpp-0.6.2_1 2018-10-03 20:15:07 +02:00
John Zimmermann
450d49aa29 MEGAsdk: update to 3.4.1. 2018-10-03 20:11:18 +02:00
Johannes
2a5cd3b725 openexr: update to 2.3.0. 2018-10-02 23:28:11 +02:00
Johannes
095c69d21f ilmbase: update to 2.3.0. 2018-10-02 23:28:11 +02:00
maxice8
47f6ff12d2 telepathy-qt: remove.
No packages use it and there is a qt5 version on telepathy-qt5 which has
users.

[ci skip]
2018-10-02 11:38:49 +02:00
maxice8
ec98d890a7 qoauth: remove.
Was used as part of

kdeplasma-addons-4.14.3_3

which is already removed

[ci skip]
2018-10-02 11:38:24 +02:00
newbluemoon
de83d6fdb1 xbps-src/shutils/update-check.sh: accept RSS MIME type
This fixes update-check for sourceforge.net.
2018-10-02 11:34:16 +02:00
cr6git
eecf3e55a6
postgis: update to 2.5.0 & adopt package
* postgis: update to 2.5.0 & adopt package (resolves #3227)

* geos: update to 3.7.0.
2018-10-02 10:29:00 +02:00
John Zimmermann
0a9a09eb20 kea: update to 1.4.0.P1. 2018-10-01 22:53:23 -03:00
maxice8
40ec652855 strigi: remove.
Is a supporting library for

kdegraphics-strigi-analyzer-4.14.3_1
kdelibs-4.14.3_10

both were removed some time ago and nothing depends on it

it has 1 commit in 2016 and the rest are 2013 and below

[ci skip]
2018-10-01 10:20:40 +02:00
mobinmob
1f78e9749e New package: uriparser-0.8.6 2018-10-01 02:30:39 -03:00
mobinmob
8de725f187 New package: cpptest-1.1.2 2018-10-01 02:30:39 -03:00
maxice8
ea1b905d26
build-style/meson: enable Link-Time-Optimization by default. 2018-10-01 01:59:37 -03:00
maxice8
eb6d966ff5 hiredis: update to 0.14.0. 2018-09-30 19:03:30 -03:00
Cameron Nemo
a5db66637a New package: fractal-3.30.0 2018-09-28 08:52:05 +02:00
maxice8
0982fea87c fswatch: update to 1.13.0. 2018-09-27 23:09:53 -03:00
John Zimmermann
09436b7275 xxHash: add devel and library subpackages 2018-09-27 20:27:34 +02:00
Michael Aldridge
70be94e665 ceph: remove 2018-09-26 22:12:34 +02:00
maxice8
9c5274736c New package: dleyna-server-0.6.0 2018-09-25 21:53:42 -03:00
maxice8
8847957381 New package: dleyna-renderer-0.6.0 2018-09-25 21:53:42 -03:00
maxice8
05a556a07f New package: dleyna-core-0.6.0 2018-09-25 21:53:42 -03:00
John
0c683319f5 AppStream: enable qt5 bindings 2018-09-25 11:29:34 -03:00
maxice8
63b712ec2c libosmocore: update to 0.12.1. 2018-09-24 05:06:22 -03:00
Enno Boland
39914e6b6f
gflags: use correct sonames in common/shlibs 2018-09-24 09:03:51 +02:00
Nicolas Porcel
054de5c6db ocl-icd: add missing shlib 2018-09-22 16:02:15 -03:00
maxice8
00dcadcaae facter: update to 3.12.0.
remove the shlib entry since nothing uses it and it updates on every
package update making it effectively useless
2018-09-22 11:54:07 -03:00
maxice8
65fe04df49 cJSON: update to 1.7.8.
100% tests passed, 0 tests failed out of 18

Total Test time (real) =   0.04 sec
2018-09-21 21:34:41 -03:00
Cameron Nemo
2a362ed649 New package: audit-2.8.4 (closes #2832) 2018-09-21 22:23:14 +02:00
maxice8
7b319c381a shotwell: update to 0.30.0. 2018-09-21 16:43:10 -03:00
Kyle Nusbaum
422e3461fe Fail go build when $go_import_path is not set
Closes: #2881 [via git-merge-pr]
2018-09-20 22:38:35 -07:00
maxice8
5933b1b8cb
krita: rebuild against libraw.so.19
[ci skip]
2018-09-20 19:50:28 -03:00
maxice8
542a7de871
nomacs: rebuild against libraw.so.19 2018-09-20 18:46:03 -03:00
maxice8
a5c800823d
libraw: update to 0.19.0. 2018-09-20 18:18:23 -03:00
maxice8
c5961e1390
ell: update to 0.10. 2018-09-20 16:19:28 -03:00
maxice8
8cffc36bcc common/shlibs: remove shlibs from removed packages. 2018-09-20 13:40:46 +02:00
John
7d079353a9 akonadi: remove package 2018-09-20 01:12:32 -03:00
John
ca84c49532 tomahawk: remove qt4 version 2018-09-20 01:12:32 -03:00
John
f5ee759220 quazip: drop qt4 version 2018-09-20 01:12:32 -03:00
maxice8
4379725cce
libopenshot: update to 0.2.1. 2018-09-19 18:01:19 -03:00
Helmut Pozimski
146587c2b8 shlibs: remove libwx_gtk2u_webview-3.0.so.0 no longer provided by the wxWidgets package 2018-09-19 16:02:58 +02:00
maxice8
814361ccc6
New package: libopusenc-0.2 2018-09-19 00:51:21 -03:00
maxice8
2748e21418
build-style/go.sh: fix indent 2018-09-18 21:41:08 -03:00
Rasmus Thomsen
8a14a81172 vala: update to 0.42.1. 2018-09-17 23:08:58 -03:00
maxice8
b76c45ab31 glibc: update to 2.28.
Closes: #1605 [via git-merge-pr]
2018-09-16 18:38:27 +02:00
maxice8
194bad65a2
linux-driver-management: remove unused shlib entry and fix build 2018-09-16 13:34:11 -03:00
maxice8
8ddbfeffeb common/shlibs: remove packages that do not exist anymore in srcpkgs/ 2018-09-16 15:16:40 +02:00
maxice8
051868beca common/shlibs: remove obsolete entries from kdelibs and marble. 2018-09-16 15:14:40 +02:00
Johannes
f937718a42 New package: ImageMagick6 2018-09-15 18:59:04 +02:00
Johannes
d92cdb4bda ImageMagick: update to 7.0.8.11. 2018-09-15 18:59:04 +02:00
cr6git
e8850d8dd5
pulseeffects: update to 4.3.4. (closes #2566) 2018-09-15 09:36:43 +02:00
maxice8
9e513c58d8
gwenhywfar: update to 4.20.1. 2018-09-15 03:45:17 -03:00
John
b66870c16c syndication: update to 5.50.0.
syndication is now part of kde-frameworks and therefore also following
the kde framework versioning, which results in a lower number than
before.
2018-09-15 08:02:23 +02:00
Alessio Sergi
08408ed943 common/environment/setup/python.sh: always expose py{2,3}_* vars
Their values are static now, so remove the tests.
2018-09-15 01:49:45 +02:00
maxice8
0aa9396c51
mbedtls: update to 2.13.1. 2018-09-14 13:54:35 -03:00
maxice8
70cb6b8098
mozjs60: fix linking against libmozjs-60 2018-09-14 08:43:31 -03:00
Helmut Pozimski
b8ef609f0b gnucash: update to 3.2. 2018-09-14 09:24:48 +02:00
Alessio Sergi
e3a882ddea common/options.description: keep desc_option_* sorted alphabetically 2018-09-13 20:09:57 +02:00
maxice8
cac8223fe4
duktape: update to 2.3.0. 2018-09-13 12:22:05 -03:00
maxice8
608f10ea59
build-style/meson: add nm to binaries and export LD, AR, CPPFLAGS and
LDFLAGS.
2018-09-12 21:24:31 -03:00
Rasmus Thomsen
7385626441 mutter: update to 3.30.0. 2018-09-12 10:50:41 -03:00
Rasmus Thomsen
3281ac5c85 New package: tepl-4.2.0 2018-09-12 07:42:14 -03:00
Leah Neukirchen
a7aa26c7fc unbound: update to 1.8.0. 2018-09-11 13:18:01 +02:00
Jürgen Buchmüller
e9cbfacb5a
build style go.sh: split gocache for glibc/muslc
Closes: #2542

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-09-11 12:39:29 +02:00
Enno Boland
c937507e7a
Revert "gnome-shell: update to 3.30.0."
This reverts commit 780b827407.
2018-09-10 22:57:47 +02:00
Helmut Pozimski
ee4e6ad061 02-script-wrapper.sh: add wx-config-gtk3 for the generic_wrapper 2018-09-10 14:43:09 +02:00
Helmut Pozimski
b72bd9a0be New package: wxWidgets-gtk3-3.0.4
split common files with wxWidgets(-devel) in wxWidgets-common(-devel)
[skip ci]
2018-09-10 14:43:09 +02:00
Rasmus Thomsen
5dfcbd90b0
mutter: update to 3.30.0. 2018-09-10 07:29:57 -03:00
maxice8
d0562177a5
build-style/meson: define PKG_CONFIG for host usage.
PKG_CONFIG environment variable should point to the pkg-config executable
to be used to fetch dependencies that use 'native: true' (indicate to build
against host libraries not cross-compiled ones)

To meet those requirements we set an absolute path to the host
pkg-config since the relative path to pkg-config is taken by the
wrapper.

This currently requires a patch that is a milestone of meson-0.48 that
was generated by the issue:

https://github.com/mesonbuild/meson/issues/1736
2018-09-10 01:17:05 -03:00
Rasmus Thomsen
37f434ffc0
New package: gtksourceview4-4.0.2 2018-09-09 15:44:11 -03:00
maxice8
15c6bd1aa4
New package: libpsl-0.20.2 2018-09-09 06:22:25 -03:00
maxice8
bf0d45ebef
devhelp: update to 3.30.0. 2018-09-09 03:05:39 -03:00
maxice8
0c27fd4ae9
New package: amtk-5.0.0 2018-09-09 03:05:39 -03:00
maxice8
9846ea0b0e
pipewire: update to 0.2.3. 2018-09-08 20:49:18 -03:00
Rasmus Thomsen
ba5d3f403c
evolution: update to 3.30.0. 2018-09-08 19:44:22 -03:00
Rasmus Thomsen
d18e30bfac New package: mozjs60-60.0.2 2018-09-08 12:08:37 -03:00
newbluemoon
435f99d4a7
common/build-style/perl-ModuleBuild.sh: use target perl includes 2018-09-08 07:10:55 -03:00
newbluemoon
4528a706ff
common/build-style/perl-module.sh: use target perl includes 2018-09-08 07:10:55 -03:00
maxice8
775ad8deba
build_style/meson: also unset _MESON_CPU_FAMILY. 2018-09-08 05:54:44 -03:00
Enno Boland
77a4b3d163
common/xbps-src: fix: cut by colon 2018-09-07 15:54:26 +02:00
Michael Aldridge
47df4e3ea2 common/travis: Update mirror 2018-09-07 12:13:40 +02:00
Michael Aldridge
789d8e2cfd lxc: Change default XBPS address 2018-09-07 12:13:40 +02:00
Enno Boland
50e86ef640 common/libexec/build.sh: register all packages at once to prevent inconistent staging 2018-09-07 11:19:55 +02:00
Johannes
290e8f443f nvidia: update to 390.87. 2018-09-07 09:04:30 +02:00
maxice8
b035cf3293 options.description: add zstd build option description. 2018-09-06 11:02:50 +02:00
Piotr
205f75cefe gucharmap: update to 11.0.2, fix update (#2347)
* gucharmap: update to 11.0.2.

* xbps-src: update-check: versions >=10 at ftp.gnome.org
2018-09-05 20:18:07 +02:00
maxice8
b7c3ce7ffc
icu: update to 62.1.
[ci skip]
2018-09-02 21:23:09 -03:00
Michael Aldridge
1503fda95a common/travis: Use new name for repo2 2018-09-02 11:36:40 -07:00
Johannes Brechtmann
5af0397c33 openmpi: update to 3.1.2. 2018-09-02 03:50:35 -03:00
Michael Aldridge
a4dd50388a xbps-src: Always enable the gocache
[ci_skip]
2018-09-01 22:05:07 -07:00
cr6git
753c357714 kid3: update to 3.6.2. 2018-08-31 12:32:38 +02:00
CoolOhm
1431ff31fe New package: liblqr-0.4.2 2018-08-30 21:59:08 +02:00
newbluemoon
0dc1d94f9e Update zita-* packages, fix guitarix2 musl build and update to 0.37.3
* zita-ajbridge: update to 0.8.2, fix license

* zita-alsa-pcmi: update to 0.3.2, fix license

* zita-convolver: update to 4.0.3, fix license

* zita-resampler: update to 1.6.2, fix license

* guitarix2: update to 0.37.3, fix musl build
2018-08-30 10:03:46 +02:00
Helmut Pozimski
e264533735 New package: syndication-18.08.0 2018-08-29 13:51:59 +02:00
Toyam Cox
13a48f4cab New package: c-capnproto-0.3 2018-08-28 02:16:08 -04:00
maxice8
59b5fdf36f
04-create-xbps-metadata-scripts.sh: automatically add triggers for
appstream-cache

[ci skip]
2018-08-27 18:26:11 -03:00
DirectorX
948479be5f New package: mysql++-3.2.4 2018-08-27 12:28:49 +02:00
newbluemoon
5e6ed15aa9 build-style/perl-ModuleBuild.sh: fix cross 2018-08-26 14:06:35 -03:00
Jürgen Buchmüller
cc1ad8a3f2
New package: libnumbertext-1.0.4
Required for libreoffice-6.1.0.3

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-26 16:47:08 +02:00
Jürgen Buchmüller
c6e1b5ac1e
common/shlibs: fix libixion version
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-26 14:28:52 +02:00
Jürgen Buchmüller
992781baa6
liborcus: revert to 0.13.2
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-26 13:41:51 +02:00
Jürgen Buchmüller
f4cf8b53f3
libixion: revert to 0.13.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-26 13:40:56 +02:00
Jürgen Buchmüller
00c464f2f7
liborcus: update to 0.14.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-26 12:29:43 +02:00
Jürgen Buchmüller
76dae01061
libixion: update to 0.14.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-26 12:25:05 +02:00
Enno Boland
d5b7d3faed
Merge branch 'master' into libgit2 2018-08-25 21:49:17 +02:00
Michael Gehring
07e3eaad33 opera: fix bogus dependency on rpi-userland
reverts 84a1df2021 as it doesn't work as
intended.

This is an old issue initially fixed in
7cece6a8dd. The fix got removed for
unknown reasons in fc294a11bf.
2018-08-25 07:23:01 -03:00
maxice8
09782d0613
poppler: update to 0.68.0. 2018-08-24 13:58:15 -03:00
maxice8
88f96346d4
hooks/post-install/04-create-xbps-medata-scripts.sh: automatically
handle gtk-pixbuf-loaders
2018-08-23 17:16:47 -03:00
maxice8
ed94f02b7a
facter: update to 3.11.4. 2018-08-23 16:08:01 -03:00
maxice8
e914d23010
elogind: split libraries into libelogind. 2018-08-22 09:30:56 -03:00
Elie ROUDNINSKI
78b2dca889
New package: libmaxminddb-1.3.2
Closes: #2052 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-22 13:27:47 +02:00
maxice8
b2221a8071
build-style/scons.sh: add scons to hostmakedepends= 2018-08-21 20:37:47 -03:00
newbluemoon
05fb5e4ad7 common/hooks/pre-configure: fix python3 wrapper [skip ci] (#1005) 2018-08-21 19:33:52 +02:00
maxice8
5c28f42b50
04-create-xbps-medatada-scripts.sh: fix indentation. 2018-08-20 22:25:11 -03:00
Michael Gehring
7186589618 common/hooks/pre-pkg/04-generate-runtime-deps.sh: remove unused variable 2018-08-20 12:03:31 -03:00
Johannes Brechtmann
1261407d3f wireshark: update to 2.6.2. 2018-08-20 09:22:26 -03:00
maxice8
a7de732526
ldc: update to 1.11.0. 2018-08-20 08:34:30 -03:00
Piraty
9c667fbc49 octave: update to 4.4.1.
- remove build option `largearrays` as 64bit is default already
  on 64bit systems.
- remove entries from common/shlibs because nothing uses them.

[ci skip]
2018-08-20 12:31:09 +02:00
maxice8
bc77706e6a
poppler: update to 0.67.0. 2018-08-19 09:56:03 -03:00
maxice8
2a37c4734c
hooks/post-install/04-create-xbps-medata-scripts.sh: automatically
handle gtk{,3}-immodules
2018-08-19 06:01:47 -03:00
Jasper Chan
e7339593c3 libgit2: update to 0.27.3. 2018-08-18 21:24:29 -07:00
maxice8
20921852f5
skalibs: update to 2.7.0.0. 2018-08-16 21:29:10 -03:00
John
68a11770aa common/update_check.sh: accpeted mime types 2018-08-16 21:18:27 -03:00
David Flatz
0a3172589c nvidia: update to 390.77. 2018-08-16 16:20:10 +02:00
John
cbc59c2dcb New package: purpose-5.49.0 2018-08-16 08:27:28 +02:00
maxice8
6580c8d657
build_style/meson.sh: export CFLAGS and CXXFLAGS from host
meson when compiling something with 'native: true' (for building
executables that are meant to be run on the host system) uses CFLAGS
and CXXFLAGS environment variables, we "pollute" them with
TARGET system cflags/cxxflags, such as -march= for the cross-compiled
arch.

so to fix it we export CFLAGS and CXXFLAGS to be CFLAGS_host and
CXXFLAGS_host respectively, they are set by XBPS and correspond to
the XBPS_CFLAGS/XBPS_CXXFLAGS. This same set of changes is also done
with CC and CXX see L#61

this was found when cross-compiling lighttpd which created the
'lemon' executable to generate inputs

thanks to @Cogitri from Exherbo for helping me debug this

[ci skip]
2018-08-16 01:49:38 -03:00
Jürgen Buchmüller
a96d3bc866 gcc: update to 8.2.0
Also update to mpfr-4.0.1 and isl-0.19.
2018-08-15 06:50:23 +02:00
Jürgen Buchmüller
2bfe08f599
New package: isl16 (temp. for cross-arm-none-eabi)
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-14 19:52:10 +02:00