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

[TEST] tvheadend: Testing fix to remove audio abuffersink options with ffmpeg7 #6265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions cross/tvheadend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ PKG_NAME = tvheadend
PKG_VERS = 4.3
PKG_EXT = tar.gz
# no official release since v4.2.8 (Jan 12, 2019)
# git hash from Sept 28th 2024
PKG_GIT_HASH = 28de5c092c657ffbbffa422c2ca3c07ba513c567
# git hash from ffmpeg7 fix test branch
# https://github.com/tvheadend/tvheadend/pull/1772
PKG_GIT_HASH = e2506bfa8b452ccf3eefac43a09612defa44e3b7
PKG_DIST_NAME = $(PKG_GIT_HASH).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/tvheadend/tvheadend/archive
PKG_DIST_FILE = $(PKG_NAME)-git$(PKG_GIT_HASH).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/tvheadend/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tvheadend-git28de5c092c657ffbbffa422c2ca3c07ba513c567.tar.gz SHA1 613005d7a090f47195681c1e7832d88ab24157c4
tvheadend-git28de5c092c657ffbbffa422c2ca3c07ba513c567.tar.gz SHA256 169fad177ad3b81580c6865330e3ccb1b9fa37442d6a79e2fd4ba3415af6fde2
tvheadend-git28de5c092c657ffbbffa422c2ca3c07ba513c567.tar.gz MD5 ebf507be95fb771e07c5a2ba40120b08
tvheadend-gite2506bfa8b452ccf3eefac43a09612defa44e3b7.tar.gz SHA1 117902befa712e9359e4d89ec4a605422c0cb5e2
tvheadend-gite2506bfa8b452ccf3eefac43a09612defa44e3b7.tar.gz SHA256 abd860d991d9e7ea91a9ae2948c8a028057c0077a3417593bf37ae61dc80d6ba
tvheadend-gite2506bfa8b452ccf3eefac43a09612defa44e3b7.tar.gz MD5 9696024564eec1c4428b2bd217fec531
8 changes: 4 additions & 4 deletions spk/tvheadend/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SPK_NAME = tvheadend
SPK_SHORT_VERS = 4.3
SPK_GIT_HASH = 28de5c0
SPK_GIT_DATE = 20240928
SPK_GIT_HASH = e2506bf
SPK_GIT_DATE = 20241007
SPK_VERS = $(SPK_SHORT_VERS).$(SPK_GIT_DATE)
TVH_VERS = $(SPK_SHORT_VERS)~$(SPK_GIT_HASH)
SPK_REV = 39
SPK_REV = 40
SPK_ICON = src/tvheadend.png
DSM_UI_DIR = app

Expand Down Expand Up @@ -34,7 +34,7 @@ DESCRIPTION = Tvheadend is a TV streaming server and recorder for Linux, FreeBSD
DESCRIPTION_FRE = Tvheadend est un serveur de streaming et enregistreur TV pour Linux, FreeBSD et Android prenant en charge DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT IP et HDHomeRun comme sources d\'entrée. Tvheadend offre le streaming HTTP, HTSP et SAT IP.
DISPLAY_NAME = Tvheadend
STARTABLE = yes
CHANGELOG = "1. Update to latest git version 55404da as of Sept. 20th 2024<br/>2. Update to FFMPEG 7.0.2"
CHANGELOG = "1. Update to latest git version 55404da as of Sept. 20th 2024<br/>2. Update to FFMPEG 7.0.2</br>3. Testing remove audio abuffersink options with ffmpeg7 \(\#1772\)"
HOMEPAGE = https://tvheadend.org/
LICENSE = GPL v3

Expand Down