Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] synfig + synfigstudio: update to 1.4.3
@ 2022-11-08 20:46 newbluemoon
  2022-11-20 19:17 ` [PR PATCH] [Updated] " newbluemoon
  2022-12-08 21:19 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: newbluemoon @ 2022-11-08 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages synfig
https://github.com/void-linux/void-packages/pull/40395

synfig + synfigstudio: update to 1.4.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - armv7l-musl



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

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

From 6e0f35d85d49539d7e4305cad7e716b2700b14b5 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 8 Nov 2022 21:36:49 +0100
Subject: [PATCH 1/3] ETL: update to 1.4.3

---
 srcpkgs/ETL/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ETL/template b/srcpkgs/ETL/template
index 0a395b6e296a..6ec6d63ddf1f 100644
--- a/srcpkgs/ETL/template
+++ b/srcpkgs/ETL/template
@@ -1,6 +1,6 @@
 # Template file for 'ETL'
 pkgname=ETL
-version=1.4.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,4 +10,4 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/ETL-${version}.tar.gz"
-checksum=e54192d284df16305ddfdfcc5bdfe93e139e6db5bc283dd4bab2413ebbead7c7
+checksum=f0bf2e6ee6aa96c586657d64a9a49def3544eb1b3068e226a737e423049f73a0

From 4a580dfdb009ee797ed4ffbaa88fc30888476b11 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 8 Nov 2022 21:37:42 +0100
Subject: [PATCH 2/3] synfig: update to 1.4.3

---
 srcpkgs/synfig/patches/cflags-cxxflags.patch | 29 --------------------
 srcpkgs/synfig/template                      |  4 +--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/synfig/patches/cflags-cxxflags.patch

diff --git a/srcpkgs/synfig/patches/cflags-cxxflags.patch b/srcpkgs/synfig/patches/cflags-cxxflags.patch
deleted file mode 100644
index d0c1b2280fde..000000000000
--- a/srcpkgs/synfig/patches/cflags-cxxflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Prevent synfig from filtering out the compiler’s '-g' option to produce debug
-information.
-
---- a/configure	2021-07-28 17:11:56.000000000 +0200
-+++ b/configure	2021-08-09 21:35:13.846748903 +0200
-@@ -19613,8 +19613,8 @@
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
-+			CXXFLAGS="$CXXFLAGS $debug_flags"
-+			CFLAGS="$CFLAGS $debug_flags"
- 		;;
- 	esac
- 
---- a/m4/subs.m4	2021-07-12 17:45:48.000000000 +0200
-+++ b/m4/subs.m4	2021-08-09 21:39:39.014802968 +0200
-@@ -85,8 +85,8 @@
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
-+			CXXFLAGS="$CXXFLAGS $debug_flags"
-+			CFLAGS="$CFLAGS $debug_flags"
- 		;;
- 	esac
- 
diff --git a/srcpkgs/synfig/template b/srcpkgs/synfig/template
index 87416c4a1731..0f4e33bdd781 100644
--- a/srcpkgs/synfig/template
+++ b/srcpkgs/synfig/template
@@ -1,6 +1,6 @@
 # Template file for 'synfig'
 pkgname=synfig
-version=1.4.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
@@ -13,7 +13,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfig-${version}.tar.gz"
-checksum=e66688b908ab2f05f87cc5a364f958a1351f101ccab3b3ade33a926453002f4e
+checksum=0c8d02ff6c77e468021a4497be34323d38246208d199ab1c3bbf65c9794752e7
 
 CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"
 

From bd8b80382715200654f68f96cf44b82143aa5057 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 8 Nov 2022 21:38:13 +0100
Subject: [PATCH 3/3] synfigstudio: update to 1.4.3

---
 .../patches/cflags-cxxflags.patch             | 29 -------------------
 srcpkgs/synfigstudio/template                 |  4 +--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/synfigstudio/patches/cflags-cxxflags.patch

diff --git a/srcpkgs/synfigstudio/patches/cflags-cxxflags.patch b/srcpkgs/synfigstudio/patches/cflags-cxxflags.patch
deleted file mode 100644
index d70d2a23f7f4..000000000000
--- a/srcpkgs/synfigstudio/patches/cflags-cxxflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Prevent synfigstudio from filtering out the compiler’s '-g' option to produce debug
-information.
-
---- synfigstudio-1.4.2.orig/configure
-+++ synfigstudio-1.4.2/configure
-@@ -18015,8 +18015,8 @@ fi
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
-+			CFLAGS="$CFLAGS -DNDEBUG"
-+			CXXFLAGS="$CXXFLAGS -DNDEBUG"
- 		;;
- 	esac
- 
---- synfigstudio-1.4.2.orig/m4/subs.m4
-+++ synfigstudio-1.4.2/m4/subs.m4
-@@ -83,8 +83,8 @@ AC_DEFUN([AC_ARG_DEBUG],
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
-+			CXXFLAGS="$CXXFLAGS -DNDEBUG"
-+			CFLAGS="$CFLAGS -DNDEBUG"
- 		;;
- 	esac
- 
diff --git a/srcpkgs/synfigstudio/template b/srcpkgs/synfigstudio/template
index 6c7e437732a0..36646888f255 100644
--- a/srcpkgs/synfigstudio/template
+++ b/srcpkgs/synfigstudio/template
@@ -1,6 +1,6 @@
 # Template file for 'synfigstudio'
 pkgname=synfigstudio
-version=1.4.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
@@ -12,7 +12,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfigstudio-${version}.tar.gz"
-checksum=4e86d4d8def6675fc92855a411795cc4062a1669cda82535d18b48a68b4d5497
+checksum=500d08e94b803aa261fa17eebb3ed74cd1573296477f866e3fe8cceab2f7c1ba
 python_version=3
 CXXFLAGS="-Wno-deprecated-copy -DHAVE_LOCALE_H=1"
 export DATADIRNAME=share

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

* Re: [PR PATCH] [Updated] synfig + synfigstudio: update to 1.4.3
  2022-11-08 20:46 [PR PATCH] synfig + synfigstudio: update to 1.4.3 newbluemoon
@ 2022-11-20 19:17 ` newbluemoon
  2022-12-08 21:19 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: newbluemoon @ 2022-11-20 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages synfig
https://github.com/void-linux/void-packages/pull/40395

synfig + synfigstudio: update to 1.4.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - armv7l-musl



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

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

From d86a235eff336f35b3bb927190a0097fda8a6241 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 8 Nov 2022 21:36:49 +0100
Subject: [PATCH 1/3] ETL: update to 1.4.3

---
 srcpkgs/ETL/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ETL/template b/srcpkgs/ETL/template
index 0a395b6e296a..6ec6d63ddf1f 100644
--- a/srcpkgs/ETL/template
+++ b/srcpkgs/ETL/template
@@ -1,6 +1,6 @@
 # Template file for 'ETL'
 pkgname=ETL
-version=1.4.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,4 +10,4 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/ETL-${version}.tar.gz"
-checksum=e54192d284df16305ddfdfcc5bdfe93e139e6db5bc283dd4bab2413ebbead7c7
+checksum=f0bf2e6ee6aa96c586657d64a9a49def3544eb1b3068e226a737e423049f73a0

From 140f9627cc22ec98989afa5706b83862de721547 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 8 Nov 2022 21:37:42 +0100
Subject: [PATCH 2/3] synfig: update to 1.4.3

---
 srcpkgs/synfig/patches/cflags-cxxflags.patch | 29 --------------------
 srcpkgs/synfig/template                      |  4 +--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/synfig/patches/cflags-cxxflags.patch

diff --git a/srcpkgs/synfig/patches/cflags-cxxflags.patch b/srcpkgs/synfig/patches/cflags-cxxflags.patch
deleted file mode 100644
index d0c1b2280fde..000000000000
--- a/srcpkgs/synfig/patches/cflags-cxxflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Prevent synfig from filtering out the compiler’s '-g' option to produce debug
-information.
-
---- a/configure	2021-07-28 17:11:56.000000000 +0200
-+++ b/configure	2021-08-09 21:35:13.846748903 +0200
-@@ -19613,8 +19613,8 @@
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
-+			CXXFLAGS="$CXXFLAGS $debug_flags"
-+			CFLAGS="$CFLAGS $debug_flags"
- 		;;
- 	esac
- 
---- a/m4/subs.m4	2021-07-12 17:45:48.000000000 +0200
-+++ b/m4/subs.m4	2021-08-09 21:39:39.014802968 +0200
-@@ -85,8 +85,8 @@
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
-+			CXXFLAGS="$CXXFLAGS $debug_flags"
-+			CFLAGS="$CFLAGS $debug_flags"
- 		;;
- 	esac
- 
diff --git a/srcpkgs/synfig/template b/srcpkgs/synfig/template
index 87416c4a1731..0f4e33bdd781 100644
--- a/srcpkgs/synfig/template
+++ b/srcpkgs/synfig/template
@@ -1,6 +1,6 @@
 # Template file for 'synfig'
 pkgname=synfig
