wok 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 d3584f1d2a06
children fc572791f0a0
files midori-video/receipt
line diff
     1.1 --- a/midori-video/receipt	Sat Jan 23 09:35:16 2016 +0100
     1.2 +++ b/midori-video/receipt	Sat Jan 23 11:28:22 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="midori-video"
     1.7 -VERSION="0.5.0"
     1.8 +VERSION="0.5.2"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Add video support to midori for html5 videos"
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -9,8 +9,8 @@
    1.13  WEB_SITE="http://www.slitaz.org"
    1.14  
    1.15  DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \
    1.16 -gst-plugins-bad gst-ffmpeg"
    1.17 -
    1.18 + gst-ffmpeg"
    1.19 +SUGGESTED="gst-plugins-bad"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()