Age | Commit message (Collapse) | Author |
|
* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
from 'native-inputs' to 'inputs'.
[inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib,
gstreamer, libogg, libx11, libxext, libxv, and zlib.
[arguments]: Remove.
|
|
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
|
|
* gnu/packages/tor.scm (tor): Update to 0.2.5.12.
|
|
* gnu/packages/video.scm (ffmpeg-2.2): Remove variable.
(ffmpeg)[arguments]: Drop LDFLAGS environment variable needed only for
older versions.
|
|
* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Remove 'XFAIL_TESTS' make
flag, which caused 'make check' to fail if the test unexpectedly passed.
Add 'patch-test-async-cancel-to-never-fail' phase.
|
|
Conflicts:
gnu-system.am
gnu/packages/gstreamer.scm
|
|
* gnu/services/avahi.scm (avahi-service): Change 'shell' to a gexp
referring to "nologin" in the SHADOW package.
* gnu/services/dbus.scm (dbus-service): Likewise.
* gnu/services/networking.scm (ntp-service, tor-service): Likewise.
|
|
Reported by Andy Wingo <wingo@pobox.com>.
* gnu/system.scm (user-shells, shells-file): New procedures.
(etc-directory): Add #:shell parameter. Use 'shells-file' instead of
'text-file'.
(operating-system-etc-directory): Call 'user-shells' and pass #:shells
to 'etc-directory'.
|
|
* gnu/packages/telephony.scm (libsrtp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite.
[arguments]: Pass "--enable-system-sqlite" to configure.
|
|
* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Add
"XFAIL_TESTS=test-async-cancel" to make flags. Remove ignored and
undocumented 'DISABLE_DEPRECATED_CFLAGS' configure flag. Simplify
'ignore-deprecations' phase and return #t. Reformat to fit within
80 columns.
|
|
* gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.
Signed-off-by: Jason Self <j@jxself.org>
|
|
Suggested by Mark H Weaver.
* gnu/packages/ld-wrapper2.in: New file.
* gnu-system.am (MISC_DISTRO_FILES): Add it.
* gnu/packages/commencement.scm (fixed-ld-wrapper): New procedure.
|
|
* gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags
'configure' flag.
|
|
* gnu/packages/hurd.scm (mig): Update to version 1.5.
|
|
* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.
|
|
* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.5.
|
|
* gnu/packages/video.scm (vlc): Update to 2.2.0.
[inputs]: Switch from ffmpeg-2.2 to latest one.
|
|
* gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path'
phase.
|
|
* gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases'
instead of 'alist-cons-after' et al.
|
|
* gnu/packages/bioinformatics.scm (fastx-toolkit): New variable.
|
|
* gnu/packages/textutils.scm (libgtextutils): New variable.
|
|
* gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory of
output to LDFLAGS.
|
|
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass
#:validate-runpath? #f.
|
|
* gnu/packages/mail.scm (mu): Update to version 0.9.12.
|
|
* gnu/packages/qt.scm (qt-4)[outputs]: New field.
(qt-4)[arguments]: Pass '-docdir', '-demosdir', and '-examplesdir'.
|
|
Fixes the build failure at <http://hydra.gnu.org/build/379884/log/raw>:
g++ -licui18n -Wl,-O1 [...] -o ../../../../bin/assistant [...]
ld: warning: libQtCLucene.so.4, needed by /tmp/nix-build-qt-4.8.6.drv-0/qt-everywhere-opensource-src-4.8.6/lib/libQtHelp.so, not found (try using -rpath or -rpath-link)
/tmp/nix-build-qt-4.8.6.drv-0/qt-everywhere-opensource-src-4.8.6/lib/libQtHelp.so: undefined reference to `QCLucenePhraseQuery::getTerms() const'
[...]
* gnu/packages/patches/qt4-ldflags.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt-4)[source]: Use it.
[arguments]: Remove 'setenv' call in 'configure' phase.
|
|
* gnu/packages/java.scm (icedtea6): Update to version 1.13.7.
|
|
* gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
|
|
* gnu/packages/wine.scm (wine): Update to 1.7.40.
|
|
* gnu/packages/ebook.scm (calibre): Update to 2.24.0.
|
|
* gnu/packages/fltk.scm (fltk)[arguments]: Add
DSOFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
|
|
* gnu/packages/fltk.scm (fltk): Update to 1.3.33
|
|
* gnu/packages/textutils.scm (recode): Rename phase 'fix-setup-py to 'pre-check.
Set LD_LIBRARY_PATH to "$(pwd)/src/.libs" in pre-check phase.
|
|
* gnu/packages/sdl.scm: Remove #:prefix for (gnu packages fontutils)
import, and adjust accordingly. Add #:hide for (guix licenses)
import.
|
|
Suggested by Pjotr Prins <pjotr.public12@thebird.nl>
at <http://lists.gnu.org/archive/html/guix-devel/2015-04/msg00229.html>.
* gnu/build/install.scm (populate-single-profile-directory): New procedure.
* gnu/system/install.scm (self-contained-tarball): New procedure.
* Makefile.am (guix-binary.%.tar.xz): New target.
|
|
* gnu/packages/ebook.scm (calibre): Update to 2.23.0.
|
|
* gnu/packages/gstreamer.scm (gst-libav)[arguments]: Remove #:phases.
Add #:configure-flags.
[native-inputs]: Remove yasm.
[inputs]: Add ffmpeg.
|
|
* gnu/packages/linux.scm (mdadm): New variable.
|
|
* gnu/packages/gnome.scm (gnome-settings-daemon): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gnome.scm (libgweather): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/qt5-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt)[source]: Use it.
|
|
* gnu/packages/upnp.scm (miniupnpc)[arguments]: Pass
"LDFLAGS=-Wl,-rpath=...".
|
|
* gnu/packages/search.scm (libtocc)[arguments] <check>: Pass
-Wl,-rpath=../src/.libs for the tests.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.40.
|
|
* gnu/packages/haskell.scm (ghc)[arguments]: Add #:validate-runpath?.
* gnu/packages/julia.scm (julia)[arguments]: Likewise.
* gnu/packages/java.scm (icedtea6)[arguments]: Likewise.
|
|
* gnu/packages/glib.scm (glib)[arguments]<#:configure-flags>:
Pass "--with-html-dir=$doc/share/gtk-doc/html".
|
|
* gnu/packages/openldap.scm (openldap): Update to 2.4.40.
|
|
Fixes a regression introduced in 08c0450.
* gnu/packages/python.scm (python)[native-search-paths]: Use
'version-major+minor' to compute PYTHONPATH.
|
|
* gnu/packages/patches/linux-libre-vblank-fix.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (linux-libre): Remove patch.
|