diff options
author | pawel <pawel@FreeBSD.org> | 2015-09-20 02:32:21 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-09-20 02:32:21 +0800 |
commit | 3794de521c8290f5d20b374a81c213c85069d86a (patch) | |
tree | b7275dcfddd9eb250c0c2689340ca4ce60cea5bd | |
parent | 97a4105eb2c751f89980251f763cd9969d4beff9 (diff) | |
download | freebsd-ports-gnome-3794de521c8290f5d20b374a81c213c85069d86a.tar.gz freebsd-ports-gnome-3794de521c8290f5d20b374a81c213c85069d86a.tar.zst freebsd-ports-gnome-3794de521c8290f5d20b374a81c213c85069d86a.zip |
Update to version 2.4.2
Changelog:
Fix crash after recording with pulseaudio external audio.
Fix possible crash when converting from YUV420 to UYVY / YUYV.
Fix memory issue in audio triggered video generators.
Fix buttons issue in the progress dialog (regression).
Fix occasional hang in shutdown via OSC.
Minor fixes for headless (nogui, noplaywin) modes.
Increase size of debug output window when encoding (Regression).
Fix for compiling without jack.
Fix crash in mask_overlay effect.
Fix some threading problems when running audio and video effects together.
Improve OSC responsiveness during playback.
Fixes for beat_detector, edge, vector_visualiser, and kaleidoscope plugins.
Fix latency issue with pulseaudio external input.
Fix for opening unicap device during playback.
Work around gtk+ bug for clips menu.
Implement OSC commands /audio/mute/set, /audio/mute/get, /audio/volume/set,
/audio/volume/get and /clip/open/unicap.
Fixes / refactoring for firewire grabbing.
Re-enable button icons (via preference) and clean up stock button code.
-rw-r--r-- | multimedia/lives/Makefile | 10 | ||||
-rw-r--r-- | multimedia/lives/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index c05acb40c26f..a7dc2bbb0690 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -96,11 +95,14 @@ post-patch: @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp +pre-build: +.if ${PORT_OPTIONS:MNLS} + @cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po +.endif + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - (cd ${STAGEDIR}${PREFIX}/bin && ${RM} lives && ${LN} -s lives-exe lives) - .if ${PORT_OPTIONS:MDOXYGEN} @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${DOCSDIR:S|${PREFIX}/||}/html \ ! -type d >> ${TMPPLIST}) diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo index 7c3d8b8d8b73..bb4c0d4606a0 100644 --- a/multimedia/lives/distinfo +++ b/multimedia/lives/distinfo @@ -1,2 +1,2 @@ -SHA256 (lives-2.4.1.tar.bz2) = 7c4d9f9a440680d622290c7d2d9d1b99942f581a08ff98b13d3ff4e48c45c2b1 -SIZE (lives-2.4.1.tar.bz2) = 3757937 +SHA256 (lives-2.4.2.tar.bz2) = ccecbcbfc1d4cc1a8b33af8ed405f4dfde908404fab1a36a9a93af20419ed05a +SIZE (lives-2.4.2.tar.bz2) = 3762127 |