svn commit: r461498 - in head/multimedia: l-smash vapoursynth-l-smash-works x264

Jan Beich jbeich at FreeBSD.org
Sun Feb 11 12:48:55 UTC 2018


Author: jbeich
Date: Sun Feb 11 12:48:53 2018
New Revision: 461498
URL: https://svnweb.freebsd.org/changeset/ports/461498

Log:
  multimedia/l-smash: update to 2.14.5
  
  Changes:	https://github.com/l-smash/l-smash/compare/v2.9.1...v2.14.5
  ABI:		https://people.freebsd.org/~jbeich/compat_reports/l-smash/2.9.1_to_2.14.5/compat_report.html

Modified:
  head/multimedia/l-smash/Makefile   (contents, props changed)
  head/multimedia/l-smash/distinfo   (contents, props changed)
  head/multimedia/vapoursynth-l-smash-works/Makefile   (contents, props changed)
  head/multimedia/x264/Makefile   (contents, props changed)

Modified: head/multimedia/l-smash/Makefile
==============================================================================
--- head/multimedia/l-smash/Makefile	Sun Feb 11 12:36:12 2018	(r461497)
+++ head/multimedia/l-smash/Makefile	Sun Feb 11 12:48:53 2018	(r461498)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	l-smash
-PORTVERSION=	2.9.1
+PORTVERSION=	2.14.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	multimedia
 
@@ -27,6 +27,7 @@ USE_LDCONFIG=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-Os //; /=.*-fexcess-precision/d' \
+		-e '/sed/{s/-i/& ""/; s/i \\/&\\"$$'"'\\\n'"'"/; s/%"/&$$'"'\\\012'"'/;}' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/SHARED/,/^$$/ { /STRIP/s/-x //; }' \
 		${WRKSRC}/${MAKEFILE}

Modified: head/multimedia/l-smash/distinfo
==============================================================================
--- head/multimedia/l-smash/distinfo	Sun Feb 11 12:36:12 2018	(r461497)
+++ head/multimedia/l-smash/distinfo	Sun Feb 11 12:48:53 2018	(r461498)
@@ -1,2 +1,3 @@
-SHA256 (l-smash-l-smash-v2.9.1_GH0.tar.gz) = 17f24fc8bffba753f8c628f1732fc3581b80362341274747ef6fb96af1cac45c
-SIZE (l-smash-l-smash-v2.9.1_GH0.tar.gz) = 450834
+TIMESTAMP = 1518307696
+SHA256 (l-smash-l-smash-v2.14.5_GH0.tar.gz) = e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935
+SIZE (l-smash-l-smash-v2.14.5_GH0.tar.gz) = 465037

Modified: head/multimedia/vapoursynth-l-smash-works/Makefile
==============================================================================
--- head/multimedia/vapoursynth-l-smash-works/Makefile	Sun Feb 11 12:36:12 2018	(r461497)
+++ head/multimedia/vapoursynth-l-smash-works/Makefile	Sun Feb 11 12:48:53 2018	(r461498)
@@ -3,7 +3,7 @@
 PORTNAME=	l-smash-works
 DISTVERSION=	0.0-929 # git rev-list --count HEAD
 DISTVERSIONSUFFIX=	-gfba174b
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 PKGNAMEPREFIX=	vapoursynth-
 

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Sun Feb 11 12:36:12 2018	(r461497)
+++ head/multimedia/x264/Makefile	Sun Feb 11 12:48:53 2018	(r461498)
@@ -19,7 +19,7 @@
 
 PORTNAME=	x264
 PORTVERSION=	0.${X264_BUILD}.${X264_REV}
-PORTREVISION?=	0 # 0 in libx264
+PORTREVISION?=	1 # 0 in libx264
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \
 		http://samples.mplayerhq.hu/yuv4mpeg2/:pgo


More information about the svn-ports-head mailing list