wok-current rev 17791
Up: PyQt, mutagen, python-pyparsing, python-six, sip, sip-dev; add: python-configobj, puddletag.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 16 11:42:13 2015 +0200 (2015-03-16) |
parents | 74d396ffb02c |
children | 6ba4b5e79ce7 |
files | PyQt-x11-gpl/receipt mutagen/description.txt mutagen/receipt puddletag/description.txt puddletag/receipt python-configobj/description.txt python-configobj/receipt python-pyparsing/receipt python-six/receipt sip-dev/receipt sip/receipt |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Sat Mar 14 21:55:50 2015 +0000 1.2 +++ b/PyQt-x11-gpl/receipt Mon Mar 16 11:42:13 2015 +0200 1.3 @@ -1,27 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="PyQt-x11-gpl" 1.7 -VERSION="4.9.6" 1.8 +VERSION="4.11.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PyQt" 1.11 MAINTAINER="allan316@gmail.com" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.riverbankcomputing.co.uk" 1.16 -WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL" 1.17 +WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.18 1.19 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ 1.20 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \ 1.21 libQtDBus libQtClucene sip gcc-lib-base dbus" 1.22 -BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \ 1.23 -libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \ 1.24 -sip sip-dev" 1.25 +BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - yes yes | python configure.py --confirm-license 1.32 + yes yes | python configure.py 1.33 make $MAKEFLAGS && 1.34 make DESTDIR=$DESTDIR install 1.35 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/mutagen/description.txt Mon Mar 16 11:42:13 2015 +0200 2.3 @@ -0,0 +1,10 @@ 2.4 +Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, M4A, 2.5 +Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg 2.6 +Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of 2.7 +ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read 2.8 +Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and 2.9 +APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg 2.10 +streams on an individual packet/page level. 2.11 + 2.12 +Mutagen works on Python 2.6, 2.7, 3.3, 3.4 (CPython and PyPy) and has 2.13 +no dependencies outside the Python standard library.
3.1 --- a/mutagen/receipt Sat Mar 14 21:55:50 2015 +0000 3.2 +++ b/mutagen/receipt Mon Mar 16 11:42:13 2015 +0200 3.3 @@ -1,22 +1,22 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="mutagen" 3.7 -VERSION="1.15" 3.8 +VERSION="1.28" 3.9 CATEGORY="multimedia" 3.10 -SHORT_DESC="python module for audio meta data" 3.11 +SHORT_DESC="Read and write audio tags for many formats" 3.12 MAINTAINER="rj.rohit@gmail.com" 3.13 LICENSE="GPL2" 3.14 +WEB_SITE="https://bitbucket.org/lazka/mutagen" 3.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.16 -WEB_SITE="http://quodlibet.googlecode.com/files" 3.17 -WGET_URL="$WEB_SITE/$TARBALL" 3.18 +WGET_URL="$WEB_SITE/downloads/$TARBALL" 3.19 +TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3" 3.20 3.21 DEPENDS="python" 3.22 -BUILD_DEPENDS="python-dev" 3.23 +BUILD_DEPENDS="wget cacerts python" 3.24 3.25 # Rules to configure and make the package. 3.26 compile_rules() 3.27 { 3.28 - cd $src 3.29 python setup.py build 3.30 python setup.py install --root=$DESTDIR 3.31 } 3.32 @@ -24,8 +24,5 @@ 3.33 # Rules to gen a SliTaz package suitable for Tazpkg. 3.34 genpkg_rules() 3.35 { 3.36 - mkdir -p $fs/usr/lib 3.37 - cp -a $install/usr/bin $fs/usr 3.38 - cp -a $install/usr/lib/* $fs/usr/lib/ 3.39 + cp -a $install/* $fs 3.40 } 3.41 -
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/puddletag/description.txt Mon Mar 16 11:42:13 2015 +0200 4.3 @@ -0,0 +1,17 @@ 4.4 +puddletag is an audio tag editor (primarily created) for GNU/Linux similar 4.5 +to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux, it uses 4.6 +a spreadsheet-like layout so that all the tags you want to edit by hand are 4.7 +visible and easily editable. 4.8 + 4.9 +The usual tag editor features are supported like extracting tag information from 4.10 +filenames, renaming files based on their tags by using patterns and basic tag 4.11 +editing. 4.12 + 4.13 +Then there're Functions, which can do things like replace text, trim it, do case 4.14 +conversions, etc. Actions can automate repetitive tasks. Doing web lookups using 4.15 +Amazon (including cover art), Discogs (does cover art too!), FreeDB and 4.16 +MusicBrainz is also supported. There's quite a bit more, but I've reached my 4.17 +comma quota. 4.18 + 4.19 +Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments 4.20 +(ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv).
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/puddletag/receipt Mon Mar 16 11:42:13 2015 +0200 5.3 @@ -0,0 +1,28 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="puddletag" 5.7 +VERSION="1.0.5" 5.8 +CATEGORY="multimedia" 5.9 +SHORT_DESC="An simple, powerful audio tag editor" 5.10 +MAINTAINER="al.bobylev@gmail.com" 5.11 +LICENSE="GPL3" 5.12 +WEB_SITE="http://puddletag.sourceforge.net/" 5.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 5.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.15 +TAGS="tagging ogg mp3 apev2 mp4 id3" 5.16 + 5.17 +DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl" 5.18 +BUILD_DEPENDS="python" 5.19 + 5.20 +# Rules to configure and make the package. 5.21 +compile_rules() 5.22 +{ 5.23 + python setup.py build 5.24 + python setup.py install --root=$DESTDIR 5.25 +} 5.26 + 5.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.28 +genpkg_rules() 5.29 +{ 5.30 + cp -a $install/* $fs 5.31 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/python-configobj/description.txt Mon Mar 16 11:42:13 2015 +0200 6.3 @@ -0,0 +1,17 @@ 6.4 +ConfigObj is a simple but powerful config file reader and writer: an ini file 6.5 +round tripper. Its main feature is that it is very easy to use, with a 6.6 +straightforward programmer's interface and a simple syntax for config files. It 6.7 +has lots of other features though: 6.8 + 6.9 + * Nested sections (subsections), to any level 6.10 + * List values 6.11 + * Multiple line values 6.12 + * Full Unicode support 6.13 + * String interpolation (substitution) 6.14 + * Integrated with a powerful validation system 6.15 + - including automatic type checking/conversion 6.16 + - and allowing default values 6.17 + - repeated sections 6.18 + * All comments in the file are preserved 6.19 + * The order of keys/sections is preserved 6.20 + * Powerful unrepr mode for storing/retrieving Python data-types
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/python-configobj/receipt Mon Mar 16 11:42:13 2015 +0200 7.3 @@ -0,0 +1,27 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="python-configobj" 7.7 +VERSION="5.0.6" 7.8 +CATEGORY="development" 7.9 +SHORT_DESC="Config file reading, writing and validation" 7.10 +MAINTAINER="al.bobylev@gmail.com" 7.11 +LICENSE="other" 7.12 +WEB_SITE="https://github.com/DiffSK/configobj" 7.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 7.14 +WGET_URL="https://github.com/DiffSK/configobj/archive/v$VERSION.tar.gz" 7.15 + 7.16 +DEPENDS="python python-six" 7.17 +BUILD_DEPENDS="wget cacerts python" 7.18 + 7.19 +# Rules to configure and make the package. 7.20 +compile_rules() 7.21 +{ 7.22 + python setup.py build 7.23 + python setup.py install --root=$DESTDIR 7.24 +} 7.25 + 7.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.27 +genpkg_rules() 7.28 +{ 7.29 + cp -a $install/* $fs 7.30 +}
8.1 --- a/python-pyparsing/receipt Sat Mar 14 21:55:50 2015 +0000 8.2 +++ b/python-pyparsing/receipt Mon Mar 16 11:42:13 2015 +0200 8.3 @@ -2,22 +2,22 @@ 8.4 8.5 PACKAGE="python-pyparsing" 8.6 SOURCE="pyparsing" 8.7 -VERSION="1.5.0" 8.8 +VERSION="2.0.3" 8.9 CATEGORY="development" 8.10 -SHORT_DESC="Fuse Filsystem in user space." 8.11 +SHORT_DESC="Python parsing module" 8.12 MAINTAINER="pascal.bellard@slitaz.org" 8.13 LICENSE="MIT" 8.14 +WEB_SITE="http://pyparsing.wikispaces.com/" 8.15 TARBALL="$SOURCE-$VERSION.tar.gz" 8.16 -WEB_SITE="http://pyparsing.wikispaces.com/" 8.17 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 8.18 + 8.19 DEPENDS="python" 8.20 -BUILD_DEPENDS="python python-dev" 8.21 +BUILD_DEPENDS="python" 8.22 8.23 # Rules to configure and make the package. 8.24 compile_rules() 8.25 { 8.26 - cd $src 8.27 - python setup.py build && 8.28 + python setup.py build 8.29 python setup.py install --root=$DESTDIR 8.30 } 8.31 8.32 @@ -26,9 +26,3 @@ 8.33 { 8.34 cp -a $install/usr $fs 8.35 } 8.36 - 8.37 -# Remove old package. 8.38 -post_install() 8.39 -{ 8.40 - rm -rf $1/var/lib/tazpkg/installed/pyparsing 8.41 -}
9.1 --- a/python-six/receipt Sat Mar 14 21:55:50 2015 +0000 9.2 +++ b/python-six/receipt Mon Mar 16 11:42:13 2015 +0200 9.3 @@ -2,7 +2,7 @@ 9.4 9.5 PACKAGE="python-six" 9.6 SOURCE="six" 9.7 -VERSION="1.3.0" 9.8 +VERSION="1.9.0" 9.9 CATEGORY="development" 9.10 SHORT_DESC="Six is a Python 2 and 3 compatibility library." 9.11 MAINTAINER="claudinei@slitaz.org" 9.12 @@ -13,7 +13,7 @@ 9.13 HOST_ARCH="i486 arm" 9.14 9.15 DEPENDS="python" 9.16 -BUILD_DEPENDS="python-dev wget" 9.17 +BUILD_DEPENDS="wget cacerts python-dev" 9.18 9.19 # Rules to configure and make the package. 9.20 compile_rules()
10.1 --- a/sip-dev/receipt Sat Mar 14 21:55:50 2015 +0000 10.2 +++ b/sip-dev/receipt Mon Mar 16 11:42:13 2015 +0200 10.3 @@ -1,14 +1,15 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="sip-dev" 10.7 -VERSION="4.14.3" 10.8 +VERSION="4.16.6" 10.9 CATEGORY="development" 10.10 -SHORT_DESC="sip devel" 10.11 +SHORT_DESC="Development files for sip" 10.12 MAINTAINER="allan316@gmail.com" 10.13 LICENSE="GPL2 GPL3" 10.14 +WEB_SITE="http://www.riverbankcomputing.co.uk" 10.15 + 10.16 +WANTED="sip" 10.17 DEPENDS="sip" 10.18 -WEB_SITE="http://www.riverbankcomputing.co.uk" 10.19 -WANTED="sip" 10.20 10.21 # Rules to gen a SliTaz package suitable for Tazpkg. 10.22 genpkg_rules()
11.1 --- a/sip/receipt Sat Mar 14 21:55:50 2015 +0000 11.2 +++ b/sip/receipt Mon Mar 16 11:42:13 2015 +0200 11.3 @@ -1,14 +1,14 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="sip" 11.7 -VERSION="4.14.3" 11.8 +VERSION="4.16.6" 11.9 CATEGORY="development" 11.10 -SHORT_DESC="needed for PyQt" 11.11 +SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3" 11.12 MAINTAINER="allan316@gmail.com" 11.13 LICENSE="GPL2 GPL3" 11.14 +WEB_SITE="http://www.riverbankcomputing.com/software/sip/intro" 11.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.16 -WEB_SITE="http://www.riverbankcomputing.co.uk" 11.17 -WGET_URL="http://sourceforge.net/projects/pyqt/files/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 11.18 +WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 11.19 11.20 DEPENDS="python gcc-lib-base" 11.21 BUILD_DEPENDS="python-dev" 11.22 @@ -16,7 +16,6 @@ 11.23 # Rules to configure and make the package. 11.24 compile_rules() 11.25 { 11.26 - cd $src 11.27 python configure.py 11.28 make && 11.29 make DESTDIR=$DESTDIR install 11.30 @@ -29,4 +28,3 @@ 11.31 cp -a $install/usr/bin $fs/usr 11.32 cp -a $install/usr/lib $fs/usr 11.33 } 11.34 -