Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: aravis-0.8.21
@ 2022-03-15  1:52 ahesford
  2022-03-15  2:32 ` [PR PATCH] [Updated] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ahesford @ 2022-03-15  1:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages aravis
https://github.com/void-linux/void-packages/pull/36146

New package: aravis-0.8.21
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aravis-36146.patch --]
[-- Type: text/x-diff, Size: 3038 bytes --]

From ffff2957d0ee621588b47b2b050aee6a7f5a61c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Mar 2022 16:27:20 -0400
Subject: [PATCH] New package: aravis-0.8.21

---
 common/shlibs             |  1 +
 srcpkgs/aravis/template   | 45 +++++++++++++++++++++++++++++++++++++++
 srcpkgs/gstreamer1-aravis |  1 +
 srcpkgs/libaravis         |  1 +
 srcpkgs/libaravis-devel   |  1 +
 5 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/aravis/template
 create mode 120000 srcpkgs/gstreamer1-aravis
 create mode 120000 srcpkgs/libaravis
 create mode 120000 srcpkgs/libaravis-devel

diff --git a/common/shlibs b/common/shlibs
index f26b9bab58fd..5b955773d869 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4142,3 +4142,4 @@ librz_util.so.0.3.4 rizin-0.3.4_1
 librz_lang.so.0.3.4 rizin-0.3.4_1
 librz_search.so.0.3.4 rizin-0.3.4_1
 librz_bin.so.0.3.4 rizin-0.3.4_1
+libaravis-0.8.so.0 libaravis-0.8.21_1
diff --git a/srcpkgs/aravis/template b/srcpkgs/aravis/template
new file mode 100644
index 000000000000..bed1f14808a7
--- /dev/null
+++ b/srcpkgs/aravis/template
@@ -0,0 +1,45 @@
+# Template file for 'aravis'
+pkgname=aravis
+version=0.8.21
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gobject-introspection gi-docgen gettext"
+makedepends="gtk+3-devel glib-devel libusb-devel zlib-devel libxml2-devel
+ gstreamer1-devel gst-plugins-base1-devel"
+checkdepends="python3-gobject"
+short_desc="Vision utilities for genicam based cameras"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/AravisProject/aravis"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a53ce93cb082ac1c4215aed48aa9e05d5342d58811938065e9f503b07838dfb3
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel prelink-cross qemu-user-static"
+fi
+
+libaravis_package() {
+	short_desc="Vision library for genicam-based cameras"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+		vmove usr/lib/girepository-1.0
+	}
+}
+
+libaravis-devel_package() {
+	depends="libaravis>=${version}_${revision}"
+	short_desc="Vision library for genicam-based cameras - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/share/gir-1.0
+	}
+}
+
+gstreamer1-aravis_package() {
+	short_desc+=" - gstreamer plugin"
+	pkg_install() {
+		vmove usr/lib/gstreamer-1.0
+	}
+}
diff --git a/srcpkgs/gstreamer1-aravis b/srcpkgs/gstreamer1-aravis
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/gstreamer1-aravis
@@ -0,0 +1 @@
+aravis
\ No newline at end of file
diff --git a/srcpkgs/libaravis b/srcpkgs/libaravis
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/libaravis
@@ -0,0 +1 @@
+aravis
\ No newline at end of file
diff --git a/srcpkgs/libaravis-devel b/srcpkgs/libaravis-devel
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/libaravis-devel
@@ -0,0 +1 @@
+aravis
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: aravis-0.8.21
  2022-03-15  1:52 [PR PATCH] New package: aravis-0.8.21 ahesford
@ 2022-03-15  2:32 ` ahesford
  2022-03-24 20:43 ` ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2022-03-15  2:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages aravis
https://github.com/void-linux/void-packages/pull/36146

New package: aravis-0.8.21
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aravis-36146.patch --]
[-- Type: text/x-diff, Size: 3095 bytes --]

From 9e098327dcae7b17f0b1f89d4328b284113bc80e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Mar 2022 16:27:20 -0400
Subject: [PATCH] New package: aravis-0.8.21

---
 common/shlibs             |  1 +
 srcpkgs/aravis/template   | 47 +++++++++++++++++++++++++++++++++++++++
 srcpkgs/gstreamer1-aravis |  1 +
 srcpkgs/libaravis         |  1 +
 srcpkgs/libaravis-devel   |  1 +
 5 files changed, 51 insertions(+)
 create mode 100644 srcpkgs/aravis/template
 create mode 120000 srcpkgs/gstreamer1-aravis
 create mode 120000 srcpkgs/libaravis
 create mode 120000 srcpkgs/libaravis-devel

diff --git a/common/shlibs b/common/shlibs
index f26b9bab58fd..5b955773d869 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4142,3 +4142,4 @@ librz_util.so.0.3.4 rizin-0.3.4_1
 librz_lang.so.0.3.4 rizin-0.3.4_1
 librz_search.so.0.3.4 rizin-0.3.4_1
 librz_bin.so.0.3.4 rizin-0.3.4_1
+libaravis-0.8.so.0 libaravis-0.8.21_1
diff --git a/srcpkgs/aravis/template b/srcpkgs/aravis/template
new file mode 100644
index 000000000000..2c67a954144a
--- /dev/null
+++ b/srcpkgs/aravis/template
@@ -0,0 +1,47 @@
+# Template file for 'aravis'
+pkgname=aravis
+version=0.8.21
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gobject-introspection gi-docgen gettext"
+makedepends="gtk+3-devel glib-devel libusb-devel zlib-devel libxml2-devel
+ gstreamer1-devel gst-plugins-base1-devel"
+checkdepends="python3-gobject"
+short_desc="Vision utilities for genicam based cameras"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/AravisProject/aravis"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a53ce93cb082ac1c4215aed48aa9e05d5342d58811938065e9f503b07838dfb3
+# Network test causes timeout in CI
+make_check=ci-skip
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel prelink-cross qemu-user-static"
+fi
+
+libaravis_package() {
+	short_desc="Vision library for genicam-based cameras"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+		vmove usr/lib/girepository-1.0
+	}
+}
+
+libaravis-devel_package() {
+	depends="libaravis>=${version}_${revision}"
+	short_desc="Vision library for genicam-based cameras - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/share/gir-1.0
+	}
+}
+
+gstreamer1-aravis_package() {
+	short_desc+=" - gstreamer plugin"
+	pkg_install() {
+		vmove usr/lib/gstreamer-1.0
+	}
+}
diff --git a/srcpkgs/gstreamer1-aravis b/srcpkgs/gstreamer1-aravis
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/gstreamer1-aravis
@@ -0,0 +1 @@
+aravis
\ No newline at end of file
diff --git a/srcpkgs/libaravis b/srcpkgs/libaravis
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/libaravis
@@ -0,0 +1 @@
+aravis
\ No newline at end of file
diff --git a/srcpkgs/libaravis-devel b/srcpkgs/libaravis-devel
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/libaravis-devel
@@ -0,0 +1 @@
+aravis
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: aravis-0.8.21
  2022-03-15  1:52 [PR PATCH] New package: aravis-0.8.21 ahesford
  2022-03-15  2:32 ` [PR PATCH] [Updated] " ahesford
