void-packages/srcpkgs/gst-plugins-bad/template

48 lines
1.9 KiB
Plaintext

# Template file for 'gst-plugins-bad'.
pkgname=gst-plugins-bad
version=0.10.23
revision=4
build_style=gnu-configure
configure_args="--enable-experimental --disable-static"
makedepends="pkg-config intltool alsa-lib-devel celt-devel openssl-devel
gst-plugins-base-devel libdca-devel orc-devel libmms-devel exempi-devel
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel>=1.5.10
faad2-devel libdvdread-devel libdvdnav-devel librsvg-devel libsndfile-devel
xvidcore-devel jasper-devel libmodplug-devel neon-devel libcurl-devel
libvpx-devel libvdpau-devel libgsm-devel librtmp-devel"
short_desc="GStreamer plugins from the bad set"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://gstreamer.freedesktop.org"
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.xz"
checksum=03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9
long_desc="
GStreamer is a streaming media framework, badd on graphs of filters which
operate on media data. Applications using this library can do anything
real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-badd architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.
GStreamer Bad Plug-ins is a set of plug-ins that are not up to par
compared to the rest. They might be close to being good quality, but
they're missing something - be it a good code review, some documentation,
a set of tests, a real live maintainer, or some actual wide use."
gst-plugins-bad-devel_package() {
depends="gst-plugins-base-devel ${sourcepkg}>=${version}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}
gst-plugins-bad_package() {
# Requires libgstfft-0.10.so.0 from gst-plugins-base-0.10.36.
depends="gst-plugins-base>=0.10.36"
pkg_install() {
vmove usr
}
}