From 90e8b3d71285579557216419a4bee45a01fe7a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Rodr=C3=ADguez?= Date: Mon, 27 Feb 2017 12:09:12 +0100 Subject: [PATCH 1/1] Initial commit of package abcMIDI --- Makefile | 1 + abi_used_libs | 2 ++ package.yml | 18 ++++++++++++++++++ pspec_x86_64.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..0b7acb5 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libm.so.6 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..6802c15 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : abcMIDI +version : 2017.02.02 +release : 1 +source : + - https://sourceforge.net/projects/abc/files/abcmidi/abcmidi/abcMIDI-2017.02.02.zip : 95f78749267711d0bf1de2bd5d9c202189c83cd4e3da54335780ac3b874c6df6 +license : + - GPL-2.0 +component : multimedia.audio +summary : a set of command line tools to work with ABC and midi music +description : | + Abcmidi is a package of programs supporting the ABC Music Notation Format (see http://abcnotation.com ). There are numerous programs included. For example, abc2midi converts an abc file to a MIDI file, midi2abc converts a midi file to an abc file, abc2abc transposes the music to a different key, yaps creates a Postscript file containing the music notation, midicopy copies a selected portion of a MIDI file, and abcsearch searches an abc file for specific musical patterns. + +setup : | + %configure --enable-utf8 --docdir=/usr/share/doc/abcmidi +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..e444dec --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,56 @@ + + + abcMIDI + + Alfonso Rodríguez + arc.profesional@gmail.com + + GPL-2.0 + multimedia.audio + a set of command line tools to work with ABC and midi music + Abcmidi is a package of programs supporting the ABC Music Notation Format (see http://abcnotation.com ). There are numerous programs included. For example, abc2midi converts an abc file to a MIDI file, midi2abc converts a midi file to an abc file, abc2abc transposes the music to a different key, yaps creates a Postscript file containing the music notation, midicopy copies a selected portion of a MIDI file, and abcsearch searches an abc file for specific musical patterns. + + https://solus-project.com/sources/README.Solus + + + abcMIDI + a set of command line tools to work with ABC and midi music + Abcmidi is a package of programs supporting the ABC Music Notation Format (see http://abcnotation.com ). There are numerous programs included. For example, abc2midi converts an abc file to a MIDI file, midi2abc converts a midi file to an abc file, abc2abc transposes the music to a different key, yaps creates a Postscript file containing the music notation, midicopy copies a selected portion of a MIDI file, and abcsearch searches an abc file for specific musical patterns. + + multimedia.audio + + /usr/local/bin/abc2abc + /usr/local/bin/abc2midi + /usr/local/bin/abcmatch + /usr/local/bin/mftext + /usr/local/bin/midi2abc + /usr/local/bin/midicopy + /usr/local/bin/yaps + /usr/local/share/doc/abcmidi/AUTHORS + /usr/local/share/doc/abcmidi/CHANGES + /usr/local/share/doc/abcmidi/VERSION + /usr/local/share/doc/abcmidi/abcguide.txt + /usr/local/share/doc/abcmidi/abcmatch.txt + /usr/local/share/doc/abcmidi/gpl.txt + /usr/local/share/doc/abcmidi/history.txt + /usr/local/share/doc/abcmidi/readme.txt + /usr/local/share/doc/abcmidi/yapshelp.txt + /usr/local/share/man/man1/abc2abc.1 + /usr/local/share/man/man1/abc2midi.1 + /usr/local/share/man/man1/abcmatch.1 + /usr/local/share/man/man1/mftext.1 + /usr/local/share/man/man1/midi2abc.1 + /usr/local/share/man/man1/midicopy.1 + /usr/local/share/man/man1/yaps.1 + + + + + 2017-02-27 + 2017.02.02 + Packaging update + Alfonso Rodríguez + arc.profesional@gmail.com + + + \ No newline at end of file -- 2.11.1