pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vlc: Document patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Apr 26 00:09:20 2018 +0200
Changeset:	42f6527de2eb8289ac36613ad1367caa0f38ccd4

Modified Files:
	vlc/distinfo
	vlc/patches/patch-modules_codec_x264.c

Log Message:
vlc: Document patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=42f6527de2eb8289ac36613ad1367caa0f38ccd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vlc/distinfo                           |  2 +-
 vlc/patches/patch-modules_codec_x264.c | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diffs:
diff --git a/vlc/distinfo b/vlc/distinfo
index 959b48c274..20bd7522da 100644
--- a/vlc/distinfo
+++ b/vlc/distinfo
@@ -9,5 +9,5 @@ SHA1 (patch-lib_core.c) = 8ec5557424e6ddc05cc365aacd1ec847d9a94605
 SHA1 (patch-lib_video.c) = 362aaf7977c264bb70a79e98cf18da923ae62e39
 SHA1 (patch-m4_dolt.m4) = a1aac0c1021001a489f9b515e218904e065ed659
 SHA1 (patch-modules_access_http_Makefile.am) = d91904c6cba1a75a6872d042e4fe87ed9ce65a22
-SHA1 (patch-modules_codec_x264.c) = 7bb40e26549af4181f976b00a3895e125aa79494
+SHA1 (patch-modules_codec_x264.c) = 78f1a3ee0eda93e7ea32953d7d6cbb5a9d6f2fbc
 SHA1 (patch-share_Makefile.am) = 380dc4ac4a1a19cd1ccc8219b3d1d3b927585c49
diff --git a/vlc/patches/patch-modules_codec_x264.c b/vlc/patches/patch-modules_codec_x264.c
index 55bb963e52..5bbfc8819c 100644
--- a/vlc/patches/patch-modules_codec_x264.c
+++ b/vlc/patches/patch-modules_codec_x264.c
@@ -1,5 +1,15 @@
 $NetBSD$
 
+Cherry-pick upstream patch:
+
+x264: drop <148 build support and fix 10bit support
+
+Drop old #if as 148 is not that recent anymore.
+
+fixes #19581
+
+https://git.videolan.org/?p=vlc.git;a=commit;h=a8953ba707cca1f2de372ca24513296bcfcdaaa8
+
 --- modules/codec/x264.c.orig	2017-11-29 23:35:29.000000000 +0000
 +++ modules/codec/x264.c
 @@ -84,13 +84,7 @@ static void x264_log( void *, int i_leve


Home | Main Index | Thread Index | Old Index