Commit graph

99438 commits

Author SHA1 Message Date
Giuseppe Fierro
528729ea71
New package: bookworm-1.1.1
closes #8610
2019-02-13 03:53:49 -02:00
maxice8
6b179b684a libversion: update to 2.8.2. 2019-02-13 03:30:23 -02:00
Andrew Benson
e4d76b7ede New package: wfuzz-2.3.4 2019-02-13 03:25:25 -02:00
Rasmus Thomsen
9c4041154f radeon-profile: update to 20190211. 2019-02-13 03:09:01 -02:00
maxice8
2c7f4605c1 irssi: update to 1.2.0. 2019-02-13 03:02:15 -02:00
q66
1807bb913f gobject-introspection: add missing architectures
[ci skip]
2019-02-12 23:54:12 -02:00
maxice8
cdc9b90c09 hiawatha: update to 10.8.4. 2019-02-12 23:25:58 -02:00
q66
b0e1634801 cegui: fix dependency, boost-python does not exist
It is also pulled in automatically by boost-devel.
2019-02-12 22:00:45 -02:00
maxice8
dbf03a5818 libofx: update to 0.9.14. 2019-02-12 21:31:12 -02:00
maxice8
e6277ae1c7 python-hypothesis: update to 4.5.8. 2019-02-12 21:31:07 -02:00
maxice8
cf08b3b2ca python-ruamel.yaml: update to 0.15.88. 2019-02-12 21:30:59 -02:00
q66
2c9c8c047a nv-codec-headers: make x86 only
These runtime-depend on libcuda and some other stuff which makes
it useless on any other architectures. It would be technically
possible to get it to work on ppc64le and *maybe* 32-bit ARM
(assuming nvidia ships CUDA for it) but that's a lot of extra
work for something we are not prepared for at all.

[ci skip]
2019-02-12 23:11:23 +01:00
q66
d460eb23e7 ffmpeg: enable nvenc for x86 only
It doesn't seem that cross builds are at fault but rather that
nv-codec-headers seems to be written for x86 and nothing else,
which is usually a good assumption as the nvidia drivers only
really exist for x86 (well, they do exist for ppc64le in the
CUDA toolkit but it's more effort to get that working and
tested)

[ci skip]
2019-02-12 23:11:23 +01:00
marmeladema
b5fa1bd9b6 linux4.19: remove host built scripts and tools
linux4.19: add missing includes
linux4.19: install missing arch/arm64/kernel/vdso in linux-headers
linux4.19: keep arch/x86/ras/Kconfig for all architectures

[skip ci]
2019-02-12 23:09:41 +01:00
prspkt
c724aefd5c libbluray: update to 1.1.0. 2019-02-12 20:00:36 -02:00
maxice8
056a8cbb31 gnupg2: update to 2.2.13. 2019-02-12 20:00:29 -02:00
q66
089d4dd809 webkit2gtk: properly disable jit on ppc platforms
[ci skip]
2019-02-12 20:00:24 -02:00
Duncaen
0f4eb97d9f gnucash: remove usr/share/glib-2.0/schemas/gschemas.compiled 2019-02-12 18:13:07 -02:00
Duncaen
ee751220f1 rmlint: remove usr/share/glib-2.0/schemas/gschemas.compiled 2019-02-12 18:13:07 -02:00
Rasmus Thomsen
b33c06c837 flatpak: update to 1.2.3. 2019-02-12 18:08:16 -02:00
q66
4d6b430739 iniparser: fix ELF in /usr/share (remove example binary)
This also means the examples package can become noarch as it only
contains source code.
2019-02-12 18:07:21 -02:00
q66
bebeb4ecfa ccextractor: fix ppc64 build
This bundles libpng source but without the vsx asm, so building
fails on ppc64. Manually disable vsx asm usage.

