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
Jürgen Buchmüller
2e1c2137da
isl15: update to 0.19
2018-08-14 17:08:53 +02:00
maxice8
3b16fc3df4
perl: update to 5.28.0.
2018-08-14 07:58:23 -03:00
Helmut Pozimski
3478321ea4
qalculate: update to 2.6.2. (soname bump)
2018-08-14 08:59:16 +02:00
Jürgen Buchmüller
05f76b0800
podofo: update to 0.9.6
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-13 21:35:46 +02:00
maxice8
e42406c070
setup/install.sh: transparently deal with gzipped manpages
...
[ci skip]
2018-08-12 04:21:46 -03:00
maxice8
29eccd3ca7
libssh: update to 0.8.0.
2018-08-10 22:12:41 -03:00
Alessio Sergi
b0feeed60e
build-styles/waf{,3}: make sure waf uses the correct python version
2018-08-09 19:53:32 +02:00
John
0327e0a7ec
kirigami2: update to 5.48.0.
2018-08-08 19:44:56 -03:00
Alessio Sergi
bad9514767
vala: drop valadoc, cyclic dep: vala -> graphviz -> librsvg -> vala
2018-08-08 17:04:34 +02:00
Helmut Pozimski
487092213d
New package: incidenceeditor-18.04.3
2018-08-08 10:43:40 +02:00
Helmut Pozimski
78955da5b4
New package: eventviews-18.04.3
2018-08-08 10:18:17 +02:00
Helmut Pozimski
ebe0f8f50d
Thunar: add libthunarx-3.so.0 to common/shlibs
2018-08-07 11:54:58 +02:00
maxice8
8f64e4052f
shlibs: add libSPIRV.so and libglslang.so for shaderc
2018-08-06 02:01:38 -03:00
maxice8
7ab29e2c29
New package: shaderc-2017.2.
2018-08-06 02:01:38 -03:00
John
e7f0b6870e
New package: okteta-0.25.1
2018-08-05 01:30:20 -03:00
maxice8
36da092f6f
pipewire: update to 0.2.2.
2018-08-04 00:19:49 -03:00
maxice8
2e9fa0d93f
protobuf: update to 3.6.1.
2018-08-03 19:36:20 -03:00
maxice8
2f4a5ea039
libopenshot: update to 0.2.0.
2018-08-02 19:24:09 -03:00
maxice8
93257d1970
facter: update to 3.11.2.
2018-07-31 22:11:52 -03:00
John
ec7ccc991f
New package: belcard-1.0.2
2018-07-31 18:20:12 -03:00
John
1efee4f12a
New package: belr-0.1.3
2018-07-31 18:20:12 -03:00
John
8abc4389d7
New package: linphone-3.12.0
2018-07-31 18:20:12 -03:00
John
00d4985867
New package: mediastreamer-2.16.1
2018-07-31 18:20:12 -03:00
John
4ae3a84242
New package: belle-sip-1.6.3
2018-07-31 18:20:12 -03:00
John
18b66992f1
New package: bzrtp-1.0.6
2018-07-31 18:20:12 -03:00
John
1a23913553
New package: libantlr3c-3.4
2018-07-31 18:20:12 -03:00
Piotr Wójcik
8a81f5273e
New package: shapelib-1.4.1
2018-07-31 15:17:11 -03:00
Enno Boland
acbcfd98ec
xbps: update to 0.53.
2018-07-30 20:05:57 +02:00
John
75d6494687
kholidas fix shlibs
2018-07-29 17:00:09 -03:00
John
be850a6e26
libksysguard: update to 5.13.3.
2018-07-29 17:00:09 -03:00
John
afef0cdb3e
breeze: update to 5.13.3.
2018-07-29 17:00:09 -03:00
maxice8
97b348502c
meson.sh: Fix cross-compilation
...
following https://mesonbuild.com/Cross-compilation.html
- host_machine is our XBPS_TARGET_MACHINE
- build_machine is our XBPS_MACHINE, and meson can find out the details
on it's own
- also don't include -musl in the CPU because meson doesn't recognize it
and projects like Mesa (LibGL) don't enable optimizations for it
- cpu_family and cpu are different, they need to be set properly:
- armv* is arm
- mips* is mips
- i686 is x86
- x86_64 is x86_64
- aarch64 is aarch64
2018-07-29 14:30:20 -03:00
John
464a1b8b62
New package: mongo-c-driver-1.11.0
...
Closes : #128 [via git-merge-pr]
2018-07-28 14:16:02 +02:00
John
94f3d4913c
New package: treefrog-framework-1.22.0
2018-07-28 14:16:02 +02:00
Enno Boland
e08851f7c9
Revert "zita-convolver: update to 4.0.0, update shlibs. ( #1161 )"
...
This reverts commit e786e0067b
.
2018-07-25 10:48:03 +02:00
cr6git
e786e0067b
zita-convolver: update to 4.0.0, update shlibs. ( #1161 )
2018-07-25 02:04:03 +02:00
Andrew Benson
ea4e7fb2f9
New packages: solarus-1.5.3, solarus-quest-editor-1.5.3 ( #436 )
...
* New package: solarus-1.5.3
* New package: solarus-quest-editor-1.5.3
2018-07-24 20:54:14 +02:00
bra1nwave
3f3c1ba6f1
gnuradio: update to 3.7.13.4. [ci skip]
2018-07-21 09:37:11 +02:00
cr6git
3f51d6dd1c
kid3: update to 3.6.1. ( #977 )
2018-07-20 21:16:08 +02:00
maxice8
76d8436dbb
pulseaudio: update to 12.2.
2018-07-20 09:08:16 -03:00
John
5901da0be5
New package: rem-0.5.3
2018-07-19 20:15:07 +02:00
John
313ec23576
New package: spandsp-0.0.6
2018-07-19 20:15:07 +02:00
John
a0a93feb7a
New package: re-0.5.8
2018-07-19 20:15:07 +02:00