pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/openshot: Update to 3.3.0



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Wed Dec 25 00:40:54 2024 +0900
Changeset:	4fad51438a24bce492ac10ec67b41314e0ee03f4

Modified Files:
	openshot-qt/Makefile
	openshot-qt/PLIST
	openshot-qt/distinfo
Added Files:
	openshot-qt/patches/patch-installer_build-mac-dmg.sh

Log Message:
wip/openshot: Update to 3.3.0

* Fix build.
* Works for my NetBSD/amd64 10.99.12.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4fad51438a24bce492ac10ec67b41314e0ee03f4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openshot-qt/Makefile                               |   16 +-
 openshot-qt/PLIST                                  | 3149 +++++++++++++++++++-
 openshot-qt/distinfo                               |    7 +-
 .../patches/patch-installer_build-mac-dmg.sh       |   13 +
 4 files changed, 3046 insertions(+), 139 deletions(-)

diffs:
diff --git a/openshot-qt/Makefile b/openshot-qt/Makefile
index 11d4b86220..5dda4dc09d 100644
--- a/openshot-qt/Makefile
+++ b/openshot-qt/Makefile
@@ -1,23 +1,25 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	openshot-qt
-GITHUB_TAG=	v2.6.1
-DISTNAME=	v2.6.1
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+DISTNAME=	openshot-qt-3.3.0
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GITHUB:=OpenShot/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_PROJECT=	openshot-qt
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/OpenShot/openshot-qt/
 COMMENT=	Video editor
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=	${PYPKGPREFIX}-zmq-[0-9]*:../../net/py-zmq
-DEPENDS+=       ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests
 DEPENDS+=	libopenshot-[0-9]*:../../wip/libopenshot
