* [ptxdist] [PATCH v3 1/2] libsigcpp: Version bump 2.2.10 -> 3.6.0
[not found] <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.be601adb-9220-4b37-ba9f-7284f8afd538@emailsignatures365.codetwo.com>
@ 2024-09-12 11:37 ` Lucas Sinn
[not found] ` <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.5a4abda7-74f9-4583-b592-8be4b10b148f@emailsignatures365.codetwo.com>
2024-09-16 14:34 ` [ptxdist] [APPLIED] libsigcpp: " Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Lucas Sinn @ 2024-09-12 11:37 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Sinn
Updates.
https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0
Signed-off-by: Lucas Sinn <lucas.sinn@wolfvision.net>
Revert "libsigcpp: move to staging"
This reverts commit 25c7db3557a9bc886c05ca66d4648e6a3d46fbdf.
---
rules/host-libsigcpp.in | 4 +---
rules/libsigcpp.in | 9 +--------
rules/libsigcpp.make | 25 +++++++++++++++++--------
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/rules/host-libsigcpp.in b/rules/host-libsigcpp.in
index 0e149f787..f0f379da0 100644
--- a/rules/host-libsigcpp.in
+++ b/rules/host-libsigcpp.in
@@ -1,6 +1,4 @@
-## SECTION=staging
-## old section:
-### SECTION=hosttools_noprompt
+## SECTION=hosttools_noprompt
config HOST_LIBSIGCPP
tristate
diff --git a/rules/libsigcpp.in b/rules/libsigcpp.in
index 86327be7c..f51a17874 100644
--- a/rules/libsigcpp.in
+++ b/rules/libsigcpp.in
@@ -1,7 +1,4 @@
-## SECTION=staging
-## old section:
-### SECTION=system_libraries
-
+## SECTION=system_libraries
config LIBSIGCPP
tristate
prompt "libsigc++"
@@ -18,7 +15,3 @@ config LIBSIGCPP
and has an ease of use unmatched by other C++ callback libraries.
Libsigc++ is licensed under the GNU Library General Public License,
LGPL.
-
- STAGING: remove in PTXdist 2025.07.0
- Unmaintained in ptxdist and fails to build with gcc 14. Needs updating
- to a new version.
diff --git a/rules/libsigcpp.make b/rules/libsigcpp.make
index db02f33d8..fc26d68de 100644
--- a/rules/libsigcpp.make
+++ b/rules/libsigcpp.make
@@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_LIBSIGCPP) += libsigcpp
#
# Paths and names
#
-LIBSIGCPP_VERSION := 2.2.10
-LIBSIGCPP_MD5 := 6d350ae0bc17b8915a06ce6b7e4240e8
+LIBSIGCPP_VERSION := 3.6.0
+LIBSIGCPP_MD5 := b7205d5465ac15fbc0c781d39b4011be
LIBSIGCPP := libsigc++-$(LIBSIGCPP_VERSION)
-LIBSIGCPP_SUFFIX := tar.bz2
+LIBSIGCPP_SUFFIX := tar.xz
LIBSIGCPP_URL := $(call ptx/mirror, GNOME, libsigc++/$(basename $(LIBSIGCPP_VERSION))/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX))
LIBSIGCPP_SOURCE := $(SRCDIR)/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX)
LIBSIGCPP_DIR := $(BUILDDIR)/$(LIBSIGCPP)
@@ -28,12 +28,21 @@ LIBSIGCPP_DIR := $(BUILDDIR)/$(LIBSIGCPP)
# ----------------------------------------------------------------------------
#
-# autoconf
+# meson
#
-LIBSIGCPP_CONF_TOOL := autoconf
+LIBSIGCPP_CONF_TOOL := meson
LIBSIGCPP_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- --disable-documentation
+ $(CROSS_MESON_USR) \
+ -Dbenchmark=false \
+ -Dbuild-deprecated-api=false \
+ -Dbuild-documentation=false \
+ -Dbuild-examples=false \
+ -Dbuild-pdf=false \
+ -Dbuild-tests=false \
+ -Ddist-warnings=fatal \
+ -Dmaintainer-mode=false \
+ -Dvalidation=false \
+ -Dwarnings=min
# ----------------------------------------------------------------------------
# Target-Install
@@ -48,7 +57,7 @@ $(STATEDIR)/libsigcpp.targetinstall:
@$(call install_fixup, libsigcpp,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, libsigcpp,DESCRIPTION,missing)
- @$(call install_lib, libsigcpp, 0, 0, 0644, libsigc-2.0)
+ @$(call install_lib, libsigcpp, 0, 0, 0644, libsigc-3.0)
@$(call install_finish, libsigcpp)
--
2.37.2
Lucas Sinn
R&D Engineer
WolfVision GmbH
Oberes Ried 14 | 6833 Klaus | Austria
Tel: +43 5523 52250 <tel:+43552352250> | Mail: lucas.sinn@wolfvision.net <mailto:lucas.sinn@wolfvision.net>
Website: wolfvision.com <www.wolfvision.com>
Firmenbuch / Commercial Register: FN283521v Feldkirch/Austria
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH v3 2/2] host-libsigcpp: Version bump 2.2.10 -> 3.6.0
[not found] ` <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.5a4abda7-74f9-4583-b592-8be4b10b148f@emailsignatures365.codetwo.com>
@ 2024-09-12 11:37 ` Lucas Sinn
2024-09-16 14:34 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Lucas Sinn @ 2024-09-12 11:37 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Sinn
Updates.
https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0
Signed-off-by: Lucas Sinn <lucas.sinn@wolfvision.net>
---
rules/host-libsigcpp.in | 1 +
rules/host-libsigcpp.make | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/host-libsigcpp.in b/rules/host-libsigcpp.in
index f0f379da0..6c6fed4e0 100644
--- a/rules/host-libsigcpp.in
+++ b/rules/host-libsigcpp.in
@@ -3,6 +3,7 @@
config HOST_LIBSIGCPP
tristate
default y if ALLYES
+ select HOST_MESON
help
libsigc++ implements a typesafe callback system for standard C++. It
allows you to define signals and to connect those signals to any
diff --git a/rules/host-libsigcpp.make b/rules/host-libsigcpp.make
index 306505adf..a7958ba00 100644
--- a/rules/host-libsigcpp.make
+++ b/rules/host-libsigcpp.make
@@ -21,8 +21,8 @@ HOST_LIBSIGCPP_DIR = $(HOST_BUILDDIR)/$(LIBSIGCPP)
# ----------------------------------------------------------------------------
#
-# autoconf
+# meson
#
-HOST_LIBSIGCPP_CONF_TOOL := autoconf
+HOST_LIBSIGCPP_CONF_TOOL := meson
# vim: syntax=make
--
2.37.2
Lucas Sinn
R&D Engineer
WolfVision GmbH
Oberes Ried 14 | 6833 Klaus | Austria
Tel: +43 5523 52250 <tel:+43552352250> | Mail: lucas.sinn@wolfvision.net <mailto:lucas.sinn@wolfvision.net>
Website: wolfvision.com <www.wolfvision.com>
Firmenbuch / Commercial Register: FN283521v Feldkirch/Austria
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] libsigcpp: Version bump 2.2.10 -> 3.6.0
2024-09-12 11:37 ` [ptxdist] [PATCH v3 1/2] libsigcpp: Version bump 2.2.10 -> 3.6.0 Lucas Sinn
[not found] ` <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.5a4abda7-74f9-4583-b592-8be4b10b148f@emailsignatures365.codetwo.com>
@ 2024-09-16 14:34 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-09-16 14:34 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Sinn
Thanks, applied as ee3096188d0e077c388915de98b3bef3a902271f.
Michael
[sent from post-receive hook]
On Mon, 16 Sep 2024 16:34:08 +0200, Lucas Sinn <lucas.sinn@wolfvision.net> wrote:
> Updates.
> https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0
>
> Signed-off-by: Lucas Sinn <lucas.sinn@wolfvision.net>
>
> Revert "libsigcpp: move to staging"
>
> This reverts commit 25c7db3557a9bc886c05ca66d4648e6a3d46fbdf.
>
> Message-Id: <20240912113744.3085634-1-lucas.sinn@wolfvision.net>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-libsigcpp.in b/rules/host-libsigcpp.in
> index 0e149f78780e..f0f379da047c 100644
> --- a/rules/host-libsigcpp.in
> +++ b/rules/host-libsigcpp.in
> @@ -1,6 +1,4 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=hosttools_noprompt
> +## SECTION=hosttools_noprompt
>
> config HOST_LIBSIGCPP
> tristate
> diff --git a/rules/libsigcpp.in b/rules/libsigcpp.in
> index 86327be7c2bd..86c402747204 100644
> --- a/rules/libsigcpp.in
> +++ b/rules/libsigcpp.in
> @@ -1,10 +1,8 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=system_libraries
> -
> +## SECTION=system_libraries
> config LIBSIGCPP
> tristate
> prompt "libsigc++"
> + select HOST_MESON
> select LIBC_M
> select GCCLIBS_CXX
> select GCCLIBS_GCC_S
> @@ -18,7 +16,3 @@ config LIBSIGCPP
> and has an ease of use unmatched by other C++ callback libraries.
> Libsigc++ is licensed under the GNU Library General Public License,
> LGPL.
> -
> - STAGING: remove in PTXdist 2025.07.0
> - Unmaintained in ptxdist and fails to build with gcc 14. Needs updating
> - to a new version.
> diff --git a/rules/libsigcpp.make b/rules/libsigcpp.make
> index db02f33d8d0e..fc26d68decd6 100644
> --- a/rules/libsigcpp.make
> +++ b/rules/libsigcpp.make
> @@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_LIBSIGCPP) += libsigcpp
> #
> # Paths and names
> #
> -LIBSIGCPP_VERSION := 2.2.10
> -LIBSIGCPP_MD5 := 6d350ae0bc17b8915a06ce6b7e4240e8
> +LIBSIGCPP_VERSION := 3.6.0
> +LIBSIGCPP_MD5 := b7205d5465ac15fbc0c781d39b4011be
> LIBSIGCPP := libsigc++-$(LIBSIGCPP_VERSION)
> -LIBSIGCPP_SUFFIX := tar.bz2
> +LIBSIGCPP_SUFFIX := tar.xz
> LIBSIGCPP_URL := $(call ptx/mirror, GNOME, libsigc++/$(basename $(LIBSIGCPP_VERSION))/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX))
> LIBSIGCPP_SOURCE := $(SRCDIR)/$(LIBSIGCPP).$(LIBSIGCPP_SUFFIX)
> LIBSIGCPP_DIR := $(BUILDDIR)/$(LIBSIGCPP)
> @@ -28,12 +28,21 @@ LIBSIGCPP_DIR := $(BUILDDIR)/$(LIBSIGCPP)
> # ----------------------------------------------------------------------------
>
> #
> -# autoconf
> +# meson
> #
> -LIBSIGCPP_CONF_TOOL := autoconf
> +LIBSIGCPP_CONF_TOOL := meson
> LIBSIGCPP_CONF_OPT := \
> - $(CROSS_AUTOCONF_USR) \
> - --disable-documentation
> + $(CROSS_MESON_USR) \
> + -Dbenchmark=false \
> + -Dbuild-deprecated-api=false \
> + -Dbuild-documentation=false \
> + -Dbuild-examples=false \
> + -Dbuild-pdf=false \
> + -Dbuild-tests=false \
> + -Ddist-warnings=fatal \
> + -Dmaintainer-mode=false \
> + -Dvalidation=false \
> + -Dwarnings=min
>
> # ----------------------------------------------------------------------------
> # Target-Install
> @@ -48,7 +57,7 @@ $(STATEDIR)/libsigcpp.targetinstall:
> @$(call install_fixup, libsigcpp,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
> @$(call install_fixup, libsigcpp,DESCRIPTION,missing)
>
> - @$(call install_lib, libsigcpp, 0, 0, 0644, libsigc-2.0)
> + @$(call install_lib, libsigcpp, 0, 0, 0644, libsigc-3.0)
>
> @$(call install_finish, libsigcpp)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] host-libsigcpp: Version bump 2.2.10 -> 3.6.0
2024-09-12 11:37 ` [ptxdist] [PATCH v3 2/2] host-libsigcpp: " Lucas Sinn
@ 2024-09-16 14:34 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-09-16 14:34 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Sinn
Thanks, applied as 61aa41492770cc42b2bf0dedf0cac4a0886d277c.
Michael
[sent from post-receive hook]
On Mon, 16 Sep 2024 16:34:08 +0200, Lucas Sinn <lucas.sinn@wolfvision.net> wrote:
> Updates.
> https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0
>
> Signed-off-by: Lucas Sinn <lucas.sinn@wolfvision.net>
> Message-Id: <20240912113744.3085634-2-lucas.sinn@wolfvision.net>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-libsigcpp.in b/rules/host-libsigcpp.in
> index f0f379da047c..6c6fed4e0f59 100644
> --- a/rules/host-libsigcpp.in
> +++ b/rules/host-libsigcpp.in
> @@ -3,6 +3,7 @@
> config HOST_LIBSIGCPP
> tristate
> default y if ALLYES
> + select HOST_MESON
> help
> libsigc++ implements a typesafe callback system for standard C++. It
> allows you to define signals and to connect those signals to any
> diff --git a/rules/host-libsigcpp.make b/rules/host-libsigcpp.make
> index 306505adf3e4..a7958ba009dd 100644
> --- a/rules/host-libsigcpp.make
> +++ b/rules/host-libsigcpp.make
> @@ -21,8 +21,8 @@ HOST_LIBSIGCPP_DIR = $(HOST_BUILDDIR)/$(LIBSIGCPP)
> # ----------------------------------------------------------------------------
>
> #
> -# autoconf
> +# meson
> #
> -HOST_LIBSIGCPP_CONF_TOOL := autoconf
> +HOST_LIBSIGCPP_CONF_TOOL := meson
>
> # vim: syntax=make
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-16 14:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.be601adb-9220-4b37-ba9f-7284f8afd538@emailsignatures365.codetwo.com>
2024-09-12 11:37 ` [ptxdist] [PATCH v3 1/2] libsigcpp: Version bump 2.2.10 -> 3.6.0 Lucas Sinn
[not found] ` <016db821-bc16-4106-ab26-ac766a339fab.e0c24246-04d4-485f-8d5f-1cc8fbefd095.5a4abda7-74f9-4583-b592-8be4b10b148f@emailsignatures365.codetwo.com>
2024-09-12 11:37 ` [ptxdist] [PATCH v3 2/2] host-libsigcpp: " Lucas Sinn
2024-09-16 14:34 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-16 14:34 ` [ptxdist] [APPLIED] libsigcpp: " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox