[vlc-devel] [PATCH 3/9] contribs: Add medialibrary

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon Jul 16 17:24:30 CEST 2018


On Fri, Jul 13, 2018, at 6:43 PM, Rémi Denis-Courmont wrote:
> Le perjantaina 13. heinäkuuta 2018, 18.07.21 EEST Hugo Beauzée-Luyssen a écrit 
> :
> > ---
> >  contrib/src/medialibrary/rules.mak | 33 ++++++++++++++++++++++++++++++
> >  1 file changed, 33 insertions(+)
> >  create mode 100644 contrib/src/medialibrary/rules.mak
> > 
> > diff --git a/contrib/src/medialibrary/rules.mak
> > b/contrib/src/medialibrary/rules.mak new file mode 100644
> > index 0000000000..c7ef5acb88
> > --- /dev/null
> > +++ b/contrib/src/medialibrary/rules.mak
> > @@ -0,0 +1,33 @@
> > +MEDIALIBRARY_HASH := fc8e82d267f1a0d2a2159e08c515bb9d0a531013
> > +MEDIALIBRARY_VERSION := git-$(MEDIALIBRARY_HASH)
> > +MEDIALIBRARY_GITURL :=
> > https://code.videolan.org/videolan/medialibrary/-/archive/$(MEDIALIBRARY_HA
> > SH)/medialibrary-$(MEDIALIBRARY_HASH).tar.gz +
> > +PKGS += medialibrary
> > +ifeq ($(call need_pkg,"medialibrary"),)
> > +PKGS_FOUND += medialibrary
> > +endif
> > +
> > +DEPS_medialibrary = sqlite $(DEPS_sqlite) jpeg $(deps_JPEG)
> > +
> > +$(TARBALLS)/medialibrary-$(MEDIALIBRARY_VERSION).tar.gz:
> > +	$(call download,$(MEDIALIBRARY_GITURL))
> > +
> > +.sum-medialibrary: medialibrary-$(MEDIALIBRARY_VERSION).tar.gz
> > +	$(warning $@ not implemented)
> 
> In my opinion, such a cop out is not acceptable any longer.
> 

Agreed, this was easier at first, but is not enough anymore. Fixed locally

> > +	touch $@
> 
> -- 
> Реми Дёни-Курмон
> http://www.remlab.net/
> 
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


-- 
  Hugo Beauzée-Luyssen
  hugo at beauzee.fr


More information about the vlc-devel mailing list