X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fmp4v2%2Fmp4v2.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fmp4v2%2Fmp4v2.mk;h=d34de02c8a9e85ed823c9146f6e046e2fcbd0926;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/mp4v2/mp4v2.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/mp4v2/mp4v2.mk new file mode 100644 index 0000000..d34de02 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/mp4v2/mp4v2.mk @@ -0,0 +1,31 @@ +################################################################################ +# +# mp4v2 +# +################################################################################ + +MP4V2_VERSION = 2.0.0 +MP4V2_SOURCE = mp4v2-$(MP4V2_VERSION).tar.bz2 +MP4V2_SITE = https://mp4v2.googlecode.com/files +MP4V2_INSTALL_STAGING = YES +MP4V2_LICENSE = MPLv1.1 +MP4V2_LICENSE_FILES = COPYING + +# help2man expects to be able to run utilities on the build machine to +# grab --help output which doesn't work when cross compiling, so +# disable it +MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no + +# infrastructure passes --disable-debug if !BR2_ENABLE_DEBUG. With +# mpv42 the only thing this option does is that it tries to strip any +# -g* options from CFLAGS/CXXFLAGS. The logic to do so is +# unfortunately buggy, so just pass --enable-debug to disable this +MP4V2_CONF_OPTS = --enable-debug --enable-largefile + +ifeq ($(BR2_PACKAGE_MP4V2_UTIL),y) +MP4V2_CONF_OPTS += --enable-util +else +MP4V2_CONF_OPTS += --disable-util +endif + +$(eval $(autotools-package))