From e1b3d592f43a99f4ed7c91971deda6ce8414dd69 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 17 Oct 2011 14:16:38 +0000 Subject: Mon Oct 17 14:16:38 UTC 2011 --- community-staging/luminancehdr/PKGBUILD | 37 ---------------------- .../luminancehdr/luminancehdr.changelog | 33 ------------------- .../luminancehdr/luminancehdr.install | 12 ------- 3 files changed, 82 deletions(-) delete mode 100644 community-staging/luminancehdr/PKGBUILD delete mode 100644 community-staging/luminancehdr/luminancehdr.changelog delete mode 100644 community-staging/luminancehdr/luminancehdr.install (limited to 'community-staging/luminancehdr') diff --git a/community-staging/luminancehdr/PKGBUILD b/community-staging/luminancehdr/PKGBUILD deleted file mode 100644 index c0203a584..000000000 --- a/community-staging/luminancehdr/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 56253 2011-10-03 20:21:53Z ebelanger $ -# Maintainer: Jaroslav Lichtblau -# Contributor: Lukas Jirkovsky -# Contributor: Dmitry N. Shilov - -pkgname=luminancehdr -pkgver=2.1.0 -pkgrel=2 -pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' -arch=('i686' 'x86_64') -url='http://qtpfsgui.sourceforge.net/' -license=('GPL') -depends=('exiv2' 'fftw' 'gsl' 'hicolor-icon-theme' 'libraw' 'libtiff' 'openexr' 'qt') -optdepends=('hugin: align image stack functionality') -install=$pkgname.install -changelog=$pkgname.changelog -options=('!emptydirs') -source=(http://downloads.sourceforge.net/sourceforge/qtpfsgui/luminance-hdr-${pkgver}.tar.gz) -sha256sums=('0b0f124ada6da62c379d6e4bd6fd150643115cb46f05c527c29113f475a5eeac') - -build() { - cd "${srcdir}/luminance-hdr-${pkgver}" - - if [ ${CARCH} = i686 ]; then - sed -i 's/ -msse2//' project.pro - fi - - lrelease project.pro - qmake PREFIX=/usr - make -} - -package() { - cd "${srcdir}/luminance-hdr-${pkgver}" - - make INSTALL_ROOT="${pkgdir}" install -} diff --git a/community-staging/luminancehdr/luminancehdr.changelog b/community-staging/luminancehdr/luminancehdr.changelog deleted file mode 100644 index 378053ef5..000000000 --- a/community-staging/luminancehdr/luminancehdr.changelog +++ /dev/null @@ -1,33 +0,0 @@ -2011-08-21 Jaroslav Lichtblau - * luminancehdr 2.1.0-1 - -2011-05-01 Jaroslav Lichtblau - * luminancehdr 2.0.2-1 - -2010-10-19 Jaroslav Lichtblau - * exiv2 0.20 rebuild - -2010-10-17 Jaroslav Lichtblau - * Update to major release 2.0.1 - -2010-06-27 Jaroslav Lichtblau - * Package renamed to LuminanceHDR - * Update to major release 2.0.0 - -2010-03-09 Andrea Scarpino - * exiv2 0.19 rebuild - -2009-11-02 Biru Ionut - * add translation and fix segfault on old i686 procesors - -2009-04-29 Jaroslav Lichtblau - * Update to major release v1.9.3 - -2009-04-04 Jaroslav Lichtblau - * Minor version (v1.9.2-3) update caused by exiv2 upgrade. - -2008-11-04 Jaroslav Lichtblau - * Minor version (v1.9.2-2) update caused by openexr upgrade. - -2008-09-17 Jaroslav Lichtblau - * Package moved to [community] diff --git a/community-staging/luminancehdr/luminancehdr.install b/community-staging/luminancehdr/luminancehdr.install deleted file mode 100644 index 279762804..000000000 --- a/community-staging/luminancehdr/luminancehdr.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} -- cgit v1.2.3-54-g00ecf