# HG changeset patch # User Dominique Corbex # Date 1361564960 -3600 # Node ID cc0524a2800d52bcd1eae498e2db5784234f29fd # Parent b80aaa8871bb3aeb652504c0ed4366090bfa8f05 New: gst-plugins-full diff -r b80aaa8871bb -r cc0524a2800d gst-plugins-full/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-full/description.txt Fri Feb 22 21:29:20 2013 +0100 @@ -0,0 +1,2 @@ +gst-plugins-full: +Loads all GStreamer plugins and dependencies. This pkg allows users to play all multimedia files GStreamer is capable of. diff -r b80aaa8871bb -r cc0524a2800d gst-plugins-full/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-full/receipt Fri Feb 22 21:29:20 2013 +0100 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="gst-plugins-full" +VERSION="0.10.36" +CATEGORY="multimedia" +SHORT_DESC="Plays all multimedia files GStreamer is capable of" +MAINTAINER="domcox@slitaz.org" +LICENSE="lgpl" +WEB_SITE="www.slitaz.org" + +DEPENDS="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \ +gst-plugins-ugly gst-ffmpeg schroedinger libsdl x264" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/doc + cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt +}