summaryrefslogtreecommitdiffstats
path: root/graphics/qtpfsgui
diff options
context:
space:
mode:
author David Spencer <nobbutl@yahoo.co.uk>2010-05-13 00:28:13 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-13 00:28:13 +0200
commit3fa7be792455d01a68b989411aa97bb31408b6e9 (patch)
tree61451fad5edeb7037b0898a44975eb35940a3b77 /graphics/qtpfsgui
parentf10fe76bc70bddb7754a1baa08bbad021191cc4e (diff)
downloadslackbuilds-3fa7be792455d01a68b989411aa97bb31408b6e9.tar.gz
slackbuilds-3fa7be792455d01a68b989411aa97bb31408b6e9.tar.xz
graphics/qtpfsgui: Updated for version 1.9.2
Diffstat (limited to 'graphics/qtpfsgui')
-rw-r--r--graphics/qtpfsgui/README9
-rw-r--r--graphics/qtpfsgui/qtpfsgui.SlackBuild7
-rw-r--r--graphics/qtpfsgui/qtpfsgui.info6
3 files changed, 13 insertions, 9 deletions
diff --git a/graphics/qtpfsgui/README b/graphics/qtpfsgui/README
index 8b68ceaf49..d3c334d2e7 100644
--- a/graphics/qtpfsgui/README
+++ b/graphics/qtpfsgui/README
@@ -1,7 +1,6 @@
-Qtpfsgui is an HDR imaging tool. It creates an HDR file from a set
-of images (JPEG, TIFF 8 and 16 bit, RAW) of the same scene taken at
-different exposure settings. You can save and load HDR images,
+Qtpfsgui is an HDR imaging tool. It creates an HDR file from a set
+of images (JPEG, TIFF 8 and 16 bit, RAW) of the same scene taken at
+different exposure settings. You can save and load HDR images,
rotate and resize them, tonemap your images, and copy your EXIF data.
-Qtpfsgui requires qt4, exiv2, fftw, openexr, and ilmbase, all of which
-are available at SlackBuilds.org.
+Qtpfsgui requires fftw, which is also available from SlackBuilds.org.
diff --git a/graphics/qtpfsgui/qtpfsgui.SlackBuild b/graphics/qtpfsgui/qtpfsgui.SlackBuild
index c8aa086a97..044d69815d 100644
--- a/graphics/qtpfsgui/qtpfsgui.SlackBuild
+++ b/graphics/qtpfsgui/qtpfsgui.SlackBuild
@@ -17,10 +17,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -38,7 +41,7 @@ chmod -R u+w,go+r-w,a-s .
cat $CWD/qtpfsgui-1.9.2-trunk.patch | patch -p2
lrelease project.pro
-qmake-qt4 \
+qmake \
INSTALL_ROOT=$PKG \
PREFIX=/usr \
QMAKE_CFLAGS="$SLKCFLAGS" \
@@ -60,4 +63,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/graphics/qtpfsgui/qtpfsgui.info b/graphics/qtpfsgui/qtpfsgui.info
index c22dfca5c3..261913b364 100644
--- a/graphics/qtpfsgui/qtpfsgui.info
+++ b/graphics/qtpfsgui/qtpfsgui.info
@@ -1,8 +1,10 @@
PRGNAM="qtpfsgui"
VERSION="1.9.2"
HOMEPAGE="http://qtpfsgui.sourceforge.net"
-DOWNLOAD="http://download.sourceforge.net/qtpfsgui/qtpfsgui-1.9.2.tar.gz"
+DOWNLOAD="http://downloads.sourceforge.net/qtpfsgui/qtpfsgui-1.9.2.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="8a037c1dc75f04752dc36a59e7237fc4"
+MD5SUM_x86_64=""
MAINTAINER="David Spencer"
EMAIL="nobbutl@yahoo.co.uk"
-APPROVED="Erik Hanson"
+APPROVED="Erik Hanson,pprkut"