New port: graphics/kamerka: Take photos using your webcam and shiny animated QML interface
This commit is contained in:
parent
4fcd29306f
commit
17c33e40ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498818
5 changed files with 67 additions and 0 deletions
|
@ -394,6 +394,7 @@
|
|||
SUBDIR += jpgtn
|
||||
SUBDIR += jslice
|
||||
SUBDIR += kamera
|
||||
SUBDIR += kamerka
|
||||
SUBDIR += kcolorchooser
|
||||
SUBDIR += kdegraphics
|
||||
SUBDIR += kdegraphics-mobipocket
|
||||
|
|
36
graphics/kamerka/Makefile
Normal file
36
graphics/kamerka/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kamerka
|
||||
DISTVERSION= 0.20
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Take photos using your webcam and shiny animated QML interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat
|
||||
LIB_DEPENDS= libv4l2.so:multimedia/libv4l \
|
||||
libphonon4qt5.so:multimedia/phonon \
|
||||
libqimageblitz.so:x11/qimageblitz
|
||||
|
||||
USES= cmake kde:5 qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dos1
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport script xml widgets \
|
||||
qmake_build buildtools_build
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons crash \
|
||||
guiaddons i18n iconthemes itemviews jobwidgets kdeclarative kdelibs4support \
|
||||
kio notifications package parts service solid sonnet textwidgets \
|
||||
unitconversion xmlgui widgetsaddons windowsystem
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext-tools
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} 's|IF(NOT GETTEXT_MSGFMT_EXECUTABLE)|IF(TRUE)|' ${WRKSRC}/po/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/kamerka/distinfo
Normal file
3
graphics/kamerka/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1554961313
|
||||
SHA256 (dos1-kamerka-0.20_GH0.tar.gz) = a87612851fba9222f6454aaa08694f1ae5a2483a708198a761262789fd246467
|
||||
SIZE (dos1-kamerka-0.20_GH0.tar.gz) = 139764
|
5
graphics/kamerka/pkg-descr
Normal file
5
graphics/kamerka/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This DICOM ToolKit (DCMTK) package consists of source code, documentation
|
||||
and installation instructions for a set of software libraries and
|
||||
applications implementing part of the DICOM/MEDICOM Standard.
|
||||
|
||||
WWW: https://dcmtk.org
|
22
graphics/kamerka/pkg-plist
Normal file
22
graphics/kamerka/pkg-plist
Normal file
|
@ -0,0 +1,22 @@
|
|||
bin/kamerka
|
||||
man/man1/kamerka.1.gz
|
||||
share/applications/kamerka.desktop
|
||||
share/config.kcfg/kamerka.kcfg
|
||||
%%DATADIR%%/camera_click.ogg
|
||||
%%DATADIR%%/timer.ogg
|
||||
share/knotifications5/kamerka.notifyrc
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/sr@latin/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/kamerka.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/kamerka.mo
|
||||
share/pixmaps/kamerka.png
|
Loading…
Reference in a new issue