Skip to content

Commit cdcf8a4

Browse files
Merge branch 'obs-32.1.0' of github.com:eightbitgiraffe/void-packages into obs-32.1.0
2 parents f605ce8 + c0f8be2 commit cdcf8a4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

srcpkgs/droidcam-obs-plugin/template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'droidcam-obs-plugin'
22
pkgname=droidcam-obs-plugin
33
version=2.4.0
4-
revision=1
4+
revision=2 # set to 2 to make it recompile against updated obs
55
build_style=gnu-makefile
66
make_use_env=yes
77
make_build_args="ALLOW_STATIC=no"
@@ -14,6 +14,8 @@ homepage="https://github.com/dev47apps/droidcam-obs-plugin"
1414
distfiles="https://github.com/dev47apps/droidcam-obs-plugin/archive/refs/tags/$version.tar.gz"
1515
checksum=55ffb07ca4c55d1018bfabb3029f7ac86622cfbcb05120edad62031da3f6fbc4
1616

17+
broken="does not build with obs 32.1.0"
18+
1719
pre_build() {
1820
mkdir -p build
1921
export INCLUDES="-I$XBPS_CROSS_BASE/usr/include/obs"

srcpkgs/obs-plugin-browser-bin/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Template file for 'obs-plugin-browser-bin'
22
pkgname=obs-plugin-browser-bin
3-
version=32.0.2 # This is actually the version of obs to extract the plugin from
3+
version=32.1.0 # This is actually the version of obs to extract the plugin from
44
revision=1
55
archs="x86_64"
66
short_desc="CEF-based OBS Studio browser plugin"
77
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
88
license="GPL-2.0-only"
99
homepage="https://obsproject.com/kb/browser-source"
1010
distfiles="https://github.com/obsproject/obs-studio/releases/download/$version/OBS-Studio-$version-Ubuntu-24.04-x86_64.deb"
11-
checksum=ab1ba6582fcc5eaf051f28fafc01becec5d8edabfe4775626d5a1c94ef6340bb
11+
checksum=89fa7657c56ffcc302ba75956eef1e7efaedd0e66ae2e2bd79170604d6c68800
1212

1313
do_install() {
1414
vinstall local/lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/

srcpkgs/obs/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'obs'
22
pkgname=obs
3-
version=32.0.2
4-
revision=2
3+
version=32.1.0
4+
revision=1
55
archs="i686* x86_64* ppc64le* aarch64* riscv64*"
66
build_style=cmake
77
configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
@@ -27,7 +27,7 @@ license="GPL-2.0-or-later"
2727
homepage="https://obsproject.com"
2828
changelog="https://github.com/obsproject/obs-studio/releases"
2929
distfiles="https://github.com/obsproject/obs-studio/archive/refs/tags/$version.tar.gz"
30-
checksum=39e99b9fbdc77e7e87cfd9c7e8709d1d427627bad5b21b791019c887c8598d13
30+
checksum=40d1d5cee743929ecb19f400c69f0c796ba59a01b65f0785d1545b970f2d6b2f
3131

3232
build_options="luajit qsv nvenc"
3333
case $XBPS_TARGET_MACHINE in

0 commit comments

Comments
 (0)