Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tkimg-1.4.13
@ 2021-03-02 21:32 curiousgay
  2021-03-02 21:50 ` [PR PATCH] [Updated] " curiousgay
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: curiousgay @ 2021-03-02 21:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tkimg
https://github.com/void-linux/void-packages/pull/29184

New package: tkimg-1.4.13
I need it for saving images in my program for painting.

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

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

From b7abbf9acf9e0d3ba36823b766650d76a596f5e6 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Tue, 2 Mar 2021 23:31:07 +0200
Subject: [PATCH] New package: tkimg-1.4.13

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

diff --git a/srcpkgs/tkimg/template b/srcpkgs/tkimg/template
new file mode 100644
index 00000000000..3b240c3b2cf
--- /dev/null
+++ b/srcpkgs/tkimg/template
@@ -0,0 +1,20 @@
+# Template file for 'tkimg'
+pkgname=tkimg
+version=1.4.13
+revision=1
+wrksrc=Img-${version}
+build_style=gnu-configure
+configure_args="--enable-64bit --enable-threads"
+hostmakedepends="tcllib"
+makedepends="tk-devel libfreeglut-devel libjpeg-turbo-devel libpng-devel tiff-devel zlib-devel"
+short_desc="Image extension for Tcl/Tk"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://wiki.tcl-lang.org/page/Img"
+distfiles="${SOURCEFORGE_SITE}/tkimg/${version:0:3}/Img-${version}-Source.tar.gz"
+checksum=f0868c1cad9752dcf1234f81f00c417d34a11c0f0dd499ba469df29f1c40d163
+
+do_install() {
+	make INSTALL_ROOT=${DESTDIR} install
+	vlicense ./license.terms LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
@ 2021-03-02 21:50 ` curiousgay
  2021-03-02 22:01 ` curiousgay
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-02 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tkimg
https://github.com/void-linux/void-packages/pull/29184

New package: tkimg-1.4.13
I need it for saving images in my program for painting.

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

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

From f0b51d96536aaec28b928eecc612b0cdd7433f1e Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Tue, 2 Mar 2021 23:31:07 +0200
Subject: [PATCH] New package: tkimg-1.4.13

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

diff --git a/srcpkgs/tkimg/template b/srcpkgs/tkimg/template
new file mode 100644
index 00000000000..057da7363f4
--- /dev/null
+++ b/srcpkgs/tkimg/template
@@ -0,0 +1,20 @@
+# Template file for 'tkimg'
+pkgname=tkimg
+version=1.4.13
+revision=1
+wrksrc=Img-${version}
+build_style=gnu-configure
+configure_args="--enable-64bit --enable-threads --with-tcl=${XBPS_CROSS_BASE}/lib"
+hostmakedepends="tcllib"
+makedepends="tk-devel libfreeglut-devel libjpeg-turbo-devel libpng-devel tiff-devel zlib-devel"
+short_desc="Image extension for Tcl/Tk"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://wiki.tcl-lang.org/page/Img"
+distfiles="${SOURCEFORGE_SITE}/tkimg/${version:0:3}/Img-${version}-Source.tar.gz"
+checksum=f0868c1cad9752dcf1234f81f00c417d34a11c0f0dd499ba469df29f1c40d163
+
+do_install() {
+	make INSTALL_ROOT=${DESTDIR} install
+	vlicense ./license.terms LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
  2021-03-02 21:50 ` [PR PATCH] [Updated] " curiousgay
@ 2021-03-02 22:01 ` curiousgay
  2021-03-02 22:10 ` curiousgay
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-02 22:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tkimg
https://github.com/void-linux/void-packages/pull/29184

New package: tkimg-1.4.13
I need it for saving images in my program for painting.

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

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

From ba61926e353baed006a842880b315eed2fc552c6 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Tue, 2 Mar 2021 23:31:07 +0200
Subject: [PATCH] New package: tkimg-1.4.13

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

diff --git a/srcpkgs/tkimg/template b/srcpkgs/tkimg/template
new file mode 100644
index 00000000000..8f7658aec3b
--- /dev/null
+++ b/srcpkgs/tkimg/template
@@ -0,0 +1,20 @@
+# Template file for 'tkimg'
+pkgname=tkimg
+version=1.4.13
+revision=1
+wrksrc=Img-${version}
+build_style=gnu-configure
+configure_args="--enable-64bit --enable-threads --with-tcl=${XBPS_CROSS_BASE}/lib --with-tk=${XBPS_CROSS_BASE}/lib"
+hostmakedepends="tcllib"
+makedepends="tk-devel libfreeglut-devel libjpeg-turbo-devel libpng-devel tiff-devel zlib-devel"
+short_desc="Image extension for Tcl/Tk"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://wiki.tcl-lang.org/page/Img"
+distfiles="${SOURCEFORGE_SITE}/tkimg/${version:0:3}/Img-${version}-Source.tar.gz"
+checksum=f0868c1cad9752dcf1234f81f00c417d34a11c0f0dd499ba469df29f1c40d163
+
+do_install() {
+	make INSTALL_ROOT=${DESTDIR} install
+	vlicense ./license.terms LICENSE
+}

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

