summaryrefslogtreecommitdiff
path: root/libre/handbrake/0002-Fix-linking-issue-when-disabling-internal-x265.patch
AgeCommit message (Collapse)Author
2019-11-13libre: handbrake: update to 1.3.0Denis 'GNUtoo' Carikli
The current handbrake 1.1.2 package stopped working: $ ghb ghb: error while loading shared libraries: libdvdread.so.4: cannot open shared object file: No such file or directory As handbrake 1.1.2 failed with compilation issue it could not be fixed by rebuilding it. Handbrake 1.2.2 and 1.3.0 also had build issues and it seemed easier to fix 1.3.0's issues. While the patches are not good enough quality to be upstreamed, it's still a good start as they could be cleaned up or rewriten and submited later. Ideally the patches should enable the autodetection of libbluray and libx264 like it is done for various libraries in libhb/module.defs: ifneq ($(HAS.iconv),1) LIBHB.dll.libs += $(CONTRIB.build/)lib/libiconv.a else LIBHB.GCC.l += iconv endif Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>