[SCM] muse/master: Install muse-song-convert.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Aug 12 07:06:40 UTC 2011


The following commit has been merged in the master branch:
commit db089f807aef5f35ecb23631541026d3ba92e420
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Aug 12 09:07:34 2011 +0200

    Install muse-song-convert.

diff --git a/utils/muse-song-convert.py b/debian/muse-song-convert
old mode 100755
new mode 100644
similarity index 100%
copy from utils/muse-song-convert.py
copy to debian/muse-song-convert
diff --git a/man/grepmidi.1.in b/debian/muse-song-convert.1
similarity index 50%
copy from man/grepmidi.1.in
copy to debian/muse-song-convert.1
index 3aa1990..62bd0d9 100644
--- a/man/grepmidi.1.in
+++ b/debian/muse-song-convert.1
@@ -1,5 +1,5 @@
-.\" grepmidi -- display structure of MIDI files
-.\" Copyright (c) 2006 Daniel Kobras
+.\" muse-song-convert -- conversion utility between MusE songfile formats
+.\" Copyright (c) 2005 Daniel Kobras
 .\"
 .\" This manual page is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -17,29 +17,31 @@
 .\"
 .\" This manual page was written especially for Debian GNU/Linux.
 .\"
-.TH GREPMIDI 1 "July 2006"
+.TH MUSE-SONG-CONVERT 1 "August 2005"
 .SH NAME
-grepmidi \- display structure of MIDI files
+muse-song-convert \- convert between MusE songfile formats
 .SH SYNOPSIS
-\fBgrepmidi\fR [ \fI-f\fR ] \fIfile\fR [ \fI...\fR ]
+.B muse-song-convert \fIsongfile\fR
 .SH DESCRIPTION
-The \fBgrepmidi\fR utility provides a simple parser for files in raw MIDI
-format.  It is far from complete, but allows to get a grip of the basic
-song structure in \fIfile\fR.  That is, it does not display single note,
-but only meta information embedded in the MIDI file.  \fBgrepmidi\fR can
-also be useful to check whether a given MIDI file contains errors.
-.PP
-More than one \fIfile\fR can be given on the commandline.  Option \fB-f\fR
-tells \fBgrepmidi\fR to prepend each line of output with the filename that
-is currently checked.
-.PP
-\fBgrepmidi\fR is distributed along with \fBMusE\fR, a full-fledged MIDI
-Music Editor.
-.SH "SEE ALSO"
-.BR ${MusE_EXEC_NAME} (1).
+The MIDI Music Editor MusE uses a custom file format to store its song files.
+This format has changed between MusE versions 0.6 and 0.7 in incompatible ways.
+The utility
+.B muse-song-convert
+is able to convert songfiles from 0.6 to the new 0.7 format, so old songs
+can be loaded into new versions of MusE. It is not possible to convert a
+new song back to the old format. To prevent data loss,
+.B muse-song-convert
+does not modify the original
+.IR songfile .
+Instead, it copies and converts the original
+.I songfile
+as
+.IR songfile .converted.
+The process is meant to retain all information in the converted songfile, but
+may not be perfect in all cases.
 .SH AUTHORS
-.B grepmidi
-was written by Werner Schweer <ws at seh.de>.
+.B muse-song-convert
+was written by Robert Jonsson <rj at spamatica.se>.
 .PP
 This manual page was written by Daniel Kobras <kobras at debian.org> for the
 Debian GNU/Linux system (but may be used by others).
diff --git a/debian/muse.install b/debian/muse.install
index 5c0831d..5e1763d 100644
--- a/debian/muse.install
+++ b/debian/muse.install
@@ -1 +1,2 @@
 xpm/muse_icon.xpm usr/share/pixmaps
+debian/muse-song-convert usr/bin
diff --git a/debian/muse.manpages b/debian/muse.manpages
new file mode 100644
index 0000000..c6b4eae
--- /dev/null
+++ b/debian/muse.manpages
@@ -0,0 +1 @@
+debian/muse-song-convert.1

-- 
muse packaging



More information about the pkg-multimedia-commits mailing list