summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg>2012-06-25 11:52:46 +0000
committerjoerg <joerg>2012-06-25 11:52:46 +0000
commitff22ead3aa8328d929a5c0381417073d98691d4f (patch)
treeeedc3ecaabee5fc33dbb26efefccbd220e28f1cc /multimedia
parent3d5406ff87c129d45ea678e64171ef40d42c5ebd (diff)
downloadpkgsrc-ff22ead3aa8328d929a5c0381417073d98691d4f.tar.gz
Fix build with Clang.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/clutter08-gst/distinfo3
-rw-r--r--multimedia/clutter08-gst/patches/patch-examples_video-player.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/multimedia/clutter08-gst/distinfo b/multimedia/clutter08-gst/distinfo
index 67b42e07ef0..ffcfa31af17 100644
--- a/multimedia/clutter08-gst/distinfo
+++ b/multimedia/clutter08-gst/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/10/26 08:35:18 obache Exp $
+$NetBSD: distinfo,v 1.2 2012/06/25 11:52:46 joerg Exp $
SHA1 (clutter-gst-0.8.0.tar.gz) = bcf485769a11f453a73a3c8b2499c5cf91fdc2d4
RMD160 (clutter-gst-0.8.0.tar.gz) = ab872ff32d0b4f360fcc50a22a1d3e754fa3b8bf
Size (clutter-gst-0.8.0.tar.gz) = 496402 bytes
SHA1 (patch-aa) = 66babe3f1177fb5f8cc4d4d939f65e5797f6e2e7
+SHA1 (patch-examples_video-player.c) = 2e2b8fb92cca81983bf7f3eda28ba31edb71293d
diff --git a/multimedia/clutter08-gst/patches/patch-examples_video-player.c b/multimedia/clutter08-gst/patches/patch-examples_video-player.c
new file mode 100644
index 00000000000..f33eadf0065
--- /dev/null
+++ b/multimedia/clutter08-gst/patches/patch-examples_video-player.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-examples_video-player.c,v 1.1 2012/06/25 11:52:46 joerg Exp $
+
+--- examples/video-player.c.orig 2012-06-18 16:44:11.000000000 +0000
++++ examples/video-player.c
+@@ -139,7 +139,7 @@ input_cb (ClutterStage *stage,
+ if (actor == app->control_pause || actor == app->control_play)
+ {
+ toggle_pause_state (app);
+- return;
++ return FALSE;
+ }
+
+ if (actor == app->control_seek1