Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calibre: update to 7.20.0.
@ 2024-10-21 13:02 skmpz
  2024-10-21 16:24 ` dataCobra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: skmpz @ 2024-10-21 13:02 UTC (permalink / raw)
  To: ml

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

There is a new 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
-->


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: 2886 bytes --]

From e0f9277429a650065eae68bf1f36825bfd88bc90 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 | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index e5b56112ea0961..3da03f2053d183 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,13 @@ do_check() {
 	# unrar test fails because python3-unrardll isn't packaged
 	# searching test case fails (non-deterministic)
 	# test_dom_load 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_piper
 }
 
 do_install() {

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

end of thread, other threads:[~2024-11-01  1:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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