aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/notmuch: upgrade to 0.28Francesco Colista2018-12-311-3/+3
|
* community/libwacom: upgrade to 0.32Francesco Colista2018-12-311-2/+2
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* community/aws-ena-driver-vanilla: remove. module is in mainline 4.19Natanael Copa2018-12-312-90/+0
|
* community/omxplayer: upgrade to snapshot 2018-12-27, fix armv7Timo Teräs2018-12-312-10/+14
| | | | | | | | Take out all CPU specific compiler flags and rely on gcc defaults. The problem on armv7 was that configuring manually armv6 and using gcc default for thumb tries to build using thumb1 which does not work. Use Alpine default config for these which is proper combination.
* community/qt5-qtwebengine: build fix for armCarlo Landmeter2018-12-292-1/+208
| | | | https://bugreports.qt.io/browse/QTBUG-72393
* community/mktorrent: rebuild against opensslJ0WI2018-12-291-2/+2
|
* community/opendkim: rebuild against opensslJ0WI2018-12-291-2/+2
|
* community/wine: upgrade to 3.0.4J0WI2018-12-291-4/+4
|
* community/tvheadend: update initd to use supervise-daeonCarlo Landmeter2018-12-283-24/+25
|
* community/glm: fix tests on big-endian machinesNatanael Copa2018-12-282-3/+36
|
* community/glm: move from mainNatanael Copa2018-12-281-0/+36
|
* community/nextcloud-client: disable on ppc64le due to qt5-webengineMike Sullivan2018-12-281-1/+1
|
* community/tomahawk: move to unmaintainedCarlo Landmeter2018-12-284-117/+0
| | | | project is abandoned
* community/aspcud: upgrade to 1.9.4Roberto Oliveira2018-12-281-10/+8
| | | | update license and project url
* community/lua-bit32: remove duplicate aportCarlo Landmeter2018-12-281-56/+0
|
* community/py3-qt5: upgrade to 5.11.3Natanael Copa2018-12-281-4/+4
|
* community/qt5-qtwebkit: fix path to QtSignalSpyNatanael Copa2018-12-282-2/+30
|
* community/qt5-qtwebengine: build fixNatanael Copa2018-12-2810-291/+130
|
* community/qt5-qttools: build fix. update package splittingNatanael Copa2018-12-281-1/+1
|
* community/qt5-qtdeclarative: build fix. remove mips patchNatanael Copa2018-12-282-25/+1
| | | | no longer applies
* community/qt5-qtxmlpatterns: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtx11extras: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtwebengine: upgrade to 5.12.0André Klitzing2018-12-281-3/+3
|
* community/qt5-qtwebchannel: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtwebsockets: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qttranslations: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qttools: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtsvg: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtserialport: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtsensors: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtscript: upgrade to 5.12.0André Klitzing2018-12-282-35/+2
|
* community/qt5-qtremoteobjects: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtquickcontrols2: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtquickcontrols: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtmultimedia: upgrade to 5.12.0André Klitzing2018-12-281-3/+3
|
* community/qt5-qtlocation: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtimageformats: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtgraphicaleffects: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtdeclarative: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtconnectivity: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtbase: upgrade to 5.12.0André Klitzing2018-12-283-40/+4
|
* community/upx: disable tests on s390xLeonardo Arena2018-12-281-1/+3
| | | | | checking -pie... >>> ERROR: upx: check failed
* community/minetest: install init scripts in main packageLeonardo Arena2018-12-281-5/+5
|
* community/virtualbox-guest-additions: upgrade to 6.0.0Natanael Copa2018-12-284-51/+46
|
* community/kbuild: upgrade to 0.1.9998.3149Natanael Copa2018-12-288-172/+59
|
* community/fzf: fix build break during packaging phaseMike Sullivan2018-12-281-2/+1
|
* community/py-sip: upgrade to 4.19.13alpine-mips-patches2018-12-281-2/+2
| | | | | | | | | | | | | | | | | | This version particularly fixes -Wformat warnings from 4.19.7: siplib.c: In function 'parsePass1': siplib.c:5369:58: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] PyErr_Format(PyExc_OverflowError, "argument %s overflowed: %s", ~^ %d failure.arg_nr, exc_str); ~~~~~~~~~~~~~~ siplib.c:5379:59: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] PyErr_Format(PyExc_OverflowError, "argument '%s' overflowed: %s", ~^ %d failure.arg_nr, exc_str); ~~~~~~~~~~~~~~
* community/fzf: disable on armv7Milan P. Stanić2018-12-281-2/+2
| | | | it is already disabled on aarch64 and armhf
* community/zstd: upgrade to 1.3.8Oleg Titov2018-12-281-3/+3
|