Skip to content

Commit

Permalink
contrib: update libbluray and x265.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Dec 1, 2022
1 parent a473958 commit e41f232
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 177 deletions.
166 changes: 0 additions & 166 deletions contrib/libbluray/A00-without-external-libudfread.patch

This file was deleted.

6 changes: 3 additions & 3 deletions contrib/libbluray/module.defs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$(eval $(call import.MODULE.defs,LIBBLURAY,libbluray,LIBXML2 FREETYPE))
$(eval $(call import.CONTRIB.defs,LIBBLURAY))

LIBBLURAY.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libbluray-1.3.3.tar.bz2
LIBBLURAY.FETCH.url += https://download.videolan.org/pub/videolan/libbluray/1.3.3/libbluray-1.3.3.tar.bz2
LIBBLURAY.FETCH.sha256 = 58ff52cdcee64c55dcc3c777a1c39fb41abd951b927978e4d2b6811b9193a488
LIBBLURAY.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libbluray-1.3.4.tar.bz2
LIBBLURAY.FETCH.url += https://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2
LIBBLURAY.FETCH.sha256 = 478ffd68a0f5dde8ef6ca989b7f035b5a0a22c599142e5cd3ff7b03bbebe5f2b

ifeq (none,$(LIBBLURAY.GCC.O))
LIBBLURAY.CONFIGURE.extra += --disable-optimizations
Expand Down
4 changes: 2 additions & 2 deletions contrib/x265/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ __deps__ := X265_8 X265_10 X265_12
$(eval $(call import.MODULE.defs,X265,x265,$(__deps__)))
$(eval $(call import.CONTRIB.defs,X265))

X265.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221114-12746.tar.gz
X265.FETCH.sha256 = d3110040104abba8e0702a54071cb01daafe291684ba1eac95f3df374aba136c
X265.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221130-12747.tar.gz
X265.FETCH.sha256 = 1a2418fd757a3d92928acacef2ae8ddb71f7aecc8803890eacb55f6e3a62bba5

# Silence "warning: overriding recipe for target" messages
X265.FETCH.target =
Expand Down
4 changes: 2 additions & 2 deletions contrib/x265_10bit/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ __deps__ := X265_8
$(eval $(call import.MODULE.defs,X265_10,x265_10,$(__deps__),x265))
$(eval $(call import.CONTRIB.defs,X265_10))

X265_10.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221114-12746.tar.gz
X265_10.FETCH.sha256 = d3110040104abba8e0702a54071cb01daafe291684ba1eac95f3df374aba136c
X265_10.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221130-12747.tar.gz
X265_10.FETCH.sha256 = 1a2418fd757a3d92928acacef2ae8ddb71f7aecc8803890eacb55f6e3a62bba5

# Silence "warning: overriding recipe for target" messages
X265_10.FETCH.target =
Expand Down
4 changes: 2 additions & 2 deletions contrib/x265_12bit/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ __deps__ := X265_8
$(eval $(call import.MODULE.defs,X265_12,x265_12,$(__deps__),x265))
$(eval $(call import.CONTRIB.defs,X265_12))

X265_12.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221114-12746.tar.gz
X265_12.FETCH.sha256 = d3110040104abba8e0702a54071cb01daafe291684ba1eac95f3df374aba136c
X265_12.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221130-12747.tar.gz
X265_12.FETCH.sha256 = 1a2418fd757a3d92928acacef2ae8ddb71f7aecc8803890eacb55f6e3a62bba5

# Silence "warning: overriding recipe for target" messages
X265_12.FETCH.target =
Expand Down
4 changes: 2 additions & 2 deletions contrib/x265_8bit/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ __deps__ :=
$(eval $(call import.MODULE.defs,X265_8,x265_8,$(__deps__),x265))
$(eval $(call import.CONTRIB.defs,X265_8))

X265_8.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221114-12746.tar.gz
X265_8.FETCH.sha256 = d3110040104abba8e0702a54071cb01daafe291684ba1eac95f3df374aba136c
X265_8.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221130-12747.tar.gz
X265_8.FETCH.sha256 = 1a2418fd757a3d92928acacef2ae8ddb71f7aecc8803890eacb55f6e3a62bba5

X265_8.build_dir = 8bit
X265_8.CONFIGURE.exe = cmake
Expand Down

0 comments on commit e41f232

Please sign in to comment.