aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2016-02-05 04:58:53 +0800
committerpawel <pawel@FreeBSD.org>2016-02-05 04:58:53 +0800
commit12f972116b2ac8f5541dd78af6a9a889a0687ba2 (patch)
treea6b6b616a8065c664586ef6a0cc83471bd3349fd
parentfbcdbe796964e7404de882a2ca534e74d388a44c (diff)
downloadfreebsd-ports-gnome-12f972116b2ac8f5541dd78af6a9a889a0687ba2.tar.gz
freebsd-ports-gnome-12f972116b2ac8f5541dd78af6a9a889a0687ba2.tar.zst
freebsd-ports-gnome-12f972116b2ac8f5541dd78af6a9a889a0687ba2.zip
Update to version 2.6.0
ChangeLog ---------------- Fix crash when applying rendered effects to virtual clips. Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder. Fix memory leak in new style gdkpixbuf converter. Fix frame seek bug in avformat decoder with non-zero start time. Autoscroll "Show details" when encoding. Work around a gtk+ crash bug in GtkTextView with lots of text. Show missing libraries in ffmpeg_encoder. Show time remaining estimate for encoding for most encoder formats. OK / Cancel in the file chooser should immediately cancel any preview (regression). Add "Use current clip values" button when entering multitrack. Fix memory leak in pulseaudio input analysis. Minor GUI improvements.
-rw-r--r--multimedia/lives/Makefile5
-rw-r--r--multimedia/lives/distinfo4
2 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index 1dc363d54ef1..421b784fc46c 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lives
-PORTVERSION= 2.4.8
+PORTVERSION= 2.6.0
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
@@ -88,6 +88,9 @@ post-patch:
@${REINPLACE_CMD} '/selectRandom/d' \
${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp
+pre-build-NLS-on:
+ @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po)
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/multimedia/lives/distinfo b/multimedia/lives/distinfo
index 53fe9b6a936f..5baab844a58c 100644
--- a/multimedia/lives/distinfo
+++ b/multimedia/lives/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lives-2.4.8.tar.bz2) = 6c9c0b1bc833290a3730bafbb379ab9ee7d9728053ad9cc74bc86638ba1a8a60
-SIZE (lives-2.4.8.tar.bz2) = 3780759
+SHA256 (lives-2.6.0.tar.bz2) = 24ddb744434f53653df9275bf30e27beacaf71682e6cc2c31444c06a3e1970bc
+SIZE (lives-2.6.0.tar.bz2) = 3785980