diff options
author | leot <leot@pkgsrc.org> | 2016-04-13 16:14:01 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-04-13 16:14:01 +0000 |
commit | c82e7294e7814eabd0ad03d97ba2cd386fe66d63 (patch) | |
tree | 59ff37641a3523f9a2292f2e864826908c86b4e9 /multimedia | |
parent | 37a3a61ceaff4c4b5f9158b5ea3ff95ec9b42dc1 (diff) | |
download | pkgsrc-c82e7294e7814eabd0ad03d97ba2cd386fe66d63.tar.gz |
Update multimedia/mpv to 0.17.0.
Changes:
Release 0.17.0
==============
Note: The client API examples have moved to https://github.com/mpv-player/mpv-examples
Build System Changes
--------------------
- install symbolic SVG icon
- build: allow plain-gl build on OSX (#2980)
- build: disable encoding mode by default (uses deprecated FFmpeg APIs)
Features
--------
New
~~~
- csputils: add DCI-P3 colorspace
- d3d11va hwdec
- demux: add null demuxer
- ipc: add Windows implementation with named pipes
- mediacodec decoder hwdec wrapper
- vo_opengl: add dxva2 interop to angle backend
- vo_opengl: generate 3DLUT against source and use full BT.1886 (#2815)
Options and Commands
--------------------
Added
~~~~~
- command: add cache-speed property
- command: add keepaspect property
- command: add video-stereo-mode property (#2994)
- command: export canonical ffmpeg version identifier (ffmpeg-version)
- command: export lists of all codecs (decoder-list and encoder-list)
- osd: add italic font for osd (#3031)
Changed
~~~~~~~
- aspect: make video-zoom logarithmic (#3004)
- command: export more information under track-list
- ipc: rename --input-unix-socket to --input-ipc-server
- vo_opengl: decrease default superxbr-edge-strength
- vo_opengl: rename prescale to prescale-luma
Fixes and Minor Enhancements
----------------------------
- TOOLS/zsh.pl: don't complete URLs by default unless no files match (#2892)
- ad_lavc, vd_lavc: support new Libav decoding API
- cache: disable useless "Cache is not responding" warning (#3019)
- demux: delay bitrate calculation on packets with unknown timestamps (#2903)
- demux_timeline: set correct seekable flags (#2898)
- input: accept plain text for drag and drop (#2945)
- input: do not force double-click emulation for artificial commands (#2899)
- lavc_conv: fix Libav srt subtitles (#2888)
- player: add missing audio reconfig events (#2929, #2920)
- player: add wv to list of external audio file extensions
- player: fix --stream-dump exit code (#2848)
- player: fix breakage when combining 3D and rotate auto-filters
- playlist: improve shuffle algorithm (better uniformity)
- sub: interpret "text" subtitles as srt
- vo_opengl, osd: allow osc.lua to react faster on resizes
- vo_opengl: GLX: try to create 3.3 core profile context (#2938)
- vo_opengl: draw transparency checkerboard after upscaling
- vo_opengl: fix operation without GL_ARB_texture_rg
- vo_opengl: improve superxbr algorithm
- vo_opengl: only open one OpenGL/DX interop handle when using dxva2 (fixes interop with AMD drivers)
- wayland: don't set fs mode on every configure (#2817)
- x11: do not set _NET_WM_BYPASS_COMPOSITOR by default (#2997)
- ytdl_hook: handle optional format_note
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 11 | ||||
-rw-r--r-- | multimedia/mpv/PLIST | 4 | ||||
-rw-r--r-- | multimedia/mpv/distinfo | 10 |
3 files changed, 9 insertions, 16 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index ea3f59f9d85..1814bc94f51 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/03/02 21:30:19 leot Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/13 16:14:01 leot Exp $ -DISTNAME= mpv-0.16.0 +DISTNAME= mpv-0.17.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -21,10 +21,6 @@ PYTHON_FOR_BUILD_ONLY= yes USE_TOOLS+= perl pkg-config -MAKE_DIRS= ${PKG_SYSCONFDIR}/mpv -INSTALLATION_DIRS= share/examples/mpv -CONF_FILES+= share/examples/mpv/encoding-profiles.conf ${PKG_SYSCONFDIR}/mpv/encoding-profiles.conf - SUBST_CLASSES+= audio SUBST_SED.audio+= -e "s,/dev/dsp,${DEVOSSAUDIO}," SUBST_FILES.audio+= stream/audio_in.c waftools/checks/custom.py wscript @@ -37,9 +33,6 @@ SUBST_FILES.docutils+= wscript SUBST_STAGE.docutils= pre-configure SUBST_MESSAGE.docutils= Fix docutils command names. -post-install: - cd ${DESTDIR}${PREFIX} && ${MV} etc/mpv/encoding-profiles.conf share/examples/mpv - .include "options.mk" .include "../../mk/bsd.prefs.mk" diff --git a/multimedia/mpv/PLIST b/multimedia/mpv/PLIST index 341a7dbdfa5..4dae0c0b41a 100644 --- a/multimedia/mpv/PLIST +++ b/multimedia/mpv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/01/20 22:22:18 leot Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/04/13 16:14:01 leot Exp $ bin/mpv man/man1/mpv.1 share/applications/mpv.desktop @@ -6,8 +6,8 @@ share/doc/mpv/input.conf share/doc/mpv/mplayer-input.conf share/doc/mpv/mpv.conf share/doc/mpv/restore-old-bindings.conf -share/examples/mpv/encoding-profiles.conf share/icons/hicolor/16x16/apps/mpv.png share/icons/hicolor/32x32/apps/mpv.png share/icons/hicolor/64x64/apps/mpv.png share/icons/hicolor/scalable/apps/mpv.svg +share/icons/hicolor/symbolic/apps/mpv-symbolic.svg diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index b3c4b60f52e..e70d1f515b7 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2016/03/02 21:30:19 leot Exp $ +$NetBSD: distinfo,v 1.22 2016/04/13 16:14:01 leot Exp $ -SHA1 (mpv-0.16.0.tar.gz) = 9cf153b9f398d231ae625a857bfe685a92ad9b9c -RMD160 (mpv-0.16.0.tar.gz) = f3b8aa0efa03f262fe18579458ab6464a70d7d0b -SHA512 (mpv-0.16.0.tar.gz) = d328dba2cc68bd3ae2e14bfcf2b4f69f076691bb40db77036e716f783d7683fde668b652829106661dfeea46d66b4a7ad61b58610411b69bd5265adea4f20bd6 -Size (mpv-0.16.0.tar.gz) = 2877026 bytes +SHA1 (mpv-0.17.0.tar.gz) = d1423746132ee2e879b59af2667c7678549f6778 +RMD160 (mpv-0.17.0.tar.gz) = 8a6962d91a29121bf965bc6fbe74cc0944c8bd63 +SHA512 (mpv-0.17.0.tar.gz) = fb79738a16dbc12b60199a68836aca121a800958af4eaf6c2bdf1114bde36c156bafc232e814045a16fd738d2de1e2d8392bc98507961e5a73fa692e270dc7a2 +Size (mpv-0.17.0.tar.gz) = 2882629 bytes |