Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg+chromaprint+comskip+tvheadend: Version bump for release #4692

Merged
merged 1 commit into from
Jun 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.0
SPK_REV = 14
SPK_REV = 15
SPK_ICON = src/chromaprint.png

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -10,7 +10,7 @@ STARTABLE = no
MAINTAINER = ymartin59
DESCRIPTION = Chromaprint is the core component of the AcoustID project. It\'s a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.
DISPLAY_NAME = Chromaprint
CHANGELOG = "1. Update to ffmpeg 4.3.1"
CHANGELOG = "1. Update to ffmpeg 4.3.2"

HOMEPAGE = https://acoustid.org/chromaprint
LICENSE = LGPL2.1+
Expand Down
4 changes: 2 additions & 2 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.010
SPK_REV = 5
SPK_REV = 6
SPK_ICON = src/comskip.png

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -10,7 +10,7 @@ STARTABLE = no
MAINTAINER = schumi2004
DESCRIPTION = Comskip is a free mpeg commercial detector. Read the wiki on how to use and configure it.
DISPLAY_NAME = Comskip
CHANGELOG = "1. Update to ffmpeg 4.3.1"
CHANGELOG = "1. Update to ffmpeg 4.3.2"

HOMEPAGE = https://www.kaashoek.com/comskip/
LICENSE = LGPL
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.3.2
SPK_REV = 36
SPK_REV = 37
SPK_ICON = src/ffmpeg.png
CHANGELOG = "1. Update to FFMPEG 4.3.2<br/>2. Update Intel libva to version 2.10 and media drivers 2021Q1<br/>3. Multiple depedency updates (libass, SVT-AV1, libaom, x264, libbluray, libvpx)"

Expand Down
4 changes: 2 additions & 2 deletions spk/tvheadend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPK_GIT_HASH = eb59284
SPK_GIT_DATE = 20210612
SPK_VERS = $(SPK_SHORT_VERS).$(SPK_GIT_DATE)
TVH_VERS = $(SPK_SHORT_VERS)~$(SPK_GIT_HASH)
SPK_REV = 28
SPK_REV = 29
SPK_ICON = src/tvheadend.png
DSM_UI_DIR = app

Expand All @@ -22,7 +22,7 @@ DESCRIPTION = Tvheadend is a TV streaming server and recorder for Linux, FreeBSD
RELOAD_UI = yes
DISPLAY_NAME = Tvheadend
STARTABLE = yes
CHANGELOG = "1. Update to latest git version eb59284 as of June 12th 2021<br/>2. Update openssl to 1.1<br/>3. Updated to use FFMPEG 4.3.2<br/>4. Updated libhdhomerun to version 20210224"
CHANGELOG = "1. Update to latest git version eb59284 as of June 12th 2021<br/>2. Update openssl to 1.1<br/>3. Updated to use FFMPEG 4.3.2<br/>4. Updated libhdhomerun to version 20210224<br/>5. Update dtv-scan-tables"
HOMEPAGE = https://tvheadend.org/
LICENSE = GPL v3

Expand Down