GNU bug report logs -
#27466
[PATCH] gnu: Add jmtpfs.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Fri, 23 Jun 2017 22:50:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27466 in the body.
You can then email your comments to 27466 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#27466
; Package
guix-patches
.
(Fri, 23 Jun 2017 22:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 23 Jun 2017 22:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (jmtpfs): New variable.
---
gnu/packages/linux.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9ba35a0a1..0fa04986a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -63,6 +63,7 @@
#:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
#:use-module (gnu packages flex)
+ #:use-module (gnu packages file)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gettext)
@@ -102,6 +103,7 @@
#:use-module (guix build-system python)
#:use-module (guix build-system trivial)
#:use-module (guix download)
+ #:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix utils)
@@ -4097,3 +4099,30 @@ from the CPUID instruction, and also determines the exact model of CPU(s). It
supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,
NexGen, Rise, and SiS CPUs.")
(license license:gpl2+)))
+
+(define-public jmtpfs
+ (package
+ (name "jmtpfs")
+ (version "0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JasonFerrara/jmtpfs.git")
+ (commit (string-append "v" version))))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1pm68agkhrwgrplrfrnbwdcvx5lrivdmqw8pb5gdmm3xppnryji1"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("file" ,file)
+ ("fuse" ,fuse)
+ ("libmtp" ,libmtp)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "https://github.com/JasonFerrara/jmtpfs")
+ (synopsis "Use a FUSE filesystem to access data over MTP")
+ (description "jmtpfs uses FUSE (filesystem in userspace) to provide access
+to data over the Media Transfer Protocol (MTP).")
+ (license license:gpl3)))
--
2.13.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27466
; Package
guix-patches
.
(Sun, 25 Jun 2017 16:41:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 27466 <at> debbugs.gnu.org (full text, mbox):
> +(define-public jmtpfs
> + (package
> + (name "jmtpfs")
> + (version "0.5")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/JasonFerrara/jmtpfs.git")
> + (commit (string-append "v" version))))
> + (file-name (string-append name "-" version "-checkout"))
There is a release tarball on the github page of this project. Why not
use that?
https://github.com/JasonFerrara/jmtpfs/archive/v0.5.tar.gz
LGTM, otherwise!
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Sun, 25 Jun 2017 22:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Sun, 25 Jun 2017 22:49:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 27466-done <at> debbugs.gnu.org (full text, mbox):
On Sun, Jun 25, 2017 at 10:10:23PM +0530, Arun Isaac wrote:
>
> > +(define-public jmtpfs
> > + (package
> > + (name "jmtpfs")
> > + (version "0.5")
> > + (source
> > + (origin
> > + (method git-fetch)
> > + (uri (git-reference
> > + (url "https://github.com/JasonFerrara/jmtpfs.git")
> > + (commit (string-append "v" version))))
> > + (file-name (string-append name "-" version "-checkout"))
>
> There is a release tarball on the github page of this project. Why not
> use that?
>
> https://github.com/JasonFerrara/jmtpfs/archive/v0.5.tar.gz
I missed it — thanks for catching this!
Pushed as afc9d8ec2b724b67f85b05011725bb636f209a1a.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Jul 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.