summaryrefslogtreecommitdiffstats
path: root/multimedia/gnash/gnash.SlackBuild
diff options
context:
space:
mode:
author Kyle Guinn2015-10-19 22:42:58 +0200
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commitc005c2cf056a7cca6ce9c679daea86518c90372a (patch)
treec943dc1c855948ce2a40177eca93fbe07da5b12c /multimedia/gnash/gnash.SlackBuild
parent8225c36eb240bf706b8cf9c5293ca1b88dae1655 (diff)
downloadslackbuilds-c005c2cf056a7cca6ce9c679daea86518c90372a.tar.gz
multimedia/gnash: Patched for giflib5 in -current.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/gnash/gnash.SlackBuild')
-rw-r--r--multimedia/gnash/gnash.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/gnash/gnash.SlackBuild b/multimedia/gnash/gnash.SlackBuild
index f8e3f42c8e..8f72007ba4 100644
--- a/multimedia/gnash/gnash.SlackBuild
+++ b/multimedia/gnash/gnash.SlackBuild
@@ -94,6 +94,11 @@ patch -p1 < $CWD/patch/gnash-0.8.10-klash.patch
patch -p1 < $CWD/patch/gnash-0.8.10-kde4-libdir.patch
patch -p1 < $CWD/patch/gnash-0.8.10-cve-2012-1175.patch
+# Fix building with giflib-5.0
+# Also ripped from gentoo :-)
+patch -p1 < $CWD/patch/58dcdd9338d965e54c8f03ce3d2757388d82b7a3.patch
+patch -p1 < $CWD/patch/cc22f2d0597f3a9547980f4786d918f8b5635472.patch
+
# The FFmpeg engine doesn't compile with FFmpeg 0.11.1. Patches welcome.
# In the meantime, set --enable-media=gst to avoid autodetecting FFmpeg.
autoreconf