Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sane-airscan-0.99.24
@ 2021-03-11 10:15 oynqr
  2021-03-22  7:34 ` [PR PATCH] [Updated] " oynqr
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: oynqr @ 2021-03-11 10:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29392

New package: sane-airscan-0.99.24
Just #27448 with changed maintainer and updated to the latest version.
Would go along well with #28945.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 14f7b3e60ff7de8c031ec3714849657a27baaa86 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Thu, 11 Mar 2021 11:03:00 +0100
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 common/shlibs                 |  1 +
 srcpkgs/sane-airscan/template | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/common/shlibs b/common/shlibs
index 42f37d8a08b..d53d82ba810 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3966,3 +3966,4 @@ libsimavrparts.so.1 simavr-1.6_2
 libsword-1.8.1.so libsword-1.8.1_6
 libpari-gmp.so.7 pari-2.13.0_1
 libtree-sitter.so.0 tree-sitter-0.19.0_1
+libsane-airscan.so.1 sane-airscan-0.99.24_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 00000000000..98eedc6e29c
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,13 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel libxml2-devel libjpeg-turbo-devel libpng-devel sane-devel gnutls-devel"
+short_desc="SANE backend for AirScan (eSCL) and WSD document scanners"
+maintainer="Philipp David <pd@3b.pm>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="https://github.com/alexpevzner/${pkgname}/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-11 10:15 [PR PATCH] New package: sane-airscan-0.99.24 oynqr
@ 2021-03-22  7:34 ` oynqr
  2021-03-26  1:07 ` ericonr
  2021-03-26  1:07 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 11+ messages in thread
From: oynqr @ 2021-03-22  7:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29392

New package: sane-airscan-0.99.24
Just #27448 with changed maintainer and updated to the latest version.
Would go along well with #28945.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e511fc66cf9712fb1629a5ef2421f59ebf0ce8af Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Thu, 11 Mar 2021 11:03:00 +0100
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 common/shlibs                 |  1 +
 srcpkgs/sane-airscan/template | 13 +++++++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/common/shlibs b/common/shlibs
index 4b82c3ced654..7ec960f8c214 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3971,3 +3971,4 @@ libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
 libspdlog.so.1 libspdlog-1.8.2_2
+libsane-airscan.so.1 sane-airscan-0.99.24_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..98eedc6e29c0
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,13 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel libxml2-devel libjpeg-turbo-devel libpng-devel sane-devel gnutls-devel"
+short_desc="SANE backend for AirScan (eSCL) and WSD document scanners"
+maintainer="Philipp David <pd@3b.pm>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="https://github.com/alexpevzner/${pkgname}/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934

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

* Re: New package: sane-airscan-0.99.24
  2021-03-11 10:15 [PR PATCH] New package: sane-airscan-0.99.24 oynqr
  2021-03-22  7:34 ` [PR PATCH] [Updated] " oynqr
@ 2021-03-26  1:07 ` ericonr
  2021-03-26  1:07 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-26  1:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29392#issuecomment-807852558

Comment:
Closing in favor of #29627, because meson isn't completely supported by upstream, unfortunately. Thanks!

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

* Re: [PR PATCH] [Closed]: New package: sane-airscan-0.99.24
  2021-03-11 10:15 [PR PATCH] New package: sane-airscan-0.99.24 oynqr
  2021-03-22  7:34 ` [PR PATCH] [Updated] " oynqr
  2021-03-26  1:07 ` ericonr
@ 2021-03-26  1:07 ` ericonr
  2 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-26  1:07 UTC (permalink / raw)
  To: ml

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

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

New package: sane-airscan-0.99.24
https://github.com/void-linux/void-packages/pull/29392

Description:
Just #27448 with changed maintainer and updated to the latest version.
Would go along well with #28945.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
                   ` (5 preceding siblings ...)
  2021-03-25 22:11 ` pudiva
@ 2021-03-26  1:37 ` pudiva
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-26  1:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From 04885cf32e18c7eca40664667bad3e8c1cb8b13d Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 srcpkgs/sane-airscan/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..862a7424645f
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+make_install_args="STRIP="
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE universal driver for eSCL (Apple AirScan) and WSD"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
                   ` (4 preceding siblings ...)
  2021-03-22 22:52 ` pudiva
@ 2021-03-25 22:11 ` pudiva
  2021-03-26  1:37 ` pudiva
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-25 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From a73b699b30f354f17c31857f0be3d8d593186126 Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 srcpkgs/sane-airscan/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..6a4c651382f1
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+make_install_args="STRIP="
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE driver for Apple AirScan"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
                   ` (3 preceding siblings ...)
  2021-03-22 22:34 ` pudiva
@ 2021-03-22 22:52 ` pudiva
  2021-03-25 22:11 ` pudiva
  2021-03-26  1:37 ` pudiva
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-22 22:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From 86e6b39cc4395b00d449dbc02c8a97492d889fca Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 common/shlibs                 |  1 +
 srcpkgs/sane-airscan/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/common/shlibs b/common/shlibs
