mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libopenshot: Updated for version 0.1.8
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
fad4c411b7
commit
6edb5e2d17
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libopenshot
|
||||
VERSION=${VERSION:-0.1.7}
|
||||
VERSION=${VERSION:-0.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,6 +78,7 @@ cd build
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DZMQ_INCLUDE_DIR=$TMP/$PRGNAM-$VERSION/include \
|
||||
-DENABLE_RUBY=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="libopenshot"
|
||||
VERSION="0.1.7"
|
||||
VERSION="0.1.8"
|
||||
HOMEPAGE="https://github.com/OpenShot/libopenshot"
|
||||
DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.1.7/libopenshot-0.1.7.tar.gz \
|
||||
DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.1.8/libopenshot-0.1.8.tar.gz \
|
||||
https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp"
|
||||
MD5SUM="bbd249895fa87c91a67a7e9ad652e545 \
|
||||
MD5SUM="70930d0c973dac2ab5468175224f142b \
|
||||
56f264ec5604a5576e0d836d89c38c77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue