mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
OpenShot: bump version
This commit is contained in:
@@ -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"
|
||||
@@ -1,22 +1,23 @@
|
||||
From fa3a1b30150925f6991a59a6a2992235a0c23d49 Mon Sep 17 00:00:00 2001
|
||||
From: Leorize <alaviss@users.noreply.github.com>
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
"""
|
||||
|
||||
-
|
||||
+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
|
||||
|
||||
Reference in New Issue
Block a user