svn commit: r394394 - in head/multimedia/lives: . files
Pawel Pekala
pawel at FreeBSD.org
Sun Aug 16 08:53:58 UTC 2015
Author: pawel
Date: Sun Aug 16 08:53:57 2015
New Revision: 394394
URL: https://svnweb.freebsd.org/changeset/ports/394394
Log:
- Update to version 2.4.1
- Remove upstreamed patches
Changelog:
General compilation fixes.
Compilation fixes for libav.
Minor fixes for BSD compilation.
Minor fix for initialisation of "alien_overlay" effect.
Fix image file previews within File Open dialog (regression).
Deleted:
head/multimedia/lives/files/
Modified:
head/multimedia/lives/Makefile
head/multimedia/lives/distinfo
Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile Sun Aug 16 08:51:04 2015 (r394393)
+++ head/multimedia/lives/Makefile Sun Aug 16 08:53:57 2015 (r394394)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lives
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
@@ -89,10 +89,6 @@ post-patch:
${WRKSRC}/lives-plugins/weed-plugins/Makefile.in
@${REINPLACE_CMD} -e 's|/usr/local/lib/|${LOCALBASE}/lib/|g' \
${WRKSRC}/lives-plugins/weed-plugins/frei0r.c
- @${REINPLACE_CMD} 's|/bin/touch|/usr/bin/touch|g' \
- ${WRKSRC}/src/callbacks.c \
- ${WRKSRC}/src/saveplay.c \
- ${WRKSRC}/src/utils.c
@${REINPLACE_CMD} '/cp -rf/ s|data/|data|g; /cp -rf/ s|icons/|icons|g' \
${WRKSRC}/lives-plugins/weed-plugins/cairo/Makefile.in \
${WRKSRC}/lives-plugins/weed-plugins/Makefile.in
Modified: head/multimedia/lives/distinfo
==============================================================================
--- head/multimedia/lives/distinfo Sun Aug 16 08:51:04 2015 (r394393)
+++ head/multimedia/lives/distinfo Sun Aug 16 08:53:57 2015 (r394394)
@@ -1,2 +1,2 @@
-SHA256 (lives-2.4.0.tar.bz2) = c7f48599169c330577e4fea7934796f2feac22bb2fff90b864d3088a4f6fe44d
-SIZE (lives-2.4.0.tar.bz2) = 3751082
+SHA256 (lives-2.4.1.tar.bz2) = 7c4d9f9a440680d622290c7d2d9d1b99942f581a08ff98b13d3ff4e48c45c2b1
+SIZE (lives-2.4.1.tar.bz2) = 3757937
More information about the svn-ports-head
mailing list