# HG changeset patch # User Pascal Bellard # Date 1649417848 0 # Node ID 8780aef723018b5ff2ce90b27c305e8a725441af # Parent 870e1ce31226fb509ab3201c8e51a175d9e8cd7b libgpod: libplist 2.x support diff -r 870e1ce31226 -r 8780aef72301 itstool/receipt --- a/itstool/receipt Fri Apr 08 10:34:41 2022 +0000 +++ b/itstool/receipt Fri Apr 08 11:37:28 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="ITS-based XML translation tool." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" -WEB_SITE="http://itstool.org/" +WEB_SITE="https://itstool.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://files.itstool.org/$PACKAGE/$TARBALL" diff -r 870e1ce31226 -r 8780aef72301 libgpod/receipt --- a/libgpod/receipt Fri Apr 08 10:34:41 2022 +0000 +++ b/libgpod/receipt Fri Apr 08 11:37:28 2022 +0000 @@ -26,6 +26,7 @@ # Rules to configure and make the package. compile_rules() { + sed 's|libplist >= 1.0|libplist-2.0 >= 2.2.0|' -i configure* ./configure --prefix=/usr $CONFIGURE_ARGS && make PREFIX=/usr -j 1 && make PREFIX=/usr DESTDIR=$DESTDIR install