diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-03-12 16:24:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-03-12 16:24:36 +0000 |
commit | f00c0d59ce852f1f863f1cb9e22002fd83a65efb (patch) | |
tree | 1e24e34e20054ebfa328fac92c1ec82c021555f8 | |
parent | 931d892b2571008614d009fd2f9f3d43a1a2b255 (diff) |
multimedia/kamoso: add missing runtime dependency
and update WWW while here
-rw-r--r-- | multimedia/kamoso/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile index 8b974f8ff5ad..27cbed651cdb 100644 --- a/multimedia/kamoso/Makefile +++ b/multimedia/kamoso/Makefile @@ -1,10 +1,11 @@ PORTNAME= kamoso DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Application to take pictures and videos out of your webcam -WWW= https://userbase.kde.org/Kamoso +WWW= https://apps.kde.org/kamoso/ LICENSE= GPLv2 @@ -12,6 +13,7 @@ USES= cmake compiler:c++11-lang gettext gl gnome gstreamer kde:5 \ pkgconfig qt:5 tar:xz xorg USE_GL= gl USE_GNOME= glib20 +USE_GSTREAMER= v4l2 USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons i18n itemviews jobwidgets kio kirigami2 \ notifications purpose service solid widgetsaddons windowsystem \ |