wok annotate midori-video/receipt @ rev 18847

midori-video: remove gst-plugins-bad from depends

most used codecs are inside gst-ffmpeg-0.10.13
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jan 23 11:28:22 2016 +0100 (2016-01-23)
parents 76b72f1ad63c
children b6a74775afd4
rev   line source
domcox@14090 1 # SliTaz package receipt.
domcox@14090 2
domcox@14090 3 PACKAGE="midori-video"
psychomaniak@18847 4 VERSION="0.5.2"
domcox@14090 5 CATEGORY="multimedia"
domcox@14090 6 SHORT_DESC="Add video support to midori for html5 videos"
domcox@14090 7 MAINTAINER="domcox@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
domcox@14090 9 WEB_SITE="http://www.slitaz.org"
domcox@14090 10
domcox@14090 11 DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \
psychomaniak@18847 12 gst-ffmpeg"
psychomaniak@18847 13 SUGGESTED="gst-plugins-bad"
domcox@14090 14
domcox@14090 15 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14090 16 genpkg_rules()
domcox@14090 17 {
domcox@14090 18 mkdir -p $fs/usr/share/doc
domcox@14090 19 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
domcox@14090 20 }
domcox@14090 21