Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions srcpkgs/droidcam-obs-plugin/template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ homepage="https://github.com/dev47apps/droidcam-obs-plugin"
distfiles="https://github.com/dev47apps/droidcam-obs-plugin/archive/refs/tags/$version.tar.gz"
checksum=55ffb07ca4c55d1018bfabb3029f7ac86622cfbcb05120edad62031da3f6fbc4

broken="does not build with obs 32.1.0"

pre_build() {
mkdir -p build
export INCLUDES="-I$XBPS_CROSS_BASE/usr/include/obs"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/obs-plugin-browser-bin/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'obs-plugin-browser-bin'
pkgname=obs-plugin-browser-bin
version=32.0.2 # This is actually the version of obs to extract the plugin from
version=32.1.0 # This is actually the version of obs to extract the plugin from
revision=1
archs="x86_64"
short_desc="CEF-based OBS Studio browser plugin"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://obsproject.com/kb/browser-source"
distfiles="https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$version-Ubuntu-24.04-x86_64.deb"
checksum=ab1ba6582fcc5eaf051f28fafc01becec5d8edabfe4775626d5a1c94ef6340bb
checksum=89fa7657c56ffcc302ba75956eef1e7efaedd0e66ae2e2bd79170604d6c68800

do_install() {
vinstall local/lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/obs/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'obs'
pkgname=obs
version=32.0.2
revision=2
version=32.1.0
revision=1
archs="i686* x86_64* ppc64le* aarch64* riscv64*"
build_style=cmake
configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
Expand All @@ -27,7 +27,7 @@ license="GPL-2.0-or-later"
homepage="https://obsproject.com"
changelog="https://github.com/obsproject/obs-studio/releases"
distfiles="https://github.com/obsproject/obs-studio/archive/refs/tags/$version.tar.gz"
checksum=39e99b9fbdc77e7e87cfd9c7e8709d1d427627bad5b21b791019c887c8598d13
checksum=40d1d5cee743929ecb19f400c69f0c796ba59a01b65f0785d1545b970f2d6b2f

build_options="luajit qsv nvenc"
case $XBPS_TARGET_MACHINE in
Expand Down