Package: converseen Version: 0.9.9.0 Revision: 2 Description: Image converter and resizer DescDetail: << Converseen is an image converter and resizer written in C++ with the powerful Qt4 libraries. Thanks to the Magick++ image libraries, it supports more than 100 image formats like DPX, EXR, GIF, JPEG, JPEG-2000, PhotoCD, PNG, Postscript, SVG, TIFF, and many others. Converseen allows you to convert, resize, rotate, and automatically flip an unlimited number of images. It can save you time because it can process more than one image with one mouse click. It features a very simple user interface without strange options. << Homepage: http://converseen.fasterland.net License: GPL3+ Maintainer: Daniel Johnson Source: mirror:sourceforge:%n/Converseen/Converseen%%200.9/%n-%v.tar.bz2 Source-Checksum: SHA256(f3812bfe2768463a2aa5eea98cce665a1cff7d543a0915ff3a836c837f2867c6) PatchFile: %n.patch PatchFile-MD5: 086b87bf58d6911f4109c831c4a66db9 PatchScript: << %{default_script} # Fix bad pngs for libpng16. find res -name "*.png" -print0 | while read -d $'\0' file; do convert "$file" -strip "$file"; done << BuildDepends: << cmake, fink-package-precedence, imagemagick, libmagick++7.q16.5-dev, libmagickcore7.q16.9-dev, libmagickwand7.q16.9-dev, qt5-mac-qtbase << Depends: << libmagick++7.q16.5-shlibs, libmagickcore7.q16.9-shlibs, qt5-mac-qtcore-shlibs, qt5-mac-qtgui-shlibs, qt5-mac-qtnetwork-shlibs, qt5-mac-qtwidgets-shlibs << GCC: 4.0 CompileScript: << #!/bin/sh -ev export PATH="%p/lib/qt5-mac/bin:$PATH" cmake \ -DCMAKE_INSTALL_PREFIX:PATH=%p \ -DCMAKE_CXX_FLAGS=-MD \ . make fink-package-precedence --depfile-ext='\.d' . << InstallScript: make install DESTDIR=%d DocFiles: COPYING README.md