+DEPENDS+=	${PYPKGPREFIX}-qt5-webengine-[0-9]*:../../x11/py-qt5-webengine
+
+REPLACE_PYTHON+=	src/*/*.py
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/openshot-qt/PLIST b/openshot-qt/PLIST
index 6ce9df6330..591ec149b7 100644
--- a/openshot-qt/PLIST
+++ b/openshot-qt/PLIST
@@ -1,11 +1,11 @@
 @comment $NetBSD$
 bin/openshot-qt
 lib/mime/packages/openshot-qt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
-${PYSITELIB}/openshot_qt-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/openshot_qt/__init__.py
 ${PYSITELIB}/openshot_qt/__init__.pyc
 ${PYSITELIB}/openshot_qt/__init__.pyo
@@ -100,9 +100,15 @@ ${PYSITELIB}/openshot_qt/classes/app.pyo
 ${PYSITELIB}/openshot_qt/classes/assets.py
 ${PYSITELIB}/openshot_qt/classes/assets.pyc
 ${PYSITELIB}/openshot_qt/classes/assets.pyo
+${PYSITELIB}/openshot_qt/classes/clipboard.py
+${PYSITELIB}/openshot_qt/classes/clipboard.pyc
+${PYSITELIB}/openshot_qt/classes/clipboard.pyo
 ${PYSITELIB}/openshot_qt/classes/conversion.py
 ${PYSITELIB}/openshot_qt/classes/conversion.pyc
 ${PYSITELIB}/openshot_qt/classes/conversion.pyo
+${PYSITELIB}/openshot_qt/classes/convert_framerate.py
+${PYSITELIB}/openshot_qt/classes/convert_framerate.pyc
+${PYSITELIB}/openshot_qt/classes/convert_framerate.pyo
 ${PYSITELIB}/openshot_qt/classes/effect_init.py
 ${PYSITELIB}/openshot_qt/classes/effect_init.pyc
 ${PYSITELIB}/openshot_qt/classes/effect_init.pyo
@@ -220,6 +226,9 @@ ${PYSITELIB}/openshot_qt/classes/time_parts.pyo
 ${PYSITELIB}/openshot_qt/classes/timeline.py
 ${PYSITELIB}/openshot_qt/classes/timeline.pyc
 ${PYSITELIB}/openshot_qt/classes/timeline.pyo
+${PYSITELIB}/openshot_qt/classes/title_bar.py
+${PYSITELIB}/openshot_qt/classes/title_bar.pyc
+${PYSITELIB}/openshot_qt/classes/title_bar.pyo
 ${PYSITELIB}/openshot_qt/classes/ui_util.py
 ${PYSITELIB}/openshot_qt/classes/ui_util.pyc
 ${PYSITELIB}/openshot_qt/classes/ui_util.pyo
@@ -268,8 +277,8 @@ ${PYSITELIB}/openshot_qt/effects/icons/noise.png
 ${PYSITELIB}/openshot_qt/effects/icons/noise%2x.png@localhost
 ${PYSITELIB}/openshot_qt/effects/icons/normalize.png
 ${PYSITELIB}/openshot_qt/effects/icons/normalize%2x.png@localhost
-${PYSITELIB}/openshot_qt/effects/icons/objectdetector.png
-${PYSITELIB}/openshot_qt/effects/icons/objectdetector%2x.png@localhost
+${PYSITELIB}/openshot_qt/effects/icons/objectdetection.png
+${PYSITELIB}/openshot_qt/effects/icons/objectdetection%2x.png@localhost
 ${PYSITELIB}/openshot_qt/effects/icons/parametriceq.png
 ${PYSITELIB}/openshot_qt/effects/icons/parametriceq%2x.png@localhost
 ${PYSITELIB}/openshot_qt/effects/icons/pixelate.png
@@ -292,6 +301,8 @@ ${PYSITELIB}/openshot_qt/emojis/README.md
 ${PYSITELIB}/openshot_qt/emojis/__init__.py
 ${PYSITELIB}/openshot_qt/emojis/__init__.pyc
 ${PYSITELIB}/openshot_qt/emojis/__init__.pyo
+${PYSITELIB}/openshot_qt/emojis/color/svg/00A9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/00AE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F004.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F0CF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F300.svg
@@ -451,6 +462,7 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A2.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A3.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A4.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A6.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A7.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F3A9.svg
@@ -637,6 +649,7 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F49C.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F49D.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F49E.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F49F.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4A0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4A1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4A2.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4A3.svg
@@ -652,6 +665,8 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4AD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4AE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4AF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4B0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4B1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4B2.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4B3.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4B4.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4B5.svg
@@ -692,6 +707,7 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4D7.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4D8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4D9.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4DA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4DB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4DC.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4DD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4DE.svg
@@ -715,6 +731,10 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4EF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F4.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F6.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F7.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4F9.svg
@@ -723,6 +743,13 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4FB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4FC.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4FD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F4FF.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F500.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F501.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F502.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F503.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F504.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F505.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F506.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F507.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F508.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F509.svg
@@ -740,6 +767,13 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F514.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F515.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F516.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F517.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F518.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F519.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F51A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F51B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F51C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F51D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F51E.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F525.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F526.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F527.svg
@@ -750,10 +784,27 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F52B.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F52C.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F52D.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F52E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F52F.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F530.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F531.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F532.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F533.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F534.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F535.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F536.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F537.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F538.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F539.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F53A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F53B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F53C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F53D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F549.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F54A.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F54B.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F54C.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F54D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F54E.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F550.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F551.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F552.svg
@@ -861,6 +912,7 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F62A.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F62B.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F62C.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F62D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F62E-200D-1F4A8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F62E.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F62F.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F630.svg
@@ -868,7 +920,9 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F631.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F632.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F633.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F634.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F635-200D-1F4AB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F635.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F636-200D-1F32B-FE0F.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F636.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F637.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F638.svg
@@ -928,8 +982,15 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6A6.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6A7.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6A8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6AA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6AB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6AC.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6AD.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6AF.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6B1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6B2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6B3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6B7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6B8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6BD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6BF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6C1.svg
@@ -937,9 +998,15 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6CB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6CD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6CE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6CF.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6D0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6D1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6D2.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6D5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6D6.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6D7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6DD.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6DE.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F6DF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6E0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6E1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6E2.svg
@@ -960,6 +1027,19 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6F9.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6FA.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6FB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F6FC.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E4.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E6.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E8.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7E9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7EA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7EB.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F7F0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F90D.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F90E.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F910.svg
@@ -1041,6 +1121,7 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F974.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F975.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F976.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F978.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F979.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F97A.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F97B.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F97C.svg
@@ -1082,12 +1163,17 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F99F.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A4.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A5.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A6.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A7.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9A9.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9AA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F9AB.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F9AC.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F9AD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9AE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9AF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9BA.svg
@@ -1104,6 +1190,7 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9C7.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9C8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9C9.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9CA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1F9CB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9D0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9E1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1F9E2.svg
@@ -1144,9 +1231,12 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA74.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA78.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA79.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA7A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA7B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA7C.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA80.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA81.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA82.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA83.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA84.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA85.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA86.svg
@@ -1156,47 +1246,150 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA92.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA93.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA94.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA95.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA96.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA97.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FA98.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA99.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA9A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA9B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA9C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA9D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA9E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FA9F.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA4.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA6.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA8.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAA9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAAA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAAB.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAAC.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB4.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB6.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB8.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAB9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FABA.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD2.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD3.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD4.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD6.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD8.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAD9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE2.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE4.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE5.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/1FAE7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/203C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2049.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2122.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2194.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2195.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2196.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2197.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2198.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2199.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/21A9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/21AA.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/231A.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/231B.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2328.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23CF.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23E9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23EA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23EB.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23EC.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23ED.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23EE.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23EF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/23F0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/23F1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/23F2.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/23F3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23F8.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23F9.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/23FA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25AA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25AB.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25B6.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25C0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25FB.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25FC.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25FD.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/25FE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2600.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2601.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2602.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2603.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2604.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/260E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2611.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2614.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2615.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2618.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2620.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2622.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2623.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2626.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/262A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/262E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/262F.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2638.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2639.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/263A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2640.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2642.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2648.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2649.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/264A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/264B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/264C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/264D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/264E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/264F.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2650.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2651.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2652.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2653.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/265F.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2660.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2663.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2665.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2666.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2668.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/267B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/267E.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2692.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2693.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2694.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2695.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2696.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2697.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2699.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/269B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/269C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/26A0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26A1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/26A7.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/26AA.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/26AB.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26B0.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26B1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26BD.svg
@@ -1204,9 +1397,11 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/26BE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26C4.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26C5.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26C8.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/26CE.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26CF.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26D1.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26D3.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/26D4.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26E9.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26EA.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26F0.svg
@@ -1219,1465 +1414,3631 @@ ${PYSITELIB}/openshot_qt/emojis/color/svg/26F8.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26FA.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/26FD.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2702.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2705.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2708.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2709.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/270F.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2712.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2714.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2716.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/271D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2721.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2728.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2733.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2734.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2744.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2747.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/274C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/274E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2753.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2754.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2755.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2757.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2763.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2764-FE0F-200D-1F525.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2764-FE0F-200D-1FA79.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2764.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2795.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2796.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2797.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/27A1.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/27B0.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/27BF.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2934.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2935.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2B05.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2B06.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2B07.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2B1B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2B1C.svg
 ${PYSITELIB}/openshot_qt/emojis/color/svg/2B50.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/2B55.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/3030.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/303D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E040.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E041.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E042.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E043.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E044.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E045.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E046.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E047.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E048.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E049.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E04A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E04B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E050.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E051.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E052.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E053.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E054.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E055.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E056.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E057.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E058.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E059.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E05A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E05B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E05C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E05D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E0FF.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E100.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E101.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E102.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E103.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E104.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E105.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E106.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E107.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E108.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E109.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E10A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E10B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E10C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E10D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E240.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E241.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E242.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E243.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E244.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E245.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E246.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E247.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E248.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E249.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E24A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E24B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E24C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E24D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E24E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E24F.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E250.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E251.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E252.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E253.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E254.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E255.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E256.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E257.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E258.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E259.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E25A.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E25B.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E25C.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E25D.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E25E.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E25F.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E260.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E261.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E262.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E263.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E264.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E265.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E266.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E267.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E268.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/E269.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/F000.svg
+${PYSITELIB}/openshot_qt/emojis/color/svg/F8FF.svg
 ${PYSITELIB}/openshot_qt/emojis/data/openmoji-optimized.json
 ${PYSITELIB}/openshot_qt/emojis/data/openmoji.json
 ${PYSITELIB}/openshot_qt/emojis/optimize-emojis.py
 ${PYSITELIB}/openshot_qt/emojis/optimize-emojis.pyc
 ${PYSITELIB}/openshot_qt/emojis/optimize-emojis.pyo
-${PYSITELIB}/openshot_qt/images/AboutLogo.png
 ${PYSITELIB}/openshot_qt/images/AudioThumbnail.svg
+${PYSITELIB}/openshot_qt/images/NotFound.png
+${PYSITELIB}/openshot_qt/images/NotFound.svg
+${PYSITELIB}/openshot_qt/images/NotFound%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/00A9.png
+${PYSITELIB}/openshot_qt/images/cache/00A9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/00AE.png
+${PYSITELIB}/openshot_qt/images/cache/00AE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F004.png
+${PYSITELIB}/openshot_qt/images/cache/1F004%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F0CF.png
+${PYSITELIB}/openshot_qt/images/cache/1F0CF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F300.png
+${PYSITELIB}/openshot_qt/images/cache/1F300%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F301.png
+${PYSITELIB}/openshot_qt/images/cache/1F301%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F302.png
+${PYSITELIB}/openshot_qt/images/cache/1F302%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F303.png
+${PYSITELIB}/openshot_qt/images/cache/1F303%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F304.png
+${PYSITELIB}/openshot_qt/images/cache/1F304%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F305.png
+${PYSITELIB}/openshot_qt/images/cache/1F305%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F306.png
+${PYSITELIB}/openshot_qt/images/cache/1F306%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F307.png
+${PYSITELIB}/openshot_qt/images/cache/1F307%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F308.png
+${PYSITELIB}/openshot_qt/images/cache/1F308%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F309.png
+${PYSITELIB}/openshot_qt/images/cache/1F309%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F30A.png
+${PYSITELIB}/openshot_qt/images/cache/1F30A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F30B.png
+${PYSITELIB}/openshot_qt/images/cache/1F30B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F30C.png
+${PYSITELIB}/openshot_qt/images/cache/1F30C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F30D.png
+${PYSITELIB}/openshot_qt/images/cache/1F30D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F30E.png
+${PYSITELIB}/openshot_qt/images/cache/1F30E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F30F.png
+${PYSITELIB}/openshot_qt/images/cache/1F30F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F310.png
+${PYSITELIB}/openshot_qt/images/cache/1F310%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F311.png
+${PYSITELIB}/openshot_qt/images/cache/1F311%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F312.png
+${PYSITELIB}/openshot_qt/images/cache/1F312%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F313.png
+${PYSITELIB}/openshot_qt/images/cache/1F313%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F314.png
+${PYSITELIB}/openshot_qt/images/cache/1F314%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F315.png
+${PYSITELIB}/openshot_qt/images/cache/1F315%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F316.png
+${PYSITELIB}/openshot_qt/images/cache/1F316%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F317.png
+${PYSITELIB}/openshot_qt/images/cache/1F317%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F318.png
+${PYSITELIB}/openshot_qt/images/cache/1F318%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F319.png
+${PYSITELIB}/openshot_qt/images/cache/1F319%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F31A.png
+${PYSITELIB}/openshot_qt/images/cache/1F31A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F31B.png
+${PYSITELIB}/openshot_qt/images/cache/1F31B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F31C.png
+${PYSITELIB}/openshot_qt/images/cache/1F31C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F31D.png
+${PYSITELIB}/openshot_qt/images/cache/1F31D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F31E.png
+${PYSITELIB}/openshot_qt/images/cache/1F31E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F31F.png
+${PYSITELIB}/openshot_qt/images/cache/1F31F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F320.png
+${PYSITELIB}/openshot_qt/images/cache/1F320%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F321.png
+${PYSITELIB}/openshot_qt/images/cache/1F321%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F324.png
+${PYSITELIB}/openshot_qt/images/cache/1F324%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F325.png
+${PYSITELIB}/openshot_qt/images/cache/1F325%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F326.png
+${PYSITELIB}/openshot_qt/images/cache/1F326%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F327.png
+${PYSITELIB}/openshot_qt/images/cache/1F327%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F328.png
+${PYSITELIB}/openshot_qt/images/cache/1F328%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F329.png
+${PYSITELIB}/openshot_qt/images/cache/1F329%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F32A.png
+${PYSITELIB}/openshot_qt/images/cache/1F32A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F32B.png
+${PYSITELIB}/openshot_qt/images/cache/1F32B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F32C.png
+${PYSITELIB}/openshot_qt/images/cache/1F32C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F32D.png
+${PYSITELIB}/openshot_qt/images/cache/1F32D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F32E.png
+${PYSITELIB}/openshot_qt/images/cache/1F32E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F32F.png
+${PYSITELIB}/openshot_qt/images/cache/1F32F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F330.png
+${PYSITELIB}/openshot_qt/images/cache/1F330%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F331.png
+${PYSITELIB}/openshot_qt/images/cache/1F331%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F332.png
+${PYSITELIB}/openshot_qt/images/cache/1F332%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F333.png
+${PYSITELIB}/openshot_qt/images/cache/1F333%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F334.png
+${PYSITELIB}/openshot_qt/images/cache/1F334%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F335.png
+${PYSITELIB}/openshot_qt/images/cache/1F335%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F336.png
+${PYSITELIB}/openshot_qt/images/cache/1F336%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F337.png
+${PYSITELIB}/openshot_qt/images/cache/1F337%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F338.png
+${PYSITELIB}/openshot_qt/images/cache/1F338%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F339.png
+${PYSITELIB}/openshot_qt/images/cache/1F339%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F33A.png
+${PYSITELIB}/openshot_qt/images/cache/1F33A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F33B.png
+${PYSITELIB}/openshot_qt/images/cache/1F33B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F33C.png
+${PYSITELIB}/openshot_qt/images/cache/1F33C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F33D.png
+${PYSITELIB}/openshot_qt/images/cache/1F33D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F33E.png
+${PYSITELIB}/openshot_qt/images/cache/1F33E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F33F.png
+${PYSITELIB}/openshot_qt/images/cache/1F33F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F340.png
+${PYSITELIB}/openshot_qt/images/cache/1F340%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F341.png
+${PYSITELIB}/openshot_qt/images/cache/1F341%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F342.png
+${PYSITELIB}/openshot_qt/images/cache/1F342%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F343.png
+${PYSITELIB}/openshot_qt/images/cache/1F343%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F344.png
+${PYSITELIB}/openshot_qt/images/cache/1F344%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F345.png
+${PYSITELIB}/openshot_qt/images/cache/1F345%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F346.png
+${PYSITELIB}/openshot_qt/images/cache/1F346%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F347.png
+${PYSITELIB}/openshot_qt/images/cache/1F347%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F348.png
+${PYSITELIB}/openshot_qt/images/cache/1F348%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F349.png
+${PYSITELIB}/openshot_qt/images/cache/1F349%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F34A.png
+${PYSITELIB}/openshot_qt/images/cache/1F34A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F34B.png
+${PYSITELIB}/openshot_qt/images/cache/1F34B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F34C.png
+${PYSITELIB}/openshot_qt/images/cache/1F34C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F34D.png
+${PYSITELIB}/openshot_qt/images/cache/1F34D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F34E.png
+${PYSITELIB}/openshot_qt/images/cache/1F34E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F34F.png
+${PYSITELIB}/openshot_qt/images/cache/1F34F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F350.png
+${PYSITELIB}/openshot_qt/images/cache/1F350%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F351.png
+${PYSITELIB}/openshot_qt/images/cache/1F351%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F352.png
+${PYSITELIB}/openshot_qt/images/cache/1F352%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F353.png
+${PYSITELIB}/openshot_qt/images/cache/1F353%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F354.png
+${PYSITELIB}/openshot_qt/images/cache/1F354%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F355.png
+${PYSITELIB}/openshot_qt/images/cache/1F355%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F356.png
+${PYSITELIB}/openshot_qt/images/cache/1F356%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F357.png
+${PYSITELIB}/openshot_qt/images/cache/1F357%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F358.png
+${PYSITELIB}/openshot_qt/images/cache/1F358%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F359.png
+${PYSITELIB}/openshot_qt/images/cache/1F359%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F35A.png
+${PYSITELIB}/openshot_qt/images/cache/1F35A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F35B.png
+${PYSITELIB}/openshot_qt/images/cache/1F35B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F35C.png
+${PYSITELIB}/openshot_qt/images/cache/1F35C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F35D.png
+${PYSITELIB}/openshot_qt/images/cache/1F35D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F35E.png
+${PYSITELIB}/openshot_qt/images/cache/1F35E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F35F.png
+${PYSITELIB}/openshot_qt/images/cache/1F35F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F360.png
+${PYSITELIB}/openshot_qt/images/cache/1F360%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F361.png
+${PYSITELIB}/openshot_qt/images/cache/1F361%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F362.png
+${PYSITELIB}/openshot_qt/images/cache/1F362%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F363.png
+${PYSITELIB}/openshot_qt/images/cache/1F363%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F364.png
+${PYSITELIB}/openshot_qt/images/cache/1F364%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F365.png
+${PYSITELIB}/openshot_qt/images/cache/1F365%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F366.png
+${PYSITELIB}/openshot_qt/images/cache/1F366%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F367.png
+${PYSITELIB}/openshot_qt/images/cache/1F367%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F368.png
+${PYSITELIB}/openshot_qt/images/cache/1F368%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F369.png
+${PYSITELIB}/openshot_qt/images/cache/1F369%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F36A.png
+${PYSITELIB}/openshot_qt/images/cache/1F36A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F36B.png
+${PYSITELIB}/openshot_qt/images/cache/1F36B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F36C.png
+${PYSITELIB}/openshot_qt/images/cache/1F36C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F36D.png
+${PYSITELIB}/openshot_qt/images/cache/1F36D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F36E.png
+${PYSITELIB}/openshot_qt/images/cache/1F36E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F36F.png
+${PYSITELIB}/openshot_qt/images/cache/1F36F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F370.png
+${PYSITELIB}/openshot_qt/images/cache/1F370%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F371.png
+${PYSITELIB}/openshot_qt/images/cache/1F371%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F372.png
+${PYSITELIB}/openshot_qt/images/cache/1F372%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F373.png
+${PYSITELIB}/openshot_qt/images/cache/1F373%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F374.png
+${PYSITELIB}/openshot_qt/images/cache/1F374%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F375.png
+${PYSITELIB}/openshot_qt/images/cache/1F375%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F376.png
+${PYSITELIB}/openshot_qt/images/cache/1F376%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F377.png
+${PYSITELIB}/openshot_qt/images/cache/1F377%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F378.png
+${PYSITELIB}/openshot_qt/images/cache/1F378%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F379.png
+${PYSITELIB}/openshot_qt/images/cache/1F379%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F37A.png
+${PYSITELIB}/openshot_qt/images/cache/1F37A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F37B.png
+${PYSITELIB}/openshot_qt/images/cache/1F37B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F37C.png
+${PYSITELIB}/openshot_qt/images/cache/1F37C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F37D.png
+${PYSITELIB}/openshot_qt/images/cache/1F37D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F37E.png
+${PYSITELIB}/openshot_qt/images/cache/1F37E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F37F.png
+${PYSITELIB}/openshot_qt/images/cache/1F37F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F380.png
+${PYSITELIB}/openshot_qt/images/cache/1F380%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F381.png
+${PYSITELIB}/openshot_qt/images/cache/1F381%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F382.png
+${PYSITELIB}/openshot_qt/images/cache/1F382%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F383.png
+${PYSITELIB}/openshot_qt/images/cache/1F383%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F384.png
+${PYSITELIB}/openshot_qt/images/cache/1F384%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F386.png
+${PYSITELIB}/openshot_qt/images/cache/1F386%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F387.png
+${PYSITELIB}/openshot_qt/images/cache/1F387%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F388.png
+${PYSITELIB}/openshot_qt/images/cache/1F388%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F389.png
+${PYSITELIB}/openshot_qt/images/cache/1F389%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F38A.png
+${PYSITELIB}/openshot_qt/images/cache/1F38A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F38B.png
+${PYSITELIB}/openshot_qt/images/cache/1F38B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F38D.png
+${PYSITELIB}/openshot_qt/images/cache/1F38D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F38E.png
+${PYSITELIB}/openshot_qt/images/cache/1F38E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F38F.png
+${PYSITELIB}/openshot_qt/images/cache/1F38F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F390.png
+${PYSITELIB}/openshot_qt/images/cache/1F390%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F391.png
+${PYSITELIB}/openshot_qt/images/cache/1F391%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F392.png
+${PYSITELIB}/openshot_qt/images/cache/1F392%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F393.png
+${PYSITELIB}/openshot_qt/images/cache/1F393%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F396.png
+${PYSITELIB}/openshot_qt/images/cache/1F396%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F397.png
+${PYSITELIB}/openshot_qt/images/cache/1F397%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F399.png
+${PYSITELIB}/openshot_qt/images/cache/1F399%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F39A.png
+${PYSITELIB}/openshot_qt/images/cache/1F39A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F39B.png
+${PYSITELIB}/openshot_qt/images/cache/1F39B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F39E.png
+${PYSITELIB}/openshot_qt/images/cache/1F39E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F39F.png
+${PYSITELIB}/openshot_qt/images/cache/1F39F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A0.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A1.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A2.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A3.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A4.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A5.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F3A6.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A7.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A8.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3A9.png
+${PYSITELIB}/openshot_qt/images/cache/1F3A9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3AA.png
+${PYSITELIB}/openshot_qt/images/cache/1F3AA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3AB.png
+${PYSITELIB}/openshot_qt/images/cache/1F3AB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3AC.png
+${PYSITELIB}/openshot_qt/images/cache/1F3AC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3AD.png
+${PYSITELIB}/openshot_qt/images/cache/1F3AD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3AE.png
+${PYSITELIB}/openshot_qt/images/cache/1F3AE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3AF.png
+${PYSITELIB}/openshot_qt/images/cache/1F3AF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B0.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B1.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B2.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B3.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B4.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B5.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B6.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B7.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B8.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3B9.png
+${PYSITELIB}/openshot_qt/images/cache/1F3B9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3BA.png
+${PYSITELIB}/openshot_qt/images/cache/1F3BA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3BB.png
+${PYSITELIB}/openshot_qt/images/cache/1F3BB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3BC.png
+${PYSITELIB}/openshot_qt/images/cache/1F3BC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3BD.png
+${PYSITELIB}/openshot_qt/images/cache/1F3BD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3BE.png
+${PYSITELIB}/openshot_qt/images/cache/1F3BE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3BF.png
+${PYSITELIB}/openshot_qt/images/cache/1F3BF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3C0.png
+${PYSITELIB}/openshot_qt/images/cache/1F3C0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3C5.png
+${PYSITELIB}/openshot_qt/images/cache/1F3C5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3C6.png
+${PYSITELIB}/openshot_qt/images/cache/1F3C6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3C8.png
+${PYSITELIB}/openshot_qt/images/cache/1F3C8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3C9.png
+${PYSITELIB}/openshot_qt/images/cache/1F3C9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3CD.png
+${PYSITELIB}/openshot_qt/images/cache/1F3CD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3CE.png
+${PYSITELIB}/openshot_qt/images/cache/1F3CE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3CF.png
+${PYSITELIB}/openshot_qt/images/cache/1F3CF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D0.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D1.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D2.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D3.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D4.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D5.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D6.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D7.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D8.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3D9.png
+${PYSITELIB}/openshot_qt/images/cache/1F3D9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3DA.png
+${PYSITELIB}/openshot_qt/images/cache/1F3DA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3DB.png
+${PYSITELIB}/openshot_qt/images/cache/1F3DB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3DC.png
+${PYSITELIB}/openshot_qt/images/cache/1F3DC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3DD.png
+${PYSITELIB}/openshot_qt/images/cache/1F3DD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3DE.png
+${PYSITELIB}/openshot_qt/images/cache/1F3DE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3DF.png
+${PYSITELIB}/openshot_qt/images/cache/1F3DF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E0.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E1.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E2.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E3.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E4.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E5.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E6.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E8.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3E9.png
+${PYSITELIB}/openshot_qt/images/cache/1F3E9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3EA.png
+${PYSITELIB}/openshot_qt/images/cache/1F3EA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3EB.png
+${PYSITELIB}/openshot_qt/images/cache/1F3EB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3EC.png
+${PYSITELIB}/openshot_qt/images/cache/1F3EC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3ED.png
+${PYSITELIB}/openshot_qt/images/cache/1F3ED%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3EE.png
+${PYSITELIB}/openshot_qt/images/cache/1F3EE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3EF.png
+${PYSITELIB}/openshot_qt/images/cache/1F3EF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3F0.png
+${PYSITELIB}/openshot_qt/images/cache/1F3F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3F5.png
+${PYSITELIB}/openshot_qt/images/cache/1F3F5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3F7.png
+${PYSITELIB}/openshot_qt/images/cache/1F3F7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3F8.png
+${PYSITELIB}/openshot_qt/images/cache/1F3F8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3F9.png
+${PYSITELIB}/openshot_qt/images/cache/1F3F9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F3FA.png
+${PYSITELIB}/openshot_qt/images/cache/1F3FA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F400.png
+${PYSITELIB}/openshot_qt/images/cache/1F400%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F401.png
+${PYSITELIB}/openshot_qt/images/cache/1F401%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F402.png
+${PYSITELIB}/openshot_qt/images/cache/1F402%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F403.png
+${PYSITELIB}/openshot_qt/images/cache/1F403%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F404.png
+${PYSITELIB}/openshot_qt/images/cache/1F404%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F405.png
+${PYSITELIB}/openshot_qt/images/cache/1F405%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F406.png
+${PYSITELIB}/openshot_qt/images/cache/1F406%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F407.png
+${PYSITELIB}/openshot_qt/images/cache/1F407%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F408-200D-2B1B.png
+${PYSITELIB}/openshot_qt/images/cache/1F408-200D-2B1B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F408.png
+${PYSITELIB}/openshot_qt/images/cache/1F408%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F409.png
+${PYSITELIB}/openshot_qt/images/cache/1F409%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F40A.png
+${PYSITELIB}/openshot_qt/images/cache/1F40A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F40B.png
+${PYSITELIB}/openshot_qt/images/cache/1F40B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F40C.png
+${PYSITELIB}/openshot_qt/images/cache/1F40C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F40D.png
+${PYSITELIB}/openshot_qt/images/cache/1F40D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F40E.png
+${PYSITELIB}/openshot_qt/images/cache/1F40E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F40F.png
+${PYSITELIB}/openshot_qt/images/cache/1F40F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F410.png
+${PYSITELIB}/openshot_qt/images/cache/1F410%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F411.png
+${PYSITELIB}/openshot_qt/images/cache/1F411%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F412.png
+${PYSITELIB}/openshot_qt/images/cache/1F412%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F413.png
+${PYSITELIB}/openshot_qt/images/cache/1F413%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F414.png
+${PYSITELIB}/openshot_qt/images/cache/1F414%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F415-200D-1F9BA.png
+${PYSITELIB}/openshot_qt/images/cache/1F415-200D-1F9BA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F415.png
+${PYSITELIB}/openshot_qt/images/cache/1F415%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F416.png
+${PYSITELIB}/openshot_qt/images/cache/1F416%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F417.png
+${PYSITELIB}/openshot_qt/images/cache/1F417%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F418.png
+${PYSITELIB}/openshot_qt/images/cache/1F418%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F419.png
+${PYSITELIB}/openshot_qt/images/cache/1F419%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F41A.png
+${PYSITELIB}/openshot_qt/images/cache/1F41A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F41B.png
+${PYSITELIB}/openshot_qt/images/cache/1F41B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F41C.png
+${PYSITELIB}/openshot_qt/images/cache/1F41C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F41D.png
+${PYSITELIB}/openshot_qt/images/cache/1F41D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F41E.png
+${PYSITELIB}/openshot_qt/images/cache/1F41E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F41F.png
+${PYSITELIB}/openshot_qt/images/cache/1F41F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F420.png
+${PYSITELIB}/openshot_qt/images/cache/1F420%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F421.png
+${PYSITELIB}/openshot_qt/images/cache/1F421%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F422.png
+${PYSITELIB}/openshot_qt/images/cache/1F422%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F423.png
+${PYSITELIB}/openshot_qt/images/cache/1F423%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F424.png
+${PYSITELIB}/openshot_qt/images/cache/1F424%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F425.png
+${PYSITELIB}/openshot_qt/images/cache/1F425%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F426.png
+${PYSITELIB}/openshot_qt/images/cache/1F426%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F427.png
+${PYSITELIB}/openshot_qt/images/cache/1F427%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F428.png
+${PYSITELIB}/openshot_qt/images/cache/1F428%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F429.png
+${PYSITELIB}/openshot_qt/images/cache/1F429%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F42A.png
+${PYSITELIB}/openshot_qt/images/cache/1F42A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F42B.png
+${PYSITELIB}/openshot_qt/images/cache/1F42B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F42C.png
+${PYSITELIB}/openshot_qt/images/cache/1F42C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F42D.png
+${PYSITELIB}/openshot_qt/images/cache/1F42D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F42E.png
+${PYSITELIB}/openshot_qt/images/cache/1F42E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F42F.png
+${PYSITELIB}/openshot_qt/images/cache/1F42F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F430.png
+${PYSITELIB}/openshot_qt/images/cache/1F430%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F431.png
+${PYSITELIB}/openshot_qt/images/cache/1F431%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F432.png
+${PYSITELIB}/openshot_qt/images/cache/1F432%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F433.png
+${PYSITELIB}/openshot_qt/images/cache/1F433%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F434.png
+${PYSITELIB}/openshot_qt/images/cache/1F434%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F435.png
+${PYSITELIB}/openshot_qt/images/cache/1F435%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F436.png
+${PYSITELIB}/openshot_qt/images/cache/1F436%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F437.png
+${PYSITELIB}/openshot_qt/images/cache/1F437%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F438.png
+${PYSITELIB}/openshot_qt/images/cache/1F438%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F439.png
+${PYSITELIB}/openshot_qt/images/cache/1F439%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43A.png
+${PYSITELIB}/openshot_qt/images/cache/1F43A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43B-200D-2744-FE0F.png
+${PYSITELIB}/openshot_qt/images/cache/1F43B-200D-2744-FE0F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43B.png
+${PYSITELIB}/openshot_qt/images/cache/1F43B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43C.png
+${PYSITELIB}/openshot_qt/images/cache/1F43C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43D.png
+${PYSITELIB}/openshot_qt/images/cache/1F43D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43E.png
+${PYSITELIB}/openshot_qt/images/cache/1F43E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F43F.png
+${PYSITELIB}/openshot_qt/images/cache/1F43F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F441-FE0F-200D-1F5E8-FE0F.png
+${PYSITELIB}/openshot_qt/images/cache/1F441-FE0F-200D-1F5E8-FE0F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F451.png
+${PYSITELIB}/openshot_qt/images/cache/1F451%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F452.png
+${PYSITELIB}/openshot_qt/images/cache/1F452%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F453.png
+${PYSITELIB}/openshot_qt/images/cache/1F453%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F454.png
+${PYSITELIB}/openshot_qt/images/cache/1F454%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F455.png
+${PYSITELIB}/openshot_qt/images/cache/1F455%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F456.png
+${PYSITELIB}/openshot_qt/images/cache/1F456%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F457.png
+${PYSITELIB}/openshot_qt/images/cache/1F457%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F458.png
+${PYSITELIB}/openshot_qt/images/cache/1F458%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F459.png
+${PYSITELIB}/openshot_qt/images/cache/1F459%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F45A.png
+${PYSITELIB}/openshot_qt/images/cache/1F45A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F45B.png
+${PYSITELIB}/openshot_qt/images/cache/1F45B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F45C.png
+${PYSITELIB}/openshot_qt/images/cache/1F45C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F45D.png
+${PYSITELIB}/openshot_qt/images/cache/1F45D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F45E.png
+${PYSITELIB}/openshot_qt/images/cache/1F45E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F45F.png
+${PYSITELIB}/openshot_qt/images/cache/1F45F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F460.png
+${PYSITELIB}/openshot_qt/images/cache/1F460%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F461.png
+${PYSITELIB}/openshot_qt/images/cache/1F461%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F462.png
+${PYSITELIB}/openshot_qt/images/cache/1F462%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F479.png
+${PYSITELIB}/openshot_qt/images/cache/1F479%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F47A.png
+${PYSITELIB}/openshot_qt/images/cache/1F47A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F47B.png
+${PYSITELIB}/openshot_qt/images/cache/1F47B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F47D.png
+${PYSITELIB}/openshot_qt/images/cache/1F47D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F47E.png
+${PYSITELIB}/openshot_qt/images/cache/1F47E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F47F.png
+${PYSITELIB}/openshot_qt/images/cache/1F47F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F480.png
+${PYSITELIB}/openshot_qt/images/cache/1F480%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F484.png
+${PYSITELIB}/openshot_qt/images/cache/1F484%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F488.png
+${PYSITELIB}/openshot_qt/images/cache/1F488%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F489.png
+${PYSITELIB}/openshot_qt/images/cache/1F489%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F48A.png
+${PYSITELIB}/openshot_qt/images/cache/1F48A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F48B.png
+${PYSITELIB}/openshot_qt/images/cache/1F48B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F48C.png
+${PYSITELIB}/openshot_qt/images/cache/1F48C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F48D.png
+${PYSITELIB}/openshot_qt/images/cache/1F48D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F48E.png
+${PYSITELIB}/openshot_qt/images/cache/1F48E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F490.png
+${PYSITELIB}/openshot_qt/images/cache/1F490%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F492.png
+${PYSITELIB}/openshot_qt/images/cache/1F492%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F493.png
+${PYSITELIB}/openshot_qt/images/cache/1F493%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F494.png
+${PYSITELIB}/openshot_qt/images/cache/1F494%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F495.png
+${PYSITELIB}/openshot_qt/images/cache/1F495%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F496.png
+${PYSITELIB}/openshot_qt/images/cache/1F496%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F497.png
+${PYSITELIB}/openshot_qt/images/cache/1F497%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F498.png
+${PYSITELIB}/openshot_qt/images/cache/1F498%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F499.png
+${PYSITELIB}/openshot_qt/images/cache/1F499%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F49A.png
+${PYSITELIB}/openshot_qt/images/cache/1F49A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F49B.png
+${PYSITELIB}/openshot_qt/images/cache/1F49B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F49C.png
+${PYSITELIB}/openshot_qt/images/cache/1F49C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F49D.png
+${PYSITELIB}/openshot_qt/images/cache/1F49D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F49E.png
+${PYSITELIB}/openshot_qt/images/cache/1F49E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F49F.png
+${PYSITELIB}/openshot_qt/images/cache/1F49F%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4A0.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A1.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A2.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A3.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A4.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A5.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A6.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A7.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A8.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4A9.png
+${PYSITELIB}/openshot_qt/images/cache/1F4A9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4AB.png
+${PYSITELIB}/openshot_qt/images/cache/1F4AB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4AC.png
+${PYSITELIB}/openshot_qt/images/cache/1F4AC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4AD.png
+${PYSITELIB}/openshot_qt/images/cache/1F4AD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4AE.png
+${PYSITELIB}/openshot_qt/images/cache/1F4AE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4AF.png
+${PYSITELIB}/openshot_qt/images/cache/1F4AF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B0.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4B1.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4B2.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B3.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B4.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B5.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B6.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B7.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B8.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4B9.png
+${PYSITELIB}/openshot_qt/images/cache/1F4B9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4BA.png
+${PYSITELIB}/openshot_qt/images/cache/1F4BA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4BB.png
+${PYSITELIB}/openshot_qt/images/cache/1F4BB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4BC.png
+${PYSITELIB}/openshot_qt/images/cache/1F4BC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4BD.png
+${PYSITELIB}/openshot_qt/images/cache/1F4BD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4BE.png
+${PYSITELIB}/openshot_qt/images/cache/1F4BE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4BF.png
+${PYSITELIB}/openshot_qt/images/cache/1F4BF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C0.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C1.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C2.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C3.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C4.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C5.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C6.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C7.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C8.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4C9.png
+${PYSITELIB}/openshot_qt/images/cache/1F4C9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4CA.png
+${PYSITELIB}/openshot_qt/images/cache/1F4CA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4CB.png
+${PYSITELIB}/openshot_qt/images/cache/1F4CB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4CC.png
+${PYSITELIB}/openshot_qt/images/cache/1F4CC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4CD.png
+${PYSITELIB}/openshot_qt/images/cache/1F4CD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4CE.png
+${PYSITELIB}/openshot_qt/images/cache/1F4CE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4CF.png
+${PYSITELIB}/openshot_qt/images/cache/1F4CF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D0.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D1.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D2.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D3.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D4.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D5.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D6.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D7.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D8.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4D9.png
+${PYSITELIB}/openshot_qt/images/cache/1F4D9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4DA.png
+${PYSITELIB}/openshot_qt/images/cache/1F4DA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4DB.png
+${PYSITELIB}/openshot_qt/images/cache/1F4DB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4DC.png
+${PYSITELIB}/openshot_qt/images/cache/1F4DC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4DD.png
+${PYSITELIB}/openshot_qt/images/cache/1F4DD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4DE.png
+${PYSITELIB}/openshot_qt/images/cache/1F4DE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4DF.png
+${PYSITELIB}/openshot_qt/images/cache/1F4DF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E0.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E1.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E2.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E3.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E4.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E5.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E6.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E7.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E8.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4E9.png
+${PYSITELIB}/openshot_qt/images/cache/1F4E9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4EA.png
+${PYSITELIB}/openshot_qt/images/cache/1F4EA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4EB.png
+${PYSITELIB}/openshot_qt/images/cache/1F4EB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4EC.png
+${PYSITELIB}/openshot_qt/images/cache/1F4EC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4ED.png
+${PYSITELIB}/openshot_qt/images/cache/1F4ED%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4EE.png
+${PYSITELIB}/openshot_qt/images/cache/1F4EE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4EF.png
+${PYSITELIB}/openshot_qt/images/cache/1F4EF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4F0.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4F1.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4F2.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4F3.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4F4.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F4%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4F5.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F4F6.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4F7.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4F8.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4F9.png
+${PYSITELIB}/openshot_qt/images/cache/1F4F9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4FA.png
+${PYSITELIB}/openshot_qt/images/cache/1F4FA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4FB.png
+${PYSITELIB}/openshot_qt/images/cache/1F4FB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4FC.png
+${PYSITELIB}/openshot_qt/images/cache/1F4FC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4FD.png
+${PYSITELIB}/openshot_qt/images/cache/1F4FD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F4FF.png
+${PYSITELIB}/openshot_qt/images/cache/1F4FF%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F500.png
+${PYSITELIB}/openshot_qt/images/cache/1F500%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F501.png
+${PYSITELIB}/openshot_qt/images/cache/1F501%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F502.png
+${PYSITELIB}/openshot_qt/images/cache/1F502%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F503.png
+${PYSITELIB}/openshot_qt/images/cache/1F503%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F504.png
+${PYSITELIB}/openshot_qt/images/cache/1F504%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F505.png
+${PYSITELIB}/openshot_qt/images/cache/1F505%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F506.png
+${PYSITELIB}/openshot_qt/images/cache/1F506%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F507.png
+${PYSITELIB}/openshot_qt/images/cache/1F507%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F508.png
+${PYSITELIB}/openshot_qt/images/cache/1F508%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F509.png
+${PYSITELIB}/openshot_qt/images/cache/1F509%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F50A.png
+${PYSITELIB}/openshot_qt/images/cache/1F50A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F50B.png
+${PYSITELIB}/openshot_qt/images/cache/1F50B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F50C.png
+${PYSITELIB}/openshot_qt/images/cache/1F50C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F50D.png
+${PYSITELIB}/openshot_qt/images/cache/1F50D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F50E.png
+${PYSITELIB}/openshot_qt/images/cache/1F50E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F50F.png
+${PYSITELIB}/openshot_qt/images/cache/1F50F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F510.png
+${PYSITELIB}/openshot_qt/images/cache/1F510%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F511.png
+${PYSITELIB}/openshot_qt/images/cache/1F511%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F512.png
+${PYSITELIB}/openshot_qt/images/cache/1F512%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F513.png
+${PYSITELIB}/openshot_qt/images/cache/1F513%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F514.png
+${PYSITELIB}/openshot_qt/images/cache/1F514%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F515.png
+${PYSITELIB}/openshot_qt/images/cache/1F515%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F516.png
+${PYSITELIB}/openshot_qt/images/cache/1F516%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F517.png
+${PYSITELIB}/openshot_qt/images/cache/1F517%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F518.png
+${PYSITELIB}/openshot_qt/images/cache/1F518%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F519.png
+${PYSITELIB}/openshot_qt/images/cache/1F519%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F51A.png
+${PYSITELIB}/openshot_qt/images/cache/1F51A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F51B.png
+${PYSITELIB}/openshot_qt/images/cache/1F51B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F51C.png
+${PYSITELIB}/openshot_qt/images/cache/1F51C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F51D.png
+${PYSITELIB}/openshot_qt/images/cache/1F51D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F51E.png
+${PYSITELIB}/openshot_qt/images/cache/1F51E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F525.png
+${PYSITELIB}/openshot_qt/images/cache/1F525%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F526.png
+${PYSITELIB}/openshot_qt/images/cache/1F526%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F527.png
+${PYSITELIB}/openshot_qt/images/cache/1F527%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F528.png
+${PYSITELIB}/openshot_qt/images/cache/1F528%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F529.png
+${PYSITELIB}/openshot_qt/images/cache/1F529%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F52A.png
+${PYSITELIB}/openshot_qt/images/cache/1F52A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F52B.png
+${PYSITELIB}/openshot_qt/images/cache/1F52B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F52C.png
+${PYSITELIB}/openshot_qt/images/cache/1F52C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F52D.png
+${PYSITELIB}/openshot_qt/images/cache/1F52D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F52E.png
+${PYSITELIB}/openshot_qt/images/cache/1F52E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F52F.png
+${PYSITELIB}/openshot_qt/images/cache/1F52F%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F530.png
+${PYSITELIB}/openshot_qt/images/cache/1F530%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F531.png
+${PYSITELIB}/openshot_qt/images/cache/1F531%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F532.png
+${PYSITELIB}/openshot_qt/images/cache/1F532%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F533.png
+${PYSITELIB}/openshot_qt/images/cache/1F533%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F534.png
+${PYSITELIB}/openshot_qt/images/cache/1F534%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F535.png
+${PYSITELIB}/openshot_qt/images/cache/1F535%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F536.png
+${PYSITELIB}/openshot_qt/images/cache/1F536%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F537.png
+${PYSITELIB}/openshot_qt/images/cache/1F537%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F538.png
+${PYSITELIB}/openshot_qt/images/cache/1F538%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F539.png
+${PYSITELIB}/openshot_qt/images/cache/1F539%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F53A.png
+${PYSITELIB}/openshot_qt/images/cache/1F53A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F53B.png
+${PYSITELIB}/openshot_qt/images/cache/1F53B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F53C.png
+${PYSITELIB}/openshot_qt/images/cache/1F53C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F53D.png
+${PYSITELIB}/openshot_qt/images/cache/1F53D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F549.png
+${PYSITELIB}/openshot_qt/images/cache/1F549%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F54A.png
+${PYSITELIB}/openshot_qt/images/cache/1F54A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F54B.png
+${PYSITELIB}/openshot_qt/images/cache/1F54B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F54C.png
+${PYSITELIB}/openshot_qt/images/cache/1F54C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F54D.png
+${PYSITELIB}/openshot_qt/images/cache/1F54D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F54E.png
+${PYSITELIB}/openshot_qt/images/cache/1F54E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F550.png
+${PYSITELIB}/openshot_qt/images/cache/1F550%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F551.png
+${PYSITELIB}/openshot_qt/images/cache/1F551%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F552.png
+${PYSITELIB}/openshot_qt/images/cache/1F552%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F553.png
+${PYSITELIB}/openshot_qt/images/cache/1F553%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F554.png
+${PYSITELIB}/openshot_qt/images/cache/1F554%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F555.png
+${PYSITELIB}/openshot_qt/images/cache/1F555%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F556.png
+${PYSITELIB}/openshot_qt/images/cache/1F556%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F557.png
+${PYSITELIB}/openshot_qt/images/cache/1F557%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F558.png
+${PYSITELIB}/openshot_qt/images/cache/1F558%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F559.png
+${PYSITELIB}/openshot_qt/images/cache/1F559%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F55A.png
+${PYSITELIB}/openshot_qt/images/cache/1F55A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F55B.png
+${PYSITELIB}/openshot_qt/images/cache/1F55B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F55C.png
+${PYSITELIB}/openshot_qt/images/cache/1F55C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F55D.png
+${PYSITELIB}/openshot_qt/images/cache/1F55D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F55E.png
+${PYSITELIB}/openshot_qt/images/cache/1F55E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F55F.png
+${PYSITELIB}/openshot_qt/images/cache/1F55F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F560.png
+${PYSITELIB}/openshot_qt/images/cache/1F560%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F561.png
+${PYSITELIB}/openshot_qt/images/cache/1F561%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F562.png
+${PYSITELIB}/openshot_qt/images/cache/1F562%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F563.png
+${PYSITELIB}/openshot_qt/images/cache/1F563%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F564.png
+${PYSITELIB}/openshot_qt/images/cache/1F564%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F565.png
+${PYSITELIB}/openshot_qt/images/cache/1F565%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F566.png
+${PYSITELIB}/openshot_qt/images/cache/1F566%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F567.png
+${PYSITELIB}/openshot_qt/images/cache/1F567%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F56F.png
+${PYSITELIB}/openshot_qt/images/cache/1F56F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F570.png
+${PYSITELIB}/openshot_qt/images/cache/1F570%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F573.png
+${PYSITELIB}/openshot_qt/images/cache/1F573%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F576.png
+${PYSITELIB}/openshot_qt/images/cache/1F576%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F577.png
+${PYSITELIB}/openshot_qt/images/cache/1F577%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F578.png
+${PYSITELIB}/openshot_qt/images/cache/1F578%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F579.png
+${PYSITELIB}/openshot_qt/images/cache/1F579%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F587.png
+${PYSITELIB}/openshot_qt/images/cache/1F587%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F58A.png
+${PYSITELIB}/openshot_qt/images/cache/1F58A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F58B.png
+${PYSITELIB}/openshot_qt/images/cache/1F58B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F58C.png
+${PYSITELIB}/openshot_qt/images/cache/1F58C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F58D.png
+${PYSITELIB}/openshot_qt/images/cache/1F58D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5A4.png
+${PYSITELIB}/openshot_qt/images/cache/1F5A4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5A5.png
+${PYSITELIB}/openshot_qt/images/cache/1F5A5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5A8.png
+${PYSITELIB}/openshot_qt/images/cache/1F5A8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5B1.png
+${PYSITELIB}/openshot_qt/images/cache/1F5B1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5B2.png
+${PYSITELIB}/openshot_qt/images/cache/1F5B2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5BC.png
+${PYSITELIB}/openshot_qt/images/cache/1F5BC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5C2.png
+${PYSITELIB}/openshot_qt/images/cache/1F5C2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5C3.png
+${PYSITELIB}/openshot_qt/images/cache/1F5C3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5C4.png
+${PYSITELIB}/openshot_qt/images/cache/1F5C4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5D1.png
+${PYSITELIB}/openshot_qt/images/cache/1F5D1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5D2.png
+${PYSITELIB}/openshot_qt/images/cache/1F5D2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5D3.png
+${PYSITELIB}/openshot_qt/images/cache/1F5D3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5DC.png
+${PYSITELIB}/openshot_qt/images/cache/1F5DC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5DD.png
+${PYSITELIB}/openshot_qt/images/cache/1F5DD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5DE.png
+${PYSITELIB}/openshot_qt/images/cache/1F5DE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5E1.png
+${PYSITELIB}/openshot_qt/images/cache/1F5E1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5E8.png
+${PYSITELIB}/openshot_qt/images/cache/1F5E8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5EF.png
+${PYSITELIB}/openshot_qt/images/cache/1F5EF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5F3.png
+${PYSITELIB}/openshot_qt/images/cache/1F5F3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5FA.png
+${PYSITELIB}/openshot_qt/images/cache/1F5FA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5FB.png
+${PYSITELIB}/openshot_qt/images/cache/1F5FB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5FC.png
+${PYSITELIB}/openshot_qt/images/cache/1F5FC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5FD.png
+${PYSITELIB}/openshot_qt/images/cache/1F5FD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5FE.png
+${PYSITELIB}/openshot_qt/images/cache/1F5FE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F5FF.png
+${PYSITELIB}/openshot_qt/images/cache/1F5FF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F600.png
+${PYSITELIB}/openshot_qt/images/cache/1F600%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F601.png
+${PYSITELIB}/openshot_qt/images/cache/1F601%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F602.png
+${PYSITELIB}/openshot_qt/images/cache/1F602%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F603.png
+${PYSITELIB}/openshot_qt/images/cache/1F603%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F604.png
+${PYSITELIB}/openshot_qt/images/cache/1F604%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F605.png
+${PYSITELIB}/openshot_qt/images/cache/1F605%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F606.png
+${PYSITELIB}/openshot_qt/images/cache/1F606%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F607.png
+${PYSITELIB}/openshot_qt/images/cache/1F607%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F608.png
+${PYSITELIB}/openshot_qt/images/cache/1F608%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F609.png
+${PYSITELIB}/openshot_qt/images/cache/1F609%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F60A.png
+${PYSITELIB}/openshot_qt/images/cache/1F60A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F60B.png
+${PYSITELIB}/openshot_qt/images/cache/1F60B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F60C.png
+${PYSITELIB}/openshot_qt/images/cache/1F60C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F60D.png
+${PYSITELIB}/openshot_qt/images/cache/1F60D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F60E.png
+${PYSITELIB}/openshot_qt/images/cache/1F60E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F60F.png
+${PYSITELIB}/openshot_qt/images/cache/1F60F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F610.png
+${PYSITELIB}/openshot_qt/images/cache/1F610%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F611.png
+${PYSITELIB}/openshot_qt/images/cache/1F611%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F612.png
+${PYSITELIB}/openshot_qt/images/cache/1F612%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F613.png
+${PYSITELIB}/openshot_qt/images/cache/1F613%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F614.png
+${PYSITELIB}/openshot_qt/images/cache/1F614%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F615.png
+${PYSITELIB}/openshot_qt/images/cache/1F615%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F616.png
+${PYSITELIB}/openshot_qt/images/cache/1F616%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F617.png
+${PYSITELIB}/openshot_qt/images/cache/1F617%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F618.png
+${PYSITELIB}/openshot_qt/images/cache/1F618%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F619.png
+${PYSITELIB}/openshot_qt/images/cache/1F619%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F61A.png
+${PYSITELIB}/openshot_qt/images/cache/1F61A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F61B.png
+${PYSITELIB}/openshot_qt/images/cache/1F61B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F61C.png
+${PYSITELIB}/openshot_qt/images/cache/1F61C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F61D.png
+${PYSITELIB}/openshot_qt/images/cache/1F61D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F61E.png
+${PYSITELIB}/openshot_qt/images/cache/1F61E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F61F.png
+${PYSITELIB}/openshot_qt/images/cache/1F61F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F620.png
+${PYSITELIB}/openshot_qt/images/cache/1F620%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F621.png
+${PYSITELIB}/openshot_qt/images/cache/1F621%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F622.png
+${PYSITELIB}/openshot_qt/images/cache/1F622%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F623.png
+${PYSITELIB}/openshot_qt/images/cache/1F623%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F624.png
+${PYSITELIB}/openshot_qt/images/cache/1F624%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F625.png
+${PYSITELIB}/openshot_qt/images/cache/1F625%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F626.png
+${PYSITELIB}/openshot_qt/images/cache/1F626%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F627.png
+${PYSITELIB}/openshot_qt/images/cache/1F627%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F628.png
+${PYSITELIB}/openshot_qt/images/cache/1F628%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F629.png
+${PYSITELIB}/openshot_qt/images/cache/1F629%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F62A.png
+${PYSITELIB}/openshot_qt/images/cache/1F62A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F62B.png
+${PYSITELIB}/openshot_qt/images/cache/1F62B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F62C.png
+${PYSITELIB}/openshot_qt/images/cache/1F62C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F62D.png
+${PYSITELIB}/openshot_qt/images/cache/1F62D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F62E-200D-1F4A8.png
+${PYSITELIB}/openshot_qt/images/cache/1F62E-200D-1F4A8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F62E.png
+${PYSITELIB}/openshot_qt/images/cache/1F62E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F62F.png
+${PYSITELIB}/openshot_qt/images/cache/1F62F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F630.png
+${PYSITELIB}/openshot_qt/images/cache/1F630%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F631.png
+${PYSITELIB}/openshot_qt/images/cache/1F631%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F632.png
+${PYSITELIB}/openshot_qt/images/cache/1F632%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F633.png
+${PYSITELIB}/openshot_qt/images/cache/1F633%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F634.png
+${PYSITELIB}/openshot_qt/images/cache/1F634%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F635-200D-1F4AB.png
+${PYSITELIB}/openshot_qt/images/cache/1F635-200D-1F4AB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F635.png
+${PYSITELIB}/openshot_qt/images/cache/1F635%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F636-200D-1F32B-FE0F.png
+${PYSITELIB}/openshot_qt/images/cache/1F636-200D-1F32B-FE0F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F636.png
+${PYSITELIB}/openshot_qt/images/cache/1F636%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F637.png
+${PYSITELIB}/openshot_qt/images/cache/1F637%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F638.png
+${PYSITELIB}/openshot_qt/images/cache/1F638%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F639.png
+${PYSITELIB}/openshot_qt/images/cache/1F639%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F63A.png
+${PYSITELIB}/openshot_qt/images/cache/1F63A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F63B.png
+${PYSITELIB}/openshot_qt/images/cache/1F63B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F63C.png
+${PYSITELIB}/openshot_qt/images/cache/1F63C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F63D.png
+${PYSITELIB}/openshot_qt/images/cache/1F63D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F63E.png
+${PYSITELIB}/openshot_qt/images/cache/1F63E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F63F.png
+${PYSITELIB}/openshot_qt/images/cache/1F63F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F640.png
+${PYSITELIB}/openshot_qt/images/cache/1F640%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F641.png
+${PYSITELIB}/openshot_qt/images/cache/1F641%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F642.png
+${PYSITELIB}/openshot_qt/images/cache/1F642%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F643.png
+${PYSITELIB}/openshot_qt/images/cache/1F643%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F644.png
+${PYSITELIB}/openshot_qt/images/cache/1F644%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F648.png
+${PYSITELIB}/openshot_qt/images/cache/1F648%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F649.png
+${PYSITELIB}/openshot_qt/images/cache/1F649%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F64A.png
+${PYSITELIB}/openshot_qt/images/cache/1F64A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F680.png
+${PYSITELIB}/openshot_qt/images/cache/1F680%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F681.png
+${PYSITELIB}/openshot_qt/images/cache/1F681%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F682.png
+${PYSITELIB}/openshot_qt/images/cache/1F682%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F683.png
+${PYSITELIB}/openshot_qt/images/cache/1F683%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F684.png
+${PYSITELIB}/openshot_qt/images/cache/1F684%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F685.png
+${PYSITELIB}/openshot_qt/images/cache/1F685%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F686.png
+${PYSITELIB}/openshot_qt/images/cache/1F686%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F687.png
+${PYSITELIB}/openshot_qt/images/cache/1F687%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F688.png
+${PYSITELIB}/openshot_qt/images/cache/1F688%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F689.png
+${PYSITELIB}/openshot_qt/images/cache/1F689%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F68A.png
+${PYSITELIB}/openshot_qt/images/cache/1F68A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F68B.png
+${PYSITELIB}/openshot_qt/images/cache/1F68B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F68C.png
+${PYSITELIB}/openshot_qt/images/cache/1F68C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F68D.png
+${PYSITELIB}/openshot_qt/images/cache/1F68D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F68E.png
+${PYSITELIB}/openshot_qt/images/cache/1F68E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F68F.png
+${PYSITELIB}/openshot_qt/images/cache/1F68F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F690.png
+${PYSITELIB}/openshot_qt/images/cache/1F690%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F691.png
+${PYSITELIB}/openshot_qt/images/cache/1F691%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F692.png
+${PYSITELIB}/openshot_qt/images/cache/1F692%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F693.png
+${PYSITELIB}/openshot_qt/images/cache/1F693%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F694.png
+${PYSITELIB}/openshot_qt/images/cache/1F694%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F695.png
+${PYSITELIB}/openshot_qt/images/cache/1F695%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F696.png
+${PYSITELIB}/openshot_qt/images/cache/1F696%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F697.png
+${PYSITELIB}/openshot_qt/images/cache/1F697%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F698.png
+${PYSITELIB}/openshot_qt/images/cache/1F698%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F699.png
+${PYSITELIB}/openshot_qt/images/cache/1F699%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F69A.png
+${PYSITELIB}/openshot_qt/images/cache/1F69A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F69B.png
+${PYSITELIB}/openshot_qt/images/cache/1F69B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F69C.png
+${PYSITELIB}/openshot_qt/images/cache/1F69C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F69D.png
+${PYSITELIB}/openshot_qt/images/cache/1F69D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F69E.png
+${PYSITELIB}/openshot_qt/images/cache/1F69E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F69F.png
+${PYSITELIB}/openshot_qt/images/cache/1F69F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A0.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A1.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A2.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A4.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A5.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A6.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A7.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6A8.png
+${PYSITELIB}/openshot_qt/images/cache/1F6A8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6AA.png
+${PYSITELIB}/openshot_qt/images/cache/1F6AA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6AB.png
+${PYSITELIB}/openshot_qt/images/cache/1F6AB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6AC.png
+${PYSITELIB}/openshot_qt/images/cache/1F6AC%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6AD.png
+${PYSITELIB}/openshot_qt/images/cache/1F6AD%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6AF.png
+${PYSITELIB}/openshot_qt/images/cache/1F6AF%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6B1.png
+${PYSITELIB}/openshot_qt/images/cache/1F6B1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6B2.png
+${PYSITELIB}/openshot_qt/images/cache/1F6B2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6B3.png
+${PYSITELIB}/openshot_qt/images/cache/1F6B3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6B7.png
+${PYSITELIB}/openshot_qt/images/cache/1F6B7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6B8.png
+${PYSITELIB}/openshot_qt/images/cache/1F6B8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6BD.png
+${PYSITELIB}/openshot_qt/images/cache/1F6BD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6BF.png
+${PYSITELIB}/openshot_qt/images/cache/1F6BF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6C1.png
+${PYSITELIB}/openshot_qt/images/cache/1F6C1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6CB.png
+${PYSITELIB}/openshot_qt/images/cache/1F6CB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6CD.png
+${PYSITELIB}/openshot_qt/images/cache/1F6CD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6CE.png
+${PYSITELIB}/openshot_qt/images/cache/1F6CE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6CF.png
+${PYSITELIB}/openshot_qt/images/cache/1F6CF%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6D0.png
+${PYSITELIB}/openshot_qt/images/cache/1F6D0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6D1.png
+${PYSITELIB}/openshot_qt/images/cache/1F6D1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6D2.png
+${PYSITELIB}/openshot_qt/images/cache/1F6D2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6D5.png
+${PYSITELIB}/openshot_qt/images/cache/1F6D5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6D6.png
+${PYSITELIB}/openshot_qt/images/cache/1F6D6%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6D7.png
+${PYSITELIB}/openshot_qt/images/cache/1F6D7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6DD.png
+${PYSITELIB}/openshot_qt/images/cache/1F6DD%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6DE.png
+${PYSITELIB}/openshot_qt/images/cache/1F6DE%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F6DF.png
+${PYSITELIB}/openshot_qt/images/cache/1F6DF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E0.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E1.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E2.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E3.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E4.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E5.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6E9.png
+${PYSITELIB}/openshot_qt/images/cache/1F6E9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6EB.png
+${PYSITELIB}/openshot_qt/images/cache/1F6EB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6EC.png
+${PYSITELIB}/openshot_qt/images/cache/1F6EC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F0.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F3.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F4.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F5.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F6.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F7.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F8.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6F9.png
+${PYSITELIB}/openshot_qt/images/cache/1F6F9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6FA.png
+${PYSITELIB}/openshot_qt/images/cache/1F6FA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6FB.png
+${PYSITELIB}/openshot_qt/images/cache/1F6FB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F6FC.png
+${PYSITELIB}/openshot_qt/images/cache/1F6FC%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E0.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E1.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E2.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E3.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E4.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E4%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E5.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E6.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E6%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E7.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E8.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E8%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7E9.png
+${PYSITELIB}/openshot_qt/images/cache/1F7E9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7EA.png
+${PYSITELIB}/openshot_qt/images/cache/1F7EA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7EB.png
+${PYSITELIB}/openshot_qt/images/cache/1F7EB%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F7F0.png
+${PYSITELIB}/openshot_qt/images/cache/1F7F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F90D.png
+${PYSITELIB}/openshot_qt/images/cache/1F90D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F90E.png
+${PYSITELIB}/openshot_qt/images/cache/1F90E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F910.png
+${PYSITELIB}/openshot_qt/images/cache/1F910%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F911.png
+${PYSITELIB}/openshot_qt/images/cache/1F911%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F912.png
+${PYSITELIB}/openshot_qt/images/cache/1F912%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F913.png
+${PYSITELIB}/openshot_qt/images/cache/1F913%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F914.png
+${PYSITELIB}/openshot_qt/images/cache/1F914%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F915.png
+${PYSITELIB}/openshot_qt/images/cache/1F915%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F916.png
+${PYSITELIB}/openshot_qt/images/cache/1F916%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F917.png
+${PYSITELIB}/openshot_qt/images/cache/1F917%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F920.png
+${PYSITELIB}/openshot_qt/images/cache/1F920%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F921.png
+${PYSITELIB}/openshot_qt/images/cache/1F921%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F922.png
+${PYSITELIB}/openshot_qt/images/cache/1F922%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F923.png
+${PYSITELIB}/openshot_qt/images/cache/1F923%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F924.png
+${PYSITELIB}/openshot_qt/images/cache/1F924%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F925.png
+${PYSITELIB}/openshot_qt/images/cache/1F925%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F927.png
+${PYSITELIB}/openshot_qt/images/cache/1F927%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F928.png
+${PYSITELIB}/openshot_qt/images/cache/1F928%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F929.png
+${PYSITELIB}/openshot_qt/images/cache/1F929%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F92A.png
+${PYSITELIB}/openshot_qt/images/cache/1F92A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F92B.png
+${PYSITELIB}/openshot_qt/images/cache/1F92B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F92C.png
+${PYSITELIB}/openshot_qt/images/cache/1F92C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F92D.png
+${PYSITELIB}/openshot_qt/images/cache/1F92D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F92E.png
+${PYSITELIB}/openshot_qt/images/cache/1F92E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F92F.png
+${PYSITELIB}/openshot_qt/images/cache/1F92F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F93F.png
+${PYSITELIB}/openshot_qt/images/cache/1F93F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F940.png
+${PYSITELIB}/openshot_qt/images/cache/1F940%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F941.png
+${PYSITELIB}/openshot_qt/images/cache/1F941%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F942.png
+${PYSITELIB}/openshot_qt/images/cache/1F942%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F943.png
+${PYSITELIB}/openshot_qt/images/cache/1F943%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F944.png
+${PYSITELIB}/openshot_qt/images/cache/1F944%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F945.png
+${PYSITELIB}/openshot_qt/images/cache/1F945%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F947.png
+${PYSITELIB}/openshot_qt/images/cache/1F947%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F948.png
+${PYSITELIB}/openshot_qt/images/cache/1F948%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F949.png
+${PYSITELIB}/openshot_qt/images/cache/1F949%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F94A.png
+${PYSITELIB}/openshot_qt/images/cache/1F94A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F94B.png
+${PYSITELIB}/openshot_qt/images/cache/1F94B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F94C.png
+${PYSITELIB}/openshot_qt/images/cache/1F94C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F94D.png
+${PYSITELIB}/openshot_qt/images/cache/1F94D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F94E.png
+${PYSITELIB}/openshot_qt/images/cache/1F94E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F94F.png
+${PYSITELIB}/openshot_qt/images/cache/1F94F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F950.png
+${PYSITELIB}/openshot_qt/images/cache/1F950%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F951.png
+${PYSITELIB}/openshot_qt/images/cache/1F951%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F952.png
+${PYSITELIB}/openshot_qt/images/cache/1F952%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F953.png
+${PYSITELIB}/openshot_qt/images/cache/1F953%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F954.png
+${PYSITELIB}/openshot_qt/images/cache/1F954%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F955.png
+${PYSITELIB}/openshot_qt/images/cache/1F955%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F956.png
+${PYSITELIB}/openshot_qt/images/cache/1F956%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F957.png
+${PYSITELIB}/openshot_qt/images/cache/1F957%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F958.png
+${PYSITELIB}/openshot_qt/images/cache/1F958%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F959.png
+${PYSITELIB}/openshot_qt/images/cache/1F959%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F95A.png
+${PYSITELIB}/openshot_qt/images/cache/1F95A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F95B.png
+${PYSITELIB}/openshot_qt/images/cache/1F95B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F95C.png
+${PYSITELIB}/openshot_qt/images/cache/1F95C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F95D.png
+${PYSITELIB}/openshot_qt/images/cache/1F95D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F95E.png
+${PYSITELIB}/openshot_qt/images/cache/1F95E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F95F.png
+${PYSITELIB}/openshot_qt/images/cache/1F95F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F960.png
+${PYSITELIB}/openshot_qt/images/cache/1F960%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F961.png
+${PYSITELIB}/openshot_qt/images/cache/1F961%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F962.png
+${PYSITELIB}/openshot_qt/images/cache/1F962%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F963.png
+${PYSITELIB}/openshot_qt/images/cache/1F963%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F964.png
+${PYSITELIB}/openshot_qt/images/cache/1F964%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F965.png
+${PYSITELIB}/openshot_qt/images/cache/1F965%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F966.png
+${PYSITELIB}/openshot_qt/images/cache/1F966%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F967.png
+${PYSITELIB}/openshot_qt/images/cache/1F967%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F968.png
+${PYSITELIB}/openshot_qt/images/cache/1F968%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F969.png
+${PYSITELIB}/openshot_qt/images/cache/1F969%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F96A.png
+${PYSITELIB}/openshot_qt/images/cache/1F96A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F96B.png
+${PYSITELIB}/openshot_qt/images/cache/1F96B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F96C.png
+${PYSITELIB}/openshot_qt/images/cache/1F96C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F96D.png
+${PYSITELIB}/openshot_qt/images/cache/1F96D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F96E.png
+${PYSITELIB}/openshot_qt/images/cache/1F96E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F96F.png
+${PYSITELIB}/openshot_qt/images/cache/1F96F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F970.png
+${PYSITELIB}/openshot_qt/images/cache/1F970%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F971.png
+${PYSITELIB}/openshot_qt/images/cache/1F971%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F972.png
+${PYSITELIB}/openshot_qt/images/cache/1F972%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F973.png
+${PYSITELIB}/openshot_qt/images/cache/1F973%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F974.png
+${PYSITELIB}/openshot_qt/images/cache/1F974%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F975.png
+${PYSITELIB}/openshot_qt/images/cache/1F975%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F976.png
+${PYSITELIB}/openshot_qt/images/cache/1F976%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F978.png
+${PYSITELIB}/openshot_qt/images/cache/1F978%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F979.png
+${PYSITELIB}/openshot_qt/images/cache/1F979%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F97A.png
+${PYSITELIB}/openshot_qt/images/cache/1F97A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F97B.png
+${PYSITELIB}/openshot_qt/images/cache/1F97B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F97C.png
+${PYSITELIB}/openshot_qt/images/cache/1F97C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F97D.png
+${PYSITELIB}/openshot_qt/images/cache/1F97D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F97E.png
+${PYSITELIB}/openshot_qt/images/cache/1F97E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F97F.png
+${PYSITELIB}/openshot_qt/images/cache/1F97F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F980.png
+${PYSITELIB}/openshot_qt/images/cache/1F980%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F981.png
+${PYSITELIB}/openshot_qt/images/cache/1F981%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F982.png
+${PYSITELIB}/openshot_qt/images/cache/1F982%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F983.png
+${PYSITELIB}/openshot_qt/images/cache/1F983%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F984.png
+${PYSITELIB}/openshot_qt/images/cache/1F984%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F985.png
+${PYSITELIB}/openshot_qt/images/cache/1F985%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F986.png
+${PYSITELIB}/openshot_qt/images/cache/1F986%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F987.png
+${PYSITELIB}/openshot_qt/images/cache/1F987%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F988.png
+${PYSITELIB}/openshot_qt/images/cache/1F988%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F989.png
+${PYSITELIB}/openshot_qt/images/cache/1F989%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F98A.png
+${PYSITELIB}/openshot_qt/images/cache/1F98A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F98B.png
+${PYSITELIB}/openshot_qt/images/cache/1F98B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F98C.png
+${PYSITELIB}/openshot_qt/images/cache/1F98C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F98D.png
+${PYSITELIB}/openshot_qt/images/cache/1F98D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F98E.png
+${PYSITELIB}/openshot_qt/images/cache/1F98E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F98F.png
+${PYSITELIB}/openshot_qt/images/cache/1F98F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F990.png
+${PYSITELIB}/openshot_qt/images/cache/1F990%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F991.png
+${PYSITELIB}/openshot_qt/images/cache/1F991%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F992.png
+${PYSITELIB}/openshot_qt/images/cache/1F992%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F993.png
+${PYSITELIB}/openshot_qt/images/cache/1F993%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F994.png
+${PYSITELIB}/openshot_qt/images/cache/1F994%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F995.png
+${PYSITELIB}/openshot_qt/images/cache/1F995%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F996.png
+${PYSITELIB}/openshot_qt/images/cache/1F996%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F997.png
+${PYSITELIB}/openshot_qt/images/cache/1F997%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F998.png
+${PYSITELIB}/openshot_qt/images/cache/1F998%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F999.png
+${PYSITELIB}/openshot_qt/images/cache/1F999%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F99A.png
+${PYSITELIB}/openshot_qt/images/cache/1F99A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F99B.png
+${PYSITELIB}/openshot_qt/images/cache/1F99B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F99C.png
+${PYSITELIB}/openshot_qt/images/cache/1F99C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F99D.png
+${PYSITELIB}/openshot_qt/images/cache/1F99D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F99E.png
+${PYSITELIB}/openshot_qt/images/cache/1F99E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F99F.png
+${PYSITELIB}/openshot_qt/images/cache/1F99F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A0.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A1.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A2.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F9A3.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F9A4.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A5.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A6.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A7.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A8.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9A9.png
+${PYSITELIB}/openshot_qt/images/cache/1F9A9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9AA.png
+${PYSITELIB}/openshot_qt/images/cache/1F9AA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F9AB.png
+${PYSITELIB}/openshot_qt/images/cache/1F9AB%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F9AC.png
+${PYSITELIB}/openshot_qt/images/cache/1F9AC%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F9AD.png
+${PYSITELIB}/openshot_qt/images/cache/1F9AD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9AE.png
+${PYSITELIB}/openshot_qt/images/cache/1F9AE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9AF.png
+${PYSITELIB}/openshot_qt/images/cache/1F9AF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9BA.png
+${PYSITELIB}/openshot_qt/images/cache/1F9BA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9BC.png
+${PYSITELIB}/openshot_qt/images/cache/1F9BC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9BD.png
+${PYSITELIB}/openshot_qt/images/cache/1F9BD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C0.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C1.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C2.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C3.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C4.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C5.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C6.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C7.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C8.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9C9.png
+${PYSITELIB}/openshot_qt/images/cache/1F9C9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9CA.png
+${PYSITELIB}/openshot_qt/images/cache/1F9CA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1F9CB.png
+${PYSITELIB}/openshot_qt/images/cache/1F9CB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9D0.png
+${PYSITELIB}/openshot_qt/images/cache/1F9D0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E1.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E2.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E3.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E4.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E5.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E6.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E7.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E8.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9E9.png
+${PYSITELIB}/openshot_qt/images/cache/1F9E9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9EA.png
+${PYSITELIB}/openshot_qt/images/cache/1F9EA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9EB.png
+${PYSITELIB}/openshot_qt/images/cache/1F9EB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9EC.png
+${PYSITELIB}/openshot_qt/images/cache/1F9EC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9ED.png
+${PYSITELIB}/openshot_qt/images/cache/1F9ED%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9EE.png
+${PYSITELIB}/openshot_qt/images/cache/1F9EE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9EF.png
+${PYSITELIB}/openshot_qt/images/cache/1F9EF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F0.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F1.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F2.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F3.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F4.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F5.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F6.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F7.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F8.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9F9.png
+${PYSITELIB}/openshot_qt/images/cache/1F9F9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9FA.png
+${PYSITELIB}/openshot_qt/images/cache/1F9FA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9FB.png
+${PYSITELIB}/openshot_qt/images/cache/1F9FB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9FC.png
+${PYSITELIB}/openshot_qt/images/cache/1F9FC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9FD.png
+${PYSITELIB}/openshot_qt/images/cache/1F9FD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9FE.png
+${PYSITELIB}/openshot_qt/images/cache/1F9FE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1F9FF.png
+${PYSITELIB}/openshot_qt/images/cache/1F9FF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA70.png
+${PYSITELIB}/openshot_qt/images/cache/1FA70%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA71.png
+${PYSITELIB}/openshot_qt/images/cache/1FA71%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA72.png
+${PYSITELIB}/openshot_qt/images/cache/1FA72%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA73.png
+${PYSITELIB}/openshot_qt/images/cache/1FA73%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA74.png
+${PYSITELIB}/openshot_qt/images/cache/1FA74%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA78.png
+${PYSITELIB}/openshot_qt/images/cache/1FA78%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA79.png
+${PYSITELIB}/openshot_qt/images/cache/1FA79%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA7A.png
+${PYSITELIB}/openshot_qt/images/cache/1FA7A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA7B.png
+${PYSITELIB}/openshot_qt/images/cache/1FA7B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA7C.png
+${PYSITELIB}/openshot_qt/images/cache/1FA7C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA80.png
+${PYSITELIB}/openshot_qt/images/cache/1FA80%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA81.png
+${PYSITELIB}/openshot_qt/images/cache/1FA81%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA82.png
+${PYSITELIB}/openshot_qt/images/cache/1FA82%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA83.png
+${PYSITELIB}/openshot_qt/images/cache/1FA83%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA84.png
+${PYSITELIB}/openshot_qt/images/cache/1FA84%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA85.png
+${PYSITELIB}/openshot_qt/images/cache/1FA85%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA86.png
+${PYSITELIB}/openshot_qt/images/cache/1FA86%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA90.png
+${PYSITELIB}/openshot_qt/images/cache/1FA90%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA91.png
+${PYSITELIB}/openshot_qt/images/cache/1FA91%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA92.png
+${PYSITELIB}/openshot_qt/images/cache/1FA92%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA93.png
+${PYSITELIB}/openshot_qt/images/cache/1FA93%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA94.png
+${PYSITELIB}/openshot_qt/images/cache/1FA94%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA95.png
+${PYSITELIB}/openshot_qt/images/cache/1FA95%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA96.png
+${PYSITELIB}/openshot_qt/images/cache/1FA96%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA97.png
+${PYSITELIB}/openshot_qt/images/cache/1FA97%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FA98.png
+${PYSITELIB}/openshot_qt/images/cache/1FA98%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA99.png
+${PYSITELIB}/openshot_qt/images/cache/1FA99%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA9A.png
+${PYSITELIB}/openshot_qt/images/cache/1FA9A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA9B.png
+${PYSITELIB}/openshot_qt/images/cache/1FA9B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA9C.png
+${PYSITELIB}/openshot_qt/images/cache/1FA9C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA9D.png
+${PYSITELIB}/openshot_qt/images/cache/1FA9D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA9E.png
+${PYSITELIB}/openshot_qt/images/cache/1FA9E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FA9F.png
+${PYSITELIB}/openshot_qt/images/cache/1FA9F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAA0.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA1.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA2.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA3.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA4.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAA5.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA6.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA6%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA7.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA8.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA8%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAA9.png
+${PYSITELIB}/openshot_qt/images/cache/1FAA9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAAA.png
+${PYSITELIB}/openshot_qt/images/cache/1FAAA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAAB.png
+${PYSITELIB}/openshot_qt/images/cache/1FAAB%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAAC.png
+${PYSITELIB}/openshot_qt/images/cache/1FAAC%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAB0.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAB1.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB2.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB3.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB4.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB4%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB5.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB6.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB6%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB7.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB8.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB8%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAB9.png
+${PYSITELIB}/openshot_qt/images/cache/1FAB9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FABA.png
+${PYSITELIB}/openshot_qt/images/cache/1FABA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAD0.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAD1.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAD2.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAD3.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/1FAD4.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD4%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAD5.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAD6.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD6%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAD7.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAD8.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD8%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAD9.png
+${PYSITELIB}/openshot_qt/images/cache/1FAD9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE0.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE1.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE2.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE3.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE4.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE4%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE5.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE5%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/1FAE7.png
+${PYSITELIB}/openshot_qt/images/cache/1FAE7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/203C.png
+${PYSITELIB}/openshot_qt/images/cache/203C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2049.png
+${PYSITELIB}/openshot_qt/images/cache/2049%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2122.png
+${PYSITELIB}/openshot_qt/images/cache/2122%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2194.png
+${PYSITELIB}/openshot_qt/images/cache/2194%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2195.png
+${PYSITELIB}/openshot_qt/images/cache/2195%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2196.png
+${PYSITELIB}/openshot_qt/images/cache/2196%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2197.png
+${PYSITELIB}/openshot_qt/images/cache/2197%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2198.png
+${PYSITELIB}/openshot_qt/images/cache/2198%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2199.png
+${PYSITELIB}/openshot_qt/images/cache/2199%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/21A9.png
+${PYSITELIB}/openshot_qt/images/cache/21A9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/21AA.png
+${PYSITELIB}/openshot_qt/images/cache/21AA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/231A.png
+${PYSITELIB}/openshot_qt/images/cache/231A%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/231B.png
+${PYSITELIB}/openshot_qt/images/cache/231B%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2328.png
+${PYSITELIB}/openshot_qt/images/cache/2328%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23CF.png
+${PYSITELIB}/openshot_qt/images/cache/23CF%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23E9.png
+${PYSITELIB}/openshot_qt/images/cache/23E9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23EA.png
+${PYSITELIB}/openshot_qt/images/cache/23EA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23EB.png
+${PYSITELIB}/openshot_qt/images/cache/23EB%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23EC.png
+${PYSITELIB}/openshot_qt/images/cache/23EC%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23ED.png
+${PYSITELIB}/openshot_qt/images/cache/23ED%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23EE.png
+${PYSITELIB}/openshot_qt/images/cache/23EE%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23EF.png
+${PYSITELIB}/openshot_qt/images/cache/23EF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/23F0.png
+${PYSITELIB}/openshot_qt/images/cache/23F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/23F1.png
+${PYSITELIB}/openshot_qt/images/cache/23F1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/23F2.png
+${PYSITELIB}/openshot_qt/images/cache/23F2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/23F3.png
+${PYSITELIB}/openshot_qt/images/cache/23F3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23F8.png
+${PYSITELIB}/openshot_qt/images/cache/23F8%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23F9.png
+${PYSITELIB}/openshot_qt/images/cache/23F9%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/23FA.png
+${PYSITELIB}/openshot_qt/images/cache/23FA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25AA.png
+${PYSITELIB}/openshot_qt/images/cache/25AA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25AB.png
+${PYSITELIB}/openshot_qt/images/cache/25AB%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25B6.png
+${PYSITELIB}/openshot_qt/images/cache/25B6%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25C0.png
+${PYSITELIB}/openshot_qt/images/cache/25C0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25FB.png
+${PYSITELIB}/openshot_qt/images/cache/25FB%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25FC.png
+${PYSITELIB}/openshot_qt/images/cache/25FC%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25FD.png
+${PYSITELIB}/openshot_qt/images/cache/25FD%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/25FE.png
+${PYSITELIB}/openshot_qt/images/cache/25FE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2600.png
+${PYSITELIB}/openshot_qt/images/cache/2600%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2601.png
+${PYSITELIB}/openshot_qt/images/cache/2601%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2602.png
+${PYSITELIB}/openshot_qt/images/cache/2602%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2603.png
+${PYSITELIB}/openshot_qt/images/cache/2603%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2604.png
+${PYSITELIB}/openshot_qt/images/cache/2604%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/260E.png
+${PYSITELIB}/openshot_qt/images/cache/260E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2611.png
+${PYSITELIB}/openshot_qt/images/cache/2611%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2614.png
+${PYSITELIB}/openshot_qt/images/cache/2614%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2615.png
+${PYSITELIB}/openshot_qt/images/cache/2615%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2618.png
+${PYSITELIB}/openshot_qt/images/cache/2618%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2620.png
+${PYSITELIB}/openshot_qt/images/cache/2620%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2622.png
+${PYSITELIB}/openshot_qt/images/cache/2622%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2623.png
+${PYSITELIB}/openshot_qt/images/cache/2623%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2626.png
+${PYSITELIB}/openshot_qt/images/cache/2626%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/262A.png
+${PYSITELIB}/openshot_qt/images/cache/262A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/262E.png
+${PYSITELIB}/openshot_qt/images/cache/262E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/262F.png
+${PYSITELIB}/openshot_qt/images/cache/262F%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2638.png
+${PYSITELIB}/openshot_qt/images/cache/2638%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2639.png
+${PYSITELIB}/openshot_qt/images/cache/2639%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/263A.png
+${PYSITELIB}/openshot_qt/images/cache/263A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2640.png
+${PYSITELIB}/openshot_qt/images/cache/2640%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2642.png
+${PYSITELIB}/openshot_qt/images/cache/2642%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2648.png
+${PYSITELIB}/openshot_qt/images/cache/2648%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2649.png
+${PYSITELIB}/openshot_qt/images/cache/2649%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/264A.png
+${PYSITELIB}/openshot_qt/images/cache/264A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/264B.png
+${PYSITELIB}/openshot_qt/images/cache/264B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/264C.png
+${PYSITELIB}/openshot_qt/images/cache/264C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/264D.png
+${PYSITELIB}/openshot_qt/images/cache/264D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/264E.png
+${PYSITELIB}/openshot_qt/images/cache/264E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/264F.png
+${PYSITELIB}/openshot_qt/images/cache/264F%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2650.png
+${PYSITELIB}/openshot_qt/images/cache/2650%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2651.png
+${PYSITELIB}/openshot_qt/images/cache/2651%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2652.png
+${PYSITELIB}/openshot_qt/images/cache/2652%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2653.png
+${PYSITELIB}/openshot_qt/images/cache/2653%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/265F.png
+${PYSITELIB}/openshot_qt/images/cache/265F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2660.png
+${PYSITELIB}/openshot_qt/images/cache/2660%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2663.png
+${PYSITELIB}/openshot_qt/images/cache/2663%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2665.png
+${PYSITELIB}/openshot_qt/images/cache/2665%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2666.png
+${PYSITELIB}/openshot_qt/images/cache/2666%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2668.png
+${PYSITELIB}/openshot_qt/images/cache/2668%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/267B.png
+${PYSITELIB}/openshot_qt/images/cache/267B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/267E.png
+${PYSITELIB}/openshot_qt/images/cache/267E%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2692.png
+${PYSITELIB}/openshot_qt/images/cache/2692%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2693.png
+${PYSITELIB}/openshot_qt/images/cache/2693%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2694.png
+${PYSITELIB}/openshot_qt/images/cache/2694%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2695.png
+${PYSITELIB}/openshot_qt/images/cache/2695%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2696.png
+${PYSITELIB}/openshot_qt/images/cache/2696%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2697.png
+${PYSITELIB}/openshot_qt/images/cache/2697%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2699.png
+${PYSITELIB}/openshot_qt/images/cache/2699%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/269B.png
+${PYSITELIB}/openshot_qt/images/cache/269B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/269C.png
+${PYSITELIB}/openshot_qt/images/cache/269C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/26A0.png
+${PYSITELIB}/openshot_qt/images/cache/26A0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26A1.png
+${PYSITELIB}/openshot_qt/images/cache/26A1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/26A7.png
+${PYSITELIB}/openshot_qt/images/cache/26A7%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/26AA.png
+${PYSITELIB}/openshot_qt/images/cache/26AA%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/26AB.png
+${PYSITELIB}/openshot_qt/images/cache/26AB%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26B0.png
+${PYSITELIB}/openshot_qt/images/cache/26B0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26B1.png
+${PYSITELIB}/openshot_qt/images/cache/26B1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26BD.png
+${PYSITELIB}/openshot_qt/images/cache/26BD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26BE.png
+${PYSITELIB}/openshot_qt/images/cache/26BE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26C4.png
+${PYSITELIB}/openshot_qt/images/cache/26C4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26C5.png
+${PYSITELIB}/openshot_qt/images/cache/26C5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26C8.png
+${PYSITELIB}/openshot_qt/images/cache/26C8%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/26CE.png
+${PYSITELIB}/openshot_qt/images/cache/26CE%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26CF.png
+${PYSITELIB}/openshot_qt/images/cache/26CF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26D1.png
+${PYSITELIB}/openshot_qt/images/cache/26D1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26D3.png
+${PYSITELIB}/openshot_qt/images/cache/26D3%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/26D4.png
+${PYSITELIB}/openshot_qt/images/cache/26D4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26E9.png
+${PYSITELIB}/openshot_qt/images/cache/26E9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26EA.png
+${PYSITELIB}/openshot_qt/images/cache/26EA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F0.png
+${PYSITELIB}/openshot_qt/images/cache/26F0%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F1.png
+${PYSITELIB}/openshot_qt/images/cache/26F1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F2.png
+${PYSITELIB}/openshot_qt/images/cache/26F2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F3.png
+${PYSITELIB}/openshot_qt/images/cache/26F3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F4.png
+${PYSITELIB}/openshot_qt/images/cache/26F4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F5.png
+${PYSITELIB}/openshot_qt/images/cache/26F5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26F8.png
+${PYSITELIB}/openshot_qt/images/cache/26F8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26FA.png
+${PYSITELIB}/openshot_qt/images/cache/26FA%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/26FD.png
+${PYSITELIB}/openshot_qt/images/cache/26FD%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2702.png
+${PYSITELIB}/openshot_qt/images/cache/2702%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2705.png
+${PYSITELIB}/openshot_qt/images/cache/2705%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2708.png
+${PYSITELIB}/openshot_qt/images/cache/2708%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2709.png
+${PYSITELIB}/openshot_qt/images/cache/2709%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/270F.png
+${PYSITELIB}/openshot_qt/images/cache/270F%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2712.png
+${PYSITELIB}/openshot_qt/images/cache/2712%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2714.png
+${PYSITELIB}/openshot_qt/images/cache/2714%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2716.png
+${PYSITELIB}/openshot_qt/images/cache/2716%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/271D.png
+${PYSITELIB}/openshot_qt/images/cache/271D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2721.png
+${PYSITELIB}/openshot_qt/images/cache/2721%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2728.png
+${PYSITELIB}/openshot_qt/images/cache/2728%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2733.png
+${PYSITELIB}/openshot_qt/images/cache/2733%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2734.png
+${PYSITELIB}/openshot_qt/images/cache/2734%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2744.png
+${PYSITELIB}/openshot_qt/images/cache/2744%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2747.png
+${PYSITELIB}/openshot_qt/images/cache/2747%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/274C.png
+${PYSITELIB}/openshot_qt/images/cache/274C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/274E.png
+${PYSITELIB}/openshot_qt/images/cache/274E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2753.png
+${PYSITELIB}/openshot_qt/images/cache/2753%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2754.png
+${PYSITELIB}/openshot_qt/images/cache/2754%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2755.png
+${PYSITELIB}/openshot_qt/images/cache/2755%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2757.png
+${PYSITELIB}/openshot_qt/images/cache/2757%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2763.png
+${PYSITELIB}/openshot_qt/images/cache/2763%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2764-FE0F-200D-1F525.png
+${PYSITELIB}/openshot_qt/images/cache/2764-FE0F-200D-1F525%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2764-FE0F-200D-1FA79.png
+${PYSITELIB}/openshot_qt/images/cache/2764-FE0F-200D-1FA79%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2764.png
+${PYSITELIB}/openshot_qt/images/cache/2764%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2795.png
+${PYSITELIB}/openshot_qt/images/cache/2795%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2796.png
+${PYSITELIB}/openshot_qt/images/cache/2796%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2797.png
+${PYSITELIB}/openshot_qt/images/cache/2797%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/27A1.png
+${PYSITELIB}/openshot_qt/images/cache/27A1%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/27B0.png
+${PYSITELIB}/openshot_qt/images/cache/27B0%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/27BF.png
+${PYSITELIB}/openshot_qt/images/cache/27BF%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2934.png
+${PYSITELIB}/openshot_qt/images/cache/2934%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2935.png
+${PYSITELIB}/openshot_qt/images/cache/2935%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2B05.png
+${PYSITELIB}/openshot_qt/images/cache/2B05%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2B06.png
+${PYSITELIB}/openshot_qt/images/cache/2B06%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2B07.png
+${PYSITELIB}/openshot_qt/images/cache/2B07%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2B1B.png
+${PYSITELIB}/openshot_qt/images/cache/2B1B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2B1C.png
+${PYSITELIB}/openshot_qt/images/cache/2B1C%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/2B50.png
+${PYSITELIB}/openshot_qt/images/cache/2B50%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/2B55.png
+${PYSITELIB}/openshot_qt/images/cache/2B55%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/3030.png
+${PYSITELIB}/openshot_qt/images/cache/3030%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/303D.png
+${PYSITELIB}/openshot_qt/images/cache/303D%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/4_squares_leftt_barr.png
+${PYSITELIB}/openshot_qt/images/cache/4_squares_leftt_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/4_squares_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/4_squares_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Bar_1.png
+${PYSITELIB}/openshot_qt/images/cache/Bar_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Bar_2.png
+${PYSITELIB}/openshot_qt/images/cache/Bar_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Bar_3.png
+${PYSITELIB}/openshot_qt/images/cache/Bar_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Bubbles_1.png
+${PYSITELIB}/openshot_qt/images/cache/Bubbles_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Bubbles_2.png
+${PYSITELIB}/openshot_qt/images/cache/Bubbles_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Camera_Border.png
+${PYSITELIB}/openshot_qt/images/cache/Camera_Border%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Cloud_1.png
+${PYSITELIB}/openshot_qt/images/cache/Cloud_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Cloud_2.png
+${PYSITELIB}/openshot_qt/images/cache/Cloud_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Creative_Commons_1.png
+${PYSITELIB}/openshot_qt/images/cache/Creative_Commons_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Creative_Commons_2.png
+${PYSITELIB}/openshot_qt/images/cache/Creative_Commons_2%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E040.png
+${PYSITELIB}/openshot_qt/images/cache/E040%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E041.png
+${PYSITELIB}/openshot_qt/images/cache/E041%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E042.png
+${PYSITELIB}/openshot_qt/images/cache/E042%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E043.png
+${PYSITELIB}/openshot_qt/images/cache/E043%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E044.png
+${PYSITELIB}/openshot_qt/images/cache/E044%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E045.png
+${PYSITELIB}/openshot_qt/images/cache/E045%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E046.png
+${PYSITELIB}/openshot_qt/images/cache/E046%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E047.png
+${PYSITELIB}/openshot_qt/images/cache/E047%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E048.png
+${PYSITELIB}/openshot_qt/images/cache/E048%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E049.png
+${PYSITELIB}/openshot_qt/images/cache/E049%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E04A.png
+${PYSITELIB}/openshot_qt/images/cache/E04A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E04B.png
+${PYSITELIB}/openshot_qt/images/cache/E04B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E050.png
+${PYSITELIB}/openshot_qt/images/cache/E050%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E051.png
+${PYSITELIB}/openshot_qt/images/cache/E051%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E052.png
+${PYSITELIB}/openshot_qt/images/cache/E052%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E053.png
+${PYSITELIB}/openshot_qt/images/cache/E053%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E054.png
+${PYSITELIB}/openshot_qt/images/cache/E054%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E055.png
+${PYSITELIB}/openshot_qt/images/cache/E055%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E056.png
+${PYSITELIB}/openshot_qt/images/cache/E056%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E057.png
+${PYSITELIB}/openshot_qt/images/cache/E057%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E058.png
+${PYSITELIB}/openshot_qt/images/cache/E058%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E059.png
+${PYSITELIB}/openshot_qt/images/cache/E059%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E05A.png
+${PYSITELIB}/openshot_qt/images/cache/E05A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E05B.png
+${PYSITELIB}/openshot_qt/images/cache/E05B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E05C.png
+${PYSITELIB}/openshot_qt/images/cache/E05C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E05D.png
+${PYSITELIB}/openshot_qt/images/cache/E05D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E0FF.png
+${PYSITELIB}/openshot_qt/images/cache/E0FF%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E100.png
+${PYSITELIB}/openshot_qt/images/cache/E100%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E101.png
+${PYSITELIB}/openshot_qt/images/cache/E101%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E102.png
+${PYSITELIB}/openshot_qt/images/cache/E102%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E103.png
+${PYSITELIB}/openshot_qt/images/cache/E103%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E104.png
+${PYSITELIB}/openshot_qt/images/cache/E104%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E105.png
+${PYSITELIB}/openshot_qt/images/cache/E105%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E106.png
+${PYSITELIB}/openshot_qt/images/cache/E106%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E107.png
+${PYSITELIB}/openshot_qt/images/cache/E107%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E108.png
+${PYSITELIB}/openshot_qt/images/cache/E108%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E109.png
+${PYSITELIB}/openshot_qt/images/cache/E109%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E10A.png
+${PYSITELIB}/openshot_qt/images/cache/E10A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E10B.png
+${PYSITELIB}/openshot_qt/images/cache/E10B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E10C.png
+${PYSITELIB}/openshot_qt/images/cache/E10C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E10D.png
+${PYSITELIB}/openshot_qt/images/cache/E10D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E240.png
+${PYSITELIB}/openshot_qt/images/cache/E240%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E241.png
+${PYSITELIB}/openshot_qt/images/cache/E241%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E242.png
+${PYSITELIB}/openshot_qt/images/cache/E242%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E243.png
+${PYSITELIB}/openshot_qt/images/cache/E243%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E244.png
+${PYSITELIB}/openshot_qt/images/cache/E244%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E245.png
+${PYSITELIB}/openshot_qt/images/cache/E245%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E246.png
+${PYSITELIB}/openshot_qt/images/cache/E246%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E247.png
+${PYSITELIB}/openshot_qt/images/cache/E247%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E248.png
+${PYSITELIB}/openshot_qt/images/cache/E248%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E249.png
+${PYSITELIB}/openshot_qt/images/cache/E249%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E24A.png
+${PYSITELIB}/openshot_qt/images/cache/E24A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E24B.png
+${PYSITELIB}/openshot_qt/images/cache/E24B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E24C.png
+${PYSITELIB}/openshot_qt/images/cache/E24C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E24D.png
+${PYSITELIB}/openshot_qt/images/cache/E24D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E24E.png
+${PYSITELIB}/openshot_qt/images/cache/E24E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E24F.png
+${PYSITELIB}/openshot_qt/images/cache/E24F%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E250.png
+${PYSITELIB}/openshot_qt/images/cache/E250%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E251.png
+${PYSITELIB}/openshot_qt/images/cache/E251%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E252.png
+${PYSITELIB}/openshot_qt/images/cache/E252%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E253.png
+${PYSITELIB}/openshot_qt/images/cache/E253%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E254.png
+${PYSITELIB}/openshot_qt/images/cache/E254%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E255.png
+${PYSITELIB}/openshot_qt/images/cache/E255%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E256.png
+${PYSITELIB}/openshot_qt/images/cache/E256%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E257.png
+${PYSITELIB}/openshot_qt/images/cache/E257%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E258.png
+${PYSITELIB}/openshot_qt/images/cache/E258%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E259.png
+${PYSITELIB}/openshot_qt/images/cache/E259%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E25A.png
+${PYSITELIB}/openshot_qt/images/cache/E25A%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E25B.png
+${PYSITELIB}/openshot_qt/images/cache/E25B%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E25C.png
+${PYSITELIB}/openshot_qt/images/cache/E25C%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E25D.png
+${PYSITELIB}/openshot_qt/images/cache/E25D%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E25E.png
+${PYSITELIB}/openshot_qt/images/cache/E25E%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E25F.png
+${PYSITELIB}/openshot_qt/images/cache/E25F%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E260.png
+${PYSITELIB}/openshot_qt/images/cache/E260%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E261.png
+${PYSITELIB}/openshot_qt/images/cache/E261%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E262.png
+${PYSITELIB}/openshot_qt/images/cache/E262%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E263.png
+${PYSITELIB}/openshot_qt/images/cache/E263%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E264.png
+${PYSITELIB}/openshot_qt/images/cache/E264%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E265.png
+${PYSITELIB}/openshot_qt/images/cache/E265%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E266.png
+${PYSITELIB}/openshot_qt/images/cache/E266%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E267.png
+${PYSITELIB}/openshot_qt/images/cache/E267%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E268.png
+${PYSITELIB}/openshot_qt/images/cache/E268%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/E269.png
+${PYSITELIB}/openshot_qt/images/cache/E269%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/F000.png
+${PYSITELIB}/openshot_qt/images/cache/F000%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/F8FF.png
+${PYSITELIB}/openshot_qt/images/cache/F8FF%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Film_Rating_1.png
+${PYSITELIB}/openshot_qt/images/cache/Film_Rating_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Film_Rating_2.png
+${PYSITELIB}/openshot_qt/images/cache/Film_Rating_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Film_Rating_3.png
+${PYSITELIB}/openshot_qt/images/cache/Film_Rating_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Film_Rating_4.png
+${PYSITELIB}/openshot_qt/images/cache/Film_Rating_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Flames.png
+${PYSITELIB}/openshot_qt/images/cache/Flames%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Footer_1.png
+${PYSITELIB}/openshot_qt/images/cache/Footer_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Footer_2.png
+${PYSITELIB}/openshot_qt/images/cache/Footer_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Footer_3.png
+${PYSITELIB}/openshot_qt/images/cache/Footer_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gold_1.png
+${PYSITELIB}/openshot_qt/images/cache/Gold_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gold_2.png
+${PYSITELIB}/openshot_qt/images/cache/Gold_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gold_Bottom.png
+${PYSITELIB}/openshot_qt/images/cache/Gold_Bottom%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gold_Top.png
+${PYSITELIB}/openshot_qt/images/cache/Gold_Top%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gray_Box_1.png
+${PYSITELIB}/openshot_qt/images/cache/Gray_Box_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gray_Box_2.png
+${PYSITELIB}/openshot_qt/images/cache/Gray_Box_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gray_Box_3.png
+${PYSITELIB}/openshot_qt/images/cache/Gray_Box_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Gray_Box_4.png
+${PYSITELIB}/openshot_qt/images/cache/Gray_Box_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Header_1.png
+${PYSITELIB}/openshot_qt/images/cache/Header_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Header_2.png
+${PYSITELIB}/openshot_qt/images/cache/Header_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Header_3.png
+${PYSITELIB}/openshot_qt/images/cache/Header_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Oval_1.png
+${PYSITELIB}/openshot_qt/images/cache/Oval_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Oval_2.png
+${PYSITELIB}/openshot_qt/images/cache/Oval_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Oval_3.png
+${PYSITELIB}/openshot_qt/images/cache/Oval_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Oval_4.png
+${PYSITELIB}/openshot_qt/images/cache/Oval_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Post_it.png
+${PYSITELIB}/openshot_qt/images/cache/Post_it%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Ribbon_1.png
+${PYSITELIB}/openshot_qt/images/cache/Ribbon_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Ribbon_2.png
+${PYSITELIB}/openshot_qt/images/cache/Ribbon_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Ribbon_3.png
+${PYSITELIB}/openshot_qt/images/cache/Ribbon_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Smoke_1.png
+${PYSITELIB}/openshot_qt/images/cache/Smoke_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Smoke_2.png
+${PYSITELIB}/openshot_qt/images/cache/Smoke_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Smoke_3.png
+${PYSITELIB}/openshot_qt/images/cache/Smoke_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Solid_Color.png
+${PYSITELIB}/openshot_qt/images/cache/Solid_Color%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Standard_1.png
+${PYSITELIB}/openshot_qt/images/cache/Standard_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Standard_2.png
+${PYSITELIB}/openshot_qt/images/cache/Standard_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Standard_3.png
+${PYSITELIB}/openshot_qt/images/cache/Standard_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Standard_4.png
+${PYSITELIB}/openshot_qt/images/cache/Standard_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/Sunset.png
+${PYSITELIB}/openshot_qt/images/cache/Sunset%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/TV_Rating.png
+${PYSITELIB}/openshot_qt/images/cache/TV_Rating%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_1.png
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_10.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_11.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_12.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_13.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_13%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_2.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_3.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_4.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_5.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_7.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_8.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/barr_ripple_9.png
+${PYSITELIB}/openshot_qt/images/cache/barr_ripple_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/bars.png
+${PYSITELIB}/openshot_qt/images/cache/bars%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/big_barr.png
+${PYSITELIB}/openshot_qt/images/cache/big_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/big_barr_shaking2.png
+${PYSITELIB}/openshot_qt/images/cache/big_barr_shaking2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/big_barr_shaking_1.png
+${PYSITELIB}/openshot_qt/images/cache/big_barr_shaking_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/big_cross_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/big_cross_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/big_cross_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/big_cross_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/big_losange.png
+${PYSITELIB}/openshot_qt/images/cache/big_losange%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_blinds.png
+${PYSITELIB}/openshot_qt/images/cache/blender_blinds%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_blur.png
+${PYSITELIB}/openshot_qt/images/cache/blender_blur%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_colors.png
+${PYSITELIB}/openshot_qt/images/cache/blender_colors%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_dissolve.png
+${PYSITELIB}/openshot_qt/images/cache/blender_dissolve%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_earth.png
+${PYSITELIB}/openshot_qt/images/cache/blender_earth%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_explode.png
+${PYSITELIB}/openshot_qt/images/cache/blender_explode%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_fly_by_1.png
+${PYSITELIB}/openshot_qt/images/cache/blender_fly_by_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_fly_by_two_titles.png
+${PYSITELIB}/openshot_qt/images/cache/blender_fly_by_two_titles%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_glare.png
+${PYSITELIB}/openshot_qt/images/cache/blender_glare%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_glass_slider.png
+${PYSITELIB}/openshot_qt/images/cache/blender_glass_slider%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_lens_flare.png
+${PYSITELIB}/openshot_qt/images/cache/blender_lens_flare%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_magic_wand.png
+${PYSITELIB}/openshot_qt/images/cache/blender_magic_wand%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_neon_curves.png
+${PYSITELIB}/openshot_qt/images/cache/blender_neon_curves%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_picture_frames_4.png
+${PYSITELIB}/openshot_qt/images/cache/blender_picture_frames_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_rotate_360.png
+${PYSITELIB}/openshot_qt/images/cache/blender_rotate_360%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_slide_left_to_right.png
+${PYSITELIB}/openshot_qt/images/cache/blender_slide_left_to_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_snow.png
+${PYSITELIB}/openshot_qt/images/cache/blender_snow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_spacemovie_intro.png
+${PYSITELIB}/openshot_qt/images/cache/blender_spacemovie_intro%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_wireframe_text.png
+${PYSITELIB}/openshot_qt/images/cache/blender_wireframe_text%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blender_zoom_clapboard.png
+${PYSITELIB}/openshot_qt/images/cache/blender_zoom_clapboard%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blinds_in_to_out.png
+${PYSITELIB}/openshot_qt/images/cache/blinds_in_to_out%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blinds_in_to_out_big.png
+${PYSITELIB}/openshot_qt/images/cache/blinds_in_to_out_big%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blinds_sliding.png
+${PYSITELIB}/openshot_qt/images/cache/blinds_sliding%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blur.png
+${PYSITELIB}/openshot_qt/images/cache/blur%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blur_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/blur_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blur_ray_left.png
+${PYSITELIB}/openshot_qt/images/cache/blur_ray_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blur_ray_right.png
+${PYSITELIB}/openshot_qt/images/cache/blur_ray_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/blur_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/blur_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_1.png
 ${PYSITELIB}/openshot_qt/images/cache/board_10.png
+${PYSITELIB}/openshot_qt/images/cache/board_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_11.png
+${PYSITELIB}/openshot_qt/images/cache/board_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_12.png
+${PYSITELIB}/openshot_qt/images/cache/board_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_13.png
+${PYSITELIB}/openshot_qt/images/cache/board_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_14.png
+${PYSITELIB}/openshot_qt/images/cache/board_14%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/board_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_2.png
+${PYSITELIB}/openshot_qt/images/cache/board_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_3.png
+${PYSITELIB}/openshot_qt/images/cache/board_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_4.png
+${PYSITELIB}/openshot_qt/images/cache/board_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_5.png
+${PYSITELIB}/openshot_qt/images/cache/board_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_6.png
+${PYSITELIB}/openshot_qt/images/cache/board_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_7.png
+${PYSITELIB}/openshot_qt/images/cache/board_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_8.png
+${PYSITELIB}/openshot_qt/images/cache/board_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/board_9.png
+${PYSITELIB}/openshot_qt/images/cache/board_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_1.png
 ${PYSITELIB}/openshot_qt/images/cache/boxes_10.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_11.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_12.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_13.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_13%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/boxes_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_2.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_4.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_5.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_6.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_8.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/boxes_9.png
+${PYSITELIB}/openshot_qt/images/cache/boxes_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/brightness.png
+${PYSITELIB}/openshot_qt/images/cache/brightness%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/bubbles.png
+${PYSITELIB}/openshot_qt/images/cache/bubbles%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/caption.png
+${PYSITELIB}/openshot_qt/images/cache/caption%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/central_mozaic.png
+${PYSITELIB}/openshot_qt/images/cache/central_mozaic%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/checked_1.png
+${PYSITELIB}/openshot_qt/images/cache/checked_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/checked_2.png
+${PYSITELIB}/openshot_qt/images/cache/checked_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/chromakey.png
+${PYSITELIB}/openshot_qt/images/cache/chromakey%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/circle_in_to_out.png
+${PYSITELIB}/openshot_qt/images/cache/circle_in_to_out%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/circle_out_to_in.png
+${PYSITELIB}/openshot_qt/images/cache/circle_out_to_in%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/clock_left_to_right.png
+${PYSITELIB}/openshot_qt/images/cache/clock_left_to_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/clock_right_to_left.png
+${PYSITELIB}/openshot_qt/images/cache/clock_right_to_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/clouds.png
+${PYSITELIB}/openshot_qt/images/cache/clouds%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/clouds_2.png
+${PYSITELIB}/openshot_qt/images/cache/clouds_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/colorshift.png
+${PYSITELIB}/openshot_qt/images/cache/colorshift%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/compressor.png
+${PYSITELIB}/openshot_qt/images/cache/compressor%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/crop.png
+${PYSITELIB}/openshot_qt/images/cache/crop%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_1.png
 ${PYSITELIB}/openshot_qt/images/cache/cross_10.png
+${PYSITELIB}/openshot_qt/images/cache/cross_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_11.png
+${PYSITELIB}/openshot_qt/images/cache/cross_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_12.png
+${PYSITELIB}/openshot_qt/images/cache/cross_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_13.png
+${PYSITELIB}/openshot_qt/images/cache/cross_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_14.png
+${PYSITELIB}/openshot_qt/images/cache/cross_14%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_15.png
+${PYSITELIB}/openshot_qt/images/cache/cross_15%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_16.png
+${PYSITELIB}/openshot_qt/images/cache/cross_16%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_17.png
+${PYSITELIB}/openshot_qt/images/cache/cross_17%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/cross_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_2.png
+${PYSITELIB}/openshot_qt/images/cache/cross_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_3.png
+${PYSITELIB}/openshot_qt/images/cache/cross_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_4.png
+${PYSITELIB}/openshot_qt/images/cache/cross_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_5.png
+${PYSITELIB}/openshot_qt/images/cache/cross_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_6.png
+${PYSITELIB}/openshot_qt/images/cache/cross_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_7.png
+${PYSITELIB}/openshot_qt/images/cache/cross_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_8.png
+${PYSITELIB}/openshot_qt/images/cache/cross_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/cross_9.png
+${PYSITELIB}/openshot_qt/images/cache/cross_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/crossed_barr.png
+${PYSITELIB}/openshot_qt/images/cache/crossed_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_1.png
 ${PYSITELIB}/openshot_qt/images/cache/deform_10.png
+${PYSITELIB}/openshot_qt/images/cache/deform_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_11.png
+${PYSITELIB}/openshot_qt/images/cache/deform_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_12.png
+${PYSITELIB}/openshot_qt/images/cache/deform_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_13.png
+${PYSITELIB}/openshot_qt/images/cache/deform_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_14.png
+${PYSITELIB}/openshot_qt/images/cache/deform_14%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_15.png
+${PYSITELIB}/openshot_qt/images/cache/deform_15%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/deform_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_2.png
 ${PYSITELIB}/openshot_qt/images/cache/deform_25.png
+${PYSITELIB}/openshot_qt/images/cache/deform_25%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_26.png
+${PYSITELIB}/openshot_qt/images/cache/deform_26%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_27.png
+${PYSITELIB}/openshot_qt/images/cache/deform_27%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/deform_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_3.png
+${PYSITELIB}/openshot_qt/images/cache/deform_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_4.png
+${PYSITELIB}/openshot_qt/images/cache/deform_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_5.png
+${PYSITELIB}/openshot_qt/images/cache/deform_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_6.png
+${PYSITELIB}/openshot_qt/images/cache/deform_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_7.png
+${PYSITELIB}/openshot_qt/images/cache/deform_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_8.png
+${PYSITELIB}/openshot_qt/images/cache/deform_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deform_9.png
+${PYSITELIB}/openshot_qt/images/cache/deform_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/deinterlace.png
+${PYSITELIB}/openshot_qt/images/cache/deinterlace%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/delay.png
+${PYSITELIB}/openshot_qt/images/cache/delay%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/dissolve.png
+${PYSITELIB}/openshot_qt/images/cache/dissolve%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion.png
+${PYSITELIB}/openshot_qt/images/cache/distortion%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_1.png
 ${PYSITELIB}/openshot_qt/images/cache/distortion_10.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_11.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_12.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_13.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_14.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_14%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_15.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_15%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_16.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_16%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_17.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_17%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_18.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_18%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_19.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_19%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/distortion_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_2.png
 ${PYSITELIB}/openshot_qt/images/cache/distortion_20.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_20%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_21.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_21%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_22.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_22%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_23.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_23%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_24.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_24%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/distortion_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_3.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_4.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_5.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_6.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_7.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_8.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/distortion_9.png
-${PYSITELIB}/openshot_qt/images/cache/drawing-2.png
+${PYSITELIB}/openshot_qt/images/cache/distortion_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/echo.png
+${PYSITELIB}/openshot_qt/images/cache/echo%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/expander.png
+${PYSITELIB}/openshot_qt/images/cache/expander%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fade.png
+${PYSITELIB}/openshot_qt/images/cache/fade%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_1.png
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_10.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_10%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_2.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_4.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_5.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_6.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_7.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_8.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fish-eyes_9.png
+${PYSITELIB}/openshot_qt/images/cache/fish-eyes_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_1.png
 ${PYSITELIB}/openshot_qt/images/cache/flower_10.png
+${PYSITELIB}/openshot_qt/images/cache/flower_10%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/flower_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_2.png
+${PYSITELIB}/openshot_qt/images/cache/flower_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_3.png
+${PYSITELIB}/openshot_qt/images/cache/flower_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_4.png
+${PYSITELIB}/openshot_qt/images/cache/flower_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_5.png
+${PYSITELIB}/openshot_qt/images/cache/flower_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_6.png
+${PYSITELIB}/openshot_qt/images/cache/flower_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_7.png
+${PYSITELIB}/openshot_qt/images/cache/flower_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_8.png
+${PYSITELIB}/openshot_qt/images/cache/flower_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/flower_9.png
+${PYSITELIB}/openshot_qt/images/cache/flower_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_1.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_2.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_3.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_4.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_5.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_6.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fogg_7.png
+${PYSITELIB}/openshot_qt/images/cache/fogg_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/foggy_spiral_1.png
+${PYSITELIB}/openshot_qt/images/cache/foggy_spiral_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_1.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_2.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_3.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_4.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_5.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_6.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_7.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/fractal_8.png
+${PYSITELIB}/openshot_qt/images/cache/fractal_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/frame_1.png
+${PYSITELIB}/openshot_qt/images/cache/frame_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/frame_2.png
+${PYSITELIB}/openshot_qt/images/cache/frame_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/frame_barr_left.png
+${PYSITELIB}/openshot_qt/images/cache/frame_barr_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/frame_barr_right.png
+${PYSITELIB}/openshot_qt/images/cache/frame_barr_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/frame_cross_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/frame_cross_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/free_inspiration_right.png
+${PYSITELIB}/openshot_qt/images/cache/free_inspiration_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/free_left_inspiration.png
+${PYSITELIB}/openshot_qt/images/cache/free_left_inspiration%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_1.png
 ${PYSITELIB}/openshot_qt/images/cache/future_10.png
+${PYSITELIB}/openshot_qt/images/cache/future_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_11.png
+${PYSITELIB}/openshot_qt/images/cache/future_11%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/future_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_2.png
+${PYSITELIB}/openshot_qt/images/cache/future_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_3.png
+${PYSITELIB}/openshot_qt/images/cache/future_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_4.png
+${PYSITELIB}/openshot_qt/images/cache/future_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_5.png
+${PYSITELIB}/openshot_qt/images/cache/future_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_6.png
+${PYSITELIB}/openshot_qt/images/cache/future_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_7.png
+${PYSITELIB}/openshot_qt/images/cache/future_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_8.png
+${PYSITELIB}/openshot_qt/images/cache/future_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/future_9.png
+${PYSITELIB}/openshot_qt/images/cache/future_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hatched_1.png
+${PYSITELIB}/openshot_qt/images/cache/hatched_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hatched_2.png
+${PYSITELIB}/openshot_qt/images/cache/hatched_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hatched_3.png
+${PYSITELIB}/openshot_qt/images/cache/hatched_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/horizontal_barr_1.png
+${PYSITELIB}/openshot_qt/images/cache/horizontal_barr_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hourglass_1.png
+${PYSITELIB}/openshot_qt/images/cache/hourglass_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hourglass_2.png
+${PYSITELIB}/openshot_qt/images/cache/hourglass_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hourglass_3.png
+${PYSITELIB}/openshot_qt/images/cache/hourglass_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hourglass_4.png
+${PYSITELIB}/openshot_qt/images/cache/hourglass_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/hue.png
+${PYSITELIB}/openshot_qt/images/cache/hue%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/lateral_left_triangle.png
+${PYSITELIB}/openshot_qt/images/cache/lateral_left_triangle%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/lateral_right_triangle.png
+${PYSITELIB}/openshot_qt/images/cache/lateral_right_triangle%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/left_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/left_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/left_mozaic.png
+${PYSITELIB}/openshot_qt/images/cache/left_mozaic%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/little_left_inspiration.png
+${PYSITELIB}/openshot_qt/images/cache/little_left_inspiration%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/little_right_inspiration.png
+${PYSITELIB}/openshot_qt/images/cache/little_right_inspiration%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/little_rippling_left.png
+${PYSITELIB}/openshot_qt/images/cache/little_rippling_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/little_rippling_right.png
+${PYSITELIB}/openshot_qt/images/cache/little_rippling_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_1.png
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_10.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_11.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_12.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_13.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_14.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_14%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_15.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_15%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_16.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_16%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_17.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_17%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_18.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_18%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_19.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_19%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_2.png
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_20.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_20%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_21.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_21%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_22.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_22%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_3.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_4.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_5.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_6.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_7.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_8.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_9.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_boxes_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_frame_1.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_frame_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_frame_2.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_frame_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_frame_3.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_frame_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_frame_4.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_frame_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_1.png
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_10.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_11.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_11%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_2.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_3.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_4.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_5.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_6.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_7.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_8.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_9.png
+${PYSITELIB}/openshot_qt/images/cache/luminous_spiral_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mask.png
+${PYSITELIB}/openshot_qt/images/cache/mask%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_barr.png
+${PYSITELIB}/openshot_qt/images/cache/middle_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_barr_ripple_1.png
+${PYSITELIB}/openshot_qt/images/cache/middle_barr_ripple_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_barr_ripple_2.png
+${PYSITELIB}/openshot_qt/images/cache/middle_barr_ripple_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_black_barr.png
+${PYSITELIB}/openshot_qt/images/cache/middle_black_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_cross_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/middle_cross_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_cross_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/middle_cross_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_left_inspiration.png
+${PYSITELIB}/openshot_qt/images/cache/middle_left_inspiration%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_losange.png
+${PYSITELIB}/openshot_qt/images/cache/middle_losange%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_low_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/middle_low_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_right_inspiration.png
+${PYSITELIB}/openshot_qt/images/cache/middle_right_inspiration%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/middle_top_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/middle_top_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mosaic_1.png
+${PYSITELIB}/openshot_qt/images/cache/mosaic_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mosaic_2.png
+${PYSITELIB}/openshot_qt/images/cache/mosaic_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mosaic_3.png
+${PYSITELIB}/openshot_qt/images/cache/mosaic_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mosaic_4.png
+${PYSITELIB}/openshot_qt/images/cache/mosaic_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mountains.png
+${PYSITELIB}/openshot_qt/images/cache/mountains%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mozaic_5.png
+${PYSITELIB}/openshot_qt/images/cache/mozaic_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mozaic_6.png
+${PYSITELIB}/openshot_qt/images/cache/mozaic_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mozaic_7.png
+${PYSITELIB}/openshot_qt/images/cache/mozaic_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mozaic_8.png
+${PYSITELIB}/openshot_qt/images/cache/mozaic_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mozaic_barr_left.png
+${PYSITELIB}/openshot_qt/images/cache/mozaic_barr_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/mozaic_barr_right.png
+${PYSITELIB}/openshot_qt/images/cache/mozaic_barr_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/negate.png
+${PYSITELIB}/openshot_qt/images/cache/negate%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/noise.png
-${PYSITELIB}/openshot_qt/images/cache/objectdetector.png
+${PYSITELIB}/openshot_qt/images/cache/noise%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/objectdetection.png
+${PYSITELIB}/openshot_qt/images/cache/objectdetection%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ondulation_1.png
+${PYSITELIB}/openshot_qt/images/cache/ondulation_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/openshot_logo.png
+${PYSITELIB}/openshot_qt/images/cache/openshot_logo%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/parametriceq.png
+${PYSITELIB}/openshot_qt/images/cache/parametriceq%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/pixelate.png
+${PYSITELIB}/openshot_qt/images/cache/pixelate%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_1.png
+${PYSITELIB}/openshot_qt/images/cache/postime_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_2.png
+${PYSITELIB}/openshot_qt/images/cache/postime_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_3.png
+${PYSITELIB}/openshot_qt/images/cache/postime_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_5.png
+${PYSITELIB}/openshot_qt/images/cache/postime_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_6.png
+${PYSITELIB}/openshot_qt/images/cache/postime_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_7.png
+${PYSITELIB}/openshot_qt/images/cache/postime_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_8.png
+${PYSITELIB}/openshot_qt/images/cache/postime_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/postime_9.png
+${PYSITELIB}/openshot_qt/images/cache/postime_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/puzzle.png
+${PYSITELIB}/openshot_qt/images/cache/puzzle%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_1.png
+${PYSITELIB}/openshot_qt/images/cache/ray_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_1.png
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_10.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_11.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_12.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_13.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_14.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_14%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_15.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_15%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_16.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_16%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_17.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_17%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_18.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_18%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_19.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_19%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/ray_light_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_2.png
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_20.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_20%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/ray_light_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_3.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_4.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_5.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_6.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_7.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_8.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_9.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_left.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_left_2.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_left_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_right.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ray_light_right_2.png
+${PYSITELIB}/openshot_qt/images/cache/ray_light_right_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/rectangle_in_to_out.png
+${PYSITELIB}/openshot_qt/images/cache/rectangle_in_to_out%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/rectangle_out_to_in.png
+${PYSITELIB}/openshot_qt/images/cache/rectangle_out_to_in%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/right_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/right_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/right_mozaic.png
+${PYSITELIB}/openshot_qt/images/cache/right_mozaic%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/right_mozaic_2.png
+${PYSITELIB}/openshot_qt/images/cache/right_mozaic_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_1.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_2.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_3.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_4.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_low_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_low_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_luminous_low_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_luminous_low_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_luminous_top_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_luminous_top_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/ripple_top_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/ripple_top_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/robotization.png
+${PYSITELIB}/openshot_qt/images/cache/robotization%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/saturation.png
+${PYSITELIB}/openshot_qt/images/cache/saturation%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/shift.png
+${PYSITELIB}/openshot_qt/images/cache/shift%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/small_barr.png
+${PYSITELIB}/openshot_qt/images/cache/small_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/small_cross_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/small_cross_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/small_cross_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/small_cross_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/small_losange.png
+${PYSITELIB}/openshot_qt/images/cache/small_losange%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/small_low_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/small_low_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/small_top_arrow.png
+${PYSITELIB}/openshot_qt/images/cache/small_top_arrow%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sphere.png
+${PYSITELIB}/openshot_qt/images/cache/sphere%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sphere_2.png
+${PYSITELIB}/openshot_qt/images/cache/sphere_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_1.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_2.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_abstract_1.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_abstract_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_abstract_2.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_abstract_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_big.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_big%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_big_2.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_big_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_medium.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_medium%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_small.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_small%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spiral_small_2.png
+${PYSITELIB}/openshot_qt/images/cache/spiral_small_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/spots.png
+${PYSITELIB}/openshot_qt/images/cache/spots%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/square_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/square_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/square_middle_left_barr.png
+${PYSITELIB}/openshot_qt/images/cache/square_middle_left_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/square_middle_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/square_middle_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/square_right_barr.png
+${PYSITELIB}/openshot_qt/images/cache/square_right_barr%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stabilizer.png
+${PYSITELIB}/openshot_qt/images/cache/stabilizer%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stain_1.png
+${PYSITELIB}/openshot_qt/images/cache/stain_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stain_2.png
+${PYSITELIB}/openshot_qt/images/cache/stain_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/star_1.png
+${PYSITELIB}/openshot_qt/images/cache/star_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/star_2.png
+${PYSITELIB}/openshot_qt/images/cache/star_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/strange_barr_1.png
+${PYSITELIB}/openshot_qt/images/cache/strange_barr_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/strange_barr_2.png
+${PYSITELIB}/openshot_qt/images/cache/strange_barr_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stretched_1.png
+${PYSITELIB}/openshot_qt/images/cache/stretched_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stretched_2.png
+${PYSITELIB}/openshot_qt/images/cache/stretched_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stretched_3.png
+${PYSITELIB}/openshot_qt/images/cache/stretched_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stretched_4.png
+${PYSITELIB}/openshot_qt/images/cache/stretched_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/stretched_5.png
+${PYSITELIB}/openshot_qt/images/cache/stretched_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sun_shaking.png
+${PYSITELIB}/openshot_qt/images/cache/sun_shaking%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sunlight_1.png
+${PYSITELIB}/openshot_qt/images/cache/sunlight_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sunlight_2.png
+${PYSITELIB}/openshot_qt/images/cache/sunlight_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sunlight_3.png
+${PYSITELIB}/openshot_qt/images/cache/sunlight_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/sunlight_4.png
+${PYSITELIB}/openshot_qt/images/cache/sunlight_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/tracker.png
+${PYSITELIB}/openshot_qt/images/cache/tracker%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/triangle_1.png
+${PYSITELIB}/openshot_qt/images/cache/triangle_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/triangle_2.png
+${PYSITELIB}/openshot_qt/images/cache/triangle_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/triangle_3.png
+${PYSITELIB}/openshot_qt/images/cache/triangle_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_1.png
 ${PYSITELIB}/openshot_qt/images/cache/twirl_10.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_11.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_12.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_12%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_13.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_13%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_14.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_14%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_15.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_15%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_16.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_16%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_17.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_17%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_18.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_18%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_19.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_19%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/twirl_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_2.png
 ${PYSITELIB}/openshot_qt/images/cache/twirl_20.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_20%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_21.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_21%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_22.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_22%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_23.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_23%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_24.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_24%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_25.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_25%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_26.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_26%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_27.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_27%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_28.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_28%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_29.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_29%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/twirl_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_3.png
 ${PYSITELIB}/openshot_qt/images/cache/twirl_30.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_30%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_31.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_31%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_32.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_32%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_33.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_33%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_34.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_34%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_35.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_35%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_36.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_36%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_37.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_37%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_38.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_38%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_39.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_39%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/twirl_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_4.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_5.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_6.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_7.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_8.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/twirl_9.png
+${PYSITELIB}/openshot_qt/images/cache/twirl_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/vertical_bars.png
+${PYSITELIB}/openshot_qt/images/cache/vertical_bars%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/vertical_blinds_in_to_out.png
+${PYSITELIB}/openshot_qt/images/cache/vertical_blinds_in_to_out%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/vertical_blinds_in_to_out_big.png
+${PYSITELIB}/openshot_qt/images/cache/vertical_blinds_in_to_out_big%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_1.png
 ${PYSITELIB}/openshot_qt/images/cache/wandering_10.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_10%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_11.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_11%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_12.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_12%2x.png@localhost
+${PYSITELIB}/openshot_qt/images/cache/wandering_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_2.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_3.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_4.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_5.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_5%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_6.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_6%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_7.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_7%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_8.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_8%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wandering_9.png
+${PYSITELIB}/openshot_qt/images/cache/wandering_9%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wave.png
+${PYSITELIB}/openshot_qt/images/cache/wave%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wave_left_down.png
+${PYSITELIB}/openshot_qt/images/cache/wave_left_down%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wave_left_up.png
+${PYSITELIB}/openshot_qt/images/cache/wave_left_up%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wave_right_down.png
+${PYSITELIB}/openshot_qt/images/cache/wave_right_down%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wave_right_up.png
+${PYSITELIB}/openshot_qt/images/cache/wave_right_up%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/whirpool_1.png
+${PYSITELIB}/openshot_qt/images/cache/whirpool_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/whirpool_2.png
+${PYSITELIB}/openshot_qt/images/cache/whirpool_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/whirpool_3.png
+${PYSITELIB}/openshot_qt/images/cache/whirpool_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/whirpool_4.png
+${PYSITELIB}/openshot_qt/images/cache/whirpool_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/whisperization.png
+${PYSITELIB}/openshot_qt/images/cache/whisperization%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_bottom_to_top.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_bottom_to_top%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_1.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_1%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_2.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_2%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_3.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_3%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_4.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_diagonal_4%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_left_to_right.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_left_to_right%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_right_to_left.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_right_to_left%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cache/wipe_top_to_bottom.png
+${PYSITELIB}/openshot_qt/images/cache/wipe_top_to_bottom%2x.png@localhost
 ${PYSITELIB}/openshot_qt/images/cursors.svg
 ${PYSITELIB}/openshot_qt/images/fonts/Ubuntu-R.ttf
 ${PYSITELIB}/openshot_qt/images/mask.png
@@ -2722,7 +5083,9 @@ ${PYSITELIB}/openshot_qt/language/OpenShot_fil.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_fo.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_fr.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_fr_CA.qm
+${PYSITELIB}/openshot_qt/language/OpenShot_frc.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_fy.qm
+${PYSITELIB}/openshot_qt/language/OpenShot_ga.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_gaa.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_gd.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_gl.qm
@@ -2758,12 +5121,14 @@ ${PYSITELIB}/openshot_qt/language/OpenShot_ne.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_nl.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_nn.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_oc.qm
+${PYSITELIB}/openshot_qt/language/OpenShot_or.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_pa.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_pl.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_pt.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_pt_BR.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_ro.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_ru.qm
+${PYSITELIB}/openshot_qt/language/OpenShot_sat.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_se.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_shn.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_si.qm
@@ -2785,6 +5150,7 @@ ${PYSITELIB}/openshot_qt/language/OpenShot_uk.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_ur.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_uz.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_vi.qm
+${PYSITELIB}/openshot_qt/language/OpenShot_zgh.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_zh_CN.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_zh_HK.qm
 ${PYSITELIB}/openshot_qt/language/OpenShot_zh_TW.qm
@@ -2817,12 +5183,18 @@ ${PYSITELIB}/openshot_qt/presets/flickr_HD.xml
 ${PYSITELIB}/openshot_qt/presets/format_avi_mp4.xml
 ${PYSITELIB}/openshot_qt/presets/format_avi_mpeg2.xml
 ${PYSITELIB}/openshot_qt/presets/format_avi_x264.xml
-${PYSITELIB}/openshot_qt/presets/format_flv_x264.xml
-${PYSITELIB}/openshot_qt/presets/format_mkv_libaom.xml
+${PYSITELIB}/openshot_qt/presets/format_gif.xml
+${PYSITELIB}/openshot_qt/presets/format_mkv_x264.xml
+${PYSITELIB}/openshot_qt/presets/format_mkv_x264_dx.xml
+${PYSITELIB}/openshot_qt/presets/format_mkv_x264_hw.xml
+${PYSITELIB}/openshot_qt/presets/format_mkv_x264_nv.xml
+${PYSITELIB}/openshot_qt/presets/format_mkv_x264_qsv.xml
+${PYSITELIB}/openshot_qt/presets/format_mkv_x264_vtb.xml
 ${PYSITELIB}/openshot_qt/presets/format_mkv_x265.xml
 ${PYSITELIB}/openshot_qt/presets/format_mov_mpeg2.xml
 ${PYSITELIB}/openshot_qt/presets/format_mov_mpeg4.xml
 ${PYSITELIB}/openshot_qt/presets/format_mov_x264.xml
+${PYSITELIB}/openshot_qt/presets/format_mp3.xml
 ${PYSITELIB}/openshot_qt/presets/format_mp4_hevc_hw.xml
 ${PYSITELIB}/openshot_qt/presets/format_mp4_librav1e.xml
 ${PYSITELIB}/openshot_qt/presets/format_mp4_libsvtav1.xml
@@ -2838,7 +5210,6 @@ ${PYSITELIB}/openshot_qt/presets/format_mp4_xvid.xml
 ${PYSITELIB}/openshot_qt/presets/format_mpeg_mpeg2.xml
 ${PYSITELIB}/openshot_qt/presets/format_ogg_flac.xml
 ${PYSITELIB}/openshot_qt/presets/format_ogg_libvorbis.xml
-${PYSITELIB}/openshot_qt/presets/format_webm_libav1.xml
 ${PYSITELIB}/openshot_qt/presets/format_webm_libvp9.xml
 ${PYSITELIB}/openshot_qt/presets/format_webm_libvp9_lossless.xml
 ${PYSITELIB}/openshot_qt/presets/format_webm_libvpx.xml
@@ -2853,82 +5224,537 @@ ${PYSITELIB}/openshot_qt/presets/vimeo_HD.xml
 ${PYSITELIB}/openshot_qt/presets/wikipedia.xml
 ${PYSITELIB}/openshot_qt/presets/xbox360.xml
 ${PYSITELIB}/openshot_qt/presets/youtube.xml
+${PYSITELIB}/openshot_qt/presets/youtube_2K.xml
+${PYSITELIB}/openshot_qt/presets/youtube_4K.xml
+${PYSITELIB}/openshot_qt/presets/youtube_8K.xml
 ${PYSITELIB}/openshot_qt/presets/youtube_HD.xml
-${PYSITELIB}/openshot_qt/profiles/atsc_1080i_50
-${PYSITELIB}/openshot_qt/profiles/atsc_1080i_5994
-${PYSITELIB}/openshot_qt/profiles/atsc_1080i_60
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_2398
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_24
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_25
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_2997
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_30
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_50
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_5994
-${PYSITELIB}/openshot_qt/profiles/atsc_1080p_60
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_2398
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_24
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_25
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_2997
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_30
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_50
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_5994
-${PYSITELIB}/openshot_qt/profiles/atsc_720p_60
-${PYSITELIB}/openshot_qt/profiles/cif_15
-${PYSITELIB}/openshot_qt/profiles/cif_ntsc
-${PYSITELIB}/openshot_qt/profiles/cif_pal
-${PYSITELIB}/openshot_qt/profiles/cvd_ntsc
-${PYSITELIB}/openshot_qt/profiles/cvd_pal
-${PYSITELIB}/openshot_qt/profiles/dv_ntsc
-${PYSITELIB}/openshot_qt/profiles/dv_ntsc_wide
-${PYSITELIB}/openshot_qt/profiles/dv_pal
-${PYSITELIB}/openshot_qt/profiles/dv_pal_wide
-${PYSITELIB}/openshot_qt/profiles/dv_pal_wide_anamorphic
-${PYSITELIB}/openshot_qt/profiles/hdv_1080_25i_1920x1080
-${PYSITELIB}/openshot_qt/profiles/hdv_1080_25p
-${PYSITELIB}/openshot_qt/profiles/hdv_1080_25p_1920x1080
-${PYSITELIB}/openshot_qt/profiles/hdv_1080_30p
-${PYSITELIB}/openshot_qt/profiles/hdv_1080_50i
-${PYSITELIB}/openshot_qt/profiles/hdv_1080_60i
-${PYSITELIB}/openshot_qt/profiles/hdv_720_24p
-${PYSITELIB}/openshot_qt/profiles/mobile_360p
-${PYSITELIB}/openshot_qt/profiles/qcif_15
-${PYSITELIB}/openshot_qt/profiles/qcif_ntsc
-${PYSITELIB}/openshot_qt/profiles/qcif_pal
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_2398
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_24
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_25
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_2997
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_30
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_50
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_5994
-${PYSITELIB}/openshot_qt/profiles/qhd_1440p_60
-${PYSITELIB}/openshot_qt/profiles/quarter_15
-${PYSITELIB}/openshot_qt/profiles/quarter_ntsc
-${PYSITELIB}/openshot_qt/profiles/quarter_ntsc_wide
-${PYSITELIB}/openshot_qt/profiles/quarter_pal
-${PYSITELIB}/openshot_qt/profiles/quarter_pal_wide
-${PYSITELIB}/openshot_qt/profiles/sdi_486i_5994
-${PYSITELIB}/openshot_qt/profiles/sdi_486p_2398
-${PYSITELIB}/openshot_qt/profiles/square_ntsc
-${PYSITELIB}/openshot_qt/profiles/square_ntsc_wide
-${PYSITELIB}/openshot_qt/profiles/square_pal
-${PYSITELIB}/openshot_qt/profiles/square_pal_wide
-${PYSITELIB}/openshot_qt/profiles/svcd_ntsc
-${PYSITELIB}/openshot_qt/profiles/svcd_ntsc_wide
-${PYSITELIB}/openshot_qt/profiles/svcd_pal
-${PYSITELIB}/openshot_qt/profiles/svcd_pal_wide
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_2398
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_24
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_25
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_2997
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_30
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_50
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_5994
-${PYSITELIB}/openshot_qt/profiles/uhd_2160p_60
-${PYSITELIB}/openshot_qt/profiles/vcd_ntsc
-${PYSITELIB}/openshot_qt/profiles/vcd_pal
-${PYSITELIB}/openshot_qt/profiles/vertical_1080p_30
-${PYSITELIB}/openshot_qt/profiles/vertical_720p_30
+${PYSITELIB}/openshot_qt/profiles/00128x0096p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00128x0096p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00128x0096p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00160x0120p5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00176x0120p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00176x0120p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00176x0144p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00176x0144p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00176x0144p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00240x0160p0015_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p0024_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p0025_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p0030_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p0050_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p0060_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p2398_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p2997_03-02
+${PYSITELIB}/openshot_qt/profiles/00240x0160p5994_03-02
+${PYSITELIB}/openshot_qt/profiles/00256x0160p0015_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p0024_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p0025_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p0030_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p0050_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p0060_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p2398_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p2997_16-10
+${PYSITELIB}/openshot_qt/profiles/00256x0160p5994_16-10
+${PYSITELIB}/openshot_qt/profiles/00320x0240p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00320x0240p5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0240i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0240p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0240p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0240p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0240p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0288i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0288i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00352x0288p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0288p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0288p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00352x0288p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0480i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0480p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0480p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0480p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0576i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0576i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00352x0576p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00352x0576p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00360x0240p0015_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p0024_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p0025_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p0030_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p0050_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p0060_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p2398_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p2997_03-02
+${PYSITELIB}/openshot_qt/profiles/00360x0240p5994_03-02
+${PYSITELIB}/openshot_qt/profiles/00384x0240p0015_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p0024_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p0025_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p0030_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p0050_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p0060_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p2398_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p2997_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0240p5994_16-10
+${PYSITELIB}/openshot_qt/profiles/00384x0288p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p0015_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p0024_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p0025_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p0030_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p0050_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p0060_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p2398_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p2997_05-03
+${PYSITELIB}/openshot_qt/profiles/00400x0240p5994_05-03
+${PYSITELIB}/openshot_qt/profiles/00427x0240p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00480x0320p0015_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p0024_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p0025_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p0030_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p0050_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p0060_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p2398_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p2997_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0320p5994_03-02
+${PYSITELIB}/openshot_qt/profiles/00480x0480i0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00480x0480i2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00480x0480i2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00480x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00480x0480i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00480x0576i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00480x0576i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00480x0576p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00480x0576p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00512x0288p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00528x0480i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00528x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00528x0480p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00528x0480p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0480i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0480p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0480p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0576i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0576i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00544x0576p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00544x0576p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0360p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/00640x0480i0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480i0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480i2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00640x0480p5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480i0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480i0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0480p5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0480p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0576i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0576i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00704x0576p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0576p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00704x0576p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0024_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i0060_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480i2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480i5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480i5994_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0015_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0024_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0025_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0030_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0050_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0060_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p2398_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p2997_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0480p5994_03-02
+${PYSITELIB}/openshot_qt/profiles/00720x0480p5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0480p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0486i2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0486i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0486p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0486p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0576i0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0576i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0576p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0576p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x0576p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00720x0576p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/00720x1280p0024_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p0025_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p0030_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p0050_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p0060_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p2398_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p2997_09-16
+${PYSITELIB}/openshot_qt/profiles/00720x1280p5994_09-16
+${PYSITELIB}/openshot_qt/profiles/00768x0480p0015_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p0024_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p0025_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p0030_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p0050_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p0060_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p2398_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p2997_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0480p5994_16-10
+${PYSITELIB}/openshot_qt/profiles/00768x0576p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p0015_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p0024_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p0025_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p0030_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p0050_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p0060_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p2398_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p2997_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0480p5994_05-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p0024_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p0030_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p0050_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p0060_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p2398_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/00800x0600p5994_04-03
+${PYSITELIB}/openshot_qt/profiles/00854x0480p0015_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00854x0480p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0540p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/00960x0640p0015_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p0024_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p0025_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p0030_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p0050_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p0060_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p2398_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p2997_03-02
+${PYSITELIB}/openshot_qt/profiles/00960x0640p5994_03-02
+${PYSITELIB}/openshot_qt/profiles/01024x0576p0015_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0576p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/01024x0600p0015_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p0024_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p0025_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p0030_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p0050_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p0060_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p2398_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p2997_128-75
+${PYSITELIB}/openshot_qt/profiles/01024x0600p5994_128-75
+${PYSITELIB}/openshot_qt/profiles/01080x1080p0024_01-01
+${PYSITELIB}/openshot_qt/profiles/01080x1080p0025_01-01
+${PYSITELIB}/openshot_qt/profiles/01080x1080p0030_01-01
+${PYSITELIB}/openshot_qt/profiles/01080x1080p0050_01-01
+${PYSITELIB}/openshot_qt/profiles/01080x1080p0060_01-01
+${PYSITELIB}/openshot_qt/profiles/01080x1350p0024_04-05
+${PYSITELIB}/openshot_qt/profiles/01080x1350p0025_04-05
+${PYSITELIB}/openshot_qt/profiles/01080x1350p0030_04-05
+${PYSITELIB}/openshot_qt/profiles/01080x1350p0050_04-05
+${PYSITELIB}/openshot_qt/profiles/01080x1350p0060_04-05
+${PYSITELIB}/openshot_qt/profiles/01080x1920p0024_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p0025_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p0030_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p0050_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p0060_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p2398_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p2997_09-16
+${PYSITELIB}/openshot_qt/profiles/01080x1920p5994_09-16
+${PYSITELIB}/openshot_qt/profiles/01280x0720p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01280x0720p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/01408x1152p0015_04-03
+${PYSITELIB}/openshot_qt/profiles/01408x1152p0025_04-03
+${PYSITELIB}/openshot_qt/profiles/01408x1152p2997_04-03
+${PYSITELIB}/openshot_qt/profiles/01440x1080i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080i0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1080p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/01440x1152i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01600x0900p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1035i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1035i0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1035i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080i0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080i0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080i2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/01920x1080p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/02560x1440p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/03200x1800p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/03840x2160p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/05120x2880p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/07680x4320p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p0024_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p0025_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p0030_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p0050_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p0060_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p2398_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p2997_16-09
+${PYSITELIB}/openshot_qt/profiles/15360x8640p5994_16-09
+${PYSITELIB}/openshot_qt/profiles/definitions/ATSC.json
+${PYSITELIB}/openshot_qt/profiles/definitions/BD.json
+${PYSITELIB}/openshot_qt/profiles/definitions/CIF.json
+${PYSITELIB}/openshot_qt/profiles/definitions/D1.json
+${PYSITELIB}/openshot_qt/profiles/definitions/DVB.json
+${PYSITELIB}/openshot_qt/profiles/definitions/DVD.json
+${PYSITELIB}/openshot_qt/profiles/definitions/FB.json
+${PYSITELIB}/openshot_qt/profiles/definitions/HDV.json
+${PYSITELIB}/openshot_qt/profiles/definitions/NTSC.json
+${PYSITELIB}/openshot_qt/profiles/definitions/PAL.json
+${PYSITELIB}/openshot_qt/profiles/definitions/SVCD.json
+${PYSITELIB}/openshot_qt/profiles/definitions/VCD.json
+${PYSITELIB}/openshot_qt/profiles/definitions/VGA.json
+${PYSITELIB}/openshot_qt/profiles/definitions/manage.py
+${PYSITELIB}/openshot_qt/profiles/definitions/manage.pyc
+${PYSITELIB}/openshot_qt/profiles/definitions/manage.pyo
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080i_50
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080i_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080i_60
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_1080p_60
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/atsc_720p_60
+${PYSITELIB}/openshot_qt/profiles/legacy/cif_15
+${PYSITELIB}/openshot_qt/profiles/legacy/cif_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/cif_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/cvd_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/cvd_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/dv_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/dv_ntsc_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/dv_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/dv_pal_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/dv_pal_wide_anamorphic
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_1080_25i_1920x1080
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_1080_25p
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_1080_25p_1920x1080
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_1080_30p
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_1080_50i
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_1080_60i
+${PYSITELIB}/openshot_qt/profiles/legacy/hdv_720_24p
+${PYSITELIB}/openshot_qt/profiles/legacy/mobile_240p
+${PYSITELIB}/openshot_qt/profiles/legacy/qcif_15
+${PYSITELIB}/openshot_qt/profiles/legacy/qcif_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/qcif_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/qhd_1440p_60
+${PYSITELIB}/openshot_qt/profiles/legacy/quarter_15
+${PYSITELIB}/openshot_qt/profiles/legacy/quarter_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/quarter_ntsc_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/quarter_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/quarter_pal_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/sdi_486i_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/sdi_486p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/square_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/square_ntsc_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/square_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/square_pal_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/svcd_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/svcd_ntsc_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/svcd_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/svcd_pal_wide
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_2160p_60
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/uhd_4320p_60
+${PYSITELIB}/openshot_qt/profiles/legacy/vcd_ntsc
+${PYSITELIB}/openshot_qt/profiles/legacy/vcd_pal
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_1080p_60
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_2398
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_24
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_25
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_2997
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_30
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_50
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_5994
+${PYSITELIB}/openshot_qt/profiles/legacy/vertical_720p_60
 ${PYSITELIB}/openshot_qt/resources/contributors.json
 ${PYSITELIB}/openshot_qt/resources/export-clip-audio-template.xml
 ${PYSITELIB}/openshot_qt/resources/export-clip-video-template.xml
@@ -2946,6 +5772,67 @@ ${PYSITELIB}/openshot_qt/tests/__init__.pyo
 ${PYSITELIB}/openshot_qt/tests/query_tests.py
 ${PYSITELIB}/openshot_qt/tests/query_tests.pyc
 ${PYSITELIB}/openshot_qt/tests/query_tests.pyo
+${PYSITELIB}/openshot_qt/themes/__init__.py
+${PYSITELIB}/openshot_qt/themes/__init__.pyc
+${PYSITELIB}/openshot_qt/themes/__init__.pyo
+${PYSITELIB}/openshot_qt/themes/base.py
+${PYSITELIB}/openshot_qt/themes/base.pyc
+${PYSITELIB}/openshot_qt/themes/base.pyo
+${PYSITELIB}/openshot_qt/themes/cosmic/__init__.py
+${PYSITELIB}/openshot_qt/themes/cosmic/__init__.pyc
+${PYSITELIB}/openshot_qt/themes/cosmic/__init__.pyo
+${PYSITELIB}/openshot_qt/themes/cosmic/images/dock-close.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/dock-float.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/dock-move.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/dropdown-arrow.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/dropdown-tick.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/keyframe-bezier.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/keyframe-constant.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/keyframe-linear.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/marker.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/playhead.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/separator-horizontal.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/separator-vertical.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-add-marker.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-add-track.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-center-playhead.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-export.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-import-files.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-media-forward.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-media-pause.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-media-play.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-media-rewind.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-media-skip-back.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-media-skip-forward.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-new-project.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-next-marker.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-open-project.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-prev-marker.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-profile.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-razor.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-redo.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-save-project.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-snapping.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/tool-undo.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/images/warning.svg
+${PYSITELIB}/openshot_qt/themes/cosmic/theme.py
+${PYSITELIB}/openshot_qt/themes/cosmic/theme.pyc
+${PYSITELIB}/openshot_qt/themes/cosmic/theme.pyo
+${PYSITELIB}/openshot_qt/themes/humanity/__init__.py
+${PYSITELIB}/openshot_qt/themes/humanity/__init__.pyc
+${PYSITELIB}/openshot_qt/themes/humanity/__init__.pyo
+${PYSITELIB}/openshot_qt/themes/humanity/images/dock-close.svg
+${PYSITELIB}/openshot_qt/themes/humanity/images/dock-float.svg
+${PYSITELIB}/openshot_qt/themes/humanity/images/dock-move.svg
+${PYSITELIB}/openshot_qt/themes/humanity/images/keyframe-bezier.svg
+${PYSITELIB}/openshot_qt/themes/humanity/images/keyframe-constant.svg
+${PYSITELIB}/openshot_qt/themes/humanity/images/keyframe-linear.svg
+${PYSITELIB}/openshot_qt/themes/humanity/theme.py
+${PYSITELIB}/openshot_qt/themes/humanity/theme.pyc
+${PYSITELIB}/openshot_qt/themes/humanity/theme.pyo
+${PYSITELIB}/openshot_qt/themes/manager.py
+${PYSITELIB}/openshot_qt/themes/manager.pyc
+${PYSITELIB}/openshot_qt/themes/manager.pyo
 ${PYSITELIB}/openshot_qt/timeline/app.js
 ${PYSITELIB}/openshot_qt/timeline/index.html
 ${PYSITELIB}/openshot_qt/timeline/js/controllers.js
@@ -2962,21 +5849,6 @@ ${PYSITELIB}/openshot_qt/timeline/media/css/bootstrap.min.css
 ${PYSITELIB}/openshot_qt/timeline/media/css/debug.css
 ${PYSITELIB}/openshot_qt/timeline/media/css/jquery-ui.css
 ${PYSITELIB}/openshot_qt/timeline/media/css/main.css
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-icons_222222_256x240.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-icons_4b8e0b_256x240.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-icons_a83300_256x240.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-icons_cccccc_256x240.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/images/ui-icons_ffffff_256x240.png
-${PYSITELIB}/openshot_qt/timeline/media/css/ui-darkness/jquery-ui.theme.css
 ${PYSITELIB}/openshot_qt/timeline/media/images/clip_images/1.png
 ${PYSITELIB}/openshot_qt/timeline/media/images/clip_images/10.png
 ${PYSITELIB}/openshot_qt/timeline/media/images/clip_images/2.png
@@ -2988,25 +5860,24 @@ ${PYSITELIB}/openshot_qt/timeline/media/images/clip_images/7.png
 ${PYSITELIB}/openshot_qt/timeline/media/images/clip_images/8.png
 ${PYSITELIB}/openshot_qt/timeline/media/images/clip_images/9.png
 ${PYSITELIB}/openshot_qt/timeline/media/images/gear.png
-${PYSITELIB}/openshot_qt/timeline/media/images/lock.png
-${PYSITELIB}/openshot_qt/timeline/media/images/markers/blue.png
-${PYSITELIB}/openshot_qt/timeline/media/images/markers/green.png
-${PYSITELIB}/openshot_qt/timeline/media/images/markers/purple.png
-${PYSITELIB}/openshot_qt/timeline/media/images/markers/red.png
-${PYSITELIB}/openshot_qt/timeline/media/images/markers/yellow.png
-${PYSITELIB}/openshot_qt/timeline/media/images/menu.png
-${PYSITELIB}/openshot_qt/timeline/media/images/menu_hover.png
-${PYSITELIB}/openshot_qt/timeline/media/images/play_head.png
+${PYSITELIB}/openshot_qt/timeline/media/images/keyframe-bezier.svg
+${PYSITELIB}/openshot_qt/timeline/media/images/keyframe-constant.svg
+${PYSITELIB}/openshot_qt/timeline/media/images/keyframe-linear.svg
+${PYSITELIB}/openshot_qt/timeline/media/images/lock.svg
+${PYSITELIB}/openshot_qt/timeline/media/images/markers/marker.svg
+${PYSITELIB}/openshot_qt/timeline/media/images/menu.svg
+${PYSITELIB}/openshot_qt/timeline/media/images/playhead.svg
 ${PYSITELIB}/openshot_qt/timeline/media/images/razor_line_with_razor.png
+${PYSITELIB}/openshot_qt/timeline/media/images/razor_line_with_razor.svg
 ${PYSITELIB}/openshot_qt/timeline/media/images/thumbnail.png
-${PYSITELIB}/openshot_qt/timeline/media/images/transition.png
+${PYSITELIB}/openshot_qt/timeline/media/images/transition.svg
 ${PYSITELIB}/openshot_qt/timeline/media/js/angular-animate.min.js
 ${PYSITELIB}/openshot_qt/timeline/media/js/angular-animate.min.js.map
 ${PYSITELIB}/openshot_qt/timeline/media/js/angular.min.js
 ${PYSITELIB}/openshot_qt/timeline/media/js/angular.min.js.map
 ${PYSITELIB}/openshot_qt/timeline/media/js/jquery-ui.js
 ${PYSITELIB}/openshot_qt/timeline/media/js/jquery.js
-${PYSITELIB}/openshot_qt/timeline/media/js/ui-bootstrap-tpls-0.7.0.min.js
+${PYSITELIB}/openshot_qt/timeline/media/js/ui-bootstrap-tpls-1.3.3.min.js
 ${PYSITELIB}/openshot_qt/titles/Bar_1.svg
 ${PYSITELIB}/openshot_qt/titles/Bar_2.svg
 ${PYSITELIB}/openshot_qt/titles/Bar_3.svg
@@ -3490,6 +6361,9 @@ ${PYSITELIB}/openshot_qt/windows/cutting.pyo
 ${PYSITELIB}/openshot_qt/windows/export.py
 ${PYSITELIB}/openshot_qt/windows/export.pyc
 ${PYSITELIB}/openshot_qt/windows/export.pyo
+${PYSITELIB}/openshot_qt/windows/export_clips.py
+${PYSITELIB}/openshot_qt/windows/export_clips.pyc
+${PYSITELIB}/openshot_qt/windows/export_clips.pyo
 ${PYSITELIB}/openshot_qt/windows/file_properties.py
 ${PYSITELIB}/openshot_qt/windows/file_properties.pyc
 ${PYSITELIB}/openshot_qt/windows/file_properties.pyo
@@ -3520,6 +6394,9 @@ ${PYSITELIB}/openshot_qt/windows/models/emoji_model.pyo
 ${PYSITELIB}/openshot_qt/windows/models/files_model.py
 ${PYSITELIB}/openshot_qt/windows/models/files_model.pyc
 ${PYSITELIB}/openshot_qt/windows/models/files_model.pyo
+${PYSITELIB}/openshot_qt/windows/models/profiles_model.py
+${PYSITELIB}/openshot_qt/windows/models/profiles_model.pyc
+${PYSITELIB}/openshot_qt/windows/models/profiles_model.pyo
 ${PYSITELIB}/openshot_qt/windows/models/properties_model.py
 ${PYSITELIB}/openshot_qt/windows/models/properties_model.pyc
 ${PYSITELIB}/openshot_qt/windows/models/properties_model.pyo
@@ -3541,6 +6418,9 @@ ${PYSITELIB}/openshot_qt/windows/process_effect.pyo
 ${PYSITELIB}/openshot_qt/windows/profile.py
 ${PYSITELIB}/openshot_qt/windows/profile.pyc
 ${PYSITELIB}/openshot_qt/windows/profile.pyo
+${PYSITELIB}/openshot_qt/windows/profile_edit.py
+${PYSITELIB}/openshot_qt/windows/profile_edit.pyc
+${PYSITELIB}/openshot_qt/windows/profile_edit.pyo
 ${PYSITELIB}/openshot_qt/windows/region.py
 ${PYSITELIB}/openshot_qt/windows/region.pyc
 ${PYSITELIB}/openshot_qt/windows/region.pyo
@@ -3554,12 +6434,14 @@ ${PYSITELIB}/openshot_qt/windows/ui/animation.ui
 ${PYSITELIB}/openshot_qt/windows/ui/changelog.ui
 ${PYSITELIB}/openshot_qt/windows/ui/credits.ui
 ${PYSITELIB}/openshot_qt/windows/ui/cutting.ui
+${PYSITELIB}/openshot_qt/windows/ui/export-clips.ui
 ${PYSITELIB}/openshot_qt/windows/ui/export.ui
 ${PYSITELIB}/openshot_qt/windows/ui/file-properties.ui
 ${PYSITELIB}/openshot_qt/windows/ui/license.ui
 ${PYSITELIB}/openshot_qt/windows/ui/main-window.ui
 ${PYSITELIB}/openshot_qt/windows/ui/preferences.ui
 ${PYSITELIB}/openshot_qt/windows/ui/process-effect.ui
+${PYSITELIB}/openshot_qt/windows/ui/profile-edit.ui
 ${PYSITELIB}/openshot_qt/windows/ui/profile.ui
 ${PYSITELIB}/openshot_qt/windows/ui/region.ui
 ${PYSITELIB}/openshot_qt/windows/ui/title-editor.ui
@@ -3599,12 +6481,33 @@ ${PYSITELIB}/openshot_qt/windows/views/files_treeview.pyo
 ${PYSITELIB}/openshot_qt/windows/views/find_file.py
 ${PYSITELIB}/openshot_qt/windows/views/find_file.pyc
 ${PYSITELIB}/openshot_qt/windows/views/find_file.pyo
+${PYSITELIB}/openshot_qt/windows/views/menu.py
+${PYSITELIB}/openshot_qt/windows/views/menu.pyc
+${PYSITELIB}/openshot_qt/windows/views/menu.pyo
+${PYSITELIB}/openshot_qt/windows/views/profiles_treeview.py
+${PYSITELIB}/openshot_qt/windows/views/profiles_treeview.pyc
+${PYSITELIB}/openshot_qt/windows/views/profiles_treeview.pyo
 ${PYSITELIB}/openshot_qt/windows/views/properties_tableview.py
 ${PYSITELIB}/openshot_qt/windows/views/properties_tableview.pyc
 ${PYSITELIB}/openshot_qt/windows/views/properties_tableview.pyo
-${PYSITELIB}/openshot_qt/windows/views/timeline_mixins.py
-${PYSITELIB}/openshot_qt/windows/views/timeline_mixins.pyc
-${PYSITELIB}/openshot_qt/windows/views/timeline_mixins.pyo
+${PYSITELIB}/openshot_qt/windows/views/timeline.py
+${PYSITELIB}/openshot_qt/windows/views/timeline.pyc
+${PYSITELIB}/openshot_qt/windows/views/timeline.pyo
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/__init__.py
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/__init__.pyc
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/__init__.pyo
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/enums.py
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/enums.pyc
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/enums.pyo
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/qwidget.py
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/qwidget.pyc
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/qwidget.pyo
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/webengine.py
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/webengine.pyc
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/webengine.pyo
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/webkit.py
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/webkit.pyc
+${PYSITELIB}/openshot_qt/windows/views/timeline_backend/webkit.pyo
 ${PYSITELIB}/openshot_qt/windows/views/titles_listview.py
 ${PYSITELIB}/openshot_qt/windows/views/titles_listview.pyc
 ${PYSITELIB}/openshot_qt/windows/views/titles_listview.pyo
@@ -3617,18 +6520,6 @@ ${PYSITELIB}/openshot_qt/windows/views/transitions_treeview.pyo
 ${PYSITELIB}/openshot_qt/windows/views/tutorial.py
 ${PYSITELIB}/openshot_qt/windows/views/tutorial.pyc
 ${PYSITELIB}/openshot_qt/windows/views/tutorial.pyo
-${PYSITELIB}/openshot_qt/windows/views/webview.py
-${PYSITELIB}/openshot_qt/windows/views/webview.pyc
-${PYSITELIB}/openshot_qt/windows/views/webview.pyo
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/__init__.py
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/__init__.pyc
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/__init__.pyo
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/webengine.py
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/webengine.pyc
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/webengine.pyo
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/webkit.py
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/webkit.pyc
-${PYSITELIB}/openshot_qt/windows/views/webview_backend/webkit.pyo
 ${PYSITELIB}/openshot_qt/windows/views/zoom_slider.py
 ${PYSITELIB}/openshot_qt/windows/views/zoom_slider.pyc
 ${PYSITELIB}/openshot_qt/windows/views/zoom_slider.pyo
diff --git a/openshot-qt/distinfo b/openshot-qt/distinfo
index eefe71898f..441ebc4ba5 100644
--- a/openshot-qt/distinfo
+++ b/openshot-qt/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
-BLAKE2s (openshot-qt/v2.6.1.tar.gz) = 3079a67b7726596484c757a3e49fc0e808761fc3b7e1dd012ed015386ac0b603
-SHA512 (openshot-qt/v2.6.1.tar.gz) = 9e2d1eae5d72ec2deab914e464dac0d84a864ba2ca63104fad57c90fc907764d5683149fb8136d50030cae993cef9a977e995b0783868988de4668e71a3a5ee2
-Size (openshot-qt/v2.6.1.tar.gz) = 68566443 bytes
+BLAKE2s (openshot-qt-3.3.0.tar.gz) = e4b7c125481d569c8f77668e369dd6200c92b2f67cc90f62e05f10d4c5457bad
+SHA512 (openshot-qt-3.3.0.tar.gz) = 3744653ed8e89e52f72975891e3c357752baa8f99f04e5492072f366fc842b97852a2380bc1bc122bdbf4de6b7afab50d2f906a6f3701fcb798739364701fa77
+Size (openshot-qt-3.3.0.tar.gz) = 98508240 bytes
+SHA1 (patch-installer_build-mac-dmg.sh) = 4aa9fdc290358cede0eecd6176e549f8dd012c35
diff --git a/openshot-qt/patches/patch-installer_build-mac-dmg.sh b/openshot-qt/patches/patch-installer_build-mac-dmg.sh
new file mode 100644
index 0000000000..bb1a883b90
--- /dev/null
+++ b/openshot-qt/patches/patch-installer_build-mac-dmg.sh
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- installer/build-mac-dmg.sh.orig	2024-12-24 12:44:27.459588121 +0000
++++ installer/build-mac-dmg.sh
+@@ -80,7 +80,7 @@ echo " Notarization ID: $REQUEST_UUID"
+ REQUEST_STATUS="${BASH_REMATCH[2]}"
+ echo " Notarization Status: $REQUEST_STATUS"
+ 
+-if [ "$REQUEST_UUID" == "" ]; then
++if [ "$REQUEST_UUID" = "" ]; then
+     echo "Failed to locate Notarization ID, exiting with error."
+     exit 1
+ fi


Home | Main Index | Thread Index | Old Index