picard, python-PyQt4, python-sip: replace TODOs with actual values

This commit is contained in:
Dominik Honnef 2014-07-05 22:40:57 +02:00
parent 3df19f6025
commit 48245f0719
3 changed files with 11 additions and 18 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'picard' # Template file for 'picard'
pkgname=picard pkgname=picard
version=1.2 version=1.2
revision=1 revision=2
build_style=python-module build_style=python-module
pycompile_module="picard" pycompile_module="picard"
maintainer="Dominik Honnef <dominik@honnef.co>" maintainer="Dominik Honnef <dominik@honnef.co>"
@ -10,10 +10,6 @@ makedepends="libdiscid-devel chromaprint-devel"
depends="python python-PyQt4 chromaprint libdiscid mutagen>=1.20" depends="python python-PyQt4 chromaprint libdiscid mutagen>=1.20"
license="GPL-2" license="GPL-2"
homepage="http://musicbrainz.org/doc/MusicBrainz_Picard" homepage="http://musicbrainz.org/doc/MusicBrainz_Picard"
short_desc="TODO" short_desc="MusicBrainz's audio tagger"
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a6f66bf4933521270e1f0e586ac7e067563a04aba6e98da5b5acc3fe21727a69 checksum=a6f66bf4933521270e1f0e586ac7e067563a04aba6e98da5b5acc3fe21727a69
# Void has python-pyacoustid-1.1.0_1. does picard bundle it?
# libdiscid or libdiscid-devel?
# chromaprint or chromaprint-devel?

View File

@ -1,26 +1,22 @@
# Template file for 'python-PyQt4' # Template file for 'python-PyQt4'
pkgname=python-PyQt4 pkgname=python-PyQt4
version=4.11.1 version=4.11.1
revision=1 revision=2
wrksrc="PyQt-x11-gpl-${version}" wrksrc="PyQt-x11-gpl-${version}"
build_style= build_style=
maintainer="Dominik Honnef <dominik@honnef.co>" maintainer="Dominik Honnef <dominik@honnef.co>"
hostmakedepends="python-sip python3.4-sip python-devel python3.4-devel qt-qmake qt-devel>=4" hostmakedepends="python-sip python3.4-sip python-devel python3.4-devel qt-qmake qt-devel>=4"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
depends="python python-sip" depends="python python-sip"
license="TODO" license="GPL"
homepage="TODO" homepage="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
short_desc="TODO" short_desc="Python2 bindings for the Qt toolkit"
distfiles="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-${version}/PyQt-x11-gpl-${version}.tar.gz" distfiles="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-${version}/PyQt-x11-gpl-${version}.tar.gz"
checksum="df9d7358d70748efa5b84fa3fe9e182a80c39ac590157daaabcc2618df176da3" checksum="df9d7358d70748efa5b84fa3fe9e182a80c39ac590157daaabcc2618df176da3"
_do_pyqt_build() { _do_pyqt_build() {
local v=$1 tools=${2:-yes} suffix=$3 tools_flag local v=$1 tools=${2:-yes} suffix=$3 tools_flag
[[ "$tools" != "yes" ]] && tools_flag="--no-tools" [[ "$tools" != "yes" ]] && tools_flag="--no-tools"
echo "============================"
echo $tools
echo $tools_flag
echo "============================"
python${v} configure-ng.py \ python${v} configure-ng.py \
--confirm-license \ --confirm-license \
--bindir="/usr/bin" \ --bindir="/usr/bin" \
@ -54,6 +50,7 @@ do_install() {
python3.4-PyQt4_package() { python3.4-PyQt4_package() {
depends="python3.4 python3.4-sip" depends="python3.4 python3.4-sip"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
mkdir -p ${PKGDESTDIR}/usr/{lib,share} mkdir -p ${PKGDESTDIR}/usr/{lib,share}
mv ${DESTDIR}/usr/lib/python3.4 ${PKGDESTDIR}/usr/lib/ mv ${DESTDIR}/usr/lib/python3.4 ${PKGDESTDIR}/usr/lib/

View File

@ -1,15 +1,15 @@
# Template file for 'python-sip' # Template file for 'python-sip'
pkgname=python-sip pkgname=python-sip
version=4.16.2 version=4.16.2
revision=1 revision=2
wrksrc="sip-${version}" wrksrc="sip-${version}"
maintainer="Dominik Honnef <dominik@honnef.co>" maintainer="Dominik Honnef <dominik@honnef.co>"
hostmakedepends="python-devel python3.4-devel" hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
depends="python" depends="python"
license="TODO" license="GPL"
homepage="TODO" homepage="http://www.riverbankcomputing.co.uk/software/sip/intro"
short_desc="TODO" short_desc="Python extension module generator for C and C++ libraries"
distfiles="http://sourceforge.net/projects/pyqt/files/sip/sip-4.16.2/sip-4.16.2.tar.gz" distfiles="http://sourceforge.net/projects/pyqt/files/sip/sip-4.16.2/sip-4.16.2.tar.gz"
checksum=a55a2324a46ab42e42ae57c52ef06583b17d25c987973fe2e7ff2e8a649294ce checksum=a55a2324a46ab42e42ae57c52ef06583b17d25c987973fe2e7ff2e8a649294ce