picard, python-PyQt4, python-sip: replace TODOs with actual values
This commit is contained in:
parent
3df19f6025
commit
48245f0719
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'picard'
|
||||
pkgname=picard
|
||||
version=1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
pycompile_module="picard"
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
|
@ -10,10 +10,6 @@ makedepends="libdiscid-devel chromaprint-devel"
|
|||
depends="python python-PyQt4 chromaprint libdiscid mutagen>=1.20"
|
||||
license="GPL-2"
|
||||
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"
|
||||
checksum=a6f66bf4933521270e1f0e586ac7e067563a04aba6e98da5b5acc3fe21727a69
|
||||
|
||||
# Void has python-pyacoustid-1.1.0_1. does picard bundle it?
|
||||
# libdiscid or libdiscid-devel?
|
||||
# chromaprint or chromaprint-devel?
|
||||
|
|
|
@ -1,26 +1,22 @@
|
|||
# Template file for 'python-PyQt4'
|
||||
pkgname=python-PyQt4
|
||||
version=4.11.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="PyQt-x11-gpl-${version}"
|
||||
build_style=
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
hostmakedepends="python-sip python3.4-sip python-devel python3.4-devel qt-qmake qt-devel>=4"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python python-sip"
|
||||
license="TODO"
|
||||
homepage="TODO"
|
||||
short_desc="TODO"
|
||||
license="GPL"
|
||||
homepage="http://www.riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
short_desc="Python2 bindings for the Qt toolkit"
|
||||
distfiles="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-${version}/PyQt-x11-gpl-${version}.tar.gz"
|
||||
checksum="df9d7358d70748efa5b84fa3fe9e182a80c39ac590157daaabcc2618df176da3"
|
||||
|
||||
_do_pyqt_build() {
|
||||
local v=$1 tools=${2:-yes} suffix=$3 tools_flag
|
||||
[[ "$tools" != "yes" ]] && tools_flag="--no-tools"
|
||||
echo "============================"
|
||||
echo $tools
|
||||
echo $tools_flag
|
||||
echo "============================"
|
||||
python${v} configure-ng.py \
|
||||
--confirm-license \
|
||||
--bindir="/usr/bin" \
|
||||
|
@ -54,6 +50,7 @@ do_install() {
|
|||
|
||||
python3.4-PyQt4_package() {
|
||||
depends="python3.4 python3.4-sip"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
mkdir -p ${PKGDESTDIR}/usr/{lib,share}
|
||||
mv ${DESTDIR}/usr/lib/python3.4 ${PKGDESTDIR}/usr/lib/
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python-sip'
|
||||
pkgname=python-sip
|
||||
version=4.16.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="sip-${version}"
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python"
|
||||
license="TODO"
|
||||
homepage="TODO"
|
||||
short_desc="TODO"
|
||||
license="GPL"
|
||||
homepage="http://www.riverbankcomputing.co.uk/software/sip/intro"
|
||||
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"
|
||||
checksum=a55a2324a46ab42e42ae57c52ef06583b17d25c987973fe2e7ff2e8a649294ce
|
||||
|
||||
|
|
Loading…
Reference in New Issue