wok-current diff libxml++/receipt @ rev 25726
Fix xorg-server dep, add libffado, ffado-tools
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:39:06 2024 +0000 (2 months ago) |
parents | 65ff25c4de90 |
children |
line diff
1.1 --- a/libxml++/receipt Sat Oct 01 08:33:11 2022 +0000 1.2 +++ b/libxml++/receipt Tue Nov 05 13:39:06 2024 +0000 1.3 @@ -1,18 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxml++" 1.7 -VERSION="2.34.2" 1.8 +VERSION="3.0.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="C++ wrapper for the libxml XML parser library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="https://sourceforge.net/projects/libxmlplusplus/" 1.16 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 1.18 DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base" 1.19 BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev mm-common pkg-config" 1.20 1.21 +HOST_ARCH="i486 x86_64" 1.22 + 1.23 # What is the latest version available today? 1.24 current_version() 1.25 { 1.26 @@ -24,6 +26,11 @@ 1.27 compile_rules() 1.28 { 1.29 cd $src 1.30 + 1.31 + # Allow build with gcc > 6. 1.32 + # See https://svnweb.freebsd.org/ports?view=revision&revision=431411 1.33 + #patch -p1 < $stuff/build_with_gcc6.patch 1.34 + 1.35 ./configure --prefix=/usr \ 1.36 --disable-documentation \ 1.37 $CONFIGURE_ARGS &&