@ 2022-03-24 20:43 ` ahesford
  2022-03-27 23:40 ` [PR PATCH] [Closed]: " ahesford
  2022-03-27 23:40 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2022-03-24 20:43 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages aravis
https://github.com/void-linux/void-packages/pull/36146

New package: aravis-0.8.21
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aravis-36146.patch --]
[-- Type: text/x-diff, Size: 2936 bytes --]

From 00d6779cc914ca2b76b77806962961cdcfc35620 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 14 Mar 2022 16:27:20 -0400
Subject: [PATCH] New package: aravis-0.8.21

---
 common/shlibs             |  1 +
 srcpkgs/aravis/template   | 41 +++++++++++++++++++++++++++++++++++++++
 srcpkgs/gstreamer1-aravis |  1 +
 srcpkgs/libaravis         |  1 +
 srcpkgs/libaravis-devel   |  1 +
 5 files changed, 45 insertions(+)
 create mode 100644 srcpkgs/aravis/template
 create mode 120000 srcpkgs/gstreamer1-aravis
 create mode 120000 srcpkgs/libaravis
 create mode 120000 srcpkgs/libaravis-devel

diff --git a/common/shlibs b/common/shlibs
index 2d8a8b8b0df3..087a37a2dcc4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4142,3 +4142,4 @@ librz_util.so.0.3.4 rizin-0.3.4_1
 librz_lang.so.0.3.4 rizin-0.3.4_1
 librz_search.so.0.3.4 rizin-0.3.4_1
 librz_bin.so.0.3.4 rizin-0.3.4_1
