Skip to content

Commit

Permalink
multimedia/openshot: Prepare for www/qt5-webkit removal
Browse files Browse the repository at this point in the history
www/qt5-webkit is scheduled to be removed at the end of the year [1]
along with its corresponding python bindings from devel/py-qt5-pyqt. [2]
In the meantime, this port will continue to default to the WebKit
backend unless otherwise specified via the commandline arguments
'-b webengine' or, synonymously, '--web-backend webengine'. After
www/qt5-webkit deletion, it will automatically use the bindings from
www/py-qt5-webengine.

[1] https://cgit.freebsd.org/ports/commit/?id=e8e65e7574de0b374caaa3da0ba6a26a67103e62

PR:		273866 [2]
With hat:	kde@
  • Loading branch information
BSDKaffee committed Oct 29, 2023
1 parent e76b94a commit ff95625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multimedia/openshot/Makefile
@@ -1,6 +1,7 @@
PORTNAME= openshot
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= multimedia

MAINTAINER= tatsuki_makino@hotmail.com
Expand All @@ -21,7 +22,7 @@ USES= desktop-file-utils pyqt:5 python shared-mime-info shebangfix
USE_GITHUB= yes
GH_ACCOUNT= OpenShot
GH_PROJECT= ${PORTNAME}-qt
USE_PYQT= pyqt5
USE_PYQT= pyqt5 webengine
USE_PYTHON= distutils optsuffix
SHEBANG_FILES= src/language/generate_translations.py\
src/language/show_translations.py\
Expand Down

0 comments on commit ff95625

Please sign in to comment.