# HG changeset patch # User Pascal Bellard # Date 1576493431 -3600 # Node ID f7dd6559d6106a35e7eb4004b82a97d45267b7b4 # Parent 333648262dc5c7f89e32dd31d94b148e6ec8179d Up PyQt-x11-gpl (4.12.3) diff -r 333648262dc5 -r f7dd6559d610 PyQt-x11-gpl/receipt --- a/PyQt-x11-gpl/receipt Sun Dec 15 20:05:55 2019 +0100 +++ b/PyQt-x11-gpl/receipt Mon Dec 16 11:50:31 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="PyQt-x11-gpl" -VERSION="4.11.3" +SOURCE="PyQt4_gpl_x11" +VERSION="4.12.3" CATEGORY="development" SHORT_DESC="PyQt" MAINTAINER="allan316@gmail.com" LICENSE="GPL" WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/pyqt/$TARBALL" DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ @@ -18,7 +19,8 @@ # Rules to configure and make the package. compile_rules() { - yes yes | python configure.py + sed -i 's|sys.stdin.readline()|"yes" # &|' configure.py + python configure.py make $MAKEFLAGS && make DESTDIR=$DESTDIR install } @@ -31,4 +33,3 @@ cp -a $install/usr/lib $fs/usr cp -a $install/usr/share $fs/usr } - diff -r 333648262dc5 -r f7dd6559d610 phonon-backend-gstreamer/receipt --- a/phonon-backend-gstreamer/receipt Sun Dec 15 20:05:55 2019 +0100 +++ b/phonon-backend-gstreamer/receipt Mon Dec 16 11:50:31 2019 +0100 @@ -7,7 +7,7 @@ SHORT_DESC="gstreamer lib for phonon" MAINTAINER="psychomaniak@xakep.ru" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://phonon.kde.org/" +WEB_SITE="https://github.com/KDE/phonon/" WGET_URL="http://download.kde.org/stable/phonon/$PACKAGE/$VERSION/src/$TARBALL" DEPENDS="phonon gst-plugins-base gst-plugins-good gst-ffmpeg" diff -r 333648262dc5 -r f7dd6559d610 phonon-dev/receipt --- a/phonon-dev/receipt Sun Dec 15 20:05:55 2019 +0100 +++ b/phonon-dev/receipt Mon Dec 16 11:50:31 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="KDE multimedia framework - development files." MAINTAINER="psychomaniak@xakep.ru" LICENSE="LGPL2.1" -WEB_SITE="https://phonon.kde.org/" +WEB_SITE="https://github.com/KDE/phonon/" WANTED="phonon" diff -r 333648262dc5 -r f7dd6559d610 phonon-vlc/receipt --- a/phonon-vlc/receipt Sun Dec 15 20:05:55 2019 +0100 +++ b/phonon-vlc/receipt Mon Dec 16 11:50:31 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="VLC backend for libphonon" MAINTAINER="psychomaniak@xakep.ru" LICENSE="LGPL2.1" -WEB_SITE="https://phonon.kde.org/" +WEB_SITE="https://github.com/KDE/phonon/" #SOURCE="phonon-backend-vlc" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r 333648262dc5 -r f7dd6559d610 phonon/receipt --- a/phonon/receipt Sun Dec 15 20:05:55 2019 +0100 +++ b/phonon/receipt Mon Dec 16 11:50:31 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="KDE multimedia framework." MAINTAINER="psychomaniak@xakep.ru" LICENSE="LGPL2.1" -WEB_SITE="https://phonon.kde.org/" +WEB_SITE="https://github.com/KDE/phonon/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://download.kde.org/stable/$PACKAGE/$VERSION/$TARBALL" diff -r 333648262dc5 -r f7dd6559d610 python-zsi/receipt --- a/python-zsi/receipt Sun Dec 15 20:05:55 2019 +0100 +++ b/python-zsi/receipt Mon Dec 16 11:50:31 2019 +0100 @@ -12,7 +12,7 @@ WGET_URL="$SF_MIRROR/project/pywebsvcs/$SOURCE/$SOURCE-${VERSION/-/_}/$TARBALL" DEPENDS="python python-pyxml" -BUILD_DEPENDS="python-dev python" +BUILD_DEPENDS="python-dev python-setuptools" # Rules to configure and make the package. compile_rules()