+libaravis-0.8.so.0 libaravis-0.8.21_1
diff --git a/srcpkgs/aravis/template b/srcpkgs/aravis/template
new file mode 100644
index 000000000000..afec1e483efa
--- /dev/null
+++ b/srcpkgs/aravis/template
@@ -0,0 +1,41 @@
+# Template file for 'aravis'
+pkgname=aravis
+version=0.8.21
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gobject-introspection gi-docgen gettext"
+makedepends="gtk+3-devel glib-devel libusb-devel gobject-introspection
+ gstreamer1-devel gst-plugins-base1-devel"
+checkdepends="python3-gobject"
+short_desc="Vision utilities for genicam based cameras"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/AravisProject/aravis"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a53ce93cb082ac1c4215aed48aa9e05d5342d58811938065e9f503b07838dfb3
+
+libaravis_package() {
+	short_desc="Vision library for genicam-based cameras"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+		vmove usr/lib/girepository-1.0
+	}
+}
+
+libaravis-devel_package() {
+	depends="libaravis>=${version}_${revision}"
+	short_desc="Vision library for genicam-based cameras - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/share/gir-1.0
+	}
+}
+
+gstreamer1-aravis_package() {
+	short_desc+=" - gstreamer plugin"
+	pkg_install() {
+		vmove usr/lib/gstreamer-1.0
+	}
+}
diff --git a/srcpkgs/gstreamer1-aravis b/srcpkgs/gstreamer1-aravis
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/gstreamer1-aravis
@@ -0,0 +1 @@
+aravis
\ No newline at end of file
diff --git a/srcpkgs/libaravis b/srcpkgs/libaravis
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/libaravis
@@ -0,0 +1 @@
+aravis
\ No newline at end of file
diff --git a/srcpkgs/libaravis-devel b/srcpkgs/libaravis-devel
new file mode 120000
index 000000000000..4309a30c365f
--- /dev/null
+++ b/srcpkgs/libaravis-devel
@@ -0,0 +1 @@
+aravis
\ No newline at end of file

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

* Re: [PR PATCH] [Closed]: New package: aravis-0.8.21
  2022-03-15  1:52 [PR PATCH] New package: aravis-0.8.21 ahesford
  2022-03-15  2:32 ` [PR PATCH] [Updated] " ahesford
  2022-03-24 20:43 ` ahesford
@ 2022-03-27 23:40 ` ahesford
  2022-03-27 23:40 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2022-03-27 23:40 UTC (permalink / raw)
  To: ml

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

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

New package: aravis-0.8.21
https://github.com/void-linux/void-packages/pull/36146

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

* Re: New package: aravis-0.8.21
  2022-03-15  1:52 [PR PATCH] New package: aravis-0.8.21 ahesford
                   ` (2 preceding siblings ...)
  2022-03-27 23:40 ` [PR PATCH] [Closed]: " ahesford
@ 2022-03-27 23:40 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2022-03-27 23:40 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/36146#issuecomment-1080045449

Comment:
c64dcb92f

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

end of thread, other threads:[~2022-03-27 23:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15  1:52 [PR PATCH] New package: aravis-0.8.21 ahesford
2022-03-15  2:32 ` [PR PATCH] [Updated] " ahesford
2022-03-24 20:43 ` ahesford
2022-03-27 23:40 ` [PR PATCH] [Closed]: " ahesford
2022-03-27 23:40 ` ahesford

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