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

[-- Attachment #1: Type: text/plain, Size: 1588 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/30102

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)
- [ ] 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/30102.patch is attached

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

From 30394d07505d699deae0c08de64a5f20605293f3 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Fri, 9 Apr 2021 05:02:00 +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] 8+ messages in thread

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
@ 2021-04-09  3:05 ` Veganizer
  2021-04-09  3:07 ` Veganizer
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
  2021-04-09  3:05 ` Veganizer
@ 2021-04-09  3:07 ` Veganizer
  2021-04-09 10:09 ` Veganizer
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
  2021-04-09  3:05 ` Veganizer
  2021-04-09  3:07 ` Veganizer
@ 2021-04-09 10:09 ` Veganizer
  2021-04-09 17:00 ` [PR PATCH] [Updated] " Chocimier
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

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

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

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

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)
- [ ] 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/30102.patch is attached

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

From 70fd5d4cea68a1845a15c436cb0055c75c91369a Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Fri, 9 Apr 2021 05:02:00 +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..7117f14e87a9
--- /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="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] 8+ messages in thread

* Re: New package: Converseen-0.9.9.0.
  2021-04-09  3:04 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
                   ` (3 preceding siblings ...)
  2021-04-09 17:00 ` [PR PATCH] [Updated] " Chocimier
@ 2021-04-09 17:06 ` Chocimier
  2021-04-09 17:06 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

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

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

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

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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

* [PR PATCH] New package: Converseen-0.9.9.0.
@ 2021-04-04  6:05 Veganizer
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  3:04 [PR PATCH] New package: Converseen-0.9.9.0 Veganizer
2021-04-09  3:05 ` Veganizer
2021-04-09  3:07 ` Veganizer
2021-04-09 10:09 ` Veganizer
2021-04-09 17:00 ` [PR PATCH] [Updated] " Chocimier
2021-04-09 17:06 ` Chocimier
2021-04-09 17:06 ` [PR PATCH] [Merged]: " Chocimier
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04  6:05 [PR PATCH] " Veganizer

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