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

* Re: [PR PATCH] [Updated] New package: droidcam-obs-plugin-2.0.1.
  2023-02-23  8:09 [PR PATCH] New package: droidcam-obs-plugin-2.0.1 the-maldridge
@ 2023-02-23  9:27 ` the-maldridge
  2023-02-23 21:49 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: the-maldridge @ 2023-02-23  9:27 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1605 bytes --]

From eb18c6dff4cf0fd9e8f95e87cd44c26c0c7d8d6b 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 | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 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..31ab6b48e4e0
--- /dev/null
+++ b/srcpkgs/droidcam-obs-plugin/template
@@ -0,0 +1,28 @@
+# 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
+ INCLUDES+=-I$XBPS_CROSS_BASE/usr/include/ffmpeg
+ INCLUDES+=-I$XBPS_CROSS_BASE/usr/include/obs
+ INCLUDES+=-I$XBPS_CROSS_BASE/usr/include
+ INCLUDES+=-I$XBPS_BUILDDIR/${pkgname}-${version}/src"
+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

* Re: [PR REVIEW] New package: droidcam-obs-plugin-2.0.1.
  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 ` paper42
  2023-02-23 21:49 ` paper42
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-23 21:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42406#discussion_r1116269772

Comment:
```suggestion
make_use_env=yes
```
yes is way more common

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

* Re: [PR REVIEW] New package: droidcam-obs-plugin-2.0.1.
  2023-02-23  8:09 [PR PATCH] New package: droidcam-obs-plugin-2.0.1 the-maldridge
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-23 21:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42406#discussion_r1116279624

Comment:
I would move this vsed to `post_extract()`

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

* Re: [PR REVIEW] New package: droidcam-obs-plugin-2.0.1.
  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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-02-23 21:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42406#discussion_r1116278988

Comment:
```suggestion
```
these can be replaced by adding this to `pre_build()`
```
export INCLUDES="-I${XBPS_BUILDDIR}/usr/include/obs"
```

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

* Re: [PR PATCH] [Updated] New package: droidcam-obs-plugin-2.0.1.
  2023-02-23  8:09 [PR PATCH] New package: droidcam-obs-plugin-2.0.1 the-maldridge
                   ` (3 preceding siblings ...)
  2023-02-23 21:49 ` paper42
@ 2023-02-24  3:20 ` the-maldridge
  2023-02-24  4:32 ` [PR PATCH] [Merged]: " the-maldridge
  5 siblings, 0 replies; 7+ messages in thread
From: the-maldridge @ 2023-02-24  3:20 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1490 bytes --]

From efeda5e5c0993b6b7324a7ff59f308306254b14a 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 | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 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..fc9c9bf6b9d5
--- /dev/null
+++ b/srcpkgs/droidcam-obs-plugin/template
@@ -0,0 +1,28 @@
+# Template file for 'droidcam-obs-plugin'
+pkgname=droidcam-obs-plugin
+version=2.0.1
+revision=1
+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"
+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
+
+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"
+}
+
+do_install() {
+	vinstall build/droidcam-obs.so 0644 usr/lib/obs-plugins/
+}

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

* Re: [PR PATCH] [Merged]: New package: droidcam-obs-plugin-2.0.1.
  2023-02-23  8:09 [PR PATCH] New package: droidcam-obs-plugin-2.0.1 the-maldridge
                   ` (4 preceding siblings ...)
  2023-02-24  3:20 ` [PR PATCH] [Updated] " the-maldridge
@ 2023-02-24  4:32 ` the-maldridge
  5 siblings, 0 replies; 7+ messages in thread
From: the-maldridge @ 2023-02-24  4:32 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: droidcam-obs-plugin-2.0.1.
https://github.com/void-linux/void-packages/pull/42406

Description:
#### 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**

^ 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).