File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'droidcam-obs-plugin'
22pkgname=droidcam-obs-plugin
33version=2.4.0
4- revision=1
4+ revision=2 # set to 2 to make it recompile against updated obs
55build_style=gnu-makefile
66make_use_env=yes
77make_build_args="ALLOW_STATIC=no"
@@ -14,6 +14,8 @@ homepage="https://github.com/dev47apps/droidcam-obs-plugin"
1414distfiles="https://github.com/dev47apps/droidcam-obs-plugin/archive/refs/tags/$version.tar.gz"
1515checksum=55ffb07ca4c55d1018bfabb3029f7ac86622cfbcb05120edad62031da3f6fbc4
1616
17+ broken="does not build with obs 32.1.0"
18+
1719pre_build() {
1820 mkdir -p build
1921 export INCLUDES="-I$XBPS_CROSS_BASE/usr/include/obs"
Original file line number Diff line number Diff line change 11# Template file for 'obs-plugin-browser-bin'
22pkgname=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
44revision=1
55archs="x86_64"
66short_desc="CEF-based OBS Studio browser plugin"
77maintainer="Michael Aldridge <maldridge@voidlinux.org>"
88license="GPL-2.0-only"
99homepage="https://obsproject.com/kb/browser-source"
1010distfiles="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
1313do_install() {
1414 vinstall local/lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/
Original file line number Diff line number Diff line change 11# Template file for 'obs'
22pkgname=obs
3- version=32.0.2
4- revision=2
3+ version=32.1.0
4+ revision=1
55archs="i686* x86_64* ppc64le* aarch64* riscv64*"
66build_style=cmake
77configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
@@ -27,7 +27,7 @@ license="GPL-2.0-or-later"
2727homepage="https://obsproject.com"
2828changelog="https://github.com/obsproject/obs-studio/releases"
2929distfiles="https://github.com/obsproject/obs-studio/archive/refs/tags/$version.tar.gz"
30- checksum=39e99b9fbdc77e7e87cfd9c7e8709d1d427627bad5b21b791019c887c8598d13
30+ checksum=40d1d5cee743929ecb19f400c69f0c796ba59a01b65f0785d1545b970f2d6b2f
3131
3232build_options="luajit qsv nvenc"
3333case $XBPS_TARGET_MACHINE in
You can’t perform that action at this time.
0 commit comments