summaryrefslogtreecommitdiff
path: root/graphics/luminance/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /graphics/luminance/files
parentc7651500a041b224f401ba85fc192aac6ad83c1c (diff)
Diffstat (limited to 'graphics/luminance/files')
-rw-r--r--graphics/luminance/files/patch-project.pro28
-rw-r--r--graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp10
2 files changed, 0 insertions, 38 deletions
diff --git a/graphics/luminance/files/patch-project.pro b/graphics/luminance/files/patch-project.pro
deleted file mode 100644
index cb4d0d736df3..000000000000
--- a/graphics/luminance/files/patch-project.pro
+++ /dev/null
@@ -1,28 +0,0 @@
---- project.pro.orig 2008-02-16 11:43:24.000000000 +0100
-+++ project.pro 2008-03-17 17:18:14.000000000 +0100
-@@ -298,13 +298,13 @@
- menu.files = qtpfsgui.desktop
- menu.path = $${PREFIX}/share/applications
- icon.files = images/qtpfsgui.png
--icon.path = $${PREFIX}/share/icons/hicolor/48x48/apps
-+icon.path = $${PREFIX}/share/pixmaps
- htmls.files = html
--htmls.path = $${PREFIX}/share/qtpfsgui
-+htmls.path = $${PREFIX}/share/doc/qtpfsgui
- i18n.files = i18n/lang_de.qm i18n/lang_es.qm i18n/lang_it.qm i18n/lang_fr.qm i18n/lang_pl.qm i18n/lang_tr.qm i18n/lang_ru.qm i18n/lang_cs.qm
- i18n.path = $$I18NDIR
- docs.files = README LICENSE AUTHORS INSTALL Changelog
--docs.path = $${PREFIX}/share/qtpfsgui
-+docs.path = $${PREFIX}/share/doc/qtpfsgui
-
- INSTALLS += target menu icon htmls i18n docs
- message ( "" )
-@@ -320,7 +320,7 @@
- message ("qtpfsgui ==> $$target.path")
- message ("qtpfsgui.desktop ==> $$menu.path")
- message ("qtpfsgui.png ==> $$icon.path")
--message ("html and docs ==> $$htmls.path")
-+message ("html ==> $$docs.path")
- message ("i18n messages ==> $$i18n.path")
- message ("********************************************************************")
-
diff --git a/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp b/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp
deleted file mode 100644
index 3e8dec9913bb..000000000000
--- a/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/HdrCreation/mtb_alignment.cpp.orig 2008-03-17 15:55:26.000000000 +0100
-+++ src/HdrCreation/mtb_alignment.cpp 2008-03-17 15:57:21.000000000 +0100
-@@ -27,6 +27,7 @@
- #include <cassert>
- #include <QVector>
- #include "mtb_alignment.h"
-+#include "../arch/freebsd/math.h"
-
- QImage* shiftQImage(const QImage *in, int dx, int dy)
- {