Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmp: update to 4.2.0
@ 2024-06-29 21:49 iFoundSilentHouse
  0 siblings, 0 replies; only message in thread
From: iFoundSilentHouse @ 2024-06-29 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages libxmp
https://github.com/void-linux/void-packages/pull/51044

xmp: update to 4.2.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/51044.patch is attached

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

From 23a040be8e0cedaea1664f087c9e52ee4f4f0d98 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Sun, 30 Jun 2024 03:32:51 +0600
Subject: [PATCH 1/4] libxmp: update to 4.6.0

---
 common/shlibs           | 2 +-
 srcpkgs/libxmp/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index eeba17dad73224..b409d27bf26328 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2306,7 +2306,7 @@ libnsutils.so.0 libnsutils-0.0.1_1
 libtoxcore.so.2 toxcore-0.2.0_1
 libgom-1.0.so.0 gom-0.3.0_1
 libetpan.so.20 libetpan-1.9.3_4
-libxmp.so.4 libxmp-4.3.7_1
+libxmp.so.4 libxmp-4.6.0_1
 libKF6ThreadWeaver.so.6 kf6-threadweaver-6.0.0_1
 libKF5ThreadWeaver.so.5 threadweaver-5.26.0_1
 libOpenImageIO_Util.so.2.4 openimageio-2.4.9.0_1
diff --git a/srcpkgs/libxmp/template b/srcpkgs/libxmp/template
index 6e36921a2d2fd3..4bc31299fbdc39 100644
--- a/srcpkgs/libxmp/template
+++ b/srcpkgs/libxmp/template
@@ -1,6 +1,6 @@
 # Template file for 'libxmp'
 pkgname=libxmp
-version=4.4.1
+version=4.6.0
 revision=1
 build_style=gnu-configure
 short_desc="A library of multi-format module player"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2"
 homepage="http://xmp.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/xmp/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum=353535cc84c8cddae8decec4e65fa4c51fc64f22eb0891bc3dae6eaf25f9cccf
+checksum=2d3c45fe523b50907e89e60f9a3b7f4cc9aab83ec9dbba7743eaffbcdcb35ea6
 
 libxmp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From baf04c5621cfe89733f126d74e5d6f286e80f293 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Sun, 30 Jun 2024 03:37:48 +0600
Subject: [PATCH 2/4] xmp: update to 4.2.0.

---
 srcpkgs/xmp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xmp/template b/srcpkgs/xmp/template
index 554a8a5044fdeb..7293c1653a81a7 100644
--- a/srcpkgs/xmp/template
+++ b/srcpkgs/xmp/template
@@ -1,7 +1,7 @@
 # Template file for 'xmp'
 pkgname=xmp
-version=4.1.0
-revision=2
+version=4.2.0
+revision=1
 build_style=gnu-configure
 conf_files="/etc/xmp/xmp.conf /etc/xmp/modules.conf"
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://xmp.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum=1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e
+checksum=dc54513af9a4681029a1243fd0c9cdf153d813a1125de6c782926674285bc5ae

From 37500d0124181c85049444c2dae0188091a33992 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Sun, 30 Jun 2024 03:44:10 +0600
Subject: [PATCH 3/4] ted: revbump for libxmp-4.6.0

---
 srcpkgs/ted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ted/template b/srcpkgs/ted/template
index 4a1c9379d957b2..fb139102156ad9 100644
--- a/srcpkgs/ted/template
+++ b/srcpkgs/ted/template
@@ -1,7 +1,7 @@
 # Template file for 'ted'
 pkgname=ted
 version=2.23
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="zlib-devel pcre-devel libX11-devel libxmp-devel tiff-devel

From 1e9ff7b559f5402b02cfef7544b64413dce562fe Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Sun, 30 Jun 2024 03:44:11 +0600
Subject: [PATCH 4/4] easyrpg-player: revbump for libxmp-4.6.0

---
 srcpkgs/easyrpg-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/easyrpg-player/template b/srcpkgs/easyrpg-player/template
index 553f7d781ffeb0..156b620b3a296f 100644
--- a/srcpkgs/easyrpg-player/template
+++ b/srcpkgs/easyrpg-player/template
@@ -1,7 +1,7 @@
 # Template file for 'easyrpg-player'
 pkgname=easyrpg-player
 version=0.6.2.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="liblcf-devel SDL2-devel pixman-devel libpng-devel zlib-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-29 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-29 21:49 [PR PATCH] xmp: update to 4.2.0 iFoundSilentHouse

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