git: ff956251efce - main - multimedia/openshot: Prepare for www/qt5-webkit removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 20:38:30 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff956251efce04c6e9756057f38327992e56f519
commit ff956251efce04c6e9756057f38327992e56f519
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-29 19:09:15 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-29 20:37:03 +0000
multimedia/openshot: Prepare for www/qt5-webkit removal
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@
---
multimedia/openshot/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile
index 66fd4b0cdf45..1bacbe08bc16 100644
--- a/multimedia/openshot/Makefile
+++ b/multimedia/openshot/Makefile
@@ -1,6 +1,7 @@
PORTNAME= openshot
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.1
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= tatsuki_makino@hotmail.com
@@ -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\