-version=1.4.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
@@ -13,7 +13,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfig-${version}.tar.gz"
-checksum=e66688b908ab2f05f87cc5a364f958a1351f101ccab3b3ade33a926453002f4e
+checksum=0c8d02ff6c77e468021a4497be34323d38246208d199ab1c3bbf65c9794752e7
 
 CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"
 

From bb05fdd9dc9758ae43a05c1182652a792cf8063f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 8 Nov 2022 21:38:13 +0100
Subject: [PATCH 3/3] synfigstudio: update to 1.4.3

---
 .../patches/cflags-cxxflags.patch             | 29 -------------------
 srcpkgs/synfigstudio/template                 |  4 +--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/synfigstudio/patches/cflags-cxxflags.patch

diff --git a/srcpkgs/synfigstudio/patches/cflags-cxxflags.patch b/srcpkgs/synfigstudio/patches/cflags-cxxflags.patch
deleted file mode 100644
index d70d2a23f7f4..000000000000
--- a/srcpkgs/synfigstudio/patches/cflags-cxxflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Prevent synfigstudio from filtering out the compiler’s '-g' option to produce debug
-information.
-
---- synfigstudio-1.4.2.orig/configure
-+++ synfigstudio-1.4.2/configure
-@@ -18015,8 +18015,8 @@ fi
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
-+			CFLAGS="$CFLAGS -DNDEBUG"
-+			CXXFLAGS="$CXXFLAGS -DNDEBUG"
- 		;;
- 	esac
- 
---- synfigstudio-1.4.2.orig/m4/subs.m4
-+++ synfigstudio-1.4.2/m4/subs.m4
-@@ -83,8 +83,8 @@ AC_DEFUN([AC_ARG_DEBUG],
- 		;;
- 		no|*)
- 			debug_flags="-DNDEBUG"
--			CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
--			CFLAGS="`echo $CFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
-+			CXXFLAGS="$CXXFLAGS -DNDEBUG"
-+			CFLAGS="$CFLAGS -DNDEBUG"
- 		;;
- 	esac
- 
diff --git a/srcpkgs/synfigstudio/template b/srcpkgs/synfigstudio/template
index 6c7e437732a0..36646888f255 100644
--- a/srcpkgs/synfigstudio/template
+++ b/srcpkgs/synfigstudio/template
@@ -1,6 +1,6 @@
 # Template file for 'synfigstudio'
 pkgname=synfigstudio
-version=1.4.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
@@ -12,7 +12,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfigstudio-${version}.tar.gz"
-checksum=4e86d4d8def6675fc92855a411795cc4062a1669cda82535d18b48a68b4d5497
+checksum=500d08e94b803aa261fa17eebb3ed74cd1573296477f866e3fe8cceab2f7c1ba
 python_version=3
 CXXFLAGS="-Wno-deprecated-copy -DHAVE_LOCALE_H=1"
 export DATADIRNAME=share

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

* Re: [PR PATCH] [Merged]: synfig + synfigstudio: update to 1.4.3
  2022-11-08 20:46 [PR PATCH] synfig + synfigstudio: update to 1.4.3 newbluemoon
  2022-11-20 19:17 ` [PR PATCH] [Updated] " newbluemoon
@ 2022-12-08 21:19 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2022-12-08 21:19 UTC (permalink / raw)
  To: ml

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

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

synfig + synfigstudio: update to 1.4.3
https://github.com/void-linux/void-packages/pull/40395

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - armv7l-musl



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

end of thread, other threads:[~2022-12-08 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 20:46 [PR PATCH] synfig + synfigstudio: update to 1.4.3 newbluemoon
2022-11-20 19:17 ` [PR PATCH] [Updated] " newbluemoon
2022-12-08 21:19 ` [PR PATCH] [Merged]: " Piraty

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