mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/simplescreenrecorder to 0.3.9-2
This commit is contained in:
parent
8a45dbcaca
commit
ffaf2fc2c5
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=simplescreenrecorder
|
||||
pkgver=0.3.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
|
||||
arch=("x86_64")
|
||||
url="http://www.maartenbaert.be/simplescreenrecorder/"
|
||||
|
@ -37,6 +37,7 @@ build() {
|
|||
#./configure --prefix=/usr --disable-assert --with-qt5
|
||||
#./configure --prefix=/usr --disable-assert
|
||||
cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
|
||||
-DLRELEASE='/usr/bin/lrelease-qt4' \
|
||||
-DCMAKE_INSTALL_LIBDIR='lib' ../ \
|
||||
-DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE"
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue