Skip to content

Commit

Permalink
comskip: update to 0.82.010
Browse files Browse the repository at this point in the history
- republish chromaprint for latest ffmpeg
  • Loading branch information
ymartin59 committed Jan 19, 2020
1 parent 1a243ef commit 99e3f6e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cross/comskip/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions cross/comskip/digests
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions spk/chromaprint/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions spk/comskip/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spk/ffmpeg/Makefile
Original file line number Diff line number Diff line change
@@ -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<br/>2. Add AOMedia Video 1 (AV1) for ARMv7, ARMv8 and x86 platforms<br/>3. apparmor permission denied fix<br/>4. Port Synology FFMPEG 3.3.7 changes and fixes for VideoStation and MediaServer<br/>5. Enable Synology -hls_seek_time option<br/>6. Enable Fraunhofer FDK AAC<br/>7. Fix persmission for VAAPI access<br/>7. Compiler workaround for DTS-HD MA stream decoding<br/>8. Update VAAPI toolstack<br/>9. Add x264profile option<br/>10. Add Intel Quick Sync support"

Expand Down

0 comments on commit 99e3f6e

Please sign in to comment.