Package Details: droidcam-obs-plugin-git 1.1.r5.b8febd6-1

Git Clone URL: https://aur.archlinux.org/droidcam-obs-plugin-git.git (read-only, click to copy)
Package Base: droidcam-obs-plugin-git
Description: plugin for droidcam obs
Upstream URL: https://dev47apps.com/obs/
Licenses: GPL
Conflicts: droidcam-obs-plugin
Provides: droidcam-obs-plugin
Submitter: mazieres
Maintainer: mazieres
Last Packager: mazieres
Votes: 3
Popularity: 0.000000
First Submitted: 2020-12-22 07:09 (UTC)
Last Updated: 2020-12-22 07:09 (UTC)

Latest Comments

mcerb commented on 2023-04-02 21:00 (UTC)

@mazieres could you try replacing the makefile patch with something like this?

diff --git a/linux/linux.mk b/linux/linux.mk
index 33e2e7a..9bf9543 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -13,10 +13,10 @@ JPEG_DIR ?= /opt/libjpeg-turbo
 JPEG_LIB ?= $(JPEG_DIR)/lib$(shell getconf LONG_BIT)

 ifeq "$(ALLOW_STATIC)" "yes"
-       STATIC += $(JPEG_LIB)/libturbojpeg.a
-       STATIC += $(IMOBILEDEV_LIB)/libimobiledevice.a
-       STATIC += $(IMOBILEDEV_LIB)/libusbmuxd.a
-       STATIC += $(IMOBILEDEV_LIB)/libplist-2.0.a
+       STATIC += /usr/lib/libturbojpeg.so
+       STATIC += /usr/lib/libimobiledevice-1.0.so
+       STATIC += /usr/lib/libusbmuxd-2.0.so
+       STATIC += /usr/lib/libplist-2.0.so

 else
        LDD_DIRS += -L$(JPEG_LIB)

Fusate commented on 2022-05-05 17:23 (UTC)

This doesn't seem to build correctly, does anyone else get the following error message?

patching file Makefile Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej