annotate dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild @ 372:e41fbfc68c4f

add ebuilds for the current qtermwidget and qterminal releases
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 25 Nov 2014 12:09:49 +0100
parents f4ed803dfb89
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
370
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 # Copyright 1999-2014 Gentoo Foundation
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # Distributed under the terms of the GNU General Public License v2
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r2.ebuild,v 1.11 2014/05/30 20:55:20 pesa Exp $
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 EAPI=5
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 inherit eutils python-r1 qmake-utils toolchain-funcs
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 DESCRIPTION="Python bindings for the Qt toolkit"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ https://pypi.python.org/pypi/PyQt4"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 if [[ ${PV} == *_pre* ]]; then
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 MY_P="PyQt-x11-gpl-snapshot-${PV%_pre*}-${REVISION}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 else
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 MY_P="PyQt-x11-gpl-${PV}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 fi
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 LICENSE="|| ( GPL-2 GPL-3 )"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 SLOT="0"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 IUSE="X dbus debug declarative designer doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
26 REQUIRED_USE="
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
27 ${PYTHON_REQUIRED_USE}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
28 declarative? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
29 designer? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
30 help? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
31 multimedia? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
32 opengl? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
33 phonon? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
34 scripttools? ( X script )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
35 sql? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
36 svg? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
37 webkit? ( X )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
38 "
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
39
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
40 # Minimal supported version of Qt.
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
41 QT_PV="4.8.0:4"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
42
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
43 RDEPEND="
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
44 ${PYTHON_DEPS}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
45 dev-lang/python-exec:2[${PYTHON_USEDEP}]
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
46 =dev-python/sip-4.15*:=[${PYTHON_USEDEP}]
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
47 >=dev-qt/qtcore-${QT_PV}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
48 X? (
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
49 >=dev-qt/qtgui-${QT_PV}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
50 >=dev-qt/qttest-${QT_PV}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
51 )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
52 dbus? (
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
53 >=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
54 >=dev-qt/qtdbus-${QT_PV}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
55 )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
56 declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
57 designer? ( || ( dev-qt/designer:4 <dev-qt/qtgui-4.8.5:4 ) )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
58 help? ( >=dev-qt/qthelp-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
59 multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
60 opengl? ( >=dev-qt/qtopengl-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
61 phonon? (
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
62 kde? ( media-libs/phonon )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
63 !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon ) )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
64 )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
65 script? ( >=dev-qt/qtscript-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
66 sql? ( >=dev-qt/qtsql-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
67 svg? ( >=dev-qt/qtsvg-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
68 webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
69 xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
70 "
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
71 DEPEND="${RDEPEND}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
72 dbus? ( virtual/pkgconfig )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
73 "
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
74
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
75 S=${WORKDIR}/${MY_P}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
76
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
77 src_prepare() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
78 # Support qreal on arm architecture (bug 322349).
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
79 use arm && epatch "${FILESDIR}/${PN}-4.7.3-qreal_float_support.patch"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
80
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
81 # Allow building against KDE's phonon (bug 433944 and others).
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
82 sed -i \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
83 -e "s:VideoWidget()\":&, extra_include_dirs=[\"${EPREFIX}/usr/include/qt4/QtGui\"]:" \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
84 -e "s:^\s\+generate_code(\"phonon\":&, extra_include_dirs=[\"${EPREFIX}/usr/include/phonon\"]:" \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
85 configure.py || die
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
86
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
87 if ! use dbus; then
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
88 sed -i -e 's/^\(\s\+\)check_dbus()/\1pass/' configure.py || die
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
89 fi
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
90
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
91 python_copy_sources
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
92
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
93 preparation() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
94 if [[ ${EPYTHON} == python3.* ]]; then
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
95 rm -fr pyuic/uic/port_v2
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
96 else
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
97 rm -fr pyuic/uic/port_v3
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
98 fi
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
99 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
100 python_foreach_impl run_in_build_dir preparation
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
101 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
102
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
103 pyqt4_use_enable() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
104 use $1 && echo --enable=${2:-Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
105 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
106
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
107 src_configure() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
108 configuration() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
109 local myconf=(
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
110 "${PYTHON}" configure.py
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
111 --confirm-license
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
112 --bindir="${EPREFIX}/usr/bin"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
113 --destdir="$(python_get_sitedir)"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
114 --sipdir="${EPREFIX}/usr/share/sip"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
115 --assume-shared
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
116 --no-timestamp
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
117 --qsci-api
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
118 $(use debug && echo --debug)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
119 --enable=QtCore
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
120 --enable=QtNetwork
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
121 --enable=QtXml
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
122 $(pyqt4_use_enable X QtGui)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
123 $(pyqt4_use_enable X QtTest)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
124 $(pyqt4_use_enable dbus QtDBus)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
125 $(pyqt4_use_enable declarative)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
126 $(pyqt4_use_enable designer) $(use designer || echo --no-designer-plugin)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
127 $(pyqt4_use_enable help)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
128 $(pyqt4_use_enable multimedia)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
129 $(pyqt4_use_enable opengl QtOpenGL)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
130 $(pyqt4_use_enable phonon phonon)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
131 $(pyqt4_use_enable script)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
132 $(pyqt4_use_enable scripttools QtScriptTools)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
133 $(pyqt4_use_enable sql)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
134 $(pyqt4_use_enable svg)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
135 $(pyqt4_use_enable webkit QtWebKit)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
136 $(pyqt4_use_enable xmlpatterns QtXmlPatterns)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
137 AR="$(tc-getAR) cqs"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
138 CC="$(tc-getCC)"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
139 CFLAGS="${CFLAGS}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
140 CFLAGS_RELEASE=
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
141 CXX="$(tc-getCXX)"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
142 CXXFLAGS="${CXXFLAGS}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
143 CXXFLAGS_RELEASE=
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
144 LINK="$(tc-getCXX)"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
145 LINK_SHLIB="$(tc-getCXX)"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
146 LFLAGS="${LDFLAGS}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
147 LFLAGS_RELEASE=
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
148 RANLIB=
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
149 STRIP=
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
150 )
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
151 echo "${myconf[@]}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
152 "${myconf[@]}" || die
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
153
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
154 local mod
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
155 for mod in QtCore \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
156 $(use X && echo QtGui) \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
157 $(use dbus && echo QtDBus) \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
158 $(use declarative && echo QtDeclarative) \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
159 $(use designer && echo QtDesigner) \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
160 $(use opengl && echo QtOpenGL); do
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
161 # Run eqmake4 inside the qpy subdirectories to respect
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
162 # CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS and avoid stripping.
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
163 pushd qpy/${mod} > /dev/null || return
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
164 eqmake4 $(ls w_qpy*.pro)
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
165 popd > /dev/null || return
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
166
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
167 # Fix insecure runpaths.
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
168 sed -i -e "/^LFLAGS\s*=/ s:-Wl,-rpath,${BUILD_DIR}/qpy/${mod}::" \
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
169 ${mod}/Makefile || die "failed to fix rpath for ${mod}"
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
170 done
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
171
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
172 # Avoid stripping of libpythonplugin.so.
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
173 if use designer; then
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
174 pushd designer > /dev/null || return
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
175 eqmake4 python.pro
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
176 popd > /dev/null || return
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
177 fi
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
178 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
179 python_parallel_foreach_impl run_in_build_dir configuration
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
180 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
181
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
182 src_compile() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
183 python_foreach_impl run_in_build_dir default
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
184 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
185
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
186 src_install() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
187 installation() {
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
188 # INSTALL_ROOT is used by designer/Makefile, other Makefiles use DESTDIR.
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
189 emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
190 mkdir -p "${ED}"/usr/lib/python-exec/${EPYTHON} || die
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
191 mv "${ED}"/usr/bin/pyuic4 "${ED}"/usr/lib/python-exec/${EPYTHON}/ || die
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
192 python_optimize
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
193 }
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
194 python_foreach_impl run_in_build_dir installation
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
195
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
196 dosym ../lib/python-exec/python-exec2 /usr/bin/pyuic4
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
197 dodoc NEWS THANKS
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
198
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
199 if use doc; then
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
200 dohtml -r doc/html/*
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
201 fi
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
202
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
203 if use examples; then
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
204 insinto /usr/share/doc/${PF}
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
205 doins -r examples
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
206 fi
f4ed803dfb89 add a stable PyQt ebuild that is aware of python 3.4
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
207 }