summaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-09-04 12:25:05 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-09-04 12:25:05 +0000
commit1b7e47de7104d8cc62ea609102743485b86c717b (patch)
treed893e070696a87e5031ec68b8911fb59c7b4c156 /graphics/kipi-plugins
parentMake sure this patch applies correctly when PATCH_STRIP=-p1, as is the (diff)
Fix build with gcc 3.4
Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (will) Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Notes
Notes: svn path=/head/; revision=118109
Diffstat (limited to 'graphics/kipi-plugins')
-rw-r--r--graphics/kipi-plugins/files/patch-acquireimages-plugin_acquireimages.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-acquireimages-screenshotdialog.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-cdarchiving-plugin_cdarchiving.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-commentseditor-plugin_commentseditor.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-imagesgallery-plugin_imagesgallery.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-jpeglossless-plugin_jpeglossless.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-mpegencoder-plugin_mpegencoder.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-printwizard-plugin_printwizard.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp17
-rw-r--r--graphics/kipi-plugins/files/patch-rawconverter-plugin_rawconverter.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-sendimages-plugin_sendimages.cpp11
-rw-r--r--graphics/kipi-plugins/files/patch-slideshow-plugin_slideshow.cpp11
13 files changed, 149 insertions, 0 deletions
diff --git a/graphics/kipi-plugins/files/patch-acquireimages-plugin_acquireimages.cpp b/graphics/kipi-plugins/files/patch-acquireimages-plugin_acquireimages.cpp
new file mode 100644
index 000000000000..7eabef84308c
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-acquireimages-plugin_acquireimages.cpp
@@ -0,0 +1,11 @@
+--- ./acquireimages/plugin_acquireimages.cpp.orig Sat Sep 4 11:32:24 2004
++++ ./acquireimages/plugin_acquireimages.cpp Sat Sep 4 11:32:45 2004
+@@ -40,7 +40,7 @@
+
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_acquireimages,
+- KGenericFactory<Plugin_AcquireImages>("digikam"));
++ KGenericFactory<Plugin_AcquireImages>("digikam"))
+
+ // -----------------------------------------------------------
+ Plugin_AcquireImages::Plugin_AcquireImages(QObject *parent, const char*, const QStringList&)
diff --git a/graphics/kipi-plugins/files/patch-acquireimages-screenshotdialog.cpp b/graphics/kipi-plugins/files/patch-acquireimages-screenshotdialog.cpp
new file mode 100644
index 000000000000..b5c5562bf940
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-acquireimages-screenshotdialog.cpp
@@ -0,0 +1,11 @@
+--- ./acquireimages/screenshotdialog.cpp.orig Sat Sep 4 11:33:39 2004
++++ ./acquireimages/screenshotdialog.cpp Sat Sep 4 11:33:48 2004
+@@ -116,7 +116,7 @@
+ m_delay->setValue(m_config->readNumEntry("Delay", 1));
+
+ delete m_config;
+-};
++}
+
+
+ //////////////////////////////////// DESTRUCTOR /////////////////////////////////////////////
diff --git a/graphics/kipi-plugins/files/patch-cdarchiving-plugin_cdarchiving.cpp b/graphics/kipi-plugins/files/patch-cdarchiving-plugin_cdarchiving.cpp
new file mode 100644
index 000000000000..d7587ff48631
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-cdarchiving-plugin_cdarchiving.cpp
@@ -0,0 +1,11 @@
+--- ./cdarchiving/plugin_cdarchiving.cpp.orig Sat Sep 4 11:34:46 2004
++++ ./cdarchiving/plugin_cdarchiving.cpp Sat Sep 4 11:34:56 2004
+@@ -32,7 +32,7 @@
+
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_cdarchiving,
+- KGenericFactory<Plugin_CDArchiving>("digikam"));
++ KGenericFactory<Plugin_CDArchiving>("digikam"))
+
+ // -----------------------------------------------------------
+ Plugin_CDArchiving::Plugin_CDArchiving(QObject *parent, const char*, const QStringList&)
diff --git a/graphics/kipi-plugins/files/patch-commentseditor-plugin_commentseditor.cpp b/graphics/kipi-plugins/files/patch-commentseditor-plugin_commentseditor.cpp
new file mode 100644
index 000000000000..68c7b0f22280
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-commentseditor-plugin_commentseditor.cpp
@@ -0,0 +1,11 @@
+--- ./commentseditor/plugin_commentseditor.cpp.orig Sat Sep 4 11:36:04 2004
++++ ./commentseditor/plugin_commentseditor.cpp Sat Sep 4 11:36:12 2004
+@@ -34,7 +34,7 @@
+ #include "commentseditor.h"
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_commentseditor,
+- KGenericFactory<Plugin_CommentsEditor>("digikam"));
++ KGenericFactory<Plugin_CommentsEditor>("digikam"))
+
+ Plugin_CommentsEditor::Plugin_CommentsEditor(QObject *parent,
+ const char*,
diff --git a/graphics/kipi-plugins/files/patch-imagesgallery-plugin_imagesgallery.cpp b/graphics/kipi-plugins/files/patch-imagesgallery-plugin_imagesgallery.cpp
new file mode 100644
index 000000000000..503e68e3aa28
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-imagesgallery-plugin_imagesgallery.cpp
@@ -0,0 +1,11 @@
+--- ./imagesgallery/plugin_imagesgallery.cpp.orig Sat Sep 4 11:37:02 2004
++++ ./imagesgallery/plugin_imagesgallery.cpp Sat Sep 4 11:37:08 2004
+@@ -32,7 +32,7 @@
+
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_imagesgallery,
+- KGenericFactory<Plugin_Imagesgallery>("digikam"));
++ KGenericFactory<Plugin_Imagesgallery>("digikam"))
+
+ // -----------------------------------------------------------
+ Plugin_Imagesgallery::Plugin_Imagesgallery(QObject *parent, const char*, const QStringList&)
diff --git a/graphics/kipi-plugins/files/patch-jpeglossless-plugin_jpeglossless.cpp b/graphics/kipi-plugins/files/patch-jpeglossless-plugin_jpeglossless.cpp
new file mode 100644
index 000000000000..4e51108733fc
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-jpeglossless-plugin_jpeglossless.cpp
@@ -0,0 +1,11 @@
+--- ./jpeglossless/plugin_jpeglossless.cpp.orig Sat Sep 4 11:38:19 2004
++++ ./jpeglossless/plugin_jpeglossless.cpp Sat Sep 4 11:38:26 2004
+@@ -42,7 +42,7 @@
+ #include "plugin_jpeglossless.h"
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_jpeglossless,
+- KGenericFactory<Plugin_JPEGLossless>("digikam"));
++ KGenericFactory<Plugin_JPEGLossless>("digikam"))
+
+
+ /////////////////////////////////////////////////////////////////////////////////////////////////////
diff --git a/graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp b/graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp
new file mode 100644
index 000000000000..e01be8353ca0
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp
@@ -0,0 +1,11 @@
+--- ./miscsoperations/plugin_miscsoperations.cpp.orig Sat Sep 4 11:39:39 2004
++++ ./miscsoperations/plugin_miscsoperations.cpp Sat Sep 4 11:39:46 2004
+@@ -39,7 +39,7 @@
+ // plugin library and the second is the genericfactory templated from
+ // the class for your plugin
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_miscsoperations,
+- KGenericFactory<Plugin_MiscsOperations>("digikam"));
++ KGenericFactory<Plugin_MiscsOperations>("digikam"))
+
+ Plugin_MiscsOperations::Plugin_MiscsOperations(QObject *parent,
+ const char*,
diff --git a/graphics/kipi-plugins/files/patch-mpegencoder-plugin_mpegencoder.cpp b/graphics/kipi-plugins/files/patch-mpegencoder-plugin_mpegencoder.cpp
new file mode 100644
index 000000000000..e5d0aa60c30f
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-mpegencoder-plugin_mpegencoder.cpp
@@ -0,0 +1,11 @@
+--- ./mpegencoder/plugin_mpegencoder.cpp.orig Sat Sep 4 11:40:24 2004
++++ ./mpegencoder/plugin_mpegencoder.cpp Sat Sep 4 11:40:30 2004
+@@ -37,7 +37,7 @@
+
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_mpegencoder,
+- KGenericFactory<Plugin_Mpegencoder>("digikam"));
++ KGenericFactory<Plugin_Mpegencoder>("digikam"))
+
+ // -----------------------------------------------------------
+
diff --git a/graphics/kipi-plugins/files/patch-printwizard-plugin_printwizard.cpp b/graphics/kipi-plugins/files/patch-printwizard-plugin_printwizard.cpp
new file mode 100644
index 000000000000..92cfee19949d
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-printwizard-plugin_printwizard.cpp
@@ -0,0 +1,11 @@
+--- ./printwizard/plugin_printwizard.cpp.orig Sat Sep 4 11:42:03 2004
++++ ./printwizard/plugin_printwizard.cpp Sat Sep 4 11:42:15 2004
+@@ -39,7 +39,7 @@
+ #include "frmprintwizard.h"
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_printwizard,
+- KGenericFactory<Plugin_PrintWizard>("digikam"));
++ KGenericFactory<Plugin_PrintWizard>("digikam"))
+
+ Plugin_PrintWizard::Plugin_PrintWizard(QObject *parent,
+ const char*,
diff --git a/graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp b/graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp
new file mode 100644
index 000000000000..d1f3fecb6daa
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-printwizard-tphoto.cpp
@@ -0,0 +1,17 @@
+--- ./printwizard/tphoto.cpp.orig Sat Sep 4 11:43:00 2004
++++ ./printwizard/tphoto.cpp Sat Sep 4 11:43:12 2004
+@@ -86,12 +86,12 @@
+ int TPhoto::width()
+ {
+ return size().width();
+-};
++}
+
+ int TPhoto::height()
+ {
+ return size().height();
+-};
++}
+
+
+ bool paintOnePage(QPainter &p, QPtrList<TPhoto> photos, QPtrList<QRect> layouts,
diff --git a/graphics/kipi-plugins/files/patch-rawconverter-plugin_rawconverter.cpp b/graphics/kipi-plugins/files/patch-rawconverter-plugin_rawconverter.cpp
new file mode 100644
index 000000000000..224da6115052
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-rawconverter-plugin_rawconverter.cpp
@@ -0,0 +1,11 @@
+--- ./rawconverter/plugin_rawconverter.cpp.orig Sat Sep 4 11:44:10 2004
++++ ./rawconverter/plugin_rawconverter.cpp Sat Sep 4 11:44:18 2004
+@@ -45,7 +45,7 @@
+ #include "batchdialog.h"
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_rawconverter,
+- KGenericFactory<Plugin_RawConverter>("digikam"));
++ KGenericFactory<Plugin_RawConverter>("digikam"))
+
+
+ Plugin_RawConverter::Plugin_RawConverter(QObject *parent,
diff --git a/graphics/kipi-plugins/files/patch-sendimages-plugin_sendimages.cpp b/graphics/kipi-plugins/files/patch-sendimages-plugin_sendimages.cpp
new file mode 100644
index 000000000000..29e6d0790abb
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-sendimages-plugin_sendimages.cpp
@@ -0,0 +1,11 @@
+--- ./sendimages/plugin_sendimages.cpp.orig Sat Sep 4 11:45:40 2004
++++ ./sendimages/plugin_sendimages.cpp Sat Sep 4 11:45:47 2004
+@@ -41,7 +41,7 @@
+
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_sendimages,
+- KGenericFactory<Plugin_SendImages>("digikam"));
++ KGenericFactory<Plugin_SendImages>("digikam"))
+
+ // -----------------------------------------------------------
+ Plugin_SendImages::Plugin_SendImages(QObject *parent, const char*, const QStringList&)
diff --git a/graphics/kipi-plugins/files/patch-slideshow-plugin_slideshow.cpp b/graphics/kipi-plugins/files/patch-slideshow-plugin_slideshow.cpp
new file mode 100644
index 000000000000..1f85e539d5fd
--- /dev/null
+++ b/graphics/kipi-plugins/files/patch-slideshow-plugin_slideshow.cpp
@@ -0,0 +1,11 @@
+--- ./slideshow/plugin_slideshow.cpp.orig Sat Sep 4 11:46:53 2004
++++ ./slideshow/plugin_slideshow.cpp Sat Sep 4 11:47:01 2004
+@@ -36,7 +36,7 @@
+ #include "slideshowconfig.h"
+
+ K_EXPORT_COMPONENT_FACTORY( digikamplugin_slideshow,
+- KGenericFactory<Plugin_SlideShow>("digikam"));
++ KGenericFactory<Plugin_SlideShow>("digikam"))
+
+ Plugin_SlideShow::Plugin_SlideShow(QObject *parent,
+ const char*,