1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to version 13.06

- Remove MAKE_JOBS_SAFE, now it's default
- Set compiler not preprocessor flags

The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage
by almost 50% when recording MIDI.  Rosegarden has been plagued with
MIDI recording problems for most of its history, and this improvement is
huge.  While Ted worked on stabilization, Tom Breton made significant
improvements in a variety of areas.  (See new features enumerated below.)

This release should be significantly more stable than recent versions,
and we encourage all users to give this improved version a try.
This commit is contained in:
Pawel Pekala 2013-07-22 19:09:16 +00:00
parent c4e384bc76
commit cb8674c0c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323494
2 changed files with 4 additions and 6 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rosegarden
PORTVERSION= 13.04
PORTREVISION= 2
PORTVERSION= 13.06
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
@ -27,10 +26,9 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR}
USE_QT4= gui network xml rcc_build moc_build uic_build linguist_build
MAKE_JOBS_SAFE= yes
INSTALLS_ICONS= yes
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rosegarden-13.04.tar.bz2) = 4d8dabb08a7b807cad46d64d808752a82e26dc6d0144e5849392c51421936c7d
SIZE (rosegarden-13.04.tar.bz2) = 5858085
SHA256 (rosegarden-13.06.tar.bz2) = d21777da4e17242502eff464a1c620f7c5672272733899da21e3e4a38f8e2d15
SIZE (rosegarden-13.06.tar.bz2) = 6246199