wok-next view gst0-plugins-full/receipt @ rev 19819

gstreamer0: update for the new bison version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 29 12:09:11 2017 +0200 (2017-07-29)
parents
children fb478984fbc8
line source
1 # SliTaz package receipt.
3 PACKAGE="gst0-plugins-full"
4 VERSION="0.10.36"
5 CATEGORY="multimedia"
6 SHORT_DESC="Plays all multimedia files GStreamer is capable of"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="www.slitaz.org"
11 DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good gst0-plugins-good-extra \
12 gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg schroedinger libsdl x264"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/doc
18 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
19 }