Date: Sat, 6 Jul 2019 11:54:31 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505979 - in head/multimedia: mencoder mplayer Message-ID: <201907061154.x66BsVaI097587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Jul 6 11:54:30 2019 New Revision: 505979 URL: https://svnweb.freebsd.org/changeset/ports/505979 Log: Update to recent snapshot as of 20190706 Details: - Upstream fix for possible subtitle corruption during play - Upstream fix to allow SSE2 aligned loads on subtitle data MFH: 2019Q3 (with hat: ports-secteam) Modified: head/multimedia/mencoder/distinfo head/multimedia/mplayer/Makefile.common head/multimedia/mplayer/distinfo Modified: head/multimedia/mencoder/distinfo ============================================================================== --- head/multimedia/mencoder/distinfo Sat Jul 6 11:29:22 2019 (r505978) +++ head/multimedia/mencoder/distinfo Sat Jul 6 11:54:30 2019 (r505979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561810492 -SHA256 (mplayer-1.4.0.20190629.tar.xz) = 5cbc69dab01e8a697bb82709c942d4607ae230d317f8ac3759974377fe8db89c -SIZE (mplayer-1.4.0.20190629.tar.xz) = 5186648 +TIMESTAMP = 1562408261 +SHA256 (mplayer-1.4.0.20190706.tar.xz) = c33f9f232ee7761f7a566ece33933306e0560a8ce027345c58e191bcf3bbec04 +SIZE (mplayer-1.4.0.20190706.tar.xz) = 5187360 Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Sat Jul 6 11:29:22 2019 (r505978) +++ head/multimedia/mplayer/Makefile.common Sat Jul 6 11:54:30 2019 (r505979) @@ -5,7 +5,7 @@ # $FreeBSD$ MPLAYER_PORT_VERSION= 1.4.0 -MPLAYER_SNAPSHOT_DATE= 2019-06-29 +MPLAYER_SNAPSHOT_DATE= 2019-07-06 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} @@ -59,9 +59,6 @@ common-post-patch: -e 's|-lncurses|/usr/lib/libncurses.so|' \ -e 's|-liconv|${ICONV_LIB}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} \ - -e 's|_mm_load_si128|_mm_loadu_si128|' \ - ${WRKSRC}/sub/osd_template.c @${FIND} -E ${WRKSRC} -type f \ -iregex ".*(configure|.sh|Makefile)" -print0 | \ ${XARGS} -x -0 -n 10 \ Modified: head/multimedia/mplayer/distinfo ============================================================================== --- head/multimedia/mplayer/distinfo Sat Jul 6 11:29:22 2019 (r505978) +++ head/multimedia/mplayer/distinfo Sat Jul 6 11:54:30 2019 (r505979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561810436 -SHA256 (mplayer-1.4.0.20190629.tar.xz) = 5cbc69dab01e8a697bb82709c942d4607ae230d317f8ac3759974377fe8db89c -SIZE (mplayer-1.4.0.20190629.tar.xz) = 5186648 +TIMESTAMP = 1562408246 +SHA256 (mplayer-1.4.0.20190706.tar.xz) = c33f9f232ee7761f7a566ece33933306e0560a8ce027345c58e191bcf3bbec04 +SIZE (mplayer-1.4.0.20190706.tar.xz) = 5187360
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907061154.x66BsVaI097587>