Skip to content
Snippets Groups Projects
Commit 3707b647 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

contrib: Bump medialibrary version

parent 26e03eb0
No related branches found
No related tags found
1 merge request!57Bump medialibrary version
Pipeline #92281 passed with stage
in 12 minutes and 49 seconds
MEDIALIBRARY_HASH := f624aad56071999f899eb1380c914b5f61dfc52c
MEDIALIBRARY_HASH := d3711efef557e240687bfd3bcbc7be16604fd48c
MEDIALIBRARY_VERSION := git-$(MEDIALIBRARY_HASH)
MEDIALIBRARY_GITURL := https://code.videolan.org/videolan/medialibrary.git
PKGS += medialibrary
ifeq ($(call need_pkg,"medialibrary >= 0.9.1"),)
ifeq ($(call need_pkg,"medialibrary >= 0.9.2"),)
PKGS_FOUND += medialibrary
endif
......@@ -18,14 +18,10 @@ $(TARBALLS)/medialibrary-$(MEDIALIBRARY_VERSION).tar.xz:
medialibrary: medialibrary-$(MEDIALIBRARY_VERSION).tar.xz .sum-medialibrary
$(UNPACK)
$(call pkg_static, "medialibrary.pc.in")
$(UPDATE_AUTOCONFIG)
$(MOVE)
.medialibrary: medialibrary
$(RECONF)
cd $< && $(HOSTVARS_PIC) ./configure --disable-tests --without-libvlc $(HOSTCONF)
cd $< && $(MAKE)
cd $< && $(MAKE) install
cd $< && $(HOSTVARS_MESON) $(MESON) -Dlibvlc=disabled build
cd $< && cd build && ninja install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment