aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2019-07-06 11:54:30 +0000
committerThomas Zander <riggs@FreeBSD.org>2019-07-06 11:54:30 +0000
commit9a055cc95ba149efc642896586ee3c3d61d6847f (patch)
tree60f6a95e26de8a26053d1f18447bfcab979398fc /multimedia/mplayer
parent4af6977bd211042dfcae6503de277bc5bdb5072f (diff)
downloadports-9a055cc95ba149efc642896586ee3c3d61d6847f.tar.gz
ports-9a055cc95ba149efc642896586ee3c3d61d6847f.zip
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)
Notes
Notes: svn path=/head/; revision=505979
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile.common5
-rw-r--r--multimedia/mplayer/distinfo6
2 files changed, 4 insertions, 7 deletions
diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common
index 3f1b02e02d46..cf9338b7518c 100644
--- a/multimedia/mplayer/Makefile.common
+++ b/multimedia/mplayer/Makefile.common
@@ -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 \
diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo
index 7738bc7613e5..65c6e089cb07 100644
--- a/multimedia/mplayer/distinfo
+++ b/multimedia/mplayer/distinfo
@@ -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