wok rev 14091

New: gst-plugins-full
author Dominique Corbex <domcox@slitaz.org>
date Fri Feb 22 21:29:20 2013 +0100 (2013-02-22)
parents b80aaa8871bb
children 0bf5627a5e3f
files gst-plugins-full/description.txt gst-plugins-full/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-plugins-full/description.txt	Fri Feb 22 21:29:20 2013 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +gst-plugins-full:
     1.5 +Loads all GStreamer plugins and dependencies. This pkg allows users to play all multimedia files GStreamer is capable of.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gst-plugins-full/receipt	Fri Feb 22 21:29:20 2013 +0100
     2.3 @@ -0,0 +1,19 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="gst-plugins-full"
     2.7 +VERSION="0.10.36"
     2.8 +CATEGORY="multimedia"
     2.9 +SHORT_DESC="Plays all multimedia files GStreamer is capable of"
    2.10 +MAINTAINER="domcox@slitaz.org"
    2.11 +LICENSE="lgpl"
    2.12 +WEB_SITE="www.slitaz.org"
    2.13 +
    2.14 +DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
    2.15 +gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264"
    2.16 +
    2.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 +genpkg_rules()
    2.19 +{
    2.20 +	mkdir -p $fs/usr/share/doc
    2.21 +	cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
    2.22 +}