aboutsummaryrefslogtreecommitdiff
path: root/graphics/luminance-qt5
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Chase graphics/libraw shlib bumpMax Brazhnikov2015-02-211-1/+1
| | | | Notes: svn path=/head/; revision=379522
* Add missing dependencies.Raphael Kubo da Costa2014-10-252-4/+92
| | | | | | | | | | | | | | * USES=pkgconfig was missing so exiv2 detection was broken, for example. * USE_QT5=declarative and USE_QT5=printsupport were missing, and the latter is required for the port to build correctly with the upcoming Qt 5.3.2. I've added an upstream commit to properly detect and use PrintSupport in the build process as well. PR: 194596 Approved by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer) Notes: svn path=/head/; revision=371492
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* math/gsl:Tijl Coosemans2014-08-171-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port) Notes: svn path=/head/; revision=365182
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Fix CONFLICTS line tooAntoine Brodin2014-07-201-1/+1
| | | | Notes: svn path=/head/; revision=362385
* Fix pkgname collisionBaptiste Daroussin2014-07-201-0/+1
| | | | Notes: svn path=/head/; revision=362384
* Add CONFLICTS_INSTALL to both graphics/luminance{,-qt5} ports.Lars Engels2014-07-201-0/+2
| | | | Notes: svn path=/head/; revision=362329
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=362015
* This is the QT5 version of Luminance HDR.Lars Engels2014-07-134-0/+178
Luminance HDR is an open source graphical user interface application that aims to provide a complete workflow for HDR image processing. Supported features: * Create an HDR file from a set of images (formats: JPEG, TIFF 8-bit and 16-bit, RAW) of the same scene taken at different exposure settings * Rotate, resize, and crop HDR images * Tonemap HDR images * Copy EXIF data between sets of images Supported HDR formats (with file extensions): * OpenEXR (.exr) * Radiance RGBE (.hdr) * TIFF formats: 16-bit, 32-bit (float) and LogLuv (.tiff) * PFS native format (.pfs) * Raw image formats (various) Supported LDR formats: JPEG, PNG, PPM, PBM, TIFF (8-bit). WWW: http://qtpfsgui.sourceforge.net/ PR: 191690 Submitted by: bugzilla@soulrebel.in-berlin.de Notes: svn path=/head/; revision=361659