[Buildroot] [PATCH 1/2] libamcodec: New Package

daggs daggs at gmx.com
Thu Jun 9 08:38:03 UTC 2016


Greetings,
> 
> On Thu,  9 Jun 2016 10:46:43 +0300, Dagg Stompler wrote:
> 
> > diff --git a/package/libamcodec/0001-fix_flags_in_makefile.patch b/package/libamcodec/0001-fix_flags_in_makefile.patch
> > new file mode 100644
> > index 0000000..e64c4d7
> > --- /dev/null
> > +++ b/package/libamcodec/0001-fix_flags_in_makefile.patch
> 
> Patches need a description + Signed-off-by. Since the package is
> fetched from Git, please make it a Git formatted patch (i.e make a Git
> commit, and run "git format-patch HEAD^").
> 
ok, I'll do that.

> > diff --git a/package/libamcodec/libamcodec.mk b/package/libamcodec/libamcodec.mk
> > new file mode 100644
> > index 0000000..1e0bcb6
> > --- /dev/null
> > +++ b/package/libamcodec/libamcodec.mk
> > @@ -0,0 +1,33 @@
> > +################################################################################
> > +#
> > +# libamcodec
> > +#
> > +################################################################################
> > +
> > +LIBAMCODEC_VERSION = ed1d8b8c54b05c1a02a8ee44c59744e4cbed3d8d
> > +LIBAMCODEC_SITE = $(call github,mdrjr,c2_aml_libs,$(LIBAMCODEC_VERSION))
> > +LIBAMCODEC_DEPENDENCIES = alsa-lib
> 
> Has the license situation been resolved? I know you contacted upstream
> about his. Any feedback?
> 
not yet, I can try to contact the dev in charge again.

> > +
> > +# This package uses the M_PREFIX variable to construct the header and
> 
> M_PREFIX or PREFIX
> 
> (you use PREFIX when building in the amcodec subdirectory)
> 
update the comment you mean?

> > +# # library paths used when compiling
> 
> duplicate # sign.
> 
will fix.

Dagg.



More information about the buildroot mailing list