[ci skip]
2019-02-12 18:07:16 -02:00
q66
ec6fbebf4f libmirage: fix gobject-introspection files installation
See patch comment.
2019-02-12 18:07:11 -02:00
Jürgen Buchmüller
42a457ca8d
gstreamer1: update package origin
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-02-12 21:02:31 +01:00
q66
62ccb27200 calligra: automoc4 is not necessary
[ci skip]
2019-02-12 20:51:50 +01:00
q66
a6609fe2d0 calligra-plan: add missing qt includes
[ci skip]
2019-02-12 20:51:50 +01:00
q66
1c6d6f6b88 chessx: add missing includes
This fixes build with latest qt5.

[ci skip]
2019-02-12 20:51:19 +01:00
maxice8
647cb3b024
riot-desktop: broken i686 2019-02-12 17:48:17 -02:00
Helmut Pozimski
002729d098 dkms: compile kernel scripts on target for cross-compiled architectures (restore changes) 2019-02-12 20:44:19 +01:00
marmeladema
950f5b2be4 linux4.20: remove host built scripts and tools
linux4.20: add missing includes
linux4.20: install missing arch/arm64/kernel/vdso in linux-headers
linux4.20: keep arch/x86/ras/Kconfig for all architectures

[skip ci]
2019-02-12 20:41:50 +01:00
q66
d4942d3055 cookie: fix build
This doesn't really work and dunno how it ever did, as erasing
the git commands prevents a submodule pull which in turn removes
pulling in bashlibs, and everything fails as without presence of
system bashlibs it tries to install them, and fails to do so as
it hasn't previously pulled in the submodule.
2019-02-12 20:40:59 +01:00
q66
b186a13c30 cava-gui: fix distfile url/checksum 2019-02-12 17:40:37 -02:00
q66
b841b50046 marble5: switch to phonon-qt5
This is a qt5 application but for some reason still depended
on qt4 phonon.
2019-02-12 17:40:31 -02:00
q66
5e662ecccc cfitsio: fix build
libcurl is searched for during configure, but it is not found.
2019-02-12 17:40:26 -02:00
Rasmus Thomsen
24ea9af46f riot-desktop: update to 0.17.9. 2019-02-12 17:40:21 -02:00
Peter Bui
2a1c3323d0 rpi-kernel: update to 4.14.97.
[ci skip]
2019-02-12 20:38:40 +01:00
Rasmus Thomsen
743845f12d miniserve: update to 0.3.0. 2019-02-12 20:35:00 +01:00
Helmut Pozimski
0f6cd7cb01 qalculate-gtk: update to 2.9.0. 2019-02-12 20:34:23 +01:00
Helmut Pozimski
1fb10cd1ba qalculate: update to 2.9.0. 2019-02-12 20:34:23 +01:00
Helmut Pozimski
78d402fc6e korganizer: update to 18.12.2. 2019-02-12 20:18:43 +01:00
John Zimmermann
91f88b3f9a telegram-desktop: update to 1.5.15.
resolves #8581
2019-02-12 19:13:56 +01:00
Rasmus Thomsen
4b62afe39a papirus-icon-theme: update to 20190203. 2019-02-12 16:07:57 -02:00
Rasmus Thomsen
8f29a9007d Signal-Desktop: update to 1.21.1. 2019-02-12 16:07:52 -02:00
Rasmus Thomsen
a45802db8b libsecret: revbump to make gir changes come into effect 2019-02-12 13:17:42 -02:00
Rasmus Thomsen
5527ded404 webkit2gtk: update to 2.22.6.
* enable gir
* cleanup the template

[ci skip]
2019-02-12 13:14:13 -02:00
Rasmus Thomsen
910bff869f pony-stable: update to 0.2.0. 2019-02-12 13:10:58 -02:00
Rasmus Thomsen
a2497d6319 FeedReader: update to 2.8.2. 2019-02-12 13:10:51 -02:00
Daniel Lewan
3bc196a63a hivemind: update to 1.0.5. 2019-02-12 13:10:46 -02:00
Rasmus Thomsen
ed945ed056 gnome-online-accounts: update to 3.30.2.
* enable gir, add vala option
2019-02-12 13:10:40 -02:00
Duncaen
da79c127d3 netpgp: update and import patches from NetBSD 2019-02-12 14:44:16 +01:00