svn commit: r312514 - head/audio/rosegarden
Pawel Pekala
pawel at FreeBSD.org
Mon Feb 18 17:48:30 UTC 2013
Author: pawel
Date: Mon Feb 18 17:48:29 2013
New Revision: 312514
URL: http://svnweb.freebsd.org/changeset/ports/312514
Log:
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."
Modified:
head/audio/rosegarden/Makefile
head/audio/rosegarden/distinfo
Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile Mon Feb 18 16:21:01 2013 (r312513)
+++ head/audio/rosegarden/Makefile Mon Feb 18 17:48:29 2013 (r312514)
@@ -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 at FreeBSD.org
COMMENT= General purpose music editor and sequencer suite
Modified: head/audio/rosegarden/distinfo
==============================================================================
--- head/audio/rosegarden/distinfo Mon Feb 18 16:21:01 2013 (r312513)
+++ head/audio/rosegarden/distinfo Mon Feb 18 17:48:29 2013 (r312514)
@@ -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
More information about the svn-ports-head
mailing list