From 767491cb7e456de106f5328199f6300b3b47a2c1 Mon Sep 17 00:00:00 2001 From: Devil505 Date: Mon, 1 May 2017 11:32:27 +0200 Subject: [PATCH 1/1] initial commit of luminance-hdr --- Makefile | 1 + package.yml | 32 ++++++++++++++++++++++++++++++++ pspec_x86_64.xml | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 Makefile create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..9f2c0eb --- /dev/null +++ b/package.yml @@ -0,0 +1,32 @@ +name : luminance-hdr +version : 2.5.0 +release : 1 +source : + - http://sourceforge.net/projects/qtpfsgui/files/luminance/2.5.0/luminance-hdr-2.5.0.tar.bz2 : f5caf3316d1763058b1b0f2a6963df34465fbf918b7abeee5245a51fc14a7942 +license : GPL-2.0 +component : multimedia.graphics +summary : a complete opensource solution for HDR photography +description: | + Open source graphical user interface application that aims to provide a workflow for HDR imaging. +builddeps : + - pkgconfig(exiv2) + - pkgconfig(gl) + - pkgconfig(gsl) + - pkgconfig(lcms2) + - pkgconfig(libraw) + - pkgconfig(OpenEXR) + - pkgconfig(Qt5Help) + - pkgconfig(Qt5Svg) + - pkgconfig(Qt5WebEngineCore) + - pkgconfig(Qt5WebKit) + - fftw-devel + - libboost-devel + - libjpeg-turbo-devel + - libpng-devel + - libtiff-devel +setup : | + %cmake +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..926957f --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + luminance-hdr + + Devil505 + devil505linux@gmail.com + + GPL-2.0 + multimedia.graphics + a complete opensource solution for HDR photography + Open source graphical user interface application that aims to provide a workflow for HDR imaging. + + https://solus-project.com/sources/README.Solus + + + luminance-hdr + a complete opensource solution for HDR photography + Open source graphical user interface application that aims to provide a workflow for HDR imaging. + + multimedia.graphics + + /usr/bin + /usr/share/appdata/luminance-hdr.appdata.xml + /usr/share/applications/luminance-hdr.desktop + /usr/share/icons/hicolor/48x48/apps/luminance-hdr.png + /usr/share/luminance-hdr + + + + + 2017-05-01 + 2.5.0 + Packaging update + Devil505 + devil505linux@gmail.com + + + \ No newline at end of file -- 2.12.2