diff options
author | riggs <riggs@FreeBSD.org> | 2017-04-16 22:51:14 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-04-16 22:51:14 +0800 |
commit | 3702f203433dd4981e8f1c3419fa1109bdf084ee (patch) | |
tree | 68ff177253ffa2a57309efcd135043a35cf107c3 /multimedia | |
parent | 5bbcd15ec63c2812e90f164ec37535b4e0dd0bc4 (diff) | |
download | freebsd-ports-gnome-3702f203433dd4981e8f1c3419fa1109bdf084ee.tar.gz freebsd-ports-gnome-3702f203433dd4981e8f1c3419fa1109bdf084ee.tar.zst freebsd-ports-gnome-3702f203433dd4981e8f1c3419fa1109bdf084ee.zip |
Update to upstream snapshot as of 2017-04-15
Details:
- Update to upstream snapshot as of 2017-04-15
- Fix stage-qa in mencoder after recent changes to the
aggressiveness of shebangfix:
- Fix TOOLS/vobshift.py erroneously missing from
SHEBANG_FILES
- Add USES=python and PYTHON_NO_DEPENDS
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mencoder/Makefile | 8 | ||||
-rw-r--r-- | multimedia/mencoder/distinfo | 6 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/mplayer/distinfo | 6 |
4 files changed, 13 insertions, 11 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index c2bdabaad599..68cea0093246 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -47,12 +47,14 @@ TOOLFILES= aconvert.sh binary_codecs.sh calcbpp.pl \ subedit.pl subsearch.sh vobshift.py \ w32codec_dl.pl wma2ogg.pl -USES+= alias iconv pkgconfig shebangfix +USES+= alias iconv pkgconfig python shebangfix SHEBANG_FILES= TOOLS/calcbpp.pl TOOLS/checktree.sh TOOLS/countquant.pl \ TOOLS/divx2svcd.sh TOOLS/dvd2divxscript.pl TOOLS/mencvcd.sh \ TOOLS/mphelp_check.py TOOLS/plotpsnr.pl TOOLS/psnr-video.sh \ - TOOLS/qepdvcd.sh TOOLS/subedit.pl TOOLS/w32codec_dl.pl \ - TOOLS/wma2ogg.pl + TOOLS/qepdvcd.sh TOOLS/subedit.pl TOOLS/vobshift.py \ + TOOLS/w32codec_dl.pl TOOLS/wma2ogg.pl + +PYTHON_NO_DEPENDS= yes .include "${.CURDIR}/../mplayer/Makefile.optvars" .include <bsd.port.pre.mk> diff --git a/multimedia/mencoder/distinfo b/multimedia/mencoder/distinfo index ab6115033ee0..2c337127ca4c 100644 --- a/multimedia/mencoder/distinfo +++ b/multimedia/mencoder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482913109 -SHA256 (mplayer-1.3.0.20161228.tar.xz) = 51e7c624ad2db67cd67a6f5ca973fc2509bbcc9310f2e67597011d187f0edbe6 -SIZE (mplayer-1.3.0.20161228.tar.xz) = 5166288 +TIMESTAMP = 1492268117 +SHA256 (mplayer-1.3.0.20170415.tar.xz) = 36aa3cb7b3033ac77f50e7f83f6eb925743da2a492714ff45eef788ee50b5ebe +SIZE (mplayer-1.3.0.20170415.tar.xz) = 5165244 diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index a276b67b10d3..764f2ba4146c 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -5,8 +5,8 @@ # $FreeBSD$ MPLAYER_PORT_VERSION= 1.3.0 -MPLAYER_SNAPSHOT_DATE= 2016-12-28 -PORTREVISION?= 6 +MPLAYER_SNAPSHOT_DATE= 2017-04-15 +PORTREVISION?= 0 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo index 5b0a76d08af2..bb3519deddb4 100644 --- a/multimedia/mplayer/distinfo +++ b/multimedia/mplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482906715 -SHA256 (mplayer-1.3.0.20161228.tar.xz) = 51e7c624ad2db67cd67a6f5ca973fc2509bbcc9310f2e67597011d187f0edbe6 -SIZE (mplayer-1.3.0.20161228.tar.xz) = 5166288 +TIMESTAMP = 1492266977 +SHA256 (mplayer-1.3.0.20170415.tar.xz) = 36aa3cb7b3033ac77f50e7f83f6eb925743da2a492714ff45eef788ee50b5ebe +SIZE (mplayer-1.3.0.20170415.tar.xz) = 5165244 |