[vlmc-devel] contribs: Add libvlcpp rule

Hugo Beauzée-Luyssen git at videolan.org
Tue Aug 2 01:00:21 CEST 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Jul 18 09:29:08 2016 +0200| [a2d1c3730cc221647e12b753aac33c136ec33f19] | committer: Hugo Beauzée-Luyssen

contribs: Add libvlcpp rule

> https://code.videolan.org/videolan/vlmc/commit/a2d1c3730cc221647e12b753aac33c136ec33f19
---

 contribs/src/libvlcpp/rules.mak | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/contribs/src/libvlcpp/rules.mak b/contribs/src/libvlcpp/rules.mak
new file mode 100644
index 0000000..160b61b
--- /dev/null
+++ b/contribs/src/libvlcpp/rules.mak
@@ -0,0 +1,22 @@
+LIBVLCPP_VERSION := master
+LIBVLCPP_URL := https://code.videolan.org/videolan/libvlcpp.git
+
+PKGS += libvlcpp
+ifeq ($(call need_pkg,"libvlcpp"),)
+PKGS_FOUND += libvlcpp
+endif
+
+$(TARBALLS)/libvlcpp-$(LIBVLCPP_VERSION).tar.xz:
+	$(call download_git,$(LIBVLCPP_URL),,$(LIBVLCPP_VERSION))
+
+libvlcpp: libvlcpp-$(LIBVLCPP_VERSION).tar.xz
+	$(UNPACK)
+	$(MOVE)
+
+.libvlcpp: libvlcpp
+	$(RECONF)
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
+	cd $< && $(MAKE) install
+	touch $@
+	
+



More information about the Vlmc-devel mailing list