| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | gnu: kwindowsystem: Fix test failure with Qt 5.12.•••* gnu/packages/patches/kwindowsystem-qt-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-frameworks.scm (kwindowsystem)[source](patches): New field.
[inputs]: Add XCB-UTIL-WM.
| Marius Bakke | 2019-10-18 | 2 | -1/+100 |
| * | | | | | | | | | gnu: rust@1.27: Add comment about GDB requirement.•••This is a follow-up to commit 47dda6e01e51478567e013e3814aaf48143abbc3.
* gnu/packages/rust.scm (rust-1.27)[native-inputs]: Add comment.
| Marius Bakke | 2019-10-18 | 1 | -0/+2 |
| * | | | | | | | | | gnu: rust: Use GDB 8.2 for tests.•••* gnu/packages/gdb.scm (gdb-8.2): New public variable.
* gnu/packages/rust.scm (rust-1.27)[native-inputs]: Use GDB-8.2 instead of GDB.
| Marius Bakke | 2019-10-18 | 2 | -0/+15 |
| * | | | | | | | | | gnu: looking-glass-client: Adjust for Mesa 19.2.•••* gnu/packages/virtualization.scm (looking-glass-client)[arguments]: Add phase
'add-missing-include'.
| Marius Bakke | 2019-10-18 | 1 | -2/+9 |
| * | | | | | | | | | Merge branch 'master' into staging | Marius Bakke | 2019-10-18 | 62 | -722/+1886 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gnu: orc: Fix broken header file.•••* gnu/packages/patches/orc-typedef-enum.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gstreamer.scm (orc)[source](patches): New field.
| Marius Bakke | 2019-10-15 | 2 | -0/+18 |
| * | | | | | | | | | | gnu: sdl2: Fix build on 32-bit architectures.•••* gnu/packages/patches/sdl2-mesa-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/sdl.scm (sdl2)[source](patches): New field.
| Marius Bakke | 2019-10-15 | 2 | -0/+22 |
| * | | | | | | | | | | gnu: mesa: Fix test failure on 32-bit systems.•••* gnu/packages/patches/mesa-timespec-test-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gl.scm (mesa)[source](patches): Add it.
| Marius Bakke | 2019-10-14 | 2 | -1/+19 |
| * | | | | | | | | | | gnu: pulseaudio: Add optional X11 inputs.•••* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add libxcb, libice, libsm,
and libxtst.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Diego Nicola Barbato | 2019-10-13 | 1 | -1/+9 |
| * | | | | | | | | | | gnu: cups-filters: Update to 1.25.11.•••* gnu/packages/cups.scm (cups-filters): Update to 1.25.11.
| Marius Bakke | 2019-10-13 | 1 | -2/+2 |
| * | | | | | | | | | | gnu: OpenSSL@1.0: Incorporate grafted changes.•••* gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2t.
[replacement]: Remove.
[arguments]: Add #:parallel-build?.
(openssl-1.0.2t): Remove variable.
| Marius Bakke | 2019-10-13 | 1 | -24/+4 |
| * | | | | | | | | | | Merge branch 'master' into staging | Marius Bakke | 2019-10-13 | 51 | -2300/+3125 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gnu: java-tomcat: Update to 8.5.46.•••* gnu/packages/web.scm (java-tomcat): Update to 8.5.46.
| Björn Höfling | 2019-10-13 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: java-tomcat: Build the full Tomcat package.•••Currently java-tomcat uses the "package" build-target. In that way, it is
built like a library, with only the jar files. This commit will change the
build-target to "deploy" in order to build the full tomcat package.
* gnu/packages/web.scm (java-tomcat)[source]: Remove bat-files in snippet.
[inputs]: Remove java-eclipse-jdt-core, add java-commons-daemon, java-ecj.
[native-inputs]: Remove.
[arguments]: Use "deploy" build-target, add phases 'modify-deploy,
'symlink-commons-daemon, 'symlink-java-ecj, change 'install phase.
| Björn Höfling | 2019-10-13 | 1 | -5/+36 |
| * | | | | | | | | | | | gnu: Add java-ecj in version 4.6.3.•••* gnu/packages/java.scm (java-ecj): New variable.
| Björn Höfling | 2019-10-13 | 1 | -0/+39 |
| * | | | | | | | | | | | gnu: java-commons-daemon: Update to 1.1.0.•••* gnu/packages/java (java-commons-daemon): Update to 1.1.0.
| Björn Höfling | 2019-10-13 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: Remove dependencies on java-tomcat, use servlet API instead.•••These packages are using java-tomcat as a dependency where they
actually only need a servlet API.
* gnu/packages/maven.scm (maven-wagon-tck-http)[inputs]: Remove java-tomcat,
add java-javaee-servletapi.
(maven-wagon-http)[native-inputs]: Same here.
* gnu/packages/web.scm (java-eclipse-jetty-util)[inputs]: Same here.
(java-eclipse-jetty-http-test-classes)[inputs]: Same here.
(java-eclipse-jetty-security)[inputs]: Same here.
(java-eclipse-jetty-servlet)[inputs]: Same here.
(java-eclipse-jetty-webapp-9.2)[inputs]: Same here.
| Björn Höfling | 2019-10-13 | 2 | -7/+8 |
| * | | | | | | | | | | | gnu: java-javaee-servletapi: Add properties-files to jar.•••* gnu/packages/java.scm (jav-javaee-servletapi)[arguments]: Add phase
'copy-resources' to copy properties-files.
| Björn Höfling | 2019-10-13 | 1 | -1/+19 |
| * | | | | | | | | | | | gnu: java-javaee-servletapi: Don't use unstable tarball.•••* gnu/packages/java.scm (java-javaee-servletapi)[source]: Use git-fetch.
| Björn Höfling | 2019-10-13 | 1 | -8/+10 |
| * | | | | | | | | | | | gnu: qt: Update to 5.12.5.•••* 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, qtgamepad,
qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth,
qtremoteobjects, qtspeech): Update to 5.12.5.
| Efraim Flashner | 2019-10-13 | 1 | -64/+64 |
| * | | | | | | | | | | | gnu: python-sphinx: Update to 2.2.0.•••* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.0.
| Marius Bakke | 2019-10-12 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: libXvMC: Update to 1.0.12.•••* gnu/packages/xorg.scm (libxvmc): Update to 1.0.12.
| Marius Bakke | 2019-10-12 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: libXfont: Update to 2.0.4.•••* gnu/packages/xorg.scm (libxfont2): Update to 2.0.4.
| Marius Bakke | 2019-10-12 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: mesa: Update to 19.2.1.•••* gnu/packages/gl.scm (mesa): Update to 19.2.1.
[native-inputs]: Replace PYTHON with PYTHON-WRAPPER.
| Marius Bakke | 2019-10-12 | 1 | -3/+3 |
| * | | | | | | | | | | | gnu: Remove GDB@8.2.•••* gnu/packages/gdb.scm (gdb-8.2): Rename to ...
(gdb-8.3): ... this. Update to 8.3.1.
(gdb): Refer to GDB-8.3.
| Marius Bakke | 2019-10-12 | 1 | -16/+4 |
| * | | | | | | | | | | | gnu: mariadb: Split into out, lib and dev.•••* gnu/packages/databases.scm (mariadb): Split into out, lib and dev.
(perl-dbd-mysql, python-mysqlclient): Adjust dependencies.
* gnu/packages/bioinformatics.scm (kentutils): Adjust dependencies.
* gnu/packages/cran.scm (r-rmysql): Adjust dependencies.
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Adjust dependencies.
* gnu/packages/kodi.scm (kodi): Adjust dependencies.
* gnu/packages/qt.scm (qt, qtbase): Adjust dependencies.
* gnu/packages/ruby.scm (ruby-mysql2): Adjust dependencies.
| Julien Lepiller | 2019-10-12 | 7 | -23/+55 |
| * | | | | | | | | | | | gnu: gtk+: Add libxrandr input.•••This fixes multi-monitor issues in XFCE and other Gtk+ apps.
* gnu/packages/gtk.scm (gtk+)[inputs]: Add libxrandr.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Ingo Ruhnke | 2019-10-09 | 1 | -0/+1 |
| * | | | | | | | | | | | gnu: gstreamer: Update to 1.16.1.•••* gnu/packages/patches/gstreamer-buffer-reset-offset.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.16.1.
[source](patches): Remove.
(gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly,
gst-libav, python-gst): Update to 1.16.1.
| Marius Bakke | 2019-10-09 | 2 | -74/+14 |
| * | | | | | | | | | | | gnu: orc: Update to 0.4.30.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.30.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Adjust phase order to cope with the new out-of-source build.
[native-inputs]: Add GTK-DOC.
| Marius Bakke | 2019-10-09 | 1 | -4/+7 |
| * | | | | | | | | | | | gnu: pulseaudio: Update to 13.0.•••* gnu/packages/pulseaudio.scm (pulseaudio): Update to 13.0.
[arguments]: Remove obsolete phase.
| Marius Bakke | 2019-10-09 | 1 | -7/+2 |
| * | | | | | | | | | | | gnu: CUPS: Update to 2.3.0.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.3.0.
[arguments]: Adjust for renamed test file.
[license]: Change to ASL2.0.
| Marius Bakke | 2019-10-09 | 1 | -4/+5 |
| * | | | | | | | | | | | gnu: cups-filters: Update to 1.25.7.•••* gnu/packages/cups.scm (cups-filters): Update to 1.25.7.
| Marius Bakke | 2019-10-09 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: qpdf: Update to 9.0.1.•••* gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
| Marius Bakke | 2019-10-09 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: python-packaging: Update to 19.2.•••* gnu/packages/python-xyz.scm (python-packaging): Update to 19.2.
| Marius Bakke | 2019-10-09 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: electron-cash: Update to 4.0.10.•••* gnu/packages/finance (electron-cash): Update to 4.0.10.
[inputs]: Add python-dateutil and python-dnspython.
| Vagrant Cascadian | 2019-10-08 | 1 | -2/+7 |
| * | | | | | | | | | | | gnu: OpenBLAS: Update to 0.3.7.•••* gnu/packages/maths.scm (openblas): Update to 0.3.7.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: OpenBLAS: Incorporate grafted changes.•••* gnu/packages/maths.scm (openblas)[replacement]: Remove.
[arguments]: Add NUM_THREADS in #:make-flags.
(openblas/fixed-num-threads): Remove variable.
| Marius Bakke | 2019-10-08 | 1 | -22/+7 |
| * | | | | | | | | | | | gnu: libical: Update to 3.0.6.•••* gnu/packages/calendar.scm (libical): Update to 3.0.6.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: libgit2: Update to 0.28.3.•••* gnu/packages/version-control.scm (libgit2): Update to 0.28.3.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: libinput: Update to 1.14.1.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.14.1.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: gtk+: Update to 3.24.12.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.12.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: gdk-pixbuf: Update to 2.40.0.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0.
[arguments]: Remove obsolete phase.
| Marius Bakke | 2019-10-08 | 1 | -12/+3 |
| * | | | | | | | | | | | gnu: libogg: Update to 1.3.4.•••* gnu/packages/xiph.scm (libogg): Update to 1.3.4.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: lz4: Update to 1.9.2.•••* gnu/packages/compression.scm (lz4): Update to 1.9.2.
[native-inputs]: Add PYTHON.
| Marius Bakke | 2019-10-08 | 1 | -3/+6 |
| * | | | | | | | | | | | gnu: bluez: Update to 5.51.•••* gnu/packages/linux.scm (bluez): Update to 5.51.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: nss, nss-certs: Update to 3.46.1.•••* gnu/packages/nss.scm (nss): Update to 3.46.1.
* gnu/packages/certs.scm (nss-certs): Likewise.
| Marius Bakke | 2019-10-08 | 2 | -5/+5 |
| * | | | | | | | | | | | gnu: nspr: Update to 4.22.•••* gnu/packages/nss.scm (nspr): Update to 4.22.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: imagemagick: Update to 6.9.10-68.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-68.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: libfaketime: Update to 0.9.8.•••* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
| * | | | | | | | | | | | gnu: tzdata: Update to 2019c.•••* gnu/packages/base.scm (tzdata): Update to 2019c.
(tzdata-for-tests): Stay on 2019b.
| Marius Bakke | 2019-10-08 | 1 | -4/+22 |