;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012 Nikita Karetnikov ;;; Copyright © 2015 Andreas Enge ;;; Copyright © 2015 Andy Wingo ;;; Copyright © 2015, 2016 Ricardo Wurmus ;;; Copyright © 2016 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-30 22:59:26 +0100
committerLudovic Courtès <ludo@gnu.org>2016-10-30 22:59:46 +0100
commitffba9d598e83237e77287c4dd2be709c671d2e1e (patch)
tree03e3147da3a3d4d1561ffbe30d882d9cb921e41c /CODE-OF-CONDUCT
parent1ef8b72a7f87afe7cffe52393d99e1b14e4770e1 (diff)
downloadguix-ffba9d598e83237e77287c4dd2be709c671d2e1e.tar.gz
guix-ffba9d598e83237e77287c4dd2be709c671d2e1e.zip
gnu: emacs-debbugs: Update to 0.11.
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.11.
Diffstat (limited to 'CODE-OF-CONDUCT')
0 files changed, 0 insertions, 0 deletions
Libmtp runs on devices with a USB host controller interface. It implements MTP Basic, which was proposed for standardization.") ;; COPYING contains lgpl2.1, while files headers give ;; "GNU Lesser General Public License as published by the Free Software ;; Foundation; either version 2 of the License, or (at your option) any ;; later version." (license lgpl2.1+))) (define-public gmtp (package (name "gmtp") (version "1.3.10") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gmtp/" version "/gmtp-" version ".tar.gz")) (sha256 (base32 "0fyi3pdl2g57vr0p46ip2wwzyap3l0by7iqaqygv0yxfcs79l6xj")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags (let ((libid3tag (assoc-ref %build-inputs "libid3tag"))) (list ;; libid3tag provides no .pc file, so pkg-config fails to find them. (string-append "ID3TAG_CFLAGS=-I" libid3tag "/include") (string-append "ID3TAG_LIBS=-L" libid3tag "/lib -lid3tag -lz"))))) (inputs `(("gtk+" ,gtk+) ("flac" ,flac) ("libvorbis" ,libvorbis) ("libid3tag" ,libid3tag) ("libmtp" ,libmtp))) (native-inputs `(("pkg-config" ,pkg-config))) (home-page "http://gmtp.sourceforge.net/") (synopsis "Simple graphical MTP client") (description "gMTP is a simple graphical client for the Media Transfer Protocol (MTP), which allows media files to be transferred to and from many portable devices.") (license bsd-3)))