void-packages/srcpkgs/gst-ffmpeg/template

25 lines
917 B
Plaintext

# Template file for 'gst-ffmpeg'
pkgname=gst-ffmpeg
version=0.10.13
revision=1
homepage="http://gstreamer.freedesktop.org"
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--with-ffmpeg-extra-configure=--enable-runtime-cpudetect"
makedepends="pkg-config yasm zlib-devel orc-devel glib-devel gstreamer-devel gst-plugins-base-devel libxml2-devel"
short_desc="GStreamer FFmpeg plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62
long_desc="
This GStreamer plugin supports a large number of audio and video compression
formats through the use of the FFmpeg library. The plugin contains GStreamer
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
demuxing 30+ formats and colorspace conversion."
gst-ffmpeg_package() {
pkg_install() {
vmove usr
}
}