void-packages/srcpkgs/gst-libav/template

18 lines
664 B
Plaintext
Raw Normal View History

2012-10-18 08:16:35 +00:00
# Template file for 'gst-libav'
pkgname=gst-libav
2012-11-22 08:51:35 +00:00
version=1.0.3
2012-10-18 08:16:35 +00:00
revision=1
provides="gst-ffmpeg-${version}"
build_style=gnu-configure
configure_args="--with-libav-extra-configure=--enable-runtime-cpudetect"
makedepends="pkg-config yasm orc-devel gst-plugins-base1-devel"
short_desc="GStreamer libav plugin"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://gstreamer.freedesktop.org"
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.xz"
2012-11-22 08:51:35 +00:00
checksum=5193f158e2554a9450325dbb0c60e8f4b6b8a9244ae10ea07d0f7418a0e07959
2012-10-18 08:16:35 +00:00
long_desc="
This module contains a GStreamer plugin for FFmpeg, as well as an internal
copy of the FFmpeg source code."