mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Add curl as dependency and bump to pkgrel 2
This commit is contained in:
parent
ffedac3f70
commit
3e90038534
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = obs-studio-git
|
||||
pkgdesc = Free and open source software for video recording and live streaming.
|
||||
pkgver = 0.11.1.r0.g1efb849
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/jp9000/obs-studio
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
@ -16,6 +16,7 @@ pkgbase = obs-studio-git
|
|||
depends = libxinerama
|
||||
depends = libxkbcommon-x11
|
||||
depends = qt5-x11extras
|
||||
depends = curl
|
||||
optdepends = libfdk-aac: FDK AAC codec support
|
||||
optdepends = libxcomposite: XComposite capture support
|
||||
provides = obs-studio
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,12 +5,12 @@
|
|||
pkgname=obs-studio-git
|
||||
_pkgname=obs-studio
|
||||
pkgver=0.11.1.r0.g1efb849
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free and open source software for video recording and live streaming."
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/jp9000/obs-studio"
|
||||
license=('GPL2')
|
||||
depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'qt5-x11extras')
|
||||
depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'qt5-x11extras' 'curl')
|
||||
makedepends=('cmake' 'git' 'libfdk-aac' 'libxcomposite' 'x264')
|
||||
optdepends=('libfdk-aac: FDK AAC codec support'
|
||||
'libxcomposite: XComposite capture support')
|
||||
|
|
Loading…
Reference in a new issue