pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/subtitleeditor Build fix for latest glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eefe936f3c0
branches:  trunk
changeset: 603512:1eefe936f3c0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 07 00:04:17 2012 +0000

description:
Build fix for latest glib2.

diffstat:

 multimedia/subtitleeditor/distinfo                                                       |   3 +-
 multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 5f38e25382fe -r 1eefe936f3c0 multimedia/subtitleeditor/distinfo
--- a/multimedia/subtitleeditor/distinfo        Mon May 07 00:03:00 2012 +0000
+++ b/multimedia/subtitleeditor/distinfo        Mon May 07 00:04:17 2012 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.3 2011/12/05 22:53:45 joerg Exp $
+$NetBSD: distinfo,v 1.4 2012/05/07 00:04:17 dholland Exp $
 
 SHA1 (subtitleeditor-0.30.0.tar.gz) = bf1a2064b4c68bf21c05a095ad3f746b53da4ac8
 RMD160 (subtitleeditor-0.30.0.tar.gz) = 77cd4b22740453e986d35cbdd7335fbd5728149c
 Size (subtitleeditor-0.30.0.tar.gz) = 1094597 bytes
 SHA1 (patch-aa) = 7e133810acee32a8c46ce9899765a9931b935592
+SHA1 (patch-plugins_actions_findandreplace_findandreplace_cc) = 8861c1aab7e5fd4551af2019f28cc9e735fdcfdb
 SHA1 (patch-plugins_subtitleformats_advancedsubstationalpha_advancedsubstationalpha.cc) = 813f2890b4fb5ab8802ddb75d978b60b13c1a92e
 SHA1 (patch-plugins_subtitleformats_mpsub_mpsub.cc) = 49f23c5d1e6b8ad8fab687019280bfb2a932c3d3
 SHA1 (patch-plugins_subtitleformats_substationalpha_substationalpha.cc) = a806c0b86530144dedff2415af1df57a262715d3
diff -r 5f38e25382fe -r 1eefe936f3c0 multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/subtitleeditor/patches/patch-plugins_actions_findandreplace_findandreplace_cc  Mon May 07 00:04:17 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-plugins_actions_findandreplace_findandreplace_cc,v 1.1 2012/05/07 00:04:17 dholland Exp $
+
+Fix build with latest glib2.
+
+--- plugins/actions/findandreplace/findandreplace.cc~  2008-11-22 10:11:23.000000000 +0000
++++ plugins/actions/findandreplace/findandreplace.cc
+@@ -22,7 +22,7 @@
+ 
+ #include <extension/action.h>
+ #include <utility.h>
+-#include <glib/gregex.h>
++#include <glib.h>
+ #include <gtkmm_utility.h>
+ #include <widget_config_utility.h>
+ #include <memory>



Home | Main Index | Thread Index | Old Index