* Re: calibre: update to 7.20.0.
2024-10-21 13:02 [PR PATCH] calibre: update to 7.20.0 skmpz
@ 2024-10-21 16:24 ` dataCobra
2024-10-22 7:57 ` [PR PATCH] [Updated] " skmpz
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: dataCobra @ 2024-10-21 16:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/52718#issuecomment-2427149705
Comment:
You've also got the `Unable to detect GPU vendor.` error from the test.
Might be necessary to disable this one too.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] calibre: update to 7.20.0.
2024-10-21 13:02 [PR PATCH] calibre: update to 7.20.0 skmpz
2024-10-21 16:24 ` dataCobra
@ 2024-10-22 7:57 ` skmpz
2024-10-22 8:06 ` skmpz
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2024-10-22 7:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]
There is an updated pull request by skmpz against master on the void-packages repository
https://github.com/skmpz/void-packages calibre-7.20.0
https://github.com/void-linux/void-packages/pull/52718
calibre: update to 7.20.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
Supersedes #52334
A patch file from https://github.com/void-linux/void-packages/pull/52718.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-7.20.0-52718.patch --]
[-- Type: text/x-diff, Size: 2989 bytes --]
From 4d9c21697e7e5c5002a67c56444871b494a81dc7 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Oct 2024 16:00:08 +0300
Subject: [PATCH] calibre: update to 7.20.0.
---
srcpkgs/calibre/template | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index e5b56112ea0961..cbf20db2725496 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,6 +1,6 @@
# Template file for 'calibre'
pkgname=calibre
-version=7.16.0
+version=7.20.0
revision=1
build_helper=python3
pycompile_dirs="/usr/lib/calibre/"
@@ -16,7 +16,8 @@ makedepends="libinput-devel libmagick-devel libmtp-devel libstemmer-devel
sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel
python3-pyqt6-gui python3-pyqt6-svg python3-pyqt6-widgets python3-pyqt6-network
python3-pyqt6-printsupport python3-pyqt6-webengine python3-pyqt6-webchannel
- qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel"
+ qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel
+ ffmpeg6-devel"
depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
qt6-imageformats python3-Pygments python3-pycryptodome python3-xxhash
python3-Markdown python3-Pillow python3-zeroconf python3-Pygments python3-apsw
@@ -28,7 +29,8 @@ depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
python3-pyqt6-network python3-pyqt6-dbus python3-pyqt6-opengl-widgets
python3-pyqt6-widgets python3-pyqt6-gui python3-pyqt6-declarative
python3-pyqt6-printsupport python3-pyqt6-webchannel python3-pyqt6-svg
- python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools"
+ python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools
+ python3-pyqt6-speech python3-pyqt6-multimedia"
checkdepends="${depends} libjpeg-turbo-tools jxrlib"
short_desc="Ebook management application"
maintainer="skmpz <dem.procopiou@gmail.com>"
@@ -36,7 +38,7 @@ license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=11641f6a84f03bd05d65080942bc5f8fa6fcb66b6e92f956e61168fd44a33615
+checksum=06124426c40a93f909c72726ff599bb65ad269e1503ef586181f4350c89d8082
python_version=3
lib32disabled=yes
nocross="python3 setup.py gui"
@@ -181,11 +183,15 @@ do_check() {
# unrar test fails because python3-unrardll isn't packaged
# searching test case fails (non-deterministic)
# test_dom_load case fails
+ # test_recipe_browser_webengine case fails
+ # test_piper not packaged
python3 setup.py test \
--exclude-test-name unrar \
--exclude-test-name qt \
--exclude-test-name searching \
- --exclude-test-name test_dom_load
+ --exclude-test-name test_dom_load \
+ --exclude-test-name test_recipe_browser_webengine \
+ --exclude-test-name test_piper
}
do_install() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] calibre: update to 7.20.0.
2024-10-21 13:02 [PR PATCH] calibre: update to 7.20.0 skmpz
2024-10-21 16:24 ` dataCobra
2024-10-22 7:57 ` [PR PATCH] [Updated] " skmpz
@ 2024-10-22 8:06 ` skmpz
2024-10-22 8:07 ` skmpz
2024-11-01 1:55 ` [PR PATCH] [Merged]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2024-10-22 8:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]
There is an updated pull request by skmpz against master on the void-packages repository
https://github.com/skmpz/void-packages calibre-7.20.0
https://github.com/void-linux/void-packages/pull/52718
calibre: update to 7.20.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
Supersedes #52334
A patch file from https://github.com/void-linux/void-packages/pull/52718.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-7.20.0-52718.patch --]
[-- Type: text/x-diff, Size: 2989 bytes --]
From ae216829b363aad164fa5132bcb7604cdce79234 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Oct 2024 16:00:08 +0300
Subject: [PATCH] calibre: update to 7.20.0.
---
srcpkgs/calibre/template | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index e5b56112ea0961..cbf20db2725496 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,6 +1,6 @@
# Template file for 'calibre'
pkgname=calibre
-version=7.16.0
+version=7.20.0
revision=1
build_helper=python3
pycompile_dirs="/usr/lib/calibre/"
@@ -16,7 +16,8 @@ makedepends="libinput-devel libmagick-devel libmtp-devel libstemmer-devel
sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel
python3-pyqt6-gui python3-pyqt6-svg python3-pyqt6-widgets python3-pyqt6-network
python3-pyqt6-printsupport python3-pyqt6-webengine python3-pyqt6-webchannel
- qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel"
+ qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel
+ ffmpeg6-devel"
depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
qt6-imageformats python3-Pygments python3-pycryptodome python3-xxhash
python3-Markdown python3-Pillow python3-zeroconf python3-Pygments python3-apsw
@@ -28,7 +29,8 @@ depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
python3-pyqt6-network python3-pyqt6-dbus python3-pyqt6-opengl-widgets
python3-pyqt6-widgets python3-pyqt6-gui python3-pyqt6-declarative
python3-pyqt6-printsupport python3-pyqt6-webchannel python3-pyqt6-svg
- python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools"
+ python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools
+ python3-pyqt6-speech python3-pyqt6-multimedia"
checkdepends="${depends} libjpeg-turbo-tools jxrlib"
short_desc="Ebook management application"
maintainer="skmpz <dem.procopiou@gmail.com>"
@@ -36,7 +38,7 @@ license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=11641f6a84f03bd05d65080942bc5f8fa6fcb66b6e92f956e61168fd44a33615
+checksum=06124426c40a93f909c72726ff599bb65ad269e1503ef586181f4350c89d8082
python_version=3
lib32disabled=yes
nocross="python3 setup.py gui"
@@ -181,11 +183,15 @@ do_check() {
# unrar test fails because python3-unrardll isn't packaged
# searching test case fails (non-deterministic)
# test_dom_load case fails
+ # test_recipe_browser_webengine case fails
+ # test_piper not packaged
python3 setup.py test \
--exclude-test-name unrar \
--exclude-test-name qt \
--exclude-test-name searching \
- --exclude-test-name test_dom_load
+ --exclude-test-name test_dom_load \
+ --exclude-test-name test_recipe_browser_webengine \
+ --exclude-test-name test_piper
}
do_install() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] calibre: update to 7.20.0.
2024-10-21 13:02 [PR PATCH] calibre: update to 7.20.0 skmpz
` (2 preceding siblings ...)
2024-10-22 8:06 ` skmpz
@ 2024-10-22 8:07 ` skmpz
2024-11-01 1:55 ` [PR PATCH] [Merged]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2024-10-22 8:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]
There is an updated pull request by skmpz against master on the void-packages repository
https://github.com/skmpz/void-packages calibre-7.20.0
https://github.com/void-linux/void-packages/pull/52718
calibre: update to 7.20.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
Supersedes #52334
A patch file from https://github.com/void-linux/void-packages/pull/52718.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-7.20.0-52718.patch --]
[-- Type: text/x-diff, Size: 2995 bytes --]
From 66f8afe34bfbf084fd26cd402ba8151ecebab0a0 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Oct 2024 16:00:08 +0300
Subject: [PATCH] calibre: update to 7.20.0.
---
srcpkgs/calibre/template | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index e5b56112ea0961..13d40a2bda6d51 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,6 +1,6 @@
# Template file for 'calibre'
pkgname=calibre
-version=7.16.0
+version=7.20.0
revision=1
build_helper=python3
pycompile_dirs="/usr/lib/calibre/"
@@ -16,7 +16,8 @@ makedepends="libinput-devel libmagick-devel libmtp-devel libstemmer-devel
sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel
python3-pyqt6-gui python3-pyqt6-svg python3-pyqt6-widgets python3-pyqt6-network
python3-pyqt6-printsupport python3-pyqt6-webengine python3-pyqt6-webchannel
- qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel"
+ qt6-base-private-devel python3-pyqt6-bindings python3-pyqt6-webengine-devel
+ ffmpeg6-devel"
depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
qt6-imageformats python3-Pygments python3-pycryptodome python3-xxhash
python3-Markdown python3-Pillow python3-zeroconf python3-Pygments python3-apsw
@@ -28,7 +29,8 @@ depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
python3-pyqt6-network python3-pyqt6-dbus python3-pyqt6-opengl-widgets
python3-pyqt6-widgets python3-pyqt6-gui python3-pyqt6-declarative
python3-pyqt6-printsupport python3-pyqt6-webchannel python3-pyqt6-svg
- python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools"
+ python3-pyqt6-pdf python3-pyqt6-webengine python3-fonttools
+ python3-pyqt6-speech python3-pyqt6-multimedia"
checkdepends="${depends} libjpeg-turbo-tools jxrlib"
short_desc="Ebook management application"
maintainer="skmpz <dem.procopiou@gmail.com>"
@@ -36,7 +38,7 @@ license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=11641f6a84f03bd05d65080942bc5f8fa6fcb66b6e92f956e61168fd44a33615
+checksum=06124426c40a93f909c72726ff599bb65ad269e1503ef586181f4350c89d8082
python_version=3
lib32disabled=yes
nocross="python3 setup.py gui"
@@ -181,11 +183,15 @@ do_check() {
# unrar test fails because python3-unrardll isn't packaged
# searching test case fails (non-deterministic)
# test_dom_load case fails
+ # test_recipe_browser_webengine case fails on ci
+ # test_piper not packaged
python3 setup.py test \
--exclude-test-name unrar \
--exclude-test-name qt \
--exclude-test-name searching \
- --exclude-test-name test_dom_load
+ --exclude-test-name test_dom_load \
+ --exclude-test-name test_recipe_browser_webengine \
+ --exclude-test-name test_piper
}
do_install() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: calibre: update to 7.20.0.
2024-10-21 13:02 [PR PATCH] calibre: update to 7.20.0 skmpz
` (3 preceding siblings ...)
2024-10-22 8:07 ` skmpz
@ 2024-11-01 1:55 ` classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-11-01 1:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]
There's a merged pull request on the void-packages repository
calibre: update to 7.20.0.
https://github.com/void-linux/void-packages/pull/52718
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
Supersedes #52334
^ permalink raw reply [flat|nested] 6+ messages in thread