summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix package: Fix 'readlink*' implementation.Ludovic Courtès2015-04-19
| | | | | * guix/scripts/package.scm (readlink*): Fix to handle symlinks with relative targets. Taken from ld-wrapper2.in.
* gnu: ld-wrapper2: Make 'readlink*' tail-recursive.Ludovic Courtès2015-04-19
| | | | * gnu/packages/ld-wrapper2.in (readlink*): Make tail-recursive.
* guix package: -A and -s take supported systems into account.Ludovic Courtès2015-04-19
| | | | | | | | | | * guix/scripts/package.scm (guix-package)[process-query] <list-available>: Restrict results to packages matching 'supported-package?". * guix/ui.scm (package->recutils): Print "systems:". * tests/guix-package.sh: Add tests. * doc/guix.texi (Invoking guix package): Adjust description of '--list-available' accordingly.
* packages: Add 'supported-package?'.Ludovic Courtès2015-04-19
| | | | | | | * guix/packages.scm (supported-package?): New procedure. * tests/packages.scm ("supported-package?"): New test. * build-aux/hydra/gnu-system.scm (package->job): Use it instead of 'package-transitive-supported-systems'.
* gnu: ccl: Fix inputs on non-Intel platforms.Mark H Weaver2015-04-19
| | | | | * gnu/packages/lisp.scm (ccl)[inputs]: Add default cases in 'match' forms. Fix pattern in "armhf-linux" case of sha256 field.
* doc: Warn earlier about the risk of overwriting with the binary install.Ludovic Courtès2015-04-18
| | | | | | | Suggested by Pjotr Prins <pjotr.public12@thebird.nl>. * doc/guix.texi (Binary Installation): Move warning about overwriting higher up.
* gnu: gnome-settings-daemon: Use wacom packages.Andy Wingo2015-04-18
| | | | | | * gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xf86-input-wacom.Andy Wingo2015-04-18
| | | | * gnu/packages/xdisorg.scm (xf86-input-wacom): New variable.
* gnu: Add libwacom.Andy Wingo2015-04-18
| | | | | | * gnu/packages/xdisorg.scm (libwacom): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: Allow package lookups with version prefixes.Ludovic Courtès2015-04-18
| | | | | | | * gnu/packages.scm (find-packages-by-name): Sort MATCHING according to 'version>?'. Use 'string-prefix?' instead of 'string=?' to compare against VERSION. * doc/guix.texi (Invoking guix package): Add example and explanation.
* gnu: ucommon: Update to 6.3.1.Andreas Enge2015-04-18
| | | | * gnu/packages/telephony.scm (ucommon): Update to 6.3.1.
* gnu: ccrtp: Update to 2.1.2.Andreas Enge2015-04-18
| | | | * gnu/packages/telephony.scm (ccrtp): Update to 2.1.2.
* gnu: sipwitch: Update to 1.9.7.Andreas Enge2015-04-18
| | | | * gnu/packages/telephony.scm (sipwitch): Update to 1.9.7.
* gnu: nano: Update to 2.4.1.Andreas Enge2015-04-18
| | | | * gnu/packages/nano.scm (nano): Update to 2.4.1.
* gnu: calibre: Update to 2.25.0.Andreas Enge2015-04-18
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.25.0.
* gnu: Add MariaDB.宋文武2015-04-18
| | | | * gnu/packages/databases.scm (mariadb): New variable.
* gnu: Add libaio.宋文武2015-04-18
| | | | * gnu/packages/linux.scm (libaio): New variable.
* gnu: Add jemalloc.宋文武2015-04-18
| | | | | * gnu/packages/jemalloc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: gst-plugins-good: Add more inputs and remove unneeded ones.宋文武2015-04-18
| | | | | | | | | * 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: ntp: Update to 4.2.8p2.Mark H Weaver2015-04-18
| | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
* gnu: tor: Update to 0.2.5.12.Mark H Weaver2015-04-18
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.5.12.
* Merge branch 'core-updates'Mark H Weaver2015-04-17
|\
| * gnu: ffmpeg: Drop old version 2.2.Andreas Enge2015-04-17
| | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg-2.2): Remove variable. (ffmpeg)[arguments]: Drop LDFLAGS environment variable needed only for older versions.
| * gnu: gnome-vfs: Tolerate 'test-async-cancel' failures, take two.Mark H Weaver2015-04-17
| | | | | | | | | | | | * 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.
| * Merge branch 'master' into core-updatesMark H Weaver2015-04-17
| |\ | | | | | | | | | | | | | | | Conflicts: gnu-system.am gnu/packages/gstreamer.scm
| * | gnu: icecat: Use system sqlite.Mark H Weaver2015-04-17
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite. [arguments]: Pass "--enable-system-sqlite" to configure.
| * | gnu: gnome-vfs: Expect 'test-async-cancel' failure, and clean up.Mark H Weaver2015-04-17
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | refresh: Allow users to refer to specific package versions.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | | | | | | | * guix/scripts/refresh.scm (guix-refresh): Use 'specification->package' instead of 'find-packages-by-name'. This allows users to specify things like "qt-4.8.6". * doc/guix.texi (Invoking guix refresh): Add an example.
| * | gnu: Add second ld-wrapper to work around readlink dereferencing bug.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | | | | | | | | | | 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: bigloo: Add RUNPATH to the libraries.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | * gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags 'configure' flag.
| * | gnu: vlc: Update to 2.2.0.Andreas Enge2015-04-16
| | | | | | | | | | | | | | | * gnu/packages/video.scm (vlc): Update to 2.2.0. [inputs]: Switch from ffmpeg-2.2 to latest one.
| * | gnu: ffmpeg: Allow tests to run from the build tree.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path' phase.
| * | gnu: ffmpeg: Use 'modify-phases'.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases' instead of 'alist-cons-after' et al.
| * | hydra: Increase size of USB image.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | * build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from 800 MiB to 850 MiB.
| * | gnu: icecat: Disable RUNPATH validation.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass #:validate-runpath? #f.
| * | build-system/haskell: Adjust to new 'modify-phases' syntax.Ludovic Courtès2015-04-16
| | | | | | | | | | | | | | | * guix/build/haskell-build-system.scm (%standard-phases): Add missing quotes, as needed since commit f8503e2.
| * | build: Build and install (guix build haskell-build-system).Ludovic Courtès2015-04-16
| | | | | | | | | | | | * Makefile.am (MODULES): Add guix/build/haskell-build-system.scm.
| * | gnu: qt-4: Add "doc" output; use more standard directory names.Ludovic Courtès2015-04-15
| | | | | | | | | | | | | | | * gnu/packages/qt.scm (qt-4)[outputs]: New field. (qt-4)[arguments]: Pass '-docdir', '-demosdir', and '-examplesdir'.
| * | gnu: qt-4: Do not set $LDFLAGS since that triggerred a build failure.Ludovic Courtès2015-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: wine: Add $libdir to the RUNPATH of binaries.宋文武2015-04-15
| | | | | | | | | | | | * gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
| * | gnu: wine: Update to 1.7.40.宋文武2015-04-15
| | | | | | | | | | | | * gnu/packages/wine.scm (wine): Update to 1.7.40.
| * | build-system/haskell: Refer to %GNU-BUILD-SYSTEM-MODULES.Ludovic Courtès2015-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression whereby haskell-build-system was using an incomplete module list. * guix/build-system/haskell.scm (%haskell-build-system-modules): New variable. (haskell-build): Use it as the default value of #:imported-modules.
| * | packages: Refer to the native tools when handling sources and downloads.Ludovic Courtès2015-04-15
| | | | | | | | | | | | | | | | | | | | | | | | * guix/packages.scm (patch-and-repack)[build]: Change most #$ to #+. * guix/cvs-download.scm (cvs-fetch)[build]: Likewise. * guix/download.scm (url-fetch)[builder]: Likewise. * guix/git-download.scm (git-fetch)[build]: Likewise. * guix/svn-download.scm (svn-fetch)[build]: Likewise.
| * | gnu: fltk: Add $libdir to the RUNPATH of binaries.宋文武2015-04-15
| | | | | | | | | | | | | | | * gnu/packages/fltk.scm (fltk)[arguments]: Add DSOFLAGS=-Wl,-rpath=$libdir to #:configure-flags.
| * | gnu: fltk: Update to 1.3.3.宋文武2015-04-15
| | | | | | | | | | | | * gnu/packages/fltk.scm (fltk): Update to 1.3.33
| * | gnu: recode: Fix tests.宋文武2015-04-15
| | | | | | | | | | | | | | | * 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: Add gnome-settings-daemon.Andy Wingo2015-04-14
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-settings-daemon): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * | gnu: Add libgweather.Andy Wingo2015-04-14
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libgweather): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | gnu: qt-5: Allow the use of DT_RUNPATH for libQt5WebEngineCore.so.Ludovic Courtès2015-04-14
| | | | | | | | | | | | | | | | | | * 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: miniupnpc: Allow executables to find libupnp.so.Ludovic Courtès2015-04-14
| | | | | | | | | | | | | | | * gnu/packages/upnp.scm (miniupnpc)[arguments]: Pass "LDFLAGS=-Wl,-rpath=...".