wok diff gst-plugins-full/receipt @ rev 14099

wine-rt*: up 1.5.23
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sat Feb 23 08:13:57 2013 -0800 (2013-02-23)
parents
children 01010da01a4a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-full/receipt	Sat Feb 23 08:13:57 2013 -0800
     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 +}