Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: Converseen-0.9.9.0.
@ 2021-04-04  6:05 Veganizer
  2021-04-06 18:35 ` Chocimier
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Veganizer @ 2021-04-04  6:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Veganizer/void-packages Converseen
https://github.com/void-linux/void-packages/pull/29987

New package: Converseen-0.9.9.0.
<!-- 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?
- [ ] 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

<!--
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.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] 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/29987.patch is attached

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

From c6a238c11d411f8cfd10a54bb5f9882e788248d2 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Sun, 4 Apr 2021 08:04:56 +0200
Subject: [PATCH] New package: Converseen-0.9.9.0.

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

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 000000000000..8ec704953002
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,14 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.9.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="qt5-devel qt5-tools-devel libmagick-devel ImageMagick"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Faster3ck/Converseen"
+distfiles="https://github.com/Faster3ck/Converseen/archive/refs/tags/v${version}.tar.gz"
+checksum=627f2578dd0ec6629118bb781d7a876b41e9319641f711bd18cb9c2221b3ac38

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

* Re: New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
@ 2021-04-06 18:35 ` Chocimier
  2021-04-07 10:49 ` [PR PATCH] [Updated] " Veganizer
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-04-06 18:35 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29987#issuecomment-814350566

Comment:
Please follow comments from previous PR.

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

* Re: [PR PATCH] [Updated] New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
  2021-04-06 18:35 ` Chocimier
@ 2021-04-07 10:49 ` Veganizer
  2021-04-07 10:51 ` Veganizer
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-07 10:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Veganizer/void-packages Converseen
https://github.com/void-linux/void-packages/pull/29987

New package: Converseen-0.9.9.0.
<!-- 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?
- [ ] 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

<!--
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.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] 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/29987.patch is attached

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

From c6a238c11d411f8cfd10a54bb5f9882e788248d2 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Sun, 4 Apr 2021 08:04:56 +0200
Subject: [PATCH] New package: Converseen-0.9.9.0.

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

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 000000000000..8ec704953002
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,14 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.9.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="qt5-devel qt5-tools-devel libmagick-devel ImageMagick"
+depends="qt5 ImageMagick ghostscript libheif libraw librsvg libwebp libwmf openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Faster3ck/Converseen"
+distfiles="https://github.com/Faster3ck/Converseen/archive/refs/tags/v${version}.tar.gz"
+checksum=627f2578dd0ec6629118bb781d7a876b41e9319641f711bd18cb9c2221b3ac38

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

* Re: New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
  2021-04-06 18:35 ` Chocimier
  2021-04-07 10:49 ` [PR PATCH] [Updated] " Veganizer
@ 2021-04-07 10:51 ` Veganizer
  2021-04-08 20:29 ` Chocimier
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-07 10:51 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/29987#issuecomment-814813367

Comment:
> Please follow comments from previous PR.

Done it. Sorry was a copy paste fail :-)
Do you want to maintenance the package? I tought you are inactive because the PR is old.


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

* Re: New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
                   ` (2 preceding siblings ...)
  2021-04-07 10:51 ` Veganizer
@ 2021-04-08 20:29 ` Chocimier
  2021-04-09  2:53 ` [PR PATCH] [Closed]: " Veganizer
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-04-08 20:29 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29987#issuecomment-816160879

Comment:
I did not created other PR, just reviewed. You can maintain.

ImageMagick is not required, only libmagick, and that is detected.

(I dislike how it phones home on every run, but at least one can disable that.)

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

* Re: [PR PATCH] [Closed]: New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
                   ` (3 preceding siblings ...)
  2021-04-08 20:29 ` Chocimier
