mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/simplescreenrecorder to 0.3.3-2
This commit is contained in:
parent
54b54a27c7
commit
9db666bbf6
1 changed files with 5 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
pkgname=simplescreenrecorder
|
||||
pkgver=0.3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
|
||||
arch=("i686" "x86_64")
|
||||
url="http://www.maartenbaert.be/simplescreenrecorder/"
|
||||
license=("GPL3")
|
||||
depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
|
||||
depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
|
||||
optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
|
||||
makedepends=("git")
|
||||
source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
|
||||
|
@ -23,7 +23,9 @@ install=simplescreenrecorder.install
|
|||
|
||||
build() {
|
||||
cd ssr
|
||||
./configure --prefix=/usr --disable-assert --disable-x86-asm --disable-glinjectlib
|
||||
# fPIC is only required for qt5 + gcc5
|
||||
CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
./configure --prefix=/usr --disable-assert --with-qt5 --disable-x86-asm --disable-glinjectlib
|
||||
make
|
||||
}
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue