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

cinepaint: add png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 04 12:45:00 2017 +0100 (2017-11-04)
parents 0e8dadf052b9
children d958fec46c9f
rev   line source
al@19829 1 # SliTaz package receipt v2.
al@19816 2
al@19816 3 PACKAGE="gst0-plugins-full"
al@19816 4 VERSION="0.10.36"
al@19829 5 CATEGORY="meta"
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@19829 9 WEB_SITE="http://www.slitaz.org/"
al@19816 10
al@19816 11 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19816 12 genpkg_rules()
al@19816 13 {
al@19829 14 DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good \
al@19829 15 gst0-plugins-good-extra gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg \
al@19829 16 schroedinger libsdl x264"
al@19816 17 }