wok-next diff gst0-plugins-full/receipt @ rev 20082

Up clementine
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:19:39 2017 +0200 (2017-10-25)
parents 0e8dadf052b9
children d958fec46c9f
line diff
     1.1 --- a/gst0-plugins-full/receipt	Thu Jul 27 00:56:44 2017 +0300
     1.2 +++ b/gst0-plugins-full/receipt	Wed Oct 25 12:19:39 2017 +0200
     1.3 @@ -1,19 +1,17 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gst0-plugins-full"
     1.8  VERSION="0.10.36"
     1.9 -CATEGORY="multimedia"
    1.10 +CATEGORY="meta"
    1.11  SHORT_DESC="Plays all multimedia files GStreamer is capable of"
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="LGPL"
    1.14 -WEB_SITE="www.slitaz.org"
    1.15 -
    1.16 -DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good gst0-plugins-good-extra \
    1.17 -gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg schroedinger libsdl x264"
    1.18 +WEB_SITE="http://www.slitaz.org/"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/share/doc
    1.24 -	cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
    1.25 +	DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good \
    1.26 +	gst0-plugins-good-extra gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg \
    1.27 +	schroedinger libsdl x264"
    1.28  }