Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sane-airscan-0.99.22
@ 2020-12-26 16:21 tsung-ju
  2020-12-26 16:30 ` [PR PATCH] [Updated] " tsung-ju
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tsung-ju @ 2020-12-26 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsung-ju/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/27448

New package: sane-airscan-0.99.22
SANE backend for driverless scanning
https://github.com/alexpevzner/sane-airscan

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

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

From fc7d1957f2208edd8b9b2cdf61f587eae0420583 Mon Sep 17 00:00:00 2001
From: Tsung-Ju Chiang <71379180+tsung-ju@users.noreply.github.com>
Date: Sun, 27 Dec 2020 00:16:32 +0800
Subject: [PATCH] New package: sane-airscan-0.99.22

---
 srcpkgs/sane-airscan/template | 14 ++++++++++++++
 1 file changed, 14 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 00000000000..bbf3aaa9ded
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,14 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.22
+revision=1
+build_style=gnu-makefile
+make_install_args="STRIP=-s PREFIX="
+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="Tsung-Ju Chiang <tsungju+void@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="https://github.com/alexpevzner/${pkgname}/archive/${version}.tar.gz"
+checksum=a84d073bbdf61ef3d0fea69d60156e1c5bdb89a3fdf60a129daef31408f2f762

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
@ 2020-12-26 16:30 ` tsung-ju
  2020-12-26 16:36 ` tsung-ju
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tsung-ju @ 2020-12-26 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsung-ju/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/27448

New package: sane-airscan-0.99.22
SANE backend for driverless scanning
https://github.com/alexpevzner/sane-airscan

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

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

From 002532f19a8e94fdea69520a2891539ab94721c0 Mon Sep 17 00:00:00 2001
From: Tsung-Ju Chiang <71379180+tsung-ju@users.noreply.github.com>
Date: Sun, 27 Dec 2020 00:16:32 +0800
Subject: [PATCH] New package: sane-airscan-0.99.22

---
 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 00000000000..b8cf4bd2aaa
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.22
+revision=1
+build_style=gnu-makefile
+make_build_args="PKG_CONFIG=pkg-config"
+make_install_args="STRIP=-s PREFIX="
+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="Tsung-Ju Chiang <tsungju+void@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="https://github.com/alexpevzner/${pkgname}/archive/${version}.tar.gz"
+checksum=a84d073bbdf61ef3d0fea69d60156e1c5bdb89a3fdf60a129daef31408f2f762

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
  2020-12-26 16:30 ` [PR PATCH] [Updated] " tsung-ju
@ 2020-12-26 16:36 ` tsung-ju
  2020-12-26 17:03 ` tsung-ju
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tsung-ju @ 2020-12-26 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsung-ju/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/27448

New package: sane-airscan-0.99.22
SANE backend for driverless scanning
https://github.com/alexpevzner/sane-airscan

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

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

From 959095b0461a3193b944d16659711ff09e827474 Mon Sep 17 00:00:00 2001
From: Tsung-Ju Chiang <71379180+tsung-ju@users.noreply.github.com>
Date: Sun, 27 Dec 2020 00:16:32 +0800
Subject: [PATCH] New package: sane-airscan-0.99.22

---
 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 00000000000..b8cf4bd2aaa
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,15 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.22
+revision=1
+build_style=gnu-makefile
+make_build_args="PKG_CONFIG=pkg-config"
+make_install_args="STRIP=-s PREFIX="
+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="Tsung-Ju Chiang <tsungju+void@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="https://github.com/alexpevzner/${pkgname}/archive/${version}.tar.gz"
+checksum=a84d073bbdf61ef3d0fea69d60156e1c5bdb89a3fdf60a129daef31408f2f762

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

* Re: [PR PATCH] [Updated] New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
  2020-12-26 16:30 ` [PR PATCH] [Updated] " tsung-ju
  2020-12-26 16:36 ` tsung-ju
@ 2020-12-26 17:03 ` tsung-ju
  2021-01-04  1:36 ` [PR PATCH] [Closed]: " tsung-ju
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tsung-ju @ 2020-12-26 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsung-ju/void-packages sane-airscan
https://github.com/void-linux/void-packages/pull/27448

New package: sane-airscan-0.99.22
SANE backend for driverless scanning
https://github.com/alexpevzner/sane-airscan

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

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

