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

Rename jack-audio-connection-kit -> jack; add jack2; up gst0-plugins-base, gst0-plugins-good, gst0-plugins-bad, gst0-plugins-full, and other gst0-plugins-* dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 04 16:04:04 2017 +0300 (2017-08-04)
parents 0e8dadf052b9
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst0-plugins-full"
4 VERSION="0.10.36"
5 CATEGORY="meta"
6 SHORT_DESC="Plays all multimedia files GStreamer is capable of"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 DEPENDS="gstreamer0 gst0-plugins-base gst0-plugins-good \
15 gst0-plugins-good-extra gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg \
16 schroedinger libsdl x264"
17 }