aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | gnu: aseprite: Update to 1.1.13.•••* gnu/packages/game-development.scm (aseprite): Update to 1.1.13. [source]: Switch to release archive. Marius Bakke2017-03-26
| * | | gnu: coreutils: Patch 'cut' unit test on ARM.•••Fixes <https://bugs.gnu.org/26253>. * gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file. * gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input. [arguments] <#:phases>: On ARM, add 'patch-cut-test' phase. * gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'. Ludovic Courtès2017-03-25
| * | | gnu: xorg-server-xwayland: Add missing input.•••* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols. Efraim Flashner2017-03-25
| * | | gnu: pcc: Remove aarch64-linux from %supported-systems.•••* gnu/packages/c.scm (pcc)[supported-systems]: New field. Efraim Flashner2017-03-25
| * | | gnu: tcc: Remove aarch64-linux from %supported-systems.•••* gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems. Efraim Flashner2017-03-25
| * | | gnu: devil: Update to 1.8.0.•••* gnu/packages/patches/devil-CVE-2009-3994.patch, gnu/packages/patches/devil-fix-libpng.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (devil): Update to 1.8.0. [source]: Remove patches and snippet. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Disable tests. Remove #:configure-flags and add a 'change-directory' phase. Remove 'fix-tests' phase. [inputs]: Change LIBJPEG to LIBJPEG-TURBO. Marius Bakke2017-03-24
| * | | gnu: ustr: Fix build with GCC 5.•••* gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/textutils.scm (ustr)[source]: Use patch. Signed-off-by: Leo Famulari <leo@famulari.name> rennes2017-03-23
| * | | gnu: rcs: Fix build against gcc-5.4.0.•••* gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file. * gnu/packages/version-control.scm (rcs)[source]: Applied patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Sergei Trofimovich2017-03-23
| * | | gnu: gfortran-5: Move definition before "gfortran".•••This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c. * gnu/packages/gcc.scm (gfortran-5): Move definition. Ricardo Wurmus2017-03-23
| * | | gnu: gfortran: Change default version to gfortran-5.•••* gnu/packages/gcc.scm (gfortran): Point to gfortran-5. Ricardo Wurmus2017-03-23
| * | | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-23
| |\ \ \
| * | | | gnu: dtc: Build with flex-2.6.1.•••* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and not flex. Efraim Flashner2017-03-23
| * | | | gnu: scotch: Build with flex-2.6.1.•••* gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not flex. Efraim Flashner2017-03-23
| * | | | gnu: libffcall: Remove aarch64-linux from supported systems.•••* gnu/packages/libffcall.scm (libffcall)[supported-systems]: New field, remove aarch64-linux. [home-page]: Use https. Efraim Flashner2017-03-23
| * | | | gnu: gpsbabel: Fix a build failure with GCC 5.•••* gnu/packages/gps.scm (gpsbabel)[arguments]: Add -fPIC to #:configure-flags. Leo Famulari2017-03-22
| * | | | gnu: wine: Build with flex-2.6.1.•••* gnu/packages/wine.scm (wine)[native-inputs]: Use flex-2.6.1 and not flex. Efraim Flashner2017-03-22
| * | | | gnu: binutils-vc4: Build with flex-2.6.1.•••* gnu/packages/embedded.scm (binutils-vc4)[native-inputs]: Use flex-2.6.1 and not flex. Efraim Flashner2017-03-22
| * | | | gnu: freeimage: Fix build with GCC 5.•••* gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch. Ricardo Wurmus2017-03-22
| * | | | gnu: python-pysam: Run tests in parallel.•••* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Run nose tests in parallel. Ricardo Wurmus2017-03-22
| * | | | gnu: python-pysam: Run tests before installation.•••* gnu/packages/bioinformatics.scm (python-pysam)[arguments]: Adjust check phase to be run before installation. Ricardo Wurmus2017-03-22
| * | | | gnu: python-pysam: Update to 0.10.0.•••* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.10.0. Ricardo Wurmus2017-03-22
| * | | | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
| |\ \ \ \
| * | | | | gnu: libesmtp: Add alternate source URL.•••* gnu/packages/mail.scm (libesmtp)[source]: Add alternate URL. Leo Famulari2017-03-21
| * | | | | gnu: python-pillow: Fix test failures with freetype-2.7.•••* gnu/packages/patches/python-pillow-freetype-2.7-test-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pillow, python2-pillow)[source]: Use it. Leo Famulari2017-03-21
| * | | | | gnu: openblas: Add support for aarch64.•••* gnu/packages/maths.scm (openblas)[arguments]: Mark aarch64 as substitutable, build for target ARMv8. Efraim Flashner2017-03-21
| * | | | | gnu: xf86-video-vmware: Fix build failure due to missing LLVM.•••* gnu/packages/xorg.scm (xf86-video-vmware)[inputs]: Add llvm. Signed-off-by: Leo Famulari <leo@famulari.name> rennes2017-03-21
| * | | | | gnu: libcmis: Update to 0.5.1.•••* gnu/packages/libreoffice.scm (libcmis): Update to 0.5.1. [source]: Use new source URL. Remove obsolete patch 'libcmis-fix-test-onedrive.patch'. [home-page]: Update URL. * gnu/packages/patches/libcmis-fix-test-onedrive.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari2017-03-21
| * | | | | gnu: x265: Fix build on aarch64.•••* gnu/packages/video.scm (x265)[arguments]: On aarch64 add a configure-flag to enable PIC. Efraim Flashner2017-03-21
| * | | | | gnu: go@1.4, go@1.7: Skip test that fails with tzdata-2017a.•••* gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test TestParseInLocation in 'prebuild' phase. Leo Famulari2017-03-21
| * | | | | gnu: Remove leftover patch.•••* gnu/packages/patches/openjpeg-use-after-free-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari2017-03-20
| * | | | | gnu: openjpeg: Remove obsolete patches.•••* gnu/packages/patches/openjpeg-CVE-2016-5157.patch, gnu/packages/patches/openjpeg-CVE-2016-7163.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (openjpeg)[source]: Remove them. Leo Famulari2017-03-20
| * | | | | gnu: php: Update to 7.1.3.•••* gnu/packages/php.scm (php): Update to 7.1.3. Julien Lepiller2017-03-20
| * | | | | gnu: bristol: Fix build failure with alsa-lib 1.1.x.•••* gnu/packages/music.scm (bristol)[arguments]: Add build phase to fix build failure with alsa-lib 1.1.x. Ricardo Wurmus2017-03-20
| * | | | | gnu: mesa: Correct another typo.•••* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast). Efraim Flashner2017-03-20
| * | | | | gnu: wget: Fix test-504 failures.•••* gnu/packages/wget.scm (wget)[source]: Add patch. * gnu/packages/patches/wget-fix-504-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Efraim Flashner2017-03-20
| * | | | | Merge branch 'master' into core-updatesMark H Weaver2017-03-19
| |\ \ \ \ \
| * | | | | | gnu: librep: Update to 0.92.6.•••* gnu/packages/sawfish.scm (librep): Update to 0.92.6. [arguments]: New field. [native-inputs]: Add AUTOCONF-WRAPPER, AUTOMAKE, and LIBTOOL. Ludovic Courtès2017-03-19
| * | | | | | gnu: lsh: Use libc's argp instead of the bundled one.•••* gnu/packages/ssh.scm (lsh)[arguments] <#:configure-flags>: Add --with-system-argp and CPPFLAGS=-DHAVE_ARGP_PARSE. <#:phases>: In 'pre-configure' phase, modify src/Makefile.in. Ludovic Courtès2017-03-19
| * | | | | | gnu: python-minimal@2: Add dependencies on libffi and zlib.•••* gnu/packages/python.scm (python2-minimal)[inputs]: Add LIBFFI and ZLIB. [arguments]: Remove. Ludovic Courtès2017-03-19
| * | | | | | gnu: elogind: Build with gperf 3.0.•••* gnu/packages/gperf.scm (gperf-3.0): New variable. * gnu/packages/freedesktop.scm (elogind)[native-inputs]: Use GPERF-3.0 instead of GPERF. Ludovic Courtès2017-03-19
| * | | | | | gnu: graphite2: Fix test failure caused by rounding error on 32-bit CPUs.•••* gnu/packages/patches/graphite2-ffloat-store.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (graphite2): Use it. Leo Famulari2017-03-19
| * | | | | | gnu: mesa: Fix another typo.•••This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium). Mark H Weaver2017-03-19
| * | | | | | gnu: libepoxy: Add support for aarch64.•••* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64. Efraim Flashner2017-03-19
| * | | | | | gnu: libepoxy: Update to 1.4.1.•••* gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https. Efraim Flashner2017-03-19
| * | | | | | gnu: mesa: Fix typo.•••The typo caused the configure phase to fail like this: "configure: error: classic DRI driver '915' does not exist" This is a followup to commit c5e91014a2859b7e5c226c411fb14d19bb008a8a. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo in #:configure-flags. Leo Famulari2017-03-16
| * | | | | | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-16
| |\ \ \ \ \ \
| * | | | | | | gnu: jack-2: Fix build by patching fast_rand.•••* gnu/packages/audio.scm (jack-2)[arguments]: Add phase "patch-fast_rand" to apply upstream fixes. Ricardo Wurmus2017-03-16
| * | | | | | | Revert "gnu: bdftopcf: Use libxfont2."•••Building with libxfont2 leads to an error in the configure phase: "No package 'xfont' found" This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01. Leo Famulari2017-03-16
| * | | | | | | gnu: nss, nss-certs: Update to 3.29.3.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3. Marius Bakke2017-03-15
| * | | | | | | gnu: nss: Increase test timeouts.•••* gnu/packages/patches/nss-increase-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss)[source]: Use it. Marius Bakke2017-03-15