git: f37ff3a3c816 - main - multimedia/kdenlive: drop unnecessary dependency on webkit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 15:18:53 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f37ff3a3c8164e406987e840578c8a9622bb09f6
commit f37ff3a3c8164e406987e840578c8a9622bb09f6
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 07:46:53 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 15:14:59 +0000
multimedia/kdenlive: drop unnecessary dependency on webkit
Upstream ported to WebEngine in [1] and then dropped that in [2]
[1] https://invent.kde.org/multimedia/kdenlive/-/commit/51feccf3cc0939d42c3ff237eb17f9a6091f1dd8
[2] https://invent.kde.org/multimedia/kdenlive/-/commit/16b7e53d8da8edc9e9b366192ba3ecf98729359a
---
multimedia/kdenlive/Makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile
index f7255b3bbf8f..b6ba966886e5 100644
--- a/multimedia/kdenlive/Makefile
+++ b/multimedia/kdenlive/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kdenlive
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= multimedia kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -16,21 +17,20 @@ RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
${LOCALBASE}/lib/mlt-7/libmltqt.so:multimedia/mlt7-qt@qt5 \
${LOCALBASE}/lib/mlt-7/libmltglaxnimate.so:multimedia/mlt7-glaxnimate@qt5
-USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \
- gl mlt:7 pkgconfig qt:5 shared-mime-info kde:5 tar:xz xorg
+USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools gl \
+ kde:5 mlt:7 pkgconfig qt:5 shared-mime-info tar:xz xorg
USE_GL= gl glu
USE_KDE= archive attica auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons filemetadata \
- guiaddons i18n iconthemes kio itemviews jobwidgets \
- kdeclarative newstuff notifications notifyconfig package \
- service solid sonnet textwidgets widgetsaddons windowsystem \
- xmlgui \
+ guiaddons i18n iconthemes itemviews jobwidgets kdeclarative \
+ kio newstuff notifications notifyconfig package service solid \
+ sonnet textwidgets widgetsaddons windowsystem xmlgui \
ecm:build \
init:run
USE_QT= concurrent core dbus declarative gui multimedia network \
- networkauth quickcontrols2 xml \
+ networkauth quickcontrols2 script svg widgets xml \
buildtools:build qmake:build \
- quickcontrols:run script svg webkit widgets
+ quickcontrols:run
USE_XORG= x11
CFLAGS+= -isystem${LOCALBASE}/include # linux/input.h
CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"