wok view libQtWebkit-video/receipt @ rev 23591

python-pysol-cards: added build dependency
author Hans-G?nter Theisgen
date Wed Apr 08 10:35:39 2020 +0100 (2020-04-08)
parents 27b7a2f535d7
children cb67b4f8be05
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtWebkit-video"
4 VERSION="2.3.4-kde4"
5 CATEGORY="meta"
6 SHORT_DESC="Web browser engine for Qt (with gstreamer HTML5 audio video support)"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
11 DEPENDS="libQtCore libQtGui libQtNetwork libpng gst-plugins-base \
12 gst-plugins-good gst-ffmpeg libQtDeclarative qtwebkit "
14 SUGGESTED="gst-plugins-bad gst-plugins-ugly"
16 #Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/applications
20 cat > $fs/usr/share/applications/QtTestBrowser.desktop <<EOT
21 [Desktop Entry]
22 Type=Application
23 Name=qtwebkit test browser
24 Exec=QtTestBrowser
25 Categories=Network;
26 EOT
27 mkdir -p $fs/usr/lib
28 }