svn commit: r498818 - in head/graphics: . kamerka

Yuri Victorovich yuri at FreeBSD.org
Sat Apr 13 18:27:19 UTC 2019


Author: yuri
Date: Sat Apr 13 18:27:17 2019
New Revision: 498818
URL: https://svnweb.freebsd.org/changeset/ports/498818

Log:
  New port: graphics/kamerka: Take photos using your webcam and shiny animated QML interface

Added:
  head/graphics/kamerka/
  head/graphics/kamerka/Makefile   (contents, props changed)
  head/graphics/kamerka/distinfo   (contents, props changed)
  head/graphics/kamerka/pkg-descr   (contents, props changed)
  head/graphics/kamerka/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Apr 13 18:19:30 2019	(r498817)
+++ head/graphics/Makefile	Sat Apr 13 18:27:17 2019	(r498818)
@@ -394,6 +394,7 @@
     SUBDIR += jpgtn
     SUBDIR += jslice
     SUBDIR += kamera
+    SUBDIR += kamerka
     SUBDIR += kcolorchooser
     SUBDIR += kdegraphics
     SUBDIR += kdegraphics-mobipocket

Added: head/graphics/kamerka/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/kamerka/Makefile	Sat Apr 13 18:27:17 2019	(r498818)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	kamerka
+DISTVERSION=	0.20
+CATEGORIES=	graphics
+
+MAINTAINER=	yuri at 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>

Added: head/graphics/kamerka/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/kamerka/distinfo	Sat Apr 13 18:27:17 2019	(r498818)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1554961313
+SHA256 (dos1-kamerka-0.20_GH0.tar.gz) = a87612851fba9222f6454aaa08694f1ae5a2483a708198a761262789fd246467
+SIZE (dos1-kamerka-0.20_GH0.tar.gz) = 139764

Added: head/graphics/kamerka/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/kamerka/pkg-descr	Sat Apr 13 18:27:17 2019	(r498818)
@@ -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

Added: head/graphics/kamerka/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/kamerka/pkg-plist	Sat Apr 13 18:27:17 2019	(r498818)
@@ -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 at ijekavian/LC_MESSAGES/kamerka.mo
+%%NLS%%share/locale/sr at ijekavianlatin/LC_MESSAGES/kamerka.mo
+%%NLS%%share/locale/sr at 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


More information about the svn-ports-head mailing list