aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-08-23gnu: Build the shared library for yaml-cpp.Christopher Baines
* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add -DBUILD_SHARED_LIBS=ON to #:configure-flags.
2017-08-23services: herd: Actions return a list of results.Ludovic Courtès
Fixes a regression introduced in 0642838b2e9ab2bd988dccb64b9e1130006347bf. * gnu/services/herd.scm (invoke-action): Explain that we get a list of results. (current-services): Expect a list of result and use the first one. (unload-service, %load-file, eval-there): Likewise.
2017-08-22gnu: whois: Update to 5.2.18.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.2.18.
2017-08-22gnu: Add f2fs-tools.Marius Bakke
* gnu/packages/linux.scm (f2fs-tools): New variable.
2017-08-22gnu: Add icedtea-web.Marius Bakke
* gnu/packages/java.scm (icedtea-web): New variable.
2017-08-22gnu: gnurl: Update to 7.55.1-3.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-22web: Remove the nginx-service procedure.Christopher Baines
Now that the service-type has a default value, and configuration record is accessible. * gnu/services/web.scm (nginx-service): Remove procedure. * doc/guix.texi (Web Services): Update and improve NGinx documentation.
2017-08-22web: Add default-value for the nginx-service-type.Christopher Baines
* gnu/services/web.scm (nginx-service-type)[default-value]: Use (nginx-configuration).
2017-08-22web: Export more nginx related procedures, macros and record types.Christopher Baines
This makes it possible to work with the configuration of the NGinx service programatically. * gnu/services/web.scm (<nginx-configuration>, <nginx-server-configuration>, <nginx-upstream-configuration>, <nginx-location-configuration>, <nginx-named-location-configuration>): Export NGinx related record types. (nginx-configuration-*, nginx-server-configuration-*, nginx-upstream-configuration-*, nginx-location-configuration-*, nginx-named-location-configuration-*): Export NGinx related record procedures. (nginx-configuration): Export NGinx related record macro.
2017-08-22gnu: r-minimal: Do not compress serialized files.Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase "patch-which" with "do-not-compress-serialized-files". [propagated-inputs]: Move "which" from here... [inputs]: ...to here. Fixes <https://bugs.gnu.org/28157>.
2017-08-22gnu: Add rmath-standalone.Ricardo Wurmus
* gnu/packages/statistics.scm (rmath-standalone): New variable.
2017-08-22gnu: gst-plugins-bad: Build with wayland support.Efraim Flashner
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
2017-08-22gnu: libraw: Update to 0.18.2.Efraim Flashner
* gnu/packages/photo.scm (libraw): Update to 0.18.2. [source, home-page]: Use https.
2017-08-22gnu: skalibs: Build reproducibly.Z. Ren
* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-22gnu: libjpeg-turbo: Build reproducibly.Ludovic Courtès
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags. Co-authored-by: Z. Ren <zren@dlut.edu.cn>
2017-08-22gnu: python-netcdf4: Update to 1.2.9.Thomas Danckaert
* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
2017-08-22gnu: python-h5py: Update to 2.7.0.Thomas Danckaert
* gnu/packages/python.scm (python-h5py): Update to 2.7.0.
2017-08-22gnu: terminology: Update to 1.1.0.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 1.1.0. [source]: Remove bundled fonts and references to them. [native-inputs]: Add gettext-minimal.
2017-08-22gnu: Update emacs-rainbow-mode to 0.13.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-22gnu: python-internetarchive: Update to 1.7.1.Oleg Pykhalov
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-21gnu: python-marshmallow: Update to 3.0.0b3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3.
2017-08-21gnu: python-pylast: Update to 1.9.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
2017-08-21gnu: lollypop: Update to 0.9.244.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
2017-08-21gnu: gspell: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
2017-08-21gnu: imagemagick: Update to 6.9.9-9.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9.
2017-08-21gnu: feh: Update to 2.19.3.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.19.3.
2017-08-21gnu: perl-net-dns: Update to 1.12.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (perl-net-dns): Update to 1.12.
2017-08-21gnu: zstd: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): Update to 1.3.1.
2017-08-21gnu: openmpi: Configure without vampirtrace.Dave Love
VT is obsoleted by scorep (not currently packaged) and disabling it reduces the closure considerably. * mpi.scm (openmpi)[arguments]: Configure without vampirtrace. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: openmpi: Modify configuration to reduce closure.Dave Love
devel-headers are only for building MCA components, produce a large closure and aren't normally packaged. Only the affinity component of mpi-ext is useful. * gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure --with-devel-headers and --enable-mpi-ext=all. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: openmpi: Remove references to compiler pathnames in "_info" programs.Dave Love
This reduces the closure greatly, but note that the Fortran .mod files are gfortran version-specific, so there should probably be development packages for each incompatible version. (The runtime is supposed to be more-or-less version-independent unless the libgfortran soname changes.) There may still be a case for a separate runtime output. * gnu/packages/mpi.scm (openmpi)[arguments]: Add "remove-absolute" phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: valgrind: Add separate "doc" output.Dave Love
* gnu/packages/valgrind.scm (valgrind)[outputs]: New field. [arguments]: Add 'install-doc' phase. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-08-21gnu: openmpi: Remove "static" output.Dave Love
--enable-static removes dynamically-loaded MCA components. * gnu/packages/mpi.scm (openmpi)[outputs]: Remove field. [arguments]: Don't configure with --enable-static; remove 'move-static-libraries' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: openmpi: Add separate variant with thread-multiple support.Dave Love
* gnu/packages/mpi.scm (openmpi)[arguments]: Remove "--enable-mpi-thread-multiple". (openmpi-thread-multiple): New variable. Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-08-21gnu: z3: Build Python bindings.Theodoros Foradis
* gnu/packages/maths.scm (z3): Add python bindings. [build-system]: Change to cmake-build-system. [arguments]: Remove "changedir" phase. Add "bootstrap" and "make-test-z3" phases; replace the "check" phase. Add #:configure-flags. Remove #:test-target. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.Efraim Flashner
* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
2017-08-21gnu: gnurl: Update to 7.55.1.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-20gnu: vifm: Update to 0.9.Efraim Flashner
* gnu/packages/vim.scm (vifm): Update to 0.9. [source]: Add alternate uri. [arguments]: Remove build timestamp. Add phase to install vim plugins into vim plugin directory. Patch more shebangs.
2017-08-20gnu: pspp: Update to 1.0.0.Efraim Flashner
* gnu/packages/statistics.scm (pspp): Update to 1.0.0.
2017-08-20gnu: bundler: Update to 1.15.4.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (bundler): Update to 1.15.4.
2017-08-20gnu: limnoria: Update to 2017.08.18.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (limnoria): Update to 2017.08.18.
2017-08-20gnu: graphicsmagick: Fix CVE-2017-{12935,12936,12937}.Kei Kebreau
* gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/imagemagick.scm (graphicsmagick)[source]: Use them.
2017-08-20gnu: r-minimal: Work around failure to embed reference to "which".Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which". [native-inputs]: Move "which" from here... [propagated-inputs]: ...to here.
2017-08-20gnu: powertabeditor: Update to 2.0.0-alpha10.Ricardo Wurmus
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10. [arguments]: Remove "set-target-directories" phase; disable additional tests.
2017-08-20gnu: Add r-annotationfilter.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
2017-08-20gnu: Add gnome-default-applications.Andy Wingo
* gnu/packages/gnome.scm (gnome-default-applications): New public variable. (gnome): Propagate gnome-default-applications so that nautilus is associated with folders, not baobab.
2017-08-20gnu: gnome: Propagate font-dejavu.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to provide a better default for "Monospace". Otherwise the terminal looks horrible and defaults to Nimbus Mono, a Courier-like face.
2017-08-20gnu: gobby: Re-add Gobby 0.4.Andy Wingo
* gnu/packages/gobby.scm (gobby-0.4): New variable.
2017-08-20gnu: gnome: Propagate more packages.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by Debian's "gnome-core" package.
2017-08-20gnu: grub-efi-bootloader: Specialize grub-install invocation.Andy Wingo
* gnu/bootloader/grub.scm (install-grub-efi): Fix grub-install invocation for EFI systems. * gnu/system/examples/bare-bones.tmpl: Use the newer "bootloader-configuration" syntax. * gnu/system/examples/desktop.tmpl: Use bootloader-configuration sytax. Also, use the same label for the LUKS-mapped device and the root partition. Remove unneeded "title" field for the file-system based on LUKS; as noted in the manual, the "title" field is ignored for mapped devices. * gnu/system/examples/lightweight-desktop.tmpl: Use bootloader-configuration, and use grub-efi-bootloader.
tputs "out")) (bin (string-append out "/bin")) (man (string-append out "/share/man/man1")) ;; FIXME install zsh completions (completions (string-append out "/etc/bash_completion.d"))) (install-file "transmission-remote-cli" bin) (install-file "transmission-remote-cli.1" man) (install-file (string-append "completion/bash/" "transmission-remote-cli-bash-completion.sh") completions))))))) (synopsis "Console client for the Transmission BitTorrent daemon") (description "Transmission-remote-cli is a console client, with a curses interface, for the Transmission BitTorrent daemon. This package is no longer maintained upstream.") (home-page "https://github.com/fagga/transmission-remote-cli") (license l:gpl3+) (properties `((superseded . ,tremc))))) (define-public aria2 (package (name "aria2") (version "1.33.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/tatsuhiro-t/aria2/" "releases/download/release-" version "/" name "-" version ".tar.xz")) (sha256 (base32 "06syqxia701dk96rcbhnd4x0arjj6d22gm3aqksz38am9y2f8f95")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-libaria2" (string-append "--with-bashcompletiondir=" %output "/etc/bash_completion.d/")) #:phases (modify-phases %standard-phases (add-after 'unpack 'delete-socket-tests (lambda _ (substitute* "test/LpdMessageDispatcherTest.cc" (("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageDispatcherTest\\);" text) (string-append "// " text))) (substitute* "test/LpdMessageReceiverTest.cc" (("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageReceiverTest\\);" text) (string-append "// " text))) #t))))) (native-inputs `(("cppunit" ,cppunit) ; for the tests ("pkg-config" ,pkg-config))) (inputs `(("c-ares" ,c-ares) ("gnutls" ,gnutls) ("gmp" ,gmp) ("libssh2" ,libssh2) ("libxml2" ,libxml2) ("nettle" ,nettle) ("sqlite" ,sqlite) ("zlib" ,zlib))) (home-page "https://aria2.github.io/") (synopsis "Utility for parallel downloading files") (description "Aria2 is a lightweight, multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.") (license l:gpl2+))) (define-public uget (package (name "uget") (version "2.0.8") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/urlget/" "uget%20%28stable%29/" version "/uget-" version ".tar.gz")) (sha256 (base32 "0919cf7lfk1djdl003cahqjvafdliv7v2l8r5wg95n4isqggdk75")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) ("gtk+" ,gtk+) ("glib" ,glib) ("gnutls" ,gnutls) ("gstreamer" ,gstreamer) ("libgcrypt" ,libgcrypt) ("libnotify" ,libnotify) ("openssl" ,openssl))) (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) (home-page "http://ugetdm.com/") (synopsis "Universal download manager with GTK+ interface") (description "uGet is portable download manager with GTK+ interface supporting HTTP, HTTPS, BitTorrent and Metalink, supporting multi-connection downloads, download scheduling, download rate limiting.") (license l:lgpl2.1+))) (define-public mktorrent (package (name "mktorrent") (version "1.1") (source (origin (method url-fetch) (file-name (string-append name "-" version ".tar.gz")) (uri (string-append "https://github.com/Rudde/mktorrent/archive/v" version ".tar.gz")) (sha256 (base32 "1j9qc4fxa9isnaygqk6jazsiklqywl2wcs95b8dx01963407bx6h")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases (delete 'configure)) ; no configure script #:make-flags (list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out")) "NO_HASH_CHECK=1" "USE_LARGE_FILES=1" "USE_LONG_OPTIONS=1" "USE_PTHREADS=1") #:tests? #f)) ; no tests (home-page "https://github.com/Rudde/mktorrent") (synopsis "Utility to create BitTorrent metainfo files") (description "mktorrent is a simple command-line utility to create BitTorrent @dfn{metainfo} files, often known simply as @dfn{torrents}, from both single files and whole directories. It can add multiple trackers and web seed URLs, and set the @code{private} flag to disallow advertisement through the distributed hash table (@dfn{DHT}) and Peer Exchange. Hashing is multi-threaded and will take advantage of multiple processor cores where possible.") (license (list l:public-domain ; sha1.*, used to build without OpenSSL l:gpl2+)))) ; with permission to link with OpenSSL (define-public libtorrent-rasterbar (package (name "libtorrent-rasterbar") (version "1.1.7") (source (origin (method url-fetch) (uri (string-append "https://github.com/arvidn/libtorrent/releases/download/libtorrent-" (string-join (string-split version #\.) "_") "/libtorrent-rasterbar-" version ".tar.gz")) (sha256 (base32 "1agkcyjs7xscx4sgkg2ri4nm4v736xsg3br2v8jcrph86dlbycw1")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list (string-append "--with-boost-libdir=" (assoc-ref %build-inputs "boost") "/lib") "--enable-python-binding" "--enable-tests" "CXXFLAGS=-std=c++11") ; Use std::chrono instead of boost #:make-flags (list (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib")))) (inputs `(("boost" ,boost) ("openssl" ,openssl))) (native-inputs `(("python" ,python-2) ("pkg-config" ,pkg-config))) (home-page "https://www.libtorrent.org/") (synopsis "Feature complete BitTorrent implementation") (description "libtorrent-rasterbar is a feature complete C++ BitTorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops.") (license l:bsd-2))) (define-public qbittorrent (package (name "qbittorrent") (version "4.0.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/qbittorrent/qBittorrent/archive/release-" version ".tar.gz")) (file-name (string-append name "-release-" version ".tar.gz")) (sha256 (base32 "145r4lv7rqdhrm5znn3ndxsfdf579n46zvj7c53c422am8ir5xhp")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list (string-append "--with-boost-libdir=" (assoc-ref %build-inputs "boost") "/lib") "--enable-debug" "QMAKE_LRELEASE=lrelease"))) (native-inputs `(("pkg-config" ,pkg-config) ("qttools" ,qttools))) (inputs `(("boost" ,boost) ("libtorrent-rasterbar" ,libtorrent-rasterbar) ("openssl" ,openssl) ("python" ,python) ("qtbase" ,qtbase) ("qtsvg" ,qtsvg) ("zlib" ,zlib))) (home-page "https://www.qbittorrent.org/") (synopsis "Graphical BitTorrent client") (description "qBittorrent is a BitTorrent client programmed in C++/Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. It aims to be a good alternative to all other BitTorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.") (license l:gpl2+)))