From ab186d38f5939de783ed868e907421c43745711c Mon Sep 17 00:00:00 2001
From: Tsung-Ju Chiang <71379180+tsung-ju@users.noreply.github.com>
Date: Sun, 27 Dec 2020 00:16:32 +0800
Subject: [PATCH] New package: sane-airscan-0.99.22

---
 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 24e2df09f9d..4fdcd4ada08 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libsane-airscan.so.1 sane-airscan-0.99.22_1
diff --git a/srcpkgs/sane-airscan/template b/srcpkgs/sane-airscan/template
new file mode 100644
index 00000000000..f391ee65747
--- /dev/null
+++ b/srcpkgs/sane-airscan/template
@@ -0,0 +1,13 @@
+# Template file for 'sane-airscan'
+pkgname=sane-airscan
+version=0.99.22
+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="Tsung-Ju Chiang <tsungju+void@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alexpevzner/sane-airscan"
+distfiles="https://github.com/alexpevzner/${pkgname}/archive/${version}.tar.gz"
+checksum=a84d073bbdf61ef3d0fea69d60156e1c5bdb89a3fdf60a129daef31408f2f762

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

* Re: [PR PATCH] [Closed]: New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
                   ` (2 preceding siblings ...)
  2020-12-26 17:03 ` tsung-ju
@ 2021-01-04  1:36 ` tsung-ju
  2021-01-07  5:45 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tsung-ju @ 2021-01-04  1:36 UTC (permalink / raw)
  To: ml

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

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

New package: sane-airscan-0.99.22
https://github.com/void-linux/void-packages/pull/27448

Description:
SANE backend for driverless scanning
https://github.com/alexpevzner/sane-airscan

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

* Re: New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
                   ` (3 preceding siblings ...)
  2021-01-04  1:36 ` [PR PATCH] [Closed]: " tsung-ju
@ 2021-01-07  5:45 ` ericonr
  2021-01-07  6:04 ` ray851107
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-01-07  5:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27448#issuecomment-755899139

Comment:
Did you close the PR for some specific reason?

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

* Re: New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
                   ` (4 preceding siblings ...)
  2021-01-07  5:45 ` ericonr
@ 2021-01-07  6:04 ` ray851107
  2021-01-07  6:05 ` ray851107
  2021-01-07  6:07 ` tsung-ju
  7 siblings, 0 replies; 9+ messages in thread
From: ray851107 @ 2021-01-07  6:04 UTC (permalink / raw)
  To: ml

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

New comment by ray851107 on void-packages repository

https://github.com/void-linux/void-packages/pull/27448#issuecomment-755906284

Comment:
@ericonr It worked pretty well with my Brother scanner. It's just that I migrated to other OSes and am no longer interested in maintaining it.

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

* Re: New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
                   ` (5 preceding siblings ...)
  2021-01-07  6:04 ` ray851107
@ 2021-01-07  6:05 ` ray851107
  2021-01-07  6:07 ` tsung-ju
  7 siblings, 0 replies; 9+ messages in thread
From: ray851107 @ 2021-01-07  6:05 UTC (permalink / raw)
  To: ml

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

New comment by ray851107 on void-packages repository

https://github.com/void-linux/void-packages/pull/27448#issuecomment-755906284

Comment:
@ericonr It worked pretty well with my Brother scanner. It's just that I migrated to other OSes and am no longer interested in maintaining it.

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

* Re: New package: sane-airscan-0.99.22
  2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
                   ` (6 preceding siblings ...)
  2021-01-07  6:05 ` ray851107
@ 2021-01-07  6:07 ` tsung-ju
  7 siblings, 0 replies; 9+ messages in thread
From: tsung-ju @ 2021-01-07  6:07 UTC (permalink / raw)
  To: ml

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

New comment by tsung-ju on void-packages repository

https://github.com/void-linux/void-packages/pull/27448#issuecomment-755907452

Comment:
@ericonr It worked pretty well with my Brother scanner. It's just that I migrated to other OSes and am no longer interested in maintaining it.

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

end of thread, other threads:[~2021-01-07  6:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26 16:21 [PR PATCH] New package: sane-airscan-0.99.22 tsung-ju
2020-12-26 16:30 ` [PR PATCH] [Updated] " tsung-ju
2020-12-26 16:36 ` tsung-ju
2020-12-26 17:03 ` tsung-ju
2021-01-04  1:36 ` [PR PATCH] [Closed]: " tsung-ju
2021-01-07  5:45 ` ericonr
2021-01-07  6:04 ` ray851107
2021-01-07  6:05 ` ray851107
2021-01-07  6:07 ` tsung-ju

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