diff options
author | pawel <pawel@FreeBSD.org> | 2013-07-23 03:09:16 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-07-23 03:09:16 +0800 |
commit | 390f8c7d418dbda21860104362715f8f351b8edf (patch) | |
tree | cad7c1ccf51c3f8ef1d9a6e0b81c04e8ca2c4178 /audio/rosegarden | |
parent | 27e696d518274ac9d1807d7648912fce55b4f2a5 (diff) | |
download | freebsd-ports-gnome-390f8c7d418dbda21860104362715f8f351b8edf.tar.gz freebsd-ports-gnome-390f8c7d418dbda21860104362715f8f351b8edf.tar.zst freebsd-ports-gnome-390f8c7d418dbda21860104362715f8f351b8edf.zip |
- 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.
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 6 | ||||
-rw-r--r-- | audio/rosegarden/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 8ca0ff98451d..65a55927a911 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -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> diff --git a/audio/rosegarden/distinfo b/audio/rosegarden/distinfo index dc26fe49de1e..ff6995528a86 100644 --- a/audio/rosegarden/distinfo +++ b/audio/rosegarden/distinfo @@ -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 |