summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-08-19 13:33:06 -0500
committerBen Kohler <bkohler@gentoo.org>2020-08-19 13:33:40 -0500
commitdc51888cc64e6ce07980564274c180ddd0ffd9f6 (patch)
tree53b8b085db0ec117c8e70819c06d9ef5b566936a /media-video/handbrake/files
parentdev-libs/mpc: bump up to 1.2.0 (diff)
downloadgentoo-dc51888cc64e6ce07980564274c180ddd0ffd9f6.tar.gz
gentoo-dc51888cc64e6ce07980564274c180ddd0ffd9f6.tar.bz2
gentoo-dc51888cc64e6ce07980564274c180ddd0ffd9f6.zip
media-video/handbrake: add new x265 link patch & tweak DEPEND
Closes: https://bugs.gentoo.org/730034 Closes: https://bugs.gentoo.org/730544 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'media-video/handbrake/files')
-rw-r--r--media-video/handbrake/files/handbrake-1.3.3-x265-link.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/handbrake/files/handbrake-1.3.3-x265-link.patch b/media-video/handbrake/files/handbrake-1.3.3-x265-link.patch
new file mode 100644
index 000000000000..6a1464571ec3
--- /dev/null
+++ b/media-video/handbrake/files/handbrake-1.3.3-x265-link.patch
@@ -0,0 +1,13 @@
+--- a/test/module.defs 2020-06-13 15:05:35.000000000 +0100
++++ a/test/module.defs 2020-07-03 11:15:53.951205608 +0100
+@@ -30,6 +30,10 @@
+ endif
+ endif
+
++ifeq (1,$(FEATURE.x265))
++ TEST.GCC.l += x265
++endif
++
+ ifeq (1,$(FEATURE.flatpak))
+ TEST.GCC.l += glib-2.0
+ endif