diff options
author | Jonathan Scruggs <j.scruggs@gmail.com> | 2016-08-26 15:28:21 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-08-29 22:30:41 +0100 |
commit | 6ed0c1e3e76aed0126175dbe7a9db4dd98782e90 (patch) | |
tree | 2f5124b630592e139831f834e917475903d9b575 /media-sound/tuxguitar/metadata.xml | |
parent | dev-libs/boost: re-add keywords for mpi multilib ebuild (diff) | |
download | gentoo-6ed0c1e3e76aed0126175dbe7a9db4dd98782e90.tar.gz gentoo-6ed0c1e3e76aed0126175dbe7a9db4dd98782e90.tar.bz2 gentoo-6ed0c1e3e76aed0126175dbe7a9db4dd98782e90.zip |
media-sound/tuxguitar: New package
A multitrack tablature editor and player that allows you to
compose music using the following features:
- Tablature editor
- Score Viewer
- Multitrack display
- Autoscroll while playing
- Note duration management
- Various effects (bend, slide, vibrato, hammer-on/pull-off)
- Support for triplets (5,6,7,9,10,11,12)
- Repeat open and close
- Time signature management
- Tempo management
- Imports and exports gp3,gp4 and gp5 files
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=360117
Package-Manager: portage-2.3.0
Signed-off-by: Jonathan Scruggs (j.scruggs@gmail.com)
Closes: https://github.com/gentoo/gentoo/pull/2149
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-sound/tuxguitar/metadata.xml')
-rw-r--r-- | media-sound/tuxguitar/metadata.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/media-sound/tuxguitar/metadata.xml b/media-sound/tuxguitar/metadata.xml new file mode 100644 index 000000000000..67a86a3f2fe2 --- /dev/null +++ b/media-sound/tuxguitar/metadata.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>j.scruggs@gmail.com</email> + <name>Jonathan Scruggs</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + A multitrack tablature editor and player that allows you to + compose music using the following features: + - Tablature editor + - Score Viewer + - Multitrack display + - Autoscroll while playing + - Note duration management + - Various effects (bend, slide, vibrato, hammer-on/pull-off) + - Support for triplets (5,6,7,9,10,11,12) + - Repeat open and close + - Time signature management + - Tempo management + - Imports and exports gp3,gp4 and gp5 files + </longdescription> + <use> + <flag name="fluidsynth"> + Enables Fluidsynth MIDI software synthesis (with external sound fonts). + JSA must be disabled in the plug-ins menu to use this. + </flag> + <flag name="lilypond"> + Exports the score in a lilypond compatible format. + </flag> + <flag name="pdf"> + Exports the score as a PDF file using <pkg>dev-java/itext</pkg>. + </flag> + <flag name="tray"> + Adds an icon to the tray that controls midi playback. + </flag> + </use> +</pkgmetadata> |