wok view midori-video/receipt @ rev 20591

compiz-plugins-unsupported, gucharmap3: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 21:00:34 2018 +0100 (2018-12-15)
parents c05d347e9bb5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="midori-video"
4 VERSION="0.5.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Add video support to midori for html5 videos"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.slitaz.org"
11 DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \
12 gst-ffmpeg-small"
14 SUGGESTED="gst-plugins-bad gst-ffmpeg"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/doc
20 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
21 }