aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-09-19 18:32:21 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-09-19 18:32:21 +0000
commit5a7e0d983571204317cf038f5ac917791cd16af2 (patch)
treeb7275dcfddd9eb250c0c2689340ca4ce60cea5bd /multimedia
parent77c24edc61218f503731cae675213dfbbdca419f (diff)
downloadports-5a7e0d983571204317cf038f5ac917791cd16af2.tar.gz
ports-5a7e0d983571204317cf038f5ac917791cd16af2.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.
Notes
Notes: svn path=/head/; revision=397336
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/lives/Makefile10
-rw-r--r--multimedia/lives/distinfo4
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