18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
# Template file for 'gst-libav'
|
|
pkgname=gst-libav
|
|
version=1.0.3
|
|
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"
|
|
checksum=5193f158e2554a9450325dbb0c60e8f4b6b8a9244ae10ea07d0f7418a0e07959
|
|
long_desc="
|
|
This module contains a GStreamer plugin for FFmpeg, as well as an internal
|
|
copy of the FFmpeg source code."
|