[SCM] gsequencer/master: updated changelog, added midi2xml.1.xml and gsequencer.doc

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Thu Jun 18 15:14:24 UTC 2015


The following commit has been merged in the master branch:
commit 3f7a41d1b1a7f67826ae5ccd16f01907ad5de8da
Author: Joël Krähemann <jkraehemann at gmail.com>
Date:   Thu Jun 18 16:58:52 2015 +0200

    updated changelog, added midi2xml.1.xml and gsequencer.doc

diff --git a/debian/changelog b/debian/changelog
index 356a9cd..d7844af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-ags (0.4.2-67-1) unstable; urgency=low
+ags (0.4.2-68-1) unstable; urgency=low
 
   [ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
-  * fixed extended LADSPA support XML IO
+  * fixed audio preferences
+  * added midi2xml
 
   [ Joël Krähemann ]
 
diff --git a/debian/gsequencer.doc b/debian/gsequencer.doc
new file mode 100644
index 0000000..7306ca4
--- /dev/null
+++ b/debian/gsequencer.doc
@@ -0,0 +1,8 @@
+Document: gsequencer
+Title: GSequencer Manual
+Author: Emil Brink
+Abstract: This manual describes what GSequencer is, and how it can be used.
+Section: x11
+Format: HTML
+Index: /usr/share/doc/gsequencer/html/index.html
+Files: /usr/share/doc/gsequencer/html/*.html
diff --git a/debian/ags.1.xml b/debian/midi2xml.1.xml
similarity index 60%
copy from debian/ags.1.xml
copy to debian/midi2xml.1.xml
index 2b581ad..50d4630 100644
--- a/debian/ags.1.xml
+++ b/debian/midi2xml.1.xml
@@ -1,6 +1,6 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<refentry id="ags">
+<refentry id="midi2xml">
 
   <refentryinfo>
     <date>2015-06-15</date>
@@ -8,41 +8,31 @@
   
   <refmeta>
     <refentrytitle>
-      <application>ags</application>
+      <application>midi2xml</application>
     </refentrytitle>
     <manvolnum>1</manvolnum>
-    <refmiscinfo>ags v0.4.2</refmiscinfo>
+    <refmiscinfo>midi2xml v0.4.2</refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>ags</refname>
-    <refpurpose>Advanced Gtk+ Sequencer is an audio sequencer and composition editor</refpurpose>
+    <refname>midi2xml</refname>
+    <refpurpose>midi2xml converts your MIDI files to XML format</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
     <cmdsynopsis>
-      <command>/usr/bin/ags</command>
+      <command>/usr/bin/midi2xml</command>
       <arg>--help</arg>
       <arg>--version</arg>
-      <arg>--single-thread</arg>
-      <arg rep='repeat'>--filename <replaceable>file</replaceable></arg>
+      <arg>file</arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
   <refsect1><title>Description</title>
   <para>
-    Advanced GTK+ Sequencer is intended to use for music composition.
-    It features a piano roll, as well a synth, matrix editor, drum
-    machine, soundfont2 player, mixer and an output panel. It’s designed to
-    be highly configurable. You may add effects to its effect chain; and
-    add or remove audio channels/pads. You may set up a fully functional
-    network of engines, thus there is a link editor for linking audio lines.
+    midi2xml takes your MIDI file from command line and outputs the resulting XML
+    to stdout.
   </para>
-  <para>
-    LADSPA support has been added to version 0.4.2 as well export to
-    WAV audio file.
-  </para>
-  <para>…</para>
   </refsect1>
 
     <refsect1 id="options">
@@ -56,13 +46,7 @@
       </citerefentry> files.</para>
     <variablelist>
       <varlistentry>
-        <term><option>--single-thread</option></term>
-        <listitem>
-          <para>Run in single thread mode.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--filename file</option></term>
+        <term><option>file</option></term>
         <listitem>
           <para>Open file from command line.</para>
         </listitem>
diff --git a/debian/rules b/debian/rules
index a3b1879..d978431 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ include /usr/share/dpkg/default.mk
 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 override_dh_auto_build:
+	xsltproc --nonet --param make.year.ranges 1 --param make.single.year.ranges 1 --param man.charmap.use.subset 0 -o debian/ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl debian/midi2xml.1.xml
 	xsltproc --nonet --param make.year.ranges 1 --param make.single.year.ranges 1 --param man.charmap.use.subset 0 -o debian/ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl debian/ags.1.xml
 	dh_auto_build
 

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list