X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fgstreamer1%2Fgst1-validate%2Fgst1-validate.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fgstreamer1%2Fgst1-validate%2Fgst1-validate.mk;h=9a9e796aa958d4f129c43e187acc808ac1856a3c;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/gstreamer1/gst1-validate/gst1-validate.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/gstreamer1/gst1-validate/gst1-validate.mk new file mode 100644 index 0000000..9a9e796 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/gstreamer1/gst1-validate/gst1-validate.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# gst1-validate +# +################################################################################ + +GST1_VALIDATE_VERSION = 1.4.0 +GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz +GST1_VALIDATE_SITE = http://gstreamer.freedesktop.org/src/gst-validate +GST1_VALIDATE_LICENSE = LGPLv2.1+ +GST1_VALIDATE_LICENSE_FILES = COPYING + +GST1_VALIDATE_CONF_OPTS = --disable-sphinx-doc + +GST1_VALIDATE_DEPENDENCIES = gstreamer1 gst1-plugins-base host-python python + +$(eval $(autotools-package))