From 30e9bc50470fef71bebf2ebc2babf08a54d8f9b6 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 6 Oct 2018 13:51:44 +1000 Subject: [PATCH] OpenShot: bump version --- ...hot-2.4.2.recipe => openshot-2.4.3.recipe} | 6 +++--- ...2.4.2.patchset => openshot-2.4.3.patchset} | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 12 deletions(-) rename media-video/openshot/{openshot-2.4.2.recipe => openshot-2.4.3.recipe} (94%) rename media-video/openshot/patches/{openshot-2.4.2.patchset => openshot-2.4.3.patchset} (69%) diff --git a/media-video/openshot/openshot-2.4.2.recipe b/media-video/openshot/openshot-2.4.3.recipe similarity index 94% rename from media-video/openshot/openshot-2.4.2.recipe rename to media-video/openshot/openshot-2.4.3.recipe index 0781af2de..bb489fd2f 100644 --- a/media-video/openshot/openshot-2.4.2.recipe +++ b/media-video/openshot/openshot-2.4.3.recipe @@ -4,11 +4,11 @@ you create the film you always dreamed of. Easily add sub-titles, transitions,\ and effects, then export your film to DVD, YouTube, Vimeo, Xbox 360, and many\ other common formats." HOMEPAGE="https://www.openshot.org" -COPYRIGHT="2008-2017 OpenShot Studios, LLC" +COPYRIGHT="2008-2018 OpenShot Studios, LLC" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/OpenShot/openshot-qt/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="957792cb5c07ec7c593b9af7d234f75110ac8df0aa179e284ed84f48f552d9bd" +CHECKSUM_SHA256="901b485c28cfcbb4d1baf3cd6a30b165090c49c96f252236f1bbd8c8ab709721" SOURCE_FILENAME="openshot-$portVersion.tar.gz" SOURCE_DIR="openshot-qt-$portVersion" PATCHES="openshot-$portVersion.patchset" diff --git a/media-video/openshot/patches/openshot-2.4.2.patchset b/media-video/openshot/patches/openshot-2.4.3.patchset similarity index 69% rename from media-video/openshot/patches/openshot-2.4.2.patchset rename to media-video/openshot/patches/openshot-2.4.3.patchset index 9071a2e6e..ec13ffe7e 100644 --- a/media-video/openshot/patches/openshot-2.4.2.patchset +++ b/media-video/openshot/patches/openshot-2.4.3.patchset @@ -1,22 +1,23 @@ -From fa3a1b30150925f6991a59a6a2992235a0c23d49 Mon Sep 17 00:00:00 2001 -From: Leorize -Date: Sat, 1 Sep 2018 11:51:24 +0700 +From d2bc8e4ee9f8af710c59a73521c3bfab60ca9c4f Mon Sep 17 00:00:00 2001 +From: Gerasim Troeglazov <3dEyes@gmail.com> +Date: Sat, 6 Oct 2018 12:15:40 +1000 Subject: classes/info: use finddir diff --git a/src/classes/info.py b/src/classes/info.py -index 69faf7f..2c19635 100644 +index 3bdb404..fed2985 100644 --- a/src/classes/info.py +++ b/src/classes/info.py -@@ -25,6 +25,7 @@ +@@ -24,7 +24,7 @@ + You should have received a copy of the GNU General Public License along with OpenShot Library. If not, see . """ - +- +import subprocess import os - VERSION = "2.4.2" -@@ -39,7 +40,7 @@ COPYRIGHT = "Copyright (c) 2008-2018 %s" % COMPANY_NAME + from PyQt5.QtCore import QDir +@@ -41,7 +41,7 @@ COPYRIGHT = "Copyright (c) 2008-2018 %s" % COMPANY_NAME CWD = os.getcwd() PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) # Primary openshot folder HOME_PATH = os.path.join(os.path.expanduser("~")) @@ -26,5 +27,5 @@ index 69faf7f..2c19635 100644 BLENDER_PATH = os.path.join(USER_PATH, "blender") ASSETS_PATH = os.path.join(USER_PATH, "assets") -- -2.16.4 +2.19.0