[vlc-commits] Contribs: add libblurray

Jean-Baptiste Kempf git at videolan.org
Sat Aug 6 20:01:45 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug  6 19:58:27 2011 +0200| [6fbd2fddd66f3eed02e6b679b24216be3d3443d8] | committer: Jean-Baptiste Kempf

Contribs: add libblurray

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fbd2fddd66f3eed02e6b679b24216be3d3443d8
---

 contrib/src/bluray/rules.mak |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
new file mode 100644
index 0000000..a170fc7
--- /dev/null
+++ b/contrib/src/bluray/rules.mak
@@ -0,0 +1,27 @@
+# LIBBLURAY
+
+ifdef BUILD_DISCS
+PKGS += libbluray
+endif
+ifeq ($(call need_pkg,"libbluray"),)
+PKGS_FOUND += libbluray
+endif
+
+BLURAY_GITURL := git://git.videolan.org/libbluray.git
+
+$(TARBALLS)/libbluray-git.tar.xz:
+	$(call download_git,$(BLURAY_GITURL))
+
+.sum-libbluray: libbluray-git.tar.xz
+	$(warning Integrity check skipped.)
+	touch $@
+
+libbluray: libbluray-git.tar.xz .sum-libbluray
+	$(UNPACK)
+	$(MOVE)
+
+.libbluray: libbluray 
+	cd $< && ./bootstrap
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
+	cd $< && $(MAKE) install
+	touch $@



More information about the vlc-commits mailing list