diff --git a/srcpkgs/droidcam-obs-plugin/template b/srcpkgs/droidcam-obs-plugin/template index 9dc6648efe9..e2f71886070 100644 --- a/srcpkgs/droidcam-obs-plugin/template +++ b/srcpkgs/droidcam-obs-plugin/template @@ -1,12 +1,12 @@ # Template file for 'droidcam-obs-plugin' pkgname=droidcam-obs-plugin version=2.3.2 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=yes make_build_args="ALLOW_STATIC=no" makedepends="obs-devel libusbmuxd-devel libjpeg-turbo-devel - ffmpeg-devel libimobiledevice-devel" + ffmpeg6-devel libimobiledevice-devel" short_desc="DroidCam OBS Source" maintainer="Michael Aldridge " license="GPL-2.0-only" @@ -14,10 +14,6 @@ homepage="https://github.com/dev47apps/droidcam-obs-plugin" distfiles="https://github.com/dev47apps/droidcam-obs-plugin/archive/refs/tags/$version.tar.gz" checksum=0c97fc2de7a1612b696a7eb3f11b530c70e15ccaa82deb1e43184a13f6a529d1 -post_extract() { - vsed -i linux/linux.mk -e "s/-limobiledevice/-limobiledevice-1.0/" -} - pre_build() { mkdir -p build export INCLUDES="-I$XBPS_CROSS_BASE/usr/include/obs"