Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: scangearmp2-3.70
@ 2020-04-01 12:45 istvan-andrasi
  2020-04-01 20:32 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: istvan-andrasi @ 2020-04-01 12:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/istvan-andrasi/void-packages master
https://github.com/void-linux/void-packages/pull/20543

New package: scangearmp2-3.70
This is the ScanGear application for Linux by Canon. I've tested it with my PIXMA TR4550.

I've created this package by copying and adjusting `cnijfilter2`.

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

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

From ee51670465446ab83763c854f6e4b4cb3d2b4c9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A1si=20Istv=C3=A1n?= <isiandrasi@gmail.com>
Date: Wed, 1 Apr 2020 14:33:13 +0200
Subject: [PATCH] New package: scangearmp2-3.70

---
 srcpkgs/scangearmp2/template | 70 ++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
 create mode 100644 srcpkgs/scangearmp2/template

diff --git a/srcpkgs/scangearmp2/template b/srcpkgs/scangearmp2/template
new file mode 100644
index 00000000000..67ee3433992
--- /dev/null
+++ b/srcpkgs/scangearmp2/template
@@ -0,0 +1,70 @@
+# Template file for 'scangearmp2'
+
+_upstreamversion="3.70-1"
+
+pkgname=scangearmp2
+version=3.70
+revision=1
+wrksrc=scangearmp2-source-${_upstreamversion}
+archs="i686 x86_64"
+repository=nonfree
+hostmakedepends="automake autoconf libtool"
+makedepends="glib-devel pkg-config gtk+-devel libusb-devel"
+depends="gtk+ libusb"
+short_desc="ScanGear MP GTK+ application for Canon PIXMA and CanoScan LiDE models"
+maintainer="Andrási István <isiandrasi@gmail.com>"
+license="custom:canon,GPL-2.0-or-later"
+homepage="https://www.canon-europe.com/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_tr_series/pixma-tr4550.html?type=drivers&driverdetailid=tcm:128-1714905"
+distfiles="http://gdlp01.c-wss.com/gds/3/0100009933/01/scangearmp2-source-${_upstreamversion}.tar.gz"
+checksum=6d5c5b72d671bf8014260b060298e66e4b1fd1e1be475b5a7dbf4f9f9fc3edbc
+nocross="This software is provided by Canon and is only available for i686 and x86_64"
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64)
+		_arch=64
+		;;
+	i686)
+		_arch=32
+		;;
+	*)
+		_arch=0
+		;;
+esac
+
+pre_fetch() {
+	if [ "${_arch}" = "0" ]
+	then
+		echo "Unsupported architecture $XBPS_TARGET_MACHINE"
+		exit 1
+	fi
+}
+
+do_configure() {
+	( cd scangearmp2 && ./autogen.sh --prefix=/usr --enable-libpath=/usr/lib LDFLAGS="-L$(pwd)/../com/libs_bin${_arch}" )	
+}
+
+do_build() {
+	( cd scangearmp2 && make clean && make )	
+}
+
+do_install() {
+	( cd scangearmp2 && make install DESTDIR=${DESTDIR} )
+    
+	vmkdir /usr/lib
+	vcopy "com/libs_bin${_arch}/lib*" /usr/lib
+
+	vmkdir /usr/lib/bjlib
+	vinstall com/ini/canon_mfp2_net.ini 644 /usr/lib/bjlib
+
+	vmkdir /usr/lib/udev/rules.d
+	vcopy "scangearmp2/etc/*.rules" /usr/lib/udev/rules.d
+
+	vlicense doc/LICENSE-scangearmp-${version}EN.txt LICENSE.txt
+}
+
+post_install() {
+	if [ -x /bin/udevadm ]; then
+		/bin/udevadm control --reload-rules 2> /dev/null
+		/bin/udevadm trigger --action=add --subsystem-match=usb 2> /dev/null
+	fi
+}

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

* Re: New package: scangearmp2-3.70
  2020-04-01 12:45 [PR PATCH] New package: scangearmp2-3.70 istvan-andrasi
@ 2020-04-01 20:32 ` Chocimier
  2020-04-01 21:31 ` istvan-andrasi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-04-01 20:32 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20543#issuecomment-607475148

Comment:
Licensing is a trap here. Is proprietary part distributable? Do packaging GPL files next to proprietary comply to GPL?

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

* Re: New package: scangearmp2-3.70
  2020-04-01 12:45 [PR PATCH] New package: scangearmp2-3.70 istvan-andrasi
  2020-04-01 20:32 ` Chocimier
@ 2020-04-01 21:31 ` istvan-andrasi
  2020-04-24  8:11 ` istvan-andrasi
  2020-04-24  8:11 ` [PR PATCH] [Closed]: " istvan-andrasi
  3 siblings, 0 replies; 5+ messages in thread
From: istvan-andrasi @ 2020-04-01 21:31 UTC (permalink / raw)
  To: ml

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

New comment by istvan-andrasi on void-packages repository

https://github.com/void-linux/void-packages/pull/20543#issuecomment-607500234

Comment:
I thought the similarity to `cnijfilter2` would mean that the same legal conditions apply. If not, then please forgive me, but I'd rather not spend time figuring this out. I created the package for myself to avoid manual installation (copy libs and files from rpm), and I thought maybe it can be useful to some else.

By the way I'm curious: is that the reason why the CI check failed?

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

* Re: New package: scangearmp2-3.70
  2020-04-01 12:45 [PR PATCH] New package: scangearmp2-3.70 istvan-andrasi
  2020-04-01 20:32 ` Chocimier
  2020-04-01 21:31 ` istvan-andrasi
@ 2020-04-24  8:11 ` istvan-andrasi
  2020-04-24  8:11 ` [PR PATCH] [Closed]: " istvan-andrasi
  3 siblings, 0 replies; 5+ messages in thread
From: istvan-andrasi @ 2020-04-24  8:11 UTC (permalink / raw)
  To: ml

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

New comment by istvan-andrasi on void-packages repository

https://github.com/void-linux/void-packages/pull/20543#issuecomment-618870885

Comment:
I'm closing this and park it on another branch in my fork.

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

* Re: [PR PATCH] [Closed]: New package: scangearmp2-3.70
  2020-04-01 12:45 [PR PATCH] New package: scangearmp2-3.70 istvan-andrasi
                   ` (2 preceding siblings ...)
  2020-04-24  8:11 ` istvan-andrasi
@ 2020-04-24  8:11 ` istvan-andrasi
  3 siblings, 0 replies; 5+ messages in thread
From: istvan-andrasi @ 2020-04-24  8:11 UTC (permalink / raw)
  To: ml

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

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

New package: scangearmp2-3.70
https://github.com/void-linux/void-packages/pull/20543

Description:
This is the ScanGear application for Linux by Canon. I've tested it with my PIXMA TR4550.

I've created this package by copying and adjusting `cnijfilter2`.

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

end of thread, other threads:[~2020-04-24  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 12:45 [PR PATCH] New package: scangearmp2-3.70 istvan-andrasi
2020-04-01 20:32 ` Chocimier
2020-04-01 21:31 ` istvan-andrasi
2020-04-24  8:11 ` istvan-andrasi
2020-04-24  8:11 ` [PR PATCH] [Closed]: " istvan-andrasi

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