* Re: New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
  2021-03-02 21:50 ` [PR PATCH] [Updated] " curiousgay
  2021-03-02 22:01 ` curiousgay
@ 2021-03-02 22:10 ` curiousgay
  2021-03-03  5:31 ` fosslinux
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-02 22:10 UTC (permalink / raw)
  To: ml

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

New comment by curiousgay on void-packages repository

https://github.com/void-linux/void-packages/pull/29184#issuecomment-789256197

Comment:
bah, there is nothing I can do about tkimg requiring to execute binary file that was cross-compiled to different arch

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

* Re: New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
                   ` (2 preceding siblings ...)
  2021-03-02 22:10 ` curiousgay
@ 2021-03-03  5:31 ` fosslinux
  2021-03-03 10:39 ` [PR PATCH] [Updated] " curiousgay
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fosslinux @ 2021-03-03  5:31 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/29184#issuecomment-789444892

Comment:
Well then you need to add nocross.

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

* Re: [PR PATCH] [Updated] New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
                   ` (3 preceding siblings ...)
  2021-03-03  5:31 ` fosslinux
@ 2021-03-03 10:39 ` curiousgay
  2022-05-05  2:09 ` github-actions
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: curiousgay @ 2021-03-03 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/curiousgay/void-packages tkimg
https://github.com/void-linux/void-packages/pull/29184

New package: tkimg-1.4.13
I need it for saving images in my program for painting.

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

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

From 977395b6c3a33a3f76be3e6a422c8d5b1e4069a8 Mon Sep 17 00:00:00 2001
From: Leonid Bobrov <curiousbeaver@disroot.org>
Date: Tue, 2 Mar 2021 23:31:07 +0200
Subject: [PATCH] New package: tkimg-1.4.13

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

diff --git a/srcpkgs/tkimg/template b/srcpkgs/tkimg/template
new file mode 100644
index 00000000000..3c714cd8749
--- /dev/null
+++ b/srcpkgs/tkimg/template
@@ -0,0 +1,21 @@
+# Template file for 'tkimg'
+pkgname=tkimg
+version=1.4.13
+revision=1
+wrksrc=Img-${version}
+build_style=gnu-configure
+configure_args="--enable-64bit --enable-threads"
+hostmakedepends="tcllib"
+makedepends="tk-devel libfreeglut-devel libjpeg-turbo-devel libpng-devel tiff-devel zlib-devel"
+short_desc="Image extension for Tcl/Tk"
+maintainer="Leonid Bobrov <curiousbeaver@disroot.org>"
+license="TCL"
+homepage="https://wiki.tcl-lang.org/page/Img"
+distfiles="${SOURCEFORGE_SITE}/tkimg/${version:0:3}/Img-${version}-Source.tar.gz"
+checksum=f0868c1cad9752dcf1234f81f00c417d34a11c0f0dd499ba469df29f1c40d163
+nocross="tries to execute target binaries during build"
+
+do_install() {
+	make INSTALL_ROOT=${DESTDIR} install
+	vlicense ./license.terms LICENSE
+}

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

* Re: New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
                   ` (4 preceding siblings ...)
  2021-03-03 10:39 ` [PR PATCH] [Updated] " curiousgay
@ 2022-05-05  2:09 ` github-actions
  2022-05-18 20:00 ` Chocimier
  2022-05-18 20:00 ` [PR PATCH] [Closed]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-05-05  2:09 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/29184#issuecomment-1118098378

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
                   ` (5 preceding siblings ...)
  2022-05-05  2:09 ` github-actions
@ 2022-05-18 20:00 ` Chocimier
  2022-05-18 20:00 ` [PR PATCH] [Closed]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2022-05-18 20:00 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29184#issuecomment-1130480080

Comment:
Closing as author is gone. Anybody can submit again.

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

* Re: [PR PATCH] [Closed]: New package: tkimg-1.4.13
  2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
                   ` (6 preceding siblings ...)
  2022-05-18 20:00 ` Chocimier
@ 2022-05-18 20:00 ` Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2022-05-18 20:00 UTC (permalink / raw)
  To: ml

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

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

New package: tkimg-1.4.13
https://github.com/void-linux/void-packages/pull/29184

Description:
I need it for saving images in my program for painting.

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

end of thread, other threads:[~2022-05-18 20:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 21:32 [PR PATCH] New package: tkimg-1.4.13 curiousgay
2021-03-02 21:50 ` [PR PATCH] [Updated] " curiousgay
2021-03-02 22:01 ` curiousgay
2021-03-02 22:10 ` curiousgay
2021-03-03  5:31 ` fosslinux
2021-03-03 10:39 ` [PR PATCH] [Updated] " curiousgay
2022-05-05  2:09 ` github-actions
2022-05-18 20:00 ` Chocimier
2022-05-18 20:00 ` [PR PATCH] [Closed]: " Chocimier

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