synfig: update to 1.4.3

This commit is contained in:
newbluemoon 2022-11-08 21:37:42 +01:00 committed by Piraty
parent a5d5fd14c7
commit 0aa01597d8
2 changed files with 2 additions and 31 deletions

View File

@ -1,29 +0,0 @@
Prevent synfig from filtering out the compilers '-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

View File

@ -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"