libraries/libopenshot: Updated for version 0.3.0

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2022-12-31 22:54:16 +10:00 committed by Willy Sudiarto Raharjo
parent c1abaec4ac
commit 1588d4ab04
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libopenshot
VERSION=${VERSION:-0.2.7}
VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -96,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/$PRGNAM/API $PKG/usr/doc/$PRGNAM-$VERSION && rm -rf $PKG/usr/share
cp -a AUTHORS COPYING INSTALL.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS INSTALL.md LICENSES README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="libopenshot"
VERSION="0.2.7"
VERSION="0.3.0"
HOMEPAGE="https://github.com/OpenShot/libopenshot"
DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.2.7/libopenshot-0.2.7.tar.gz"
MD5SUM="4996b84dbb005d8f955b2671e3b8409c"
DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.3.0/libopenshot-0.3.0.tar.gz"
MD5SUM="411a1a96bb04ea32f58178353dd8d9cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cppzmq protobuf3 unittest-cpp libopenshot-audio"