Skip to content

Commit f48789c

Browse files
cwillingwillysr
authored andcommitted
multimedia/openshot: Updated for version 0.3.3
Signed-off-by: Christoph Willing <[email protected]> Signed-off-by: Willy Sudiarto Raharjo <[email protected]>
1 parent 0508076 commit f48789c

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

multimedia/openshot/openshot.SlackBuild

+2-16
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright 2009, Jonathan Larsen (agentc0re), SLC, UT
44
# Contact Info: agentc0re 'AT' learnix 'DOT' net
55
#
6-
# Copyright 2016-2024 Christoph Willing, Sydney Australia
6+
# Copyright 2016-2025 Christoph Willing, Sydney Australia
77
# All rights reserved.
88
#
99
# Redistribution and use of this script, with or without modification, is
@@ -52,7 +52,7 @@ cd $(dirname $0) ; CWD=$(pwd)
5252

5353
PRGNAM=openshot
5454
SRCNAM=openshot-qt
55-
VERSION=${VERSION:-3.2.1}
55+
VERSION=${VERSION:-3.3.0}
5656
BUILD=${BUILD:-1}
5757
TAG=${TAG:-_SBo}
5858
PKGTYPE=${PKGTYPE:-tgz}
@@ -74,20 +74,6 @@ TMP=${TMP:-/tmp/SBo}
7474
PKG=$TMP/package-$PRGNAM
7575
OUTPUT=${OUTPUT:-/tmp}
7676

77-
if [ "$ARCH" = "i586" ]; then
78-
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
79-
LIBDIRSUFFIX=""
80-
elif [ "$ARCH" = "i686" ]; then
81-
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
82-
LIBDIRSUFFIX=""
83-
elif [ "$ARCH" = "x86_64" ]; then
84-
SLKCFLAGS="-O2 -fPIC"
85-
LIBDIRSUFFIX="64"
86-
else
87-
SLKCFLAGS="-O2"
88-
LIBDIRSUFFIX=""
89-
fi
90-
9177
set -e
9278

9379
rm -rf $PKG

multimedia/openshot/openshot.info

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="openshot"
2-
VERSION="3.2.1"
2+
VERSION="3.3.0"
33
HOMEPAGE="http://www.openshot.org"
4-
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v3.2.1/openshot-qt-3.2.1.tar.gz"
5-
MD5SUM="081b1aedfbb1e0a9812653f4c7586d67"
4+
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v3.3.0/openshot-qt-3.3.0.tar.gz"
5+
MD5SUM="8700f53165f105b9838ec711b5f47592"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="python3-pyzmq libopenshot python3-httplib2 jack"

0 commit comments

Comments
 (0)