|
Line
Link Here
|
| 0 |
-- qt-webkit-4.8.0.ebuild |
0 |
++ qt-webkit-4.8.0.ebuild |
|
Lines 8-14
Link Here
|
| 8 |
DESCRIPTION="The Webkit module for the Qt toolkit" |
8 |
DESCRIPTION="The Webkit module for the Qt toolkit" |
| 9 |
SLOT="4" |
9 |
SLOT="4" |
| 10 |
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" |
10 |
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" |
| 11 |
IUSE="dbus +jit kde" |
11 |
IUSE="dbus +jit kde +phonon" |
| 12 |
|
12 |
|
| 13 |
DEPEND=" |
13 |
DEPEND=" |
| 14 |
dev-db/sqlite:3 |
14 |
dev-db/sqlite:3 |
|
Lines 16-24
Link Here
|
| 16 |
~x11-libs/qt-gui-${PV}[aqua=,c++0x=,qpa=,dbus?,debug=] |
16 |
~x11-libs/qt-gui-${PV}[aqua=,c++0x=,qpa=,dbus?,debug=] |
| 17 |
~x11-libs/qt-xmlpatterns-${PV}[aqua=,c++0x=,qpa=,debug=] |
17 |
~x11-libs/qt-xmlpatterns-${PV}[aqua=,c++0x=,qpa=,debug=] |
| 18 |
dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,c++0x=,qpa=,debug=] ) |
18 |
dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,c++0x=,qpa=,debug=] ) |
| 19 |
!kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,c++0x=,qpa=,dbus=,debug=] |
19 |
phonon? ( |
| 20 |
media-libs/phonon[aqua=] ) ) |
20 |
!kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,c++0x=,qpa=,dbus=,debug=] |
| 21 |
kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=] ) )" |
21 |
media-libs/phonon[aqua=] ) ) |
|
|
22 |
kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=] ) ) )" |
| 22 |
RDEPEND="${DEPEND}" |
23 |
RDEPEND="${DEPEND}" |
| 23 |
|
24 |
|
| 24 |
PATCHES=( "${FILESDIR}/${P}-c++0x-fix.patch" ) |
25 |
PATCHES=( "${FILESDIR}/${P}-c++0x-fix.patch" ) |
|
Lines 54-59
Link Here
|
| 54 |
-webkit -system-sqlite -no-gtkstyle |
55 |
-webkit -system-sqlite -no-gtkstyle |
| 55 |
-D GST_DISABLE_DEPRECATED |
56 |
-D GST_DISABLE_DEPRECATED |
| 56 |
$(qt_use jit javascript-jit) |
57 |
$(qt_use jit javascript-jit) |
| 57 |
$(qt_use dbus qdbus)" |
58 |
$(qt_use dbus qdbus) |
|
|
59 |
$(qt_use phonon) |
| 60 |
$(qt_use phonon gstreamer)" |
| 58 |
qt4-build_src_configure |
61 |
qt4-build_src_configure |
| 59 |
} |
62 |
} |