Skip to content

Commit

Permalink
x264: Update to latest commit from official repository (fix SynoCommu…
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 20, 2024
1 parent b51439b commit 0f9f61b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions cross/x264/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
PKG_NAME = x264
PKG_VERS = 20230123-stable
PKG_VERS = 20240512-stable
PKG_EXT = tar.gz
PKG_GIT_HASH = eaa68fad9e5d201d42fde51665f2d137ae96baf0
PKG_DIST_NAME = $(PKG_GIT_HASH).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mirror/x264/archive
PKG_GIT_HASH = 4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1
PKG_DIST_NAME = $(PKG_NAME)-master.$(PKG_EXT)
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_GIT_HASH).$(PKG_EXT)
PKG_DIST_SITE = https://code.videolan.org/videolan/x264/-/archive/$(PKG_GIT_HASH)
PKG_DIST_FILE = $(PKG_NAME)-git$(PKG_GIT_HASH).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_GIT_HASH)

Expand Down
6 changes: 3 additions & 3 deletions cross/x264/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
x264-giteaa68fad9e5d201d42fde51665f2d137ae96baf0.tar.gz SHA1 81919b62a0b3e968435f94c9ee31389e9c65d946
x264-giteaa68fad9e5d201d42fde51665f2d137ae96baf0.tar.gz SHA256 580f07f08af23768074e5346bdf32c77b68b4d4e614f4998ea869b02fc29714d
x264-giteaa68fad9e5d201d42fde51665f2d137ae96baf0.tar.gz MD5 c508aba92938d2f71a733f8a640dd0b8
x264-git4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1.tar.gz SHA1 3f08fefcd8a40a0778fe61890dab7a0452b44f53
x264-git4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1.tar.gz SHA256 44ce79258656d7dbe06165321cb989cc242a66effa308e25d2f0a197b50f8398
x264-git4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1.tar.gz MD5 1829af3e5742328394bb6a00441742ed
2 changes: 1 addition & 1 deletion spk/ffmpeg4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SPK_NAME = ffmpeg
SPK_VERS = 4.4.4
SPK_REV = 50
SPK_ICON = src/ffmpeg.png
CHANGELOG = "1. Update to version 4.4.4<br/>2. Fix permissions on DSM6<br/>3. Update Intel Media Driver 2023Q1 Release (DSM7 only)<br/>4. Update jellyfin and libsvtav1 patches along with multiple dependencies - rev50 UNRELEASED"
CHANGELOG = "1. Update to version 4.4.4<br/>2. Fix permissions on DSM6<br/>3. Update Intel Media Driver 2023Q1 Release (DSM7 only)<br/>4. Update jellyfin and libsvtav1 patches along with multiple dependencies<br/>5. Update to latest version of x264 (fix for #6176) - rev50 UNRELEASED"

DEPENDS = cross/ffmpeg4

Expand Down
4 changes: 2 additions & 2 deletions spk/ffmpeg5/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SPK_NAME = ffmpeg5
SPK_VERS = 5.1.5
SPK_REV = 3
SPK_REV = 4
SPK_ICON = src/ffmpeg.png
CHANGELOG = "1. Update to version 5.1.5<br/>2. Update Intel Media Driver 2024Q1 Release (DSM7 only)<br/>3. Update jellyfin and libsvtav1 patches along with multiple dependencies"
CHANGELOG = "1. Update to version 5.1.5<br/>2. Update Intel Media Driver 2024Q1 Release (DSM7 only)<br/>3. Update jellyfin and libsvtav1 patches along with multiple dependencies<br/>4. Update to latest version of x264 (fix for #6176) - rev4 UNRELEASED"

DEPENDS = cross/$(SPK_NAME)

Expand Down
4 changes: 2 additions & 2 deletions spk/ffmpeg6/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SPK_NAME = ffmpeg6
SPK_VERS = 6.0.1
SPK_REV = 3
SPK_REV = 4
SPK_ICON = src/ffmpeg.png
CHANGELOG = "1. Update to version 6.0.1<br/>2. Update Jellyfin upstream patches<br/>3. Update Intel Media Driver 2024Q1 Release (DSM7 only)<br/>4. Migrate DSM7 from MFX to Intel Video Processing Library (Intel-VPL) "
CHANGELOG = "1. Update to version 6.0.1<br/>2. Update Jellyfin upstream patches<br/>3. Update Intel Media Driver 2024Q1 Release (DSM7 only)<br/>4. Migrate DSM7 from MFX to Intel Video Processing Library (Intel-VPL)<br/>5. Update to latest version of x264 (fix for #6176) - rev4 UNRELEASED"

DEPENDS = cross/$(SPK_NAME)

Expand Down

0 comments on commit 0f9f61b

Please sign in to comment.