From 99e3f6eb0d1473d0e954f1b6d52c6eddc75199ae Mon Sep 17 00:00:00 2001 From: Yves Martin Date: Sat, 18 Jan 2020 20:32:47 +0100 Subject: [PATCH] comskip: update to 0.82.010 - republish chromaprint for latest ffmpeg --- cross/comskip/Makefile | 4 ++-- cross/comskip/digests | 6 +++--- spk/chromaprint/Makefile | 4 ++-- spk/comskip/Makefile | 6 +++--- spk/ffmpeg/Makefile | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cross/comskip/Makefile b/cross/comskip/Makefile index 1f0748740f1..e736f5b421f 100755 --- a/cross/comskip/Makefile +++ b/cross/comskip/Makefile @@ -1,8 +1,8 @@ PKG_NAME = comskip -PKG_VERS = 0.82.003 +PKG_VERS = 0.82.010 PKG_EXT = tar.gz PKG_DOWNLOAD_METHOD = git -PKG_GIT_HASH = 6030aa0d3b589161ec96c6c986c48aa826fb9f72 +PKG_GIT_HASH = 84fcd7388394c95fc8a7e558642bbadb43134507 PKG_DIST_SITE = https://github.com/erikkaashoek/Comskip.git PKG_DIST_FILE = $(PKG_NAME)-git$(PKG_GIT_HASH).$(PKG_EXT) PKG_DIR = $(PKG_NAME)-git$(PKG_GIT_HASH) diff --git a/cross/comskip/digests b/cross/comskip/digests index 8ee940ff6da..11829cdc261 100644 --- a/cross/comskip/digests +++ b/cross/comskip/digests @@ -1,3 +1,3 @@ -comskip-git6030aa0d3b589161ec96c6c986c48aa826fb9f72.tar.gz SHA1 1d48595dbc46be8476faf81dddb9850783cb4aab -comskip-git6030aa0d3b589161ec96c6c986c48aa826fb9f72.tar.gz SHA256 1946f73d9206e65153a88082ad2bb5880cfca14e1295f073ca4744304310ebf3 -comskip-git6030aa0d3b589161ec96c6c986c48aa826fb9f72.tar.gz MD5 95cb32b5d137f8e0f6de6be98219f2cf +comskip-git84fcd7388394c95fc8a7e558642bbadb43134507.tar.gz SHA1 78d558759e30a8d220d1fbe2554a8d35de9357bb +comskip-git84fcd7388394c95fc8a7e558642bbadb43134507.tar.gz SHA256 c621712e6451ce1c5a988f7fed597a24c355b4cd246efa0ebb0aa03b6f727910 +comskip-git84fcd7388394c95fc8a7e558642bbadb43134507.tar.gz MD5 dd247f264a6a5bbad31313f299be1fec diff --git a/spk/chromaprint/Makefile b/spk/chromaprint/Makefile index aaa7d4eabae..bdb429f57fd 100644 --- a/spk/chromaprint/Makefile +++ b/spk/chromaprint/Makefile @@ -1,6 +1,6 @@ SPK_NAME = chromaprint SPK_VERS = 1.4.3 -SPK_REV = 7 +SPK_REV = 8 SPK_ICON = src/chromaprint.png DEPENDS = cross/$(SPK_NAME) @@ -22,7 +22,7 @@ export FFMPEG_DIR = $(shell pwd)/../ffmpeg/work-$(ARCH)-$(TCVERSION)/install/var ifneq ($(wildcard $(FFMPEG_DIR)),) PRE_DEPEND_TARGET = chromaprint_pre_depend -SPK_DEPENDS = "ffmpeg>4.1" +SPK_DEPENDS = "ffmpeg>4.2" endif include ../../mk/spksrc.spk.mk diff --git a/spk/comskip/Makefile b/spk/comskip/Makefile index 740ca85ce1a..9a34de7a5ba 100755 --- a/spk/comskip/Makefile +++ b/spk/comskip/Makefile @@ -1,6 +1,6 @@ SPK_NAME = comskip -SPK_VERS = 0.82.003 -SPK_REV = 2 +SPK_VERS = 0.82.010 +SPK_REV = 3 SPK_ICON = src/comskip.png REQUIRED_DSM = 5.2 @@ -30,7 +30,7 @@ export FFMPEG_DIR = $(shell pwd)/../ffmpeg/work-$(ARCH)-$(TCVERSION)/install/var ifneq ($(wildcard $(FFMPEG_DIR)),) PRE_DEPEND_TARGET = comskip_pre_depend -SPK_DEPENDS = "ffmpeg>4.1" +SPK_DEPENDS = "ffmpeg>4.2" endif include ../../mk/spksrc.spk.mk diff --git a/spk/ffmpeg/Makefile b/spk/ffmpeg/Makefile index 366cb1647bc..4ee84161bf3 100644 --- a/spk/ffmpeg/Makefile +++ b/spk/ffmpeg/Makefile @@ -1,6 +1,6 @@ SPK_NAME = ffmpeg SPK_VERS = 4.2.1 -SPK_REV = 22 +SPK_REV = 23 SPK_ICON = src/ffmpeg.png CHANGELOG = "1. Update ffmpeg to 4.2.1
2. Add AOMedia Video 1 (AV1) for ARMv7, ARMv8 and x86 platforms
3. apparmor permission denied fix
4. Port Synology FFMPEG 3.3.7 changes and fixes for VideoStation and MediaServer
5. Enable Synology -hls_seek_time option
6. Enable Fraunhofer FDK AAC
7. Fix persmission for VAAPI access
7. Compiler workaround for DTS-HD MA stream decoding
8. Update VAAPI toolstack
9. Add x264profile option
10. Add Intel Quick Sync support"