New port: graphics/photoqt -- a simple image viewer.
* Based on a version submitted by Andrew Romanenko. PR: 221482 Submitted by: Andrew Romanenko <melanhit@gmail.com> (initial version)
This commit is contained in:
parent
852a8ad094
commit
9445cd9e3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469244
5 changed files with 53 additions and 0 deletions
|
@ -808,6 +808,7 @@
|
|||
SUBDIR += pho
|
||||
SUBDIR += photivo
|
||||
SUBDIR += photopc
|
||||
SUBDIR += photoqt
|
||||
SUBDIR += phototonic
|
||||
SUBDIR += php-facedetect
|
||||
SUBDIR += php-gdal
|
||||
|
|
37
graphics/photoqt/Makefile
Normal file
37
graphics/photoqt/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= photoqt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.6
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= melanhit@gmail.com
|
||||
COMMENT= Simple, powerful and good looking QT5 image viewer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
||||
localbase:ldflags
|
||||
USE_QT5= core graphicaleffects gui multimedia network qml quick \
|
||||
quickcontrols sql svg widgets xml \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= luspi
|
||||
|
||||
OPTIONS_DEFINE= EXIV2 RAW GM
|
||||
OPTIONS_DEFAULT=EXIV2
|
||||
|
||||
EXIV2_CMAKE_BOOL= EXIV2
|
||||
EXIV2_DESC= Metadata editing
|
||||
EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2
|
||||
|
||||
RAW_CMAKE_BOOL= RAW
|
||||
RAW_DESC= Raw image support
|
||||
RAW_LIB_DEPENDS= libraw.so:graphics/libraw
|
||||
|
||||
GM_CMAKE_BOOL= GM
|
||||
GM_DESC= GraphicsMagick image processing
|
||||
GM_LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/photoqt/distinfo
Normal file
3
graphics/photoqt/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1525630998
|
||||
SHA256 (luspi-photoqt-v1.6_GH0.tar.gz) = 34f30ee07d535a227db325219a59f81e9f21a6918510e225a3e7310f6fde569d
|
||||
SIZE (luspi-photoqt-v1.6_GH0.tar.gz) = 1119296
|
4
graphics/photoqt/pkg-descr
Normal file
4
graphics/photoqt/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
PhotoQt is a simple, yet powerful and good looking image viewer,
|
||||
written in C++/Qt
|
||||
|
||||
WWW: http://photoqt.org/
|
8
graphics/photoqt/pkg-plist
Normal file
8
graphics/photoqt/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/photoqt
|
||||
share/appdata/photoqt.appdata.xml
|
||||
share/applications/photoqt.desktop
|
||||
share/icons/hicolor/128x128/apps/photoqt.png
|
||||
share/icons/hicolor/16x16/apps/photoqt.png
|
||||
share/icons/hicolor/32x32/apps/photoqt.png
|
||||
share/icons/hicolor/48x48/apps/photoqt.png
|
||||
share/icons/hicolor/64x64/apps/photoqt.png
|
Loading…
Reference in a new issue