Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/mozjs68: new aport | J0WI | 2020-01-19 | 6 | -0/+246 | |
| | ||||||
* | testing/broot: upgrade to 0.12.0 | Leo | 2020-01-19 | 1 | -2/+2 | |
| | ||||||
* | main/zip: add patch fixing zipnote usage | Rasmus Thomsen | 2020-01-19 | 2 | -3/+20 | |
| | | | | fixes #8602 | |||||
* | main/nginx: add module http-dav-ext | Jakub Jirutka | 2020-01-19 | 1 | -1/+4 | |
| | | | | Resolves #6964 | |||||
* | main/ncurses: upgrade to 6.1_p20200118 | Milan P. Stanić | 2020-01-19 | 1 | -2/+2 | |
| | ||||||
* | community/uboot-tools: upgrade to 2020.01 | Milan P. Stanić | 2020-01-19 | 1 | -3/+3 | |
| | ||||||
* | main/asterisk: upgrade to 16.7.0 | wener | 2020-01-19 | 1 | -2/+2 | |
| | ||||||
* | community/wl-clipboard: move from testing | Leo | 2020-01-19 | 1 | -0/+0 | |
| | ||||||
* | main/iproute2: fix LIBDIR for tc plugins | Milan P. Stanić | 2020-01-19 | 1 | -2/+2 | |
| | | | | | | default tc LIBDIR is /usr/lib and not /lib so LIBDIR is not needed in make invocation fixes: #6948 | |||||
* | community/mpd: upgrade to 0.21.19 | Leo | 2020-01-19 | 1 | -3/+3 | |
| | ||||||
* | main/python3: add support for AF_BLUETOOTH | Rasmus Thomsen | 2020-01-19 | 1 | -2/+2 | |
| | | | | fixes #7352 | |||||
* | main/perl-test-simple: upgrade to 1.302171 | Leo | 2020-01-19 | 1 | -6/+2 | |
| | ||||||
* | main/perl-io-tty: upgrade to 1.14 | Leo | 2020-01-19 | 1 | -9/+3 | |
| | ||||||
* | testing/xdg-user-dirs: new aport | Bart Ribbers | 2020-01-19 | 1 | -0/+32 | |
| | ||||||
* | community/ripgrep: add missing checkdepends on xz | Leo | 2020-01-19 | 1 | -1/+2 | |
| | ||||||
* | community/ripgrep: move from testing | Leo | 2020-01-19 | 1 | -0/+0 | |
| | ||||||
* | community/imagemagick6: add secfixes | J0WI | 2020-01-19 | 1 | -0/+4 | |
| | ||||||
* | community/imagemagick: add secfixes | J0WI | 2020-01-19 | 1 | -0/+4 | |
| | ||||||
* | testing/mellowplayer: upgrade to 3.5.9 | Leo | 2020-01-19 | 1 | -2/+2 | |
| | ||||||
* | main/libxkbcommon: upgrade to 0.10.0 | Leo | 2020-01-18 | 1 | -7/+4 | |
| | ||||||
* | main/mesa: use qualified provides for deprecated subpackages | Minecrell | 2020-01-18 | 1 | -11/+14 | |
| | | | | | | | This fixes upgrading from the old subpackages - the old package is now removed and replaced by the new subpackage. Closes !3167 | |||||
* | main/gmp: upgrade to 6.2.0 | Leo | 2020-01-18 | 1 | -12/+5 | |
| | ||||||
* | community/xfce4-whiskermenu-plugin: upgrade to 2.3.5 | Leo | 2020-01-18 | 1 | -5/+2 | |
| | ||||||
* | main/mesa: consolidate subpackages | Minecrell | 2020-01-18 | 1 | -101/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mesa uses so-called "megadrivers" to link multiple drivers into one shared library. Essentially there are only 4 distinct shared libraries built: - libmesa_dri_drivers.so ("classic" DRI drivers) - libgallium_dri.so (Gallium DRI drivers) - libgallium_drv_video.so (Gallium VAAPI drivers) - libvdpau_gallium.so.1.0.0 (Gallium VDPAU drivers) - (Note: Vulkan drivers are all built separately) These shared libraries are then hard-linked for each driver (i965, radeon, freedreno, ...). The APKBUILD attempts to create minimal packages by splitting the drivers into separate subpackages. Unfortunately this has exactly the opposite effect in this case. Instead of preserving the hard links with one large Mesa package, we copy the same shared library over and over again into separate subpackages. This causes significant overhead for storing all the apk packages, but also when installing multiple drivers on one system. The only useful separation we can make are the megadrivers themselves, i.e. one subpackage for each of the shared libraries mentioned above. | |||||
* | testing/qt5-qtgamepad: new aport | Victor Diego Alegandro Diaz Urbaneja | 2020-01-18 | 1 | -0/+34 | |
| | | | | | Adds support for getting events from gamepad devices https://doc.qt.io/qt-5/qtgamepad-index.html | |||||
* | community/hugo: upgrade to 0.62.2 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | community/mblaze: upgrade to 0.6 | Leo | 2020-01-18 | 1 | -9/+3 | |
| | ||||||
* | main/libwebsockets: upgrade to 3.2.2 | Leo | 2020-01-18 | 1 | -4/+6 | |
| | ||||||
* | community/font-tewi: move from testing | Leo | 2020-01-18 | 1 | -0/+0 | |
| | ||||||
* | community/cesnet-tcs-cli: upgrade to 0.3.0 | Jakub Jirutka | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/tiny-ec2-bootstrap: upgrade to 1.3.1 | Mike Crute | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | testing/squeekboard: upgrade to 1.7.0 | Rasmus Thomsen | 2020-01-18 | 1 | -4/+3 | |
| | ||||||
* | community/qemu: add pulseaudio support | Minecrell | 2020-01-18 | 1 | -2/+4 | |
| | ||||||
* | community/consul-template: move from testing | wener | 2020-01-18 | 3 | -0/+0 | |
| | ||||||
* | testing/netpbm: new aport | Tom Parker-Shemilt | 2020-01-18 | 4 | -0/+114 | |
| | | | | | http://netpbm.sourceforge.net/ A toolkit for manipulation of graphic images | |||||
* | main/perl-dbd-pg: upgrade to 3.10.2 | Leo | 2020-01-18 | 1 | -6/+2 | |
| | ||||||
* | community/atools: upgrade to 18.9.2 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | testing/intel-media-driver: new aport | Leo | 2020-01-18 | 1 | -0/+41 | |
| | | | | | https://github.com/intel/media-driver Intel Media Driver for VAAPI - Broadwell+ iGPUs | |||||
* | testing/intel-gmmlib: new aport | Leo | 2020-01-18 | 1 | -0/+37 | |
| | | | | | https://github.com/intel/gmmlib/ Intel Graphics Memory Management Library | |||||
* | testing/pulsemixer: new aport | Minecrell | 2020-01-18 | 1 | -0/+23 | |
| | ||||||
* | testing/cppzmq: upgrade to 4.6.0 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | testing/b3sum: upgrade to 0.1.2 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | testing/howard-bc: upgrade to 2.5.1 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/py3-phonenumbers: upgrade to 8.11.2 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/py3-pytest: upgrade to 5.3.3 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/py3-curl: upgrade to 7.43.0.4 | Leo | 2020-01-18 | 1 | -6/+3 | |
| | ||||||
* | community/libluv: upgrade to 1.34.1.1 | Leo | 2020-01-18 | 1 | -15/+8 | |
| | ||||||
* | testing/telegram-desktop: upgrade to 1.9.4 | Leo | 2020-01-18 | 18 | -433/+12 | |
| | ||||||
* | community/perl-template-toolkit: upgrade to 3.006 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/libva-glx: upgrade to 2.6.1 | Leo | 2020-01-18 | 1 | -3/+3 | |
| |