Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: droidcam-obs-plugin-2.0.1.
@ 2023-02-23  8:09 the-maldridge
  2023-02-23  9:27 ` [PR PATCH] [Updated] " the-maldridge
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: the-maldridge @ 2023-02-23  8:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

There is a new pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages droidcam-obs-plugin
https://github.com/void-linux/void-packages/pull/42406

New package: droidcam-obs-plugin-2.0.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

A patch file from https://github.com/void-linux/void-packages/pull/42406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-droidcam-obs-plugin-42406.patch --]
[-- Type: text/x-diff, Size: 1406 bytes --]

From f5100606cab8c0ca6e215b59a3b9bde9d30459cd Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Thu, 23 Feb 2023 02:07:57 -0600
Subject: [PATCH] New package: droidcam-obs-plugin-2.0.1.

---
 srcpkgs/droidcam-obs-plugin/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/droidcam-obs-plugin/template

diff --git a/srcpkgs/droidcam-obs-plugin/template b/srcpkgs/droidcam-obs-plugin/template
new file mode 100644
index 000000000000..790181763f0d
--- /dev/null
+++ b/srcpkgs/droidcam-obs-plugin/template
@@ -0,0 +1,24 @@
+# Template file for 'droidcam-obs-plugin'
+pkgname=droidcam-obs-plugin
+version=2.0.1
+revision=1
+build_style=gnu-makefile
+make_use_env=1
+make_build_args="ALLOW_STATIC=no"
+makedepends="obs-devel libusbmuxd-devel libjpeg-turbo-devel
+ ffmpeg-devel libimobiledevice-devel"
+short_desc="DroidCam OBS Source"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="GPL-2.0-only"
+homepage="https://github.com/dev47apps/droidcam-obs-plugin"
+distfiles="https://github.com/dev47apps/droidcam-obs-plugin/archive/refs/tags/$version.tar.gz"
+checksum=72dc6084ac7de4e21a6b32744e24e661dc07801fadeaa919a8cd0cbb8b043223
+
+pre_build() {
+	mkdir -p build
+	vsed -i linux/linux.mk -e "s/-limobiledevice/-limobiledevice-1.0/"
+}
+
+do_install() {
+	vinstall build/droidcam-obs.so 0644 usr/lib/obs-plugins/
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-24  4:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23  8:09 [PR PATCH] New package: droidcam-obs-plugin-2.0.1 the-maldridge
2023-02-23  9:27 ` [PR PATCH] [Updated] " the-maldridge
2023-02-23 21:49 ` [PR REVIEW] " paper42
2023-02-23 21:49 ` paper42
2023-02-23 21:49 ` paper42
2023-02-24  3:20 ` [PR PATCH] [Updated] " the-maldridge
2023-02-24  4:32 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).