Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=boobaa.git;a=commitdiff;h=8d55fbd3e05511a3dc7431ed3582dab321f835bf

commit 8d55fbd3e05511a3dc7431ed3582dab321f835bf
Author: CSÉCSY László <[EMAIL PROTECTED]>
Date:   Tue Oct 2 20:07:40 2007 +0200

qtpfsgui-1.8.12-1-i686
new package / initial import
thx crazy for the patch

diff --git a/source/kde-extra/qtpfsgui/FrugalBuild 
b/source/kde-extra/qtpfsgui/FrugalBuild
new file mode 100644
index 0000000..8af3cc9
--- /dev/null
+++ b/source/kde-extra/qtpfsgui/FrugalBuild
@@ -0,0 +1,28 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: CSÉCSY László <[EMAIL PROTECTED]>
+
+pkgname=qtpfsgui
+pkgver=1.8.12
+pkgrel=1
+pkgdesc="an open source graphical user interface application that aims to 
provide a workflow for HDR imaging"
+depends=('qt4' 'exiv2' 'openexr' 'fftw')
+groups=('kde-extra')
+archs=('i686')
+_F_sourceforge_ext=".tar.gz"
+_F_kde_defaults=0
+Finclude sourceforge kde
+up2date="lynx -dump http://qtpfsgui.sourceforge.net/ | grep -m1 'Released 
version' | sed 's/.*version \(.*\):.*/\1/'"
+source=($source fix_it.patch)
+
+build()
+{
+       Fcd
+       Fpatchall
+       /usr/bin/qmake -o Makefile project.pro || Fdie
+       make || Fdie
+       make INSTALL_ROOT=$Fdestdir install || Fdie
+}
+
+# optimization OK
+sha1sums=('3646c3f463afae74cf19246463eb3cc8413902af' \
+         'cadb9c7196ecfba4ca07c289a404e1e7c88a4f6f')
diff --git a/source/kde-extra/qtpfsgui/fix_it.patch 
b/source/kde-extra/qtpfsgui/fix_it.patch
new file mode 100644
index 0000000..8c2b6f4
--- /dev/null
+++ b/source/kde-extra/qtpfsgui/fix_it.patch
@@ -0,0 +1,20 @@
+--- project.pro.orig   2007-10-01 22:17:56.000000000 +0200
++++ project.pro        2007-10-01 22:23:48.000000000 +0200
+@@ -1,8 +1,6 @@
+ TEMPLATE = app
+ CONFIG += release qt thread
+ DEFINES += QT_NO_DEBUG_OUTPUT
+-QMAKE_CXXFLAGS += -O3 -funroll-loops -fstrength-reduce -fschedule-insns2 
-felide-constructors -frerun-loop-opt -fexceptions -fno-strict-aliasing 
-fexpensive-optimizations -ffast-math -pipe
+-QMAKE_CXXFLAGS_RELEASE-=-O2
+
+ unix {
+ ########################################### QT 
###########################################
+@@ -163,7 +161,7 @@
+
+ ############################## required by "make install" 
########################################
+ isEmpty(PREFIX) {
+-        PREFIX = /usr/local
++        PREFIX = /usr
+ }
+ isEmpty(I18NDIR) {
+       I18NDIR = $${PREFIX}/share/qtpfsgui/i18n
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to