wok-next annotate gst0-plugins-full/receipt @ rev 19816

gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 00:56:44 2017 +0300 (2017-07-27)
parents
children fb478984fbc8
rev   line source
al@19816 1 # SliTaz package receipt.
al@19816 2
al@19816 3 PACKAGE="gst0-plugins-full"
al@19816 4 VERSION="0.10.36"
al@19816 5 CATEGORY="multimedia"
al@19816 6 SHORT_DESC="Plays all multimedia files GStreamer is capable of"
al@19816 7 MAINTAINER="domcox@slitaz.org"
al@19816 8 LICENSE="LGPL"
al@19816 9 WEB_SITE="www.slitaz.org"
al@19816 10
al@19816 11 DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good gst0-plugins-good-extra \
al@19816 12 gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg schroedinger libsdl x264"
al@19816 13
al@19816 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19816 15 genpkg_rules()
al@19816 16 {
al@19816 17 mkdir -p $fs/usr/share/doc
al@19816 18 cp $WOK/$PACKAGE/description.txt $fs/usr/share/doc/midori-video.txt
al@19816 19 }