wok-6.x rev 22428
Up PyQt-x11-gpl (4.12.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 16 11:50:31 2019 +0100 (2019-12-16) |
parents | 333648262dc5 |
children | 7aa14b7a600c |
files | PyQt-x11-gpl/receipt phonon-backend-gstreamer/receipt phonon-dev/receipt phonon-vlc/receipt phonon/receipt python-zsi/receipt |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Sun Dec 15 20:05:55 2019 +0100 1.2 +++ b/PyQt-x11-gpl/receipt Mon Dec 16 11:50:31 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="PyQt-x11-gpl" 1.7 -VERSION="4.11.3" 1.8 +SOURCE="PyQt4_gpl_x11" 1.9 +VERSION="4.12.3" 1.10 CATEGORY="development" 1.11 SHORT_DESC="PyQt" 1.12 MAINTAINER="allan316@gmail.com" 1.13 LICENSE="GPL" 1.14 WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.18 1.19 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ 1.20 @@ -18,7 +19,8 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - yes yes | python configure.py 1.25 + sed -i 's|sys.stdin.readline()|"yes" # &|' configure.py 1.26 + python configure.py 1.27 make $MAKEFLAGS && 1.28 make DESTDIR=$DESTDIR install 1.29 } 1.30 @@ -31,4 +33,3 @@ 1.31 cp -a $install/usr/lib $fs/usr 1.32 cp -a $install/usr/share $fs/usr 1.33 } 1.34 -
2.1 --- a/phonon-backend-gstreamer/receipt Sun Dec 15 20:05:55 2019 +0100 2.2 +++ b/phonon-backend-gstreamer/receipt Mon Dec 16 11:50:31 2019 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 SHORT_DESC="gstreamer lib for phonon" 2.5 MAINTAINER="psychomaniak@xakep.ru" 2.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.7 -WEB_SITE="https://phonon.kde.org/" 2.8 +WEB_SITE="https://github.com/KDE/phonon/" 2.9 WGET_URL="http://download.kde.org/stable/phonon/$PACKAGE/$VERSION/src/$TARBALL" 2.10 2.11 DEPENDS="phonon gst-plugins-base gst-plugins-good gst-ffmpeg"
3.1 --- a/phonon-dev/receipt Sun Dec 15 20:05:55 2019 +0100 3.2 +++ b/phonon-dev/receipt Mon Dec 16 11:50:31 2019 +0100 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="KDE multimedia framework - development files." 3.5 MAINTAINER="psychomaniak@xakep.ru" 3.6 LICENSE="LGPL2.1" 3.7 -WEB_SITE="https://phonon.kde.org/" 3.8 +WEB_SITE="https://github.com/KDE/phonon/" 3.9 3.10 WANTED="phonon" 3.11
4.1 --- a/phonon-vlc/receipt Sun Dec 15 20:05:55 2019 +0100 4.2 +++ b/phonon-vlc/receipt Mon Dec 16 11:50:31 2019 +0100 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="VLC backend for libphonon" 4.5 MAINTAINER="psychomaniak@xakep.ru" 4.6 LICENSE="LGPL2.1" 4.7 -WEB_SITE="https://phonon.kde.org/" 4.8 +WEB_SITE="https://github.com/KDE/phonon/" 4.9 4.10 #SOURCE="phonon-backend-vlc" 4.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
5.1 --- a/phonon/receipt Sun Dec 15 20:05:55 2019 +0100 5.2 +++ b/phonon/receipt Mon Dec 16 11:50:31 2019 +0100 5.3 @@ -6,7 +6,7 @@ 5.4 SHORT_DESC="KDE multimedia framework." 5.5 MAINTAINER="psychomaniak@xakep.ru" 5.6 LICENSE="LGPL2.1" 5.7 -WEB_SITE="https://phonon.kde.org/" 5.8 +WEB_SITE="https://github.com/KDE/phonon/" 5.9 5.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 5.11 WGET_URL="http://download.kde.org/stable/$PACKAGE/$VERSION/$TARBALL"
6.1 --- a/python-zsi/receipt Sun Dec 15 20:05:55 2019 +0100 6.2 +++ b/python-zsi/receipt Mon Dec 16 11:50:31 2019 +0100 6.3 @@ -12,7 +12,7 @@ 6.4 WGET_URL="$SF_MIRROR/project/pywebsvcs/$SOURCE/$SOURCE-${VERSION/-/_}/$TARBALL" 6.5 6.6 DEPENDS="python python-pyxml" 6.7 -BUILD_DEPENDS="python-dev python" 6.8 +BUILD_DEPENDS="python-dev python-setuptools" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()