Restrict cef-minimal version to <89.0.0

This is intended to be used with the cef-minimal-obs-studio-browser package
master
Alice Gaudon 2021-09-16 20:05:53 +02:00
parent 8e16470f6d
commit 835e729df1
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = obs-studio-browser
pkgdesc = Free and open source software for video recording and live streaming. Built with browser, vst plugins.
pkgver = 27.0.1
pkgrel = 5
pkgrel = 6
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
@ -15,6 +15,7 @@ pkgbase = obs-studio-browser
makedepends = luajit
makedepends = python
makedepends = cef-minimal>=87.0.0
makedepends = cef-minimal<89.0.0
makedepends = wayland
makedepends = qt5-wayland
makedepends = sndio

View File

@ -6,7 +6,7 @@
pkgname=obs-studio-browser
pkgver=27.0.1
pkgrel=5
pkgrel=6
pkgdesc="Free and open source software for video recording and live streaming. Built with browser, vst plugins."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"
@ -15,7 +15,7 @@ depends=("ffmpeg" "jack" "jansson" "libxinerama" "libxkbcommon-x11"
"qt5-svg" "qt5-x11extras" "curl" "gtk-update-icon-cache" "mbedtls"
"pipewire" "libxcomposite")
makedepends=("cmake" "git" "libfdk-aac" "x264"
"vlc-luajit" "swig" "luajit" "python" "cef-minimal>=87.0.0"
"vlc-luajit" "swig" "luajit" "python" "cef-minimal>=87.0.0" "cef-minimal<89.0.0"
"wayland" "qt5-wayland" "sndio")
optdepends=("libfdk-aac: FDK AAC codec support"
"libva-intel-driver: Hardware encoding"