From 46474917b201c439964aa9ba0fc10a5e1df49459 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Sun, 8 Jan 2023 16:10:05 -0600 Subject: [PATCH 1/3] OpenLP: update to 3.0.0 --- srcpkgs/OpenLP/template | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template index 7062545f0f16..d464bfb8a966 100644 --- a/srcpkgs/OpenLP/template +++ b/srcpkgs/OpenLP/template @@ -1,9 +1,16 @@ # Template file for 'OpenLP' pkgname=OpenLP -version=2.9.5 -revision=2 +version=3.0.0 +revision=1 create_wrksrc=yes build_style=python3-module +make_check_args="--deselect tests/openlp_core/common/test_init.py::test_extension_loader_import_error + --deselect tests/openlp_core/common/test_init.py::test_extension_loader_os_error + --deselect tests/openlp_core/lib/test_serviceitem.py::test_to_dict_text_item + --deselect tests/openlp_core/lib/test_serviceitem.py::test_to_dict_image_item + --deselect tests/openlp_core/lib/test_serviceitem.py::test_to_dict_presentation_item + --deselect tests/openlp_core/lib/test_lib.py::test_get_text_file_string_read_error + --deselect tests/openlp_core/lib/test_lib.py::test_create_thumb_invalid_size" hostmakedepends="python3-setuptools qt5-host-tools" depends="python3-alembic python3-appdirs python3-BeautifulSoup4 python3-chardet python3-dbus python3-distro python3-Flask python3-Flask-Cors python3-lxml @@ -17,7 +24,7 @@ maintainer="Piotr Wójcik " license="GPL-3.0-or-later" homepage="https://openlp.org/" distfiles="https://get.openlp.org/${version}/OpenLP-${version}.tar.gz" -checksum=4648e6869ffe2fb88a1e2b90705e1cf709dd6dd24abbfe2e17df13742e701c09 +checksum=6c28bfda7896b9f5fe8346def1f318d0111b005fc81b0aa6c2bee1c366d5a6e4 make_check_pre="env -u QT_QPA_PLATFORM xvfb-run" post_install() { From f676749311a00f888eabcd778b9826ae7ff12f15 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Tue, 10 Jan 2023 10:30:30 -0600 Subject: [PATCH 2/3] python3-pymediainfo: update to 6.0.1 --- srcpkgs/python3-pymediainfo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pymediainfo/template b/srcpkgs/python3-pymediainfo/template index 87b88843488e..08e373b95c8c 100644 --- a/srcpkgs/python3-pymediainfo/template +++ b/srcpkgs/python3-pymediainfo/template @@ -1,7 +1,7 @@ # Template file for 'python3-pymediainfo' pkgname=python3-pymediainfo -version=5.1.0 -revision=3 +version=6.0.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="libmediainfo" @@ -11,7 +11,7 @@ maintainer="Joel Beckmeyer " license="MIT" homepage="https://github.com/sbraz/pymediainfo" distfiles="${PYPI_SITE}/p/pymediainfo/pymediainfo-${version}.tar.gz" -checksum=d996c69d50081a24d6dca9679abf43ffd2be368b065f953c2c9082e5d649c734 +checksum=96e04bac0dfcb726bed70c314b1219121c4b9344c66a98f426ce27d7f9abffb0 post_install() { vlicense LICENSE From 15d527c73b3e35648d2893b33eb066c98eaddd6c Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Tue, 10 Jan 2023 10:33:38 -0600 Subject: [PATCH 3/3] python3-vlc: update to 3.18121 --- srcpkgs/python3-vlc/template | 6 +++--- srcpkgs/python3-vlc/update | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/python3-vlc/update diff --git a/srcpkgs/python3-vlc/template b/srcpkgs/python3-vlc/template index c523a0209121..58dcdf2afb08 100644 --- a/srcpkgs/python3-vlc/template +++ b/srcpkgs/python3-vlc/template @@ -1,7 +1,7 @@ # Template file for 'python3-vlc' pkgname=python3-vlc -version=3.0.16120 -revision=2 +version=3.0.18121 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -10,4 +10,4 @@ maintainer="Joel Beckmeyer " license="LGPL-2.1-or-later" homepage="https://wiki.videolan.org/Python_bindings" distfiles="${PYPI_SITE}/p/python-vlc/python-vlc-${version}.tar.gz" -checksum=92f98fee088f72bd6d063b3b3312d0bd29b37e7ad65ddeb3a7303320300c2807 +checksum=24550314a3e6ed55fd347b009491c98b865f9dfa05a92e889d7b0a2210e7485b diff --git a/srcpkgs/python3-vlc/update b/srcpkgs/python3-vlc/update new file mode 100644 index 000000000000..ca9e76e53c90 --- /dev/null +++ b/srcpkgs/python3-vlc/update @@ -0,0 +1,2 @@ +site="https://pypi.org/simple/python-vlc" +pattern="python-vlc-\K[\d.]+(?=\.tar\.gz)"