gstreamer: remove long_desc.
This commit is contained in:
parent
1d3d558cce
commit
b225ecdf66
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gstreamer'.
|
||||
pkgname=gstreamer
|
||||
version=0.10.36
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valgrind --enable-docbook"
|
||||
hostmakedepends="libtool pkg-config flex python perl docbook-xsl glib-devel"
|
||||
|
@ -12,14 +12,6 @@ homepage="http://gstreamer.freedesktop.org/"
|
|||
license="LGPL-2.1"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da
|
||||
long_desc="
|
||||
GStreamer is a library for constructing of graphs of media-handling components.
|
||||
The use cases it covers range from simple Ogg/Vorbis playback, audio/video
|
||||
streaming to complex audio (mixing) and video (non-linear editing) processing.
|
||||
|
||||
Applications can take advantage of advances in codec and filter technology
|
||||
transparently. Developers can add new codecs and filters by writing a simple
|
||||
plugin with a clean, generic interface."
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue