diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-18 17:48:29 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-18 17:48:29 +0000 |
commit | 806174181bc82566f0178b0fc58ac444a3c3dd79 (patch) | |
tree | eb03b6ac0f43ccdda680c3f93ccbb4567b062e65 /audio/rosegarden | |
parent | f5fd92c273bd7eea2273c9d54784223eebcc2a62 (diff) | |
download | ports-806174181bc82566f0178b0fc58ac444a3c3dd79.tar.gz ports-806174181bc82566f0178b0fc58ac444a3c3dd79.zip |
Update to version 13.02
This is a stabilization release that includes some important fixes.
Users should feel encouraged to upgrade to 13.02 immediately, and stop
using previous versions of Rosegarden.
===== Bug Fixes =====
* Use 64 for "dumb" NoteOff velocities, not 127
* Made InternalSegmentMapper handle RealTime segment delays consistently
* SortingInserter now sorts stably, fixing a noteoff race in MIDI export
* Fixed old code that never worked, making Rosegarden export LilyPond
staff names that include transposition information
* Fixed crash when changing the number of audio submasters (Tim Munro)
===== New Features =====
* LilyPond export now inserts \RemoveEmptyStaves to suppress the
printing of empty staves by default
* Tracks have a secondary "short label" property. The primary label
is exported to LilyPond as the long staff name, eg., "Trumpet in Bb,"
and the secodary label is the short staff name, eg., "Tpt."
Notes
Notes:
svn path=/head/; revision=312514
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 4 | ||||
-rw-r--r-- | audio/rosegarden/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 7ca379d8074b..4a3fa17603b0 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= rosegarden -PORTVERSION= 12.12.25 +PORTVERSION= 13.02 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= pawel@FreeBSD.org COMMENT= General purpose music editor and sequencer suite diff --git a/audio/rosegarden/distinfo b/audio/rosegarden/distinfo index 8f9f9ddd904b..f30abf77f8ca 100644 --- a/audio/rosegarden/distinfo +++ b/audio/rosegarden/distinfo @@ -1,2 +1,2 @@ -SHA256 (rosegarden-12.12.25.tar.bz2) = f4efc73428ceae484c3833ea0d9666338870410afade311a0b6d06a8481b87ee -SIZE (rosegarden-12.12.25.tar.bz2) = 6049336 +SHA256 (rosegarden-13.02.tar.bz2) = b2bf1ee6c9fe0af9ca84ba0729c67453ba1070365473c2266cc61c84aa7da18c +SIZE (rosegarden-13.02.tar.bz2) = 6060650 |