wok-current diff gst-plugins-full/receipt @ rev 14373

Up: libraw-dev (0.14.7)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 21 20:21:38 2013 +0200 (2013-04-21)
parents
children 01010da01a4a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-full/receipt	Sun Apr 21 20:21:38 2013 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst-plugins-full"
     1.7 +VERSION="0.10.36"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Plays all multimedia files GStreamer is capable of"
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +LICENSE="lgpl"
    1.12 +WEB_SITE="www.slitaz.org"
    1.13 +
    1.14 +DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
    1.15 +gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share/doc
    1.21 +	cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
    1.22 +}