wok diff picard/receipt @ rev 24001
linux64-zram: more than 8GB RAM fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 14 12:34:16 2021 +0000 (2021-01-14) |
parents | 4b55a51aefa5 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/picard/receipt Tue Nov 29 15:26:24 2016 +0200 1.2 +++ b/picard/receipt Thu Jan 14 12:34:16 2021 +0000 1.3 @@ -1,28 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="picard" 1.7 -VERSION="1.4.0.5" 1.8 -# Last v 1.3.2 released on 7 Jan 2015, but project is actively developed 1.9 -COMMIT="46dbab9" 1.10 +VERSION="2.3.1" 1.11 CATEGORY="utilities" 1.12 -SHORT_DESC="Picard is a cross-platform music tagger written in Python" 1.13 +SHORT_DESC="A cross-platform music tagger written in Python." 1.14 MAINTAINER="al.bobylev@gmail.com" 1.15 LICENSE="GPL2" 1.16 WEB_SITE="https://picard.musicbrainz.org/" 1.17 -TARBALL="$PACKAGE-$COMMIT.tar.gz" 1.18 -WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz" 1.19 1.20 -DEPENDS="python PyQt-x11-gpl mutagen" 1.21 -BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen" 1.22 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.23 +WGET_URL="https://github.com/metabrainz/$PACKAGE/archive/release-$VERSION.tar.gz" 1.24 + 1.25 +DEPENDS="mutagen py3k PyQt-x11-gpl" 1.26 +BUILD_DEPENDS="gettext mutagen py3k-dev PyQt-x11-gpl " 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - python setup.py install --root="$install" 1.32 + python3 setup.py install --root="$install" 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - cp -a $install/* $fs 1.39 + cp -a $install/* $fs 1.40 }