pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q4] pkgsrc/multimedia/mpv
Module Name: pkgsrc
Committed By: spz
Date: Sat Feb 24 22:44:53 UTC 2018
Modified Files:
pkgsrc/multimedia/mpv [pkgsrc-2017Q4]: Makefile distinfo
Log Message:
Pullup ticket #5702 - requested by khorben and leot
multimedia/mpv: security update
Revisions pulled up:
- multimedia/mpv/Makefile 1.64-1.66
- multimedia/mpv/distinfo 1.39-1.40
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: khorben
Date: Fri Feb 2 16:46:49 UTC 2018
Modified Files:
pkgsrc/multimedia/mpv: Makefile
Log Message:
Enable dvdnav and dvdread, add ICC profile support in mpv
This change:
- properly enables dvdnav and dvdread support by passing
--enable-dvd{nav,read} via WAF_CONFIGURE_ARGS; they had both remained
disabled so far in spite of the inclusion of their buildlink3.mk files.
- adds a dependency on lcms2 to allow loading ICC profiles;
- bumps PKGREVISION.
LGTM leot@
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/mpv/Makefile
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: leot
Date: Sun Feb 11 11:15:59 UTC 2018
Modified Files:
pkgsrc/multimedia/mpv: Makefile distinfo
Removed Files:
pkgsrc/multimedia/mpv/patches: patch-player_lua_ytdl__hook.lua
Log Message:
mpv: Update multimedia/mpv to 0.27.1
pkgsrc changes:
- Remove patches/patch-player_lua_ytdl__hook.lua, no longer needed because it
is present since 0.27.1 and 0.28.1 mpv releases
Changes:
0.27.1
=This releaes fixes CVE-2018-6360.
Fixes and Minor Enhancements
----------------------------
- ytdl_hook: whitelist protocols from urls retrieved from youtube-dl (#5456)
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/mpv/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/multimedia/mpv/patches/patch-player_lua_ytdl__hook.lua
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: leot
Date: Wed Feb 14 11:41:00 UTC 2018
Modified Files:
pkgsrc/multimedia/mpv: Makefile distinfo
Log Message:
mpv: Update multimedia/mpv to 0.27.2
Changes:
0.27.2
=This release contains an additional fix for CVE-2018-6360.
Fixes and Minor Enhancements
----------------------------
- ytdl_hook: whitelist subtitle URLs as well (#5456)
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/mpv/distinfo
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.61.2.1 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.37 -r1.37.6.1 pkgsrc/multimedia/mpv/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.61 pkgsrc/multimedia/mpv/Makefile:1.61.2.1
--- pkgsrc/multimedia/mpv/Makefile:1.61 Sun Nov 26 13:57:08 2017
+++ pkgsrc/multimedia/mpv/Makefile Sat Feb 24 22:44:53 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2017/11/26 13:57:08 leot Exp $
+# $NetBSD: Makefile,v 1.61.2.1 2018/02/24 22:44:53 spz Exp $
-DISTNAME= mpv-0.27.0
+DISTNAME= mpv-0.27.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -20,6 +20,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>
BUILD_DEPENDS+= waf>=1.8.12:../../devel/waf
WAF_CONFIGURE_ARGS+= --bindir=${PREFIX}/bin
+WAF_CONFIGURE_ARGS+= --enable-dvdnav
+WAF_CONFIGURE_ARGS+= --enable-dvdread
PYTHON_FOR_BUILD_ONLY= yes
@@ -61,6 +63,7 @@ post-install:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/waf/waf.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../multimedia/libdvdnav/buildlink3.mk"
.include "../../multimedia/libdvdread/buildlink3.mk"
Index: pkgsrc/multimedia/mpv/distinfo
diff -u pkgsrc/multimedia/mpv/distinfo:1.37 pkgsrc/multimedia/mpv/distinfo:1.37.6.1
--- pkgsrc/multimedia/mpv/distinfo:1.37 Wed Sep 13 10:35:58 2017
+++ pkgsrc/multimedia/mpv/distinfo Sat Feb 24 22:44:53 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2017/09/13 10:35:58 leot Exp $
+$NetBSD: distinfo,v 1.37.6.1 2018/02/24 22:44:53 spz Exp $
-SHA1 (mpv-0.27.0.tar.gz) = d4bddb88cf7a112a295a130a091181acbe25605b
-RMD160 (mpv-0.27.0.tar.gz) = d2edbdfdc6fdf3a0c210536ac3966e99113c83ad
-SHA512 (mpv-0.27.0.tar.gz) = 22738f907d84d362095773972f685e3b03ab4c8172a22ddede290fc221a83ab9135b96f8b18191dabe842b2963f68983929cf065097287fc1a054a7d5f1d0ae4
-Size (mpv-0.27.0.tar.gz) = 2956816 bytes
+SHA1 (mpv-0.27.2.tar.gz) = 764e23136ccec9dc8743f2c63b3d5fbd8a1bf427
+RMD160 (mpv-0.27.2.tar.gz) = f2bc9cf541e0bb4e759f7c3117a4cf1979cf241f
+SHA512 (mpv-0.27.2.tar.gz) = bf74a150b3732b8c233362e0902c54f85fbea9ca1765a2a8f946a6eecd9b37a72ede36a36d0dd98a770539c4f81fe24c8ce26be9db7cd6eddd8514a8f82d9cda
+Size (mpv-0.27.2.tar.gz) = 2957191 bytes
SHA1 (patch-audio_out_ao__oss.c) = d7f3a75ab43efe396ce536fb54e6207a7ded3510
SHA1 (patch-player_main.c) = 842432e448526a9d170e7efd2b01276e36072e16
Home |
Main Index |
Thread Index |
Old Index