aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAge
* gnu: icecat: Use system sqlite.•••* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite. [arguments]: Pass "--enable-system-sqlite" to configure. Mark H Weaver2015-04-17
* gnu: gnome-vfs: Expect 'test-async-cancel' failure, and clean up.•••* 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. Mark H Weaver2015-04-17
* gnu: Add second ld-wrapper to work around readlink dereferencing bug.•••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. Ludovic Courtès2015-04-16
* gnu: bigloo: Add RUNPATH to the libraries.•••* gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags 'configure' flag. Ludovic Courtès2015-04-16
* gnu: vlc: Update to 2.2.0.•••* gnu/packages/video.scm (vlc): Update to 2.2.0. [inputs]: Switch from ffmpeg-2.2 to latest one. Andreas Enge2015-04-16
* gnu: ffmpeg: Allow tests to run from the build tree.•••* gnu/packages/video.scm (ffmpeg)[arguments]: Add 'set-ld-library-path' phase. Ludovic Courtès2015-04-16
* gnu: ffmpeg: Use 'modify-phases'.•••* gnu/packages/video.scm (ffmpeg)[arguments]: Use 'modify-phases' instead of 'alist-cons-after' et al. Ludovic Courtès2015-04-16
* gnu: icecat: Disable RUNPATH validation.•••* gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass #:validate-runpath? #f. Ludovic Courtès2015-04-16
* gnu: qt-4: Add "doc" output; use more standard directory names.•••* gnu/packages/qt.scm (qt-4)[outputs]: New field. (qt-4)[arguments]: Pass '-docdir', '-demosdir', and '-examplesdir'. Ludovic Courtès2015-04-15
* gnu: qt-4: Do not set $LDFLAGS since that triggerred a build failure.•••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. Ludovic Courtès2015-04-15
* gnu: wine: Add $libdir to the RUNPATH of binaries.•••* gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags. 宋文武2015-04-15
* gnu: wine: Update to 1.7.40.•••* gnu/packages/wine.scm (wine): Update to 1.7.40. 宋文武2015-04-15
* gnu: fltk: Add $libdir to the RUNPATH of binaries.•••* gnu/packages/fltk.scm (fltk)[arguments]: Add DSOFLAGS=-Wl,-rpath=$libdir to #:configure-flags. 宋文武2015-04-15
* gnu: fltk: Update to 1.3.3.•••* gnu/packages/fltk.scm (fltk): Update to 1.3.33 宋文武2015-04-15
* gnu: recode: Fix tests.•••* 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. 宋文武2015-04-15
* gnu: Add gnome-settings-daemon.•••* gnu/packages/gnome.scm (gnome-settings-daemon): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2015-04-14
* gnu: Add libgweather.•••* gnu/packages/gnome.scm (libgweather): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2015-04-14
* gnu: qt-5: Allow the use of DT_RUNPATH for libQt5WebEngineCore.so.•••* gnu/packages/patches/qt5-runpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qt)[source]: Use it. Ludovic Courtès2015-04-14
* gnu: miniupnpc: Allow executables to find libupnp.so.•••* gnu/packages/upnp.scm (miniupnpc)[arguments]: Pass "LDFLAGS=-Wl,-rpath=...". Ludovic Courtès2015-04-14
* gnu: libtocc: Help the tests find libtocc.so.•••* gnu/packages/search.scm (libtocc)[arguments] <check>: Pass -Wl,-rpath=../src/.libs for the tests. Ludovic Courtès2015-04-14
* gnu: libmicrohttpd: Update to 0.9.40.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.40. Ludovic Courtès2015-04-14
* gnu: Disable RUNPATH validation for packages that use $ORIGIN.•••* gnu/packages/haskell.scm (ghc)[arguments]: Add #:validate-runpath?. * gnu/packages/julia.scm (julia)[arguments]: Likewise. * gnu/packages/java.scm (icedtea6)[arguments]: Likewise. Ludovic Courtès2015-04-14
* gnu: glib: Move html documentation to $doc/share/gtk-doc/html.•••* gnu/packages/glib.scm (glib)[arguments]<#:configure-flags>: Pass "--with-html-dir=$doc/share/gtk-doc/html". 宋文武2015-04-14
* gnu: openldap: Update to 2.4.40.•••* gnu/packages/openldap.scm (openldap): Update to 2.4.40. 宋文武2015-04-14
* gnu: python: Use 'version-major+minor' to compute PYTHONPATH.•••Fixes a regression introduced in 08c0450. * gnu/packages/python.scm (python)[native-search-paths]: Use 'version-major+minor' to compute PYTHONPATH. 宋文武2015-04-14
* gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.•••This should have been done in 1ca8ff285ba0f055fbaf314d8a23fadc25839135. * gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names passed to 'modify-phases'. Mark H Weaver2015-04-13
* gnu: libepoxy: Fix tests on arm.•••* gnu/packages/gl.scm (libepoxy)[arguments]: When building for arm, patch test/dlwrap.c to fix the tests. Mark H Weaver2015-04-13
* Merge branch 'master' into core-updatesMark H Weaver2015-04-13
|\
| * gnu: man-pages: Update to 3.82.•••* gnu/packages/man.scm (man-pages): Update to 3.82. Ludovic Courtès2015-04-12
| * gnu: emacs: Update to 24.5.•••* gnu/packages/emacs.scm (emacs): Update to 24.5. Mark H Weaver2015-04-10
| * gnu: Add gst-libav.•••* gnu/packages/gstreamer.scm (gst-libav): New variable. 宋文武2015-04-10
| * gnu: Add GRIT.•••* gnu/packages/bioinformatics.scm (grit): New variable. Ricardo Wurmus2015-04-10
| * gnu: Add Shogun.•••* gnu/packages/bioinformatics.scm (shogun): New variable. Ricardo Wurmus2015-04-09
* | gnu: p11-kit: Update to 0.23.1.•••* gnu/packages/gnutls.scm (p11-kit): Update to 0.23.1. Mark H Weaver2015-04-12
* | gnu: net-tools: Adapt to linux-libre-headers-3.14.x.•••* gnu/packages/linux.scm (net-tools): Remove the HAVE_HWSTRIP and HAVE_HWTR options from the configuration. Mark H Weaver2015-04-12
* | gnu: Add upower.•••* gnu/packages/gnome.scm (upower): New variable. * gnu/packages/patches/upower-builddir.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2015-04-13
* | gnu: gnutls: Update to 3.4.0.•••* gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnutls.scm (gnutls)[source]: Update to 3.4.0. Add patch. [arguments]: Pass --without-p11-kit to 'configure'. [propagated-inputs]: Use 'nettle' instead of 'nettle-2'. Add 'libidn'. Mark H Weaver2015-04-12
* | gnu: gnutls: Add debug output.•••* gnu/packages/gnutls.scm (gnutls)[outputs]: Add debug output. Mark H Weaver2015-04-12
* | gnu: nettle: Add debug output.•••* gnu/packages/nettle.scm (nettle)[outputs]: Add debug output. Mark H Weaver2015-04-12
* | gnu: gtk+: Pass --with-html-dir=$doc.•••Fixes a regression introduced in 6b1f238. * gnu/packages/gtk.scm (gtk+)[arguments]: Add #:configure-flags. Ludovic Courtès2015-04-12
* | gnu: elfutils: Add $libdir to the RUNPATH of binaries.•••* gnu/packages/elf.scm (elfutils)[arguments]: New field. Ludovic Courtès2015-04-11
* | gnu: elfutils: Work around PTRACE_ATTACH-induced test failures.•••* gnu/packages/patches/elfutils-tests-ptrace.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/elf.scm (elfutils)[source]: Use it. Ludovic Courtès2015-04-11
* | gnu: nspr: Add $libdir to the RUNPATH of binaries.•••* gnu/packages/gnuzilla.scm (nspr)[arguments]: Add LDFLAGS=-Wl,-rpath=$libdir to #:configure-flags. Ludovic Courtès2015-04-11
* | gnu: netpbm: Remove non-FSDG-compliant code in 'snippet'.•••* gnu/packages/netpbm.scm (netpbm)[source]: Add 'file-name', 'modules', and 'snippet'. [arguments]: Remove 'substitute*' uses that removed non-FSDG-compliant code since this is now done in 'snippet'. Ludovic Courtès2015-04-11
* | gnu: iptables: Add $libdir to the RUNPATH of executables.•••* gnu/packages/linux.scm (iptables)[arguments]: Add #:configure-flags. 宋文武2015-04-11
* | gnu: libcap: Add $libdir to the RUNPATH of executables.•••* gnu/packages/linux.scm (libcap)[arguments]: Set LDFLAGS to '-Wl,-rpath=...' in Make.Rules. 宋文武2015-04-11
* | gnu: cdparanoia: Don't use patchelf.•••* gnu/packages/cdrom.scm (cdparanoia): Remove 'patchelf' from inputs. [arguments]: Remove #:modules, #:imported-modules and #:phases. Pass 'LDFLAGS=-Wl,-rpath=...' as #:configure-flags. [origin]: Add 'snippet'. 宋文武2015-04-11
* | gnu: netpbm: Add $libdir to the RUNPATH of binaries.•••* gnu/packages/netpbm.scm (netpbm)[arguments]: Add 'LDFLAGS += -Wl,-rpath=...' to config.mk in the configure phase. 宋文武2015-04-11
* | gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.•••Fixes <http://bugs.gnu.org/20052>. * gnu/packages/version-control.scm (subversion)[arguments]: Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase. 宋文武2015-04-11
* | gnu: boost: Add $libdir to the RUNPATH of libraries.•••* gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead. Ludovic Courtès2015-04-10