summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: libvpx: Update to 1.8.0.•••* gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libvpx): Update to 1.8.0. [source](patches): Remove obsolete patch. (libvpx-1.7): New public variable. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Use LIBVPX-1.7 instead of LIBVPX. * gnu/packages/gstreamer.scm (gst-plugins-good)[source](patches): New field. [arguments]: Add #:make-flags. Marius Bakke2019-02-095-7/+86
* gnu: offlineimap: Remove redundant wrapper.•••* gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'. Marius Bakke2019-02-091-7/+0
* gnu: Add xbanish.•••* gnu/packages/xdisorg.scm (xbanish): New public variable. Marius Bakke2019-02-091-1/+31
* Merge branch 'staging'Ludovic Courtès2019-02-0983-1886/+2308
|\
| * gnu: mariadb: Add comments about failing tests.•••* gnu/packages/databases.scm (mariadb): Add comments. Marius Bakke2019-02-061-0/+5
| * gnu: vulkan-headers: Update to 1.1.99.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.99. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.97.0. Rutger Helling2019-02-061-6/+6
| * gnu: php: Fix test failure.•••* gnu/packages/php.scm (php)[arguments]: Delete 'ext/curl/tests/curl_basic_009.phpt' file. Oleg Pykhalov2019-02-041-0/+2
| * gnu: gtk-vnc: Update to 0.9.0.•••* gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0. Oleg Pykhalov2019-02-041-2/+2
| * gnu: libreoffice: Fix FTBFS with Boost 1.69.0.•••* gnu/packages/patches/libreoffice-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it. Marius Bakke2019-02-023-1/+20
| * Merge branch 'master' into stagingMarius Bakke2019-01-3179-2676/+4303
| |\
| * | gnu: telepathy-glib: Build sequentially.•••* gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass #:parallel-build? #f. Ludovic Courtès2019-01-271-2/+10
| * | Merge branch 'master' into stagingRicardo Wurmus2019-01-252-3/+9
| |\ \
| * \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-2563-816/+1219
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-232-74/+99
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-2324-193/+582
| |\ \ \ \ \
| * | | | | | gnu: mariadb: Disable sporadically failing tests.•••* guix/packages/databases.scm: Disable sporadically failing tests. Signed-off-by: Eric Bavier <bavier@member.fsf.org> Carl Dong2019-01-221-0/+2
| * | | | | | gnu: qscintilla: Update to 2.10.8.•••* gnu/packages/qt.scm (qscintilla): Update to 2.10.8. (python-qscintilla)[arguments]: Update custom 'configure phase. Efraim Flashner2019-01-211-15/+17
| * | | | | | gnu: python-pyqt: Update to 5.11.3.•••* gnu/packages/qt.scm (python-pyqt): Update to 5.11.3. * gnu/packages/patches/pyqt-public-sip: Update patch. Efraim Flashner2019-01-212-37/+37
| * | | | | | gnu: python-sip: Update to 4.19.13.•••* gnu/packages/qt.scm (python-sip): Update to 4.19.13. Efraim Flashner2019-01-211-2/+2
| * | | | | | gnu: qt: Update to 5.11.3.•••* gnu/packages/qt.scm (qt, qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtscxml, qtgamepad, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.11.3. (qt)[source]: Remove patch. * gnu/packages/patches/qt-5-renameat2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2019-01-213-108/+70
| * | | | | | Merge branch 'master' into stagingLudovic Courtès2019-01-20215-28371/+38215
| |\ \ \ \ \ \
| * | | | | | | gnu: bitshuffle-for-snappy: Inherit package arguments.•••* gnu/packages/compression.scm (bitshuffle-for-snappy)[arguments]: Inherit package arguments from bitshuffle. Always skip tests. Efraim Flashner2019-01-131-9/+10
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2019-01-1363-981/+3737
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: vulkan-headers: Update to 1.1.97.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.97. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. [source]: Use git-fetch. Rutger Helling2019-01-101-20/+20
| * | | | | | | | gnu: tzdata: Update to 2018i.•••* gnu/packages/base.scm (tzdata): Update to 2018i. (tzdata-for-tests): Keep at version 2018g. Leo Famulari2019-01-091-4/+22
| * | | | | | | | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09111-3136/+42065
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: allegro@5.0: Fix building with newer mesa.•••* gnu/packages/game-development.scm (allegro@5.0)[source]: Add patch. (allegro)[patch]: Rename patch file. * gnu/packages/patches/allegro-fix-compiliation-mesa-18.2.5-and-later.patch: Rename to gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2019-01-013-1/+4
| * | | | | | | | | gnu: allegro@4: Fix building with newer mesa.•••* gnu/packages/game-development.scm (allegro@4)[source]: Add patch. * gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2019-01-013-1/+45
| * | | | | | | | | gnu: wesnoth: Fix building with newer boost.•••* gnu/packages/games.scm (wesnoth)[source]: Add patch. * gnu/packages/patches/wenoth-newer-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-313-1/+49
| * | | | | | | | | gnu: fbreader: Install desktop file.•••* gnu/packages/ebook.scm (fbreader)[arguments]: Add phase to remove hardcoded paths for desktop dir. Efraim Flashner2018-12-301-1/+7
| * | | | | | | | | gnu: fbreader: Use 'git-fetch'.•••* gnu/packages/ebook.scm (fbreader)[source]: Use 'git-fetch'. Efraim Flashner2018-12-301-5/+7
| * | | | | | | | | gnu: fbreader: Fix building with newer curl.•••* gnu/packages/ebook.scm (fbreader)[source]: Add patch. * gnu/packages/patches/fbreader-curl-7.62.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-303-2/+34
| * | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-2715-75/+296
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: glib-networking: Work around test failure.•••* gnu/packages/gnome.scm (glib-networking)[source]: Add patch. * gnu/packages/patches/glib-networking-connection.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-273-1/+54
| * | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-2621-99/+426
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gnu: efl: Fix build on 32-bit architectures.•••* gnu/packages/patches/efl-mesa-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/enlightenment.scm (efl)[source](patches): Use it. Marius Bakke2018-12-263-0/+23
| * | | | | | | | | | | gnu: sssd: Fix build with cURL >= 7.62.0.•••* gnu/packages/patches/sssd-curl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/sssd.scm (sssd)[source](patches): Use it. Marius Bakke2018-12-263-0/+20
| * | | | | | | | | | | gnu: supertuxkart: Fix building with mesa@18.3.•••* gnu/packages/games.scm (supertuxkart)[arguments]: Add custom phase to add newer '#define' to source. Efraim Flashner2018-12-251-0/+7
| * | | | | | | | | | | gnu: glew: Update to 2.1.0.•••* gnu/packages/gl.scm (glew): Update to 2.1.0. Efraim Flashner2018-12-251-2/+2
| * | | | | | | | | | | gnu: zathura: Update to 0.4.3.•••* gnu/packages/patches/zathura-plugindir-environment-variable.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/pdf.scm (zathura): Update to 0.4.3. [source](patches): Remove. [native-search-paths]: Adjust for upstreamed patch. Marius Bakke2018-12-233-39/+4
| * | | | | | | | | | | gnu: girara: Update to 0.3.2.•••* gnu/packages/gtk.scm (girara): Update to 0.3.2. Marius Bakke2018-12-231-2/+2
| * | | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-2316-215/+114
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gnu: pingus: Fix building.•••* gnu/packages/games.scm (pingus)[source]: Use 'git-fetch'. Add patch to update used boost headers. * gnu/packages/patches/pingus-boost-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-233-6/+388
| * | | | | | | | | | | | gnu: librime: Remove bundled sources.•••* gnu/packages/ibus.scm (librime)[source]: Add snippet to remove bundled sources. [arguments]: Add custom phase to not search bundled headers. [native-inputs]: Add googletest, xorgproto. Efraim Flashner2018-12-231-1/+22
| * | | | | | | | | | | | gnu: librime: Update to 1.3.2.•••* gnu/packages/ibus.scm (librime): Update to 1.3.2. Efraim Flashner2018-12-231-3/+3
| * | | | | | | | | | | | gnu: mesa: Enable more gallium drivers for armhf and aarch64.•••* gnu/packages/gl.scm (mesa)[arguments]: Enable more etnaviv-based drivers on armhf-linux and aarch64-linux. Efraim Flashner2018-12-231-5/+2
| * | | | | | | | | | | | gnu: libdrm: Enable etnaviv api for armhf and aarch64.•••* gnu/packages/xdisorg.scm (libdrm)[arguments]: Add configure-flag for armhf-linux and aarch64-linux to enable etnaviv api. Efraim Flashner2018-12-231-4/+2
| * | | | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-2275-851/+2540
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gnu: vulkan-headers: Update to 1.1.96.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.96. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. Rutger Helling2018-12-191-9/+8
| * | | | | | | | | | | | | Merge branch 'master' into stagingMarius Bakke2018-12-1236-184/+960
| |\ \ \ \ \ \ \ \ \ \ \ \ \