@ 2021-04-09  2:53 ` Veganizer
  2021-04-09  2:53 ` [PR PATCH] [Updated] " Veganizer
  2021-04-09  2:53 ` Veganizer
  6 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-09  2:53 UTC (permalink / raw)
  To: ml

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

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

New package: Converseen-0.9.9.0.
https://github.com/void-linux/void-packages/pull/29987

Description:
<!-- 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?
- [ ] 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

<!--
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.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

* Re: [PR PATCH] [Updated] New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
                   ` (4 preceding siblings ...)
  2021-04-09  2:53 ` [PR PATCH] [Closed]: " Veganizer
@ 2021-04-09  2:53 ` Veganizer
  2021-04-09  2:53 ` Veganizer
  6 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-09  2:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Veganizer/void-packages Converseen
https://github.com/void-linux/void-packages/pull/29987

New package: Converseen-0.9.9.0.
<!-- 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?
- [ ] 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

<!--
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.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] 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/29987.patch is attached

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

From 096b135ff8db25c6f7fbfa2c6e86cf09436997ed Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Sun, 4 Apr 2021 08:04:56 +0200
Subject: [PATCH] New package: Converseen-0.9.9.0.

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

diff --git a/srcpkgs/Converseen/template b/srcpkgs/Converseen/template
new file mode 100644
index 000000000000..7108f804b345
--- /dev/null
+++ b/srcpkgs/Converseen/template
@@ -0,0 +1,14 @@
+# Template file for 'Converseen'
+pkgname=Converseen
+version=0.9.9.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="qt5-devel qt5-tools-devel libmagick-devel ImageMagick"
+depends="libmagick ghostscript openexr hicolor-icon-theme"
+short_desc="Free batch image processor"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Faster3ck/Converseen"
+distfiles="https://github.com/Faster3ck/Converseen/archive/refs/tags/v${version}.tar.gz"
+checksum=627f2578dd0ec6629118bb781d7a876b41e9319641f711bd18cb9c2221b3ac38

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

* Re: New package: Converseen-0.9.9.0.
  2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
                   ` (5 preceding siblings ...)
  2021-04-09  2:53 ` [PR PATCH] [Updated] " Veganizer
@ 2021-04-09  2:53 ` Veganizer
  6 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-09  2:53 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/29987#issuecomment-816364459

Comment:
```bash
Could NOT find ImageMagick (missing: ImageMagick_mogrify_EXECUTABLE)
```
During compiling process, so ImageMagick is needed as makedependency. But I removed it as a dependency and used libmagick instead.



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

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] " Veganizer
                   ` (2 preceding siblings ...)
  2021-04-09 10:09 ` Veganizer
@ 2021-04-09 17:06 ` Chocimier
  3 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2021-04-09 17:06 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/30102#issuecomment-816824903

Comment:
> ImageMagick is needed as makedependency

Right, I didn't check this.

Look, libmagick is [detected](https://github.com/void-linux/void-packages/pull/30102/checks?check_run_id=2302592392#step:8:343), no need to  write it in template.

> Should I try to patch out "the call to home"?

We do not patch generally so I merge as is, but proposing to upstream a build-time option to disable it or make not checking a default would be cool.

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

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] " Veganizer
  2021-04-09  3:05 ` Veganizer
  2021-04-09  3:07 ` Veganizer
@ 2021-04-09 10:09 ` Veganizer
  2021-04-09 17:06 ` Chocimier
  3 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-09 10:09 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/30102#issuecomment-816368226

Comment:
Have done a mistake with git ... that is why https://github.com/void-linux/void-packages/pull/29987 was automatically closed. I had to recreate the branch and can't open the PR again pitely... @Chocimier

By the way: During compiling process, so ImageMagick is needed as makedependency. But I removed it as a dependency and used libmagick instead.

Edit2: Should I try to patch out "the call to home"?

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

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] " Veganizer
  2021-04-09  3:05 ` Veganizer
@ 2021-04-09  3:07 ` Veganizer
  2021-04-09 10:09 ` Veganizer
  2021-04-09 17:06 ` Chocimier
  3 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-09  3:07 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/30102#issuecomment-816368226

Comment:
Have done a mistake with git ... that is why https://github.com/void-linux/void-packages/pull/29987 was automatically closed. I had to recreate the branch and can't open the PR again pitely... @Chocimier

By the way: During compiling process, so ImageMagick is needed as makedependency. But I removed it as a dependency and used libmagick instead.

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

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] " Veganizer
@ 2021-04-09  3:05 ` Veganizer
  2021-04-09  3:07 ` Veganizer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: Veganizer @ 2021-04-09  3:05 UTC (permalink / raw)
  To: ml

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

New comment by Veganizer on void-packages repository

https://github.com/void-linux/void-packages/pull/30102#issuecomment-816368226

Comment:
Have done a mistake with git ... that is why https://github.com/void-linux/void-packages/pull/29987 was automatically closed. I had to recreate the branch and can't open the PR again pitely... @Chocimier

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

end of thread, other threads:[~2021-04-09 17:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04  6:05 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
2021-04-06 18:35 ` Chocimier
2021-04-07 10:49 ` [PR PATCH] [Updated] " Veganizer
2021-04-07 10:51 ` Veganizer
2021-04-08 20:29 ` Chocimier
2021-04-09  2:53 ` [PR PATCH] [Closed]: " Veganizer
2021-04-09  2:53 ` [PR PATCH] [Updated] " Veganizer
2021-04-09  2:53 ` Veganizer
2021-04-09  3:04 [PR PATCH] " Veganizer
2021-04-09  3:05 ` Veganizer
2021-04-09  3:07 ` Veganizer
2021-04-09 10:09 ` Veganizer
2021-04-09 17:06 ` 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).