graphics/apitrace: Updated for v 9.0, Moved from Development.

Signed-off-by: orbea <orbea@riseup.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
orbea 2020-08-31 12:55:08 -07:00 committed by Willy Sudiarto Raharjo
parent 6c1cebe2de
commit 222c12ac21
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 18 additions and 13 deletions

View file

@ -1,10 +0,0 @@
PRGNAM="apitrace"
VERSION="8.0"
HOMEPAGE="https://apitrace.github.io/"
DOWNLOAD="https://github.com/apitrace/apitrace/archive/8.0/apitrace-8.0.tar.gz"
MD5SUM="87e917879342b17f6076ddc65abc9503"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Hunter Sezen"
EMAIL="orbea@riseup.net"

View file

@ -8,4 +8,8 @@ apitrace consists of a set of tools to:
visualize and edit trace files.
qt5 is an optional dependency to build the gui.
Optional dependencies:
qt5 - Builds the qapitrace gui.
snappy - Will use a bundled version if missing.

View file

@ -2,7 +2,7 @@
# Slackware build script for apitrace
# Copyright 2015-2017, 2019 Hunter Sezen California, USA
# Copyright 2015-2017, 2019-2020 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=apitrace
VERSION=${VERSION:-8.0}
VERSION=${VERSION:-9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,6 +77,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DDOC_INSTALL_DIR=doc/$PRGNAM-$VERSION \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DENABLE_STATIC_SNAPPY=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG

View file

@ -0,0 +1,10 @@
PRGNAM="apitrace"
VERSION="9.0"
HOMEPAGE="https://apitrace.github.io/"
DOWNLOAD="https://github.com/apitrace/apitrace/archive/9.0/apitrace-9.0.tar.gz"
MD5SUM="83bacfb35f4f339571702099d283f571"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"
MAINTAINER="Hunter Sezen"
EMAIL="orbea@riseup.net"