index 6815daac2265..7202876993c5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3971,3 +3971,4 @@ libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
 libspdlog.so.1 libspdlog-1.8.2_2
+libsane-airscan.so.1 sane-airscan-0.99.24_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..ec8b69f7251b
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+make_install_args="STRIP=-s"
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE driver for Apple AirScan"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
                   ` (2 preceding siblings ...)
  2021-03-22 22:28 ` pudiva
@ 2021-03-22 22:34 ` pudiva
  2021-03-22 22:52 ` pudiva
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-22 22:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From 39a0e696febfa1c13bc55cec549743f55d2ca09c Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 common/shlibs                 |  1 +
 srcpkgs/sane-airscan/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/common/shlibs b/common/shlibs
index 6815daac2265..7202876993c5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3971,3 +3971,4 @@ libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
 libspdlog.so.1 libspdlog-1.8.2_2
+libsane-airscan.so.1 sane-airscan-0.99.24_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..126cc06cbeb5
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE driver for Apple AirScan"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+make_install_args="STRIP=-s"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
  2021-03-20 13:15 ` [PR PATCH] [Updated] " pudiva
  2021-03-22 14:57 ` pudiva
@ 2021-03-22 22:28 ` pudiva
  2021-03-22 22:34 ` pudiva
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-22 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From 67af445cfeea4abb972b33c13c8df1ad10aa12c3 Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 common/shlibs                 |  1 +
 srcpkgs/sane-airscan/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/common/shlibs b/common/shlibs
index 6815daac2265..7202876993c5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3971,3 +3971,4 @@ libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
 libspdlog.so.1 libspdlog-1.8.2_2
+libsane-airscan.so.1 sane-airscan-0.99.24_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..680060becfd1
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE driver for Apple AirScan"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934
+make_install_args="STRIP=-s"

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
  2021-03-20 13:15 ` [PR PATCH] [Updated] " pudiva
@ 2021-03-22 14:57 ` pudiva
  2021-03-22 22:28 ` pudiva
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-22 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From 5de7326af52a850ac55c83e7c630a343e5d493c4 Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 common/shlibs                 |  1 +
 srcpkgs/sane-airscan/template | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/common/shlibs b/common/shlibs
index 6815daac2265..7202876993c5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3971,3 +3971,4 @@ libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
 libspdlog.so.1 libspdlog-1.8.2_2
+libsane-airscan.so.1 sane-airscan-0.99.24_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..3833dc6fd341
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,21 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE driver for Apple AirScan"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934
+
+do_install() {
+	: ${make_cmd:=make}
+	: ${make_install_target:=install}
+
+	${make_cmd} PREFIX=/usr DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
+}

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.24
  2021-03-20 13:13 [PR PATCH] " pudiva
@ 2021-03-20 13:15 ` pudiva
  2021-03-22 14:57 ` pudiva
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: pudiva @ 2021-03-20 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pudiva/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/29627

New package: sane-airscan-0.99.24
### General
- [?] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

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

From 4f19567f6f5deb4955e5885bffd99d7a6cfe615e Mon Sep 17 00:00:00 2001
From: pudiva <rogi@skylittlesystem.org>
Date: Sat, 20 Mar 2021 13:08:38 +0000
Subject: [PATCH] New package: sane-airscan-0.99.24

---
 srcpkgs/sane-airscan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/sane-airscan/template

diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 000000000000..3833dc6fd341
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,21 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.24
+revision=1
+wrksrc="sane-airscan-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="avahi-libs-devel sane-devel gnutls-devel libxml2-devel libjpeg-turbo-devel libpng-devel"
+short_desc="SANE driver for Apple AirScan"
+maintainer="pudiva <rogi@skylittlesystem.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="http://github.com/alexpevzner/sane-airscan/archive/${version}.tar.gz"
+checksum=723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934
+
+do_install() {
+	: ${make_cmd:=make}
+	: ${make_install_target:=install}
+
+	${make_cmd} PREFIX=/usr DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
+}

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

end of thread, other threads:[~2021-03-26  1:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 10:15 [PR PATCH] New package: sane-airscan-0.99.24 oynqr
2021-03-22  7:34 ` [PR PATCH] [Updated] " oynqr
2021-03-26  1:07 ` ericonr
2021-03-26  1:07 ` [PR PATCH] [Closed]: " ericonr
2021-03-20 13:13 [PR PATCH] " pudiva
2021-03-20 13:15 ` [PR PATCH] [Updated] " pudiva
2021-03-22 14:57 ` pudiva
2021-03-22 22:28 ` pudiva
2021-03-22 22:34 ` pudiva
2021-03-22 22:52 ` pudiva
2021-03-25 22:11 ` pudiva
2021-03-26  1:37 ` pudiva

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