mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:47:22 +08:00
libopenshot: update to 0.1.5
This commit is contained in:
parent
24e76b8702
commit
7eab91dfcf
@ -1,25 +1,25 @@
|
||||
pkgname=libopenshot
|
||||
pkgver=0.1.4
|
||||
pkgver=0.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby."
|
||||
arch=('x86_64')
|
||||
url="http://openshot.org/"
|
||||
license=('LGPL3')
|
||||
depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python3' 'qt5-base' 'qt5-multimedia' 'ruby' 'zeromq')
|
||||
depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'python3' 'qt5-base' 'qt5-multimedia' 'zeromq')
|
||||
makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
|
||||
source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('c3cdf9598b54c0680a298e06c61aaf1e18a102b0d4c6b545e561476659eda253')
|
||||
source=("https://github.com/OpenShot/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('72eb75e1853e7ec0f123242bf86ca1f84c7f0260e11f830d76103cab6b7076ff')
|
||||
|
||||
build() {
|
||||
# cd ${pkgname}-${pkgver}
|
||||
cd ${pkgname}-${pkgver}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 ../
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 \
|
||||
-DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
# cd ${pkgname}-${pkgver}
|
||||
cd build
|
||||
cd ${pkgname}-${pkgver}/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user