wok diff gst-plugins-full/receipt @ rev 14462
Remove geanyvc. Now include in geny-plgins
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:57:52 2013 +0200 (2013-04-27) |
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 Apr 27 02:57:52 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 +}