Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (88d838b195a829b56a07dd14aeb5ab63d7968c2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (88d838b195a829b56a07dd14aeb5ab63d7968c2e)
  • Date: Fri, 29 Sep 2017 16:03:03 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
disk/jmtpfs/DEPENDS | 2 ++
disk/jmtpfs/DETAILS | 25 +++++++++++++++++++++++++
disk/jmtpfs/HISTORY | 2 ++
smgl/init.d/DETAILS | 2 +-
smgl/init.d/HISTORY | 5 +++++
smgl/init.d/init.d/mountroot.sh | 2 +-
7 files changed, 39 insertions(+), 2 deletions(-)

New commits:
commit 88d838b195a829b56a07dd14aeb5ab63d7968c2e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

jmtpfs: new spell

commit 17a966101482f3d7da41649290166f49e0df8276
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

init.d: version 2.2.16, use mdadm --run

diff --git a/ChangeLog b/ChangeLog
index a2c922f..0ca5a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * disk/jmtpfs: MTP filesystem that actually works with Android devices
+
2017-09-29 Treeve Jelbert <treeve AT sourcemage.org>
* kdab.gpg: added 2C9358FB "KDAB Products <info AT kdab.com>"
* qt5-cmake/gammaray: added, analysis tool for qt programs
diff --git a/disk/jmtpfs/DEPENDS b/disk/jmtpfs/DEPENDS
new file mode 100755
index 0000000..b9e28b8
--- /dev/null
+++ b/disk/jmtpfs/DEPENDS
@@ -0,0 +1,2 @@
+depends fuse &&
+depends libmtp
diff --git a/disk/jmtpfs/DETAILS b/disk/jmtpfs/DETAILS
new file mode 100755
index 0000000..a1f9f9a
--- /dev/null
+++ b/disk/jmtpfs/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=jmtpfs
+ VERSION=0.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/JasonFerrara/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:1997d202199af59ae2138701855864e4dab624fff4feac08ea98e3e4ed6c39e4181d8f9fec35db0e83570f48de204f3d00e1b0d2244ec677f77a99b1dc9c38b3
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}"
+ WEB_SITE="https://github.com/JasonFerrara/jmtpfs";
+ LICENSE[0]=GPL
+ ENTERED=20170929
+ SHORT="a FUSE filesystem specifically for Android MTP devices"
+cat << EOF
+jmtpfs is a FUSE and libmtp based filesystem for accessing MTP (Media
Transfer
+Protocol) devices. It was specifically designed for exchaning files between
+Linux (and Mac OS X) systems and newer Android devices that support MTP but
not USB Mass
+Storage.
+
+The goal is to create a well behaved filesystem, allowing tools like find and
+rsync to work as expected. MTP file types are set automatically based on file
+type detection using libmagic. Setting the file appears to be necessary for
+some Android apps, like Gallery, to be able to find and use the files.
+
+Since it is meant as an Android file transfer utility, and I don't have
+any non-Android MTP devices to test with, playlists and other non-file
+based data are not supported.
+EOF
diff --git a/disk/jmtpfs/HISTORY b/disk/jmtpfs/HISTORY
new file mode 100644
index 0000000..1bb7595
--- /dev/null
+++ b/disk/jmtpfs/HISTORY
@@ -0,0 +1,2 @@
+2017-09-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index 1b2bb69..cc1aed3 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,5 +1,5 @@
SPELL=init.d
- VERSION=2.2.15
+ VERSION=2.2.16
LICENSE[0]=GPL
GATHER_DOCS=off
PATCHLEVEL=4
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 2272275..a90400b 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,8 @@
+2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * init.d/mountroot.sh: Use mdadm --run to also start degraded
+ arrays on boot.
+ * DETAILS: version 2.2.16
+
2017-08-12 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: remove udev

diff --git a/smgl/init.d/init.d/mountroot.sh b/smgl/init.d/init.d/mountroot.sh
index 12ca2f7..df78c5f 100755
--- a/smgl/init.d/init.d/mountroot.sh
+++ b/smgl/init.d/init.d/mountroot.sh
@@ -60,7 +60,7 @@ start()
# Prefer the newer mdadm to raidtools
#
if [ -f /etc/mdadm.conf ] ; then
- mdadm --assemble --scan
+ mdadm --assemble --scan --run
mdadm --follow --scan --delay=120 --daemonise
elif [ -f /etc/raidtab ] ; then
raidstart --all



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (88d838b195a829b56a07dd14aeb5ab63d7968c2e), Thomas Orgis, 09/29/2017

Archive powered by MHonArc 2.6.24.

Top of Page