Commit 40c4a544 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: update libbluray to 0.2.1

parent 7ba6f22b
b938ca838d6e4ceaac74ca8850efb9d8c312638b70a9b42ebffd63bf703341eab3ce98b6edeea9b3284ba1d0f8b46fe803db1f668e72752e1e23e96435ac77dc libbluray-0.2.1.tar.bz2
...@@ -3,26 +3,25 @@ ...@@ -3,26 +3,25 @@
ifdef BUILD_DISCS ifdef BUILD_DISCS
PKGS += libbluray PKGS += libbluray
endif endif
ifeq ($(call need_pkg,"libbluray"),) ifeq ($(call need_pkg,"libbluray >= 0.2.1"),)
PKGS_FOUND += libbluray PKGS_FOUND += libbluray
endif endif
BLURAY_GITURL := git://git.videolan.org/libbluray.git BLURAY_VERSION := 0.2.1
BLURAY_URL := http://ftp.videolan.org/pub/videolan/libbluray/0.2.1/libbluray-0.2.1.tar.bz2
$(TARBALLS)/libbluray-git.tar.xz: $(TARBALLS)/libbluray-0.2.1.tar.bz2:
$(call download_git,$(BLURAY_GITURL)) $(call download,$(BLURAY_URL))
.sum-libbluray: libbluray-git.tar.xz .sum-bluray: libbluray-0.2.1.tar.bz2
$(warning Integrity check skipped.)
touch $@
libbluray: libbluray-git.tar.xz .sum-libbluray libbluray: libbluray-0.2.1.tar.bz2 .sum-bluray
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/bluray/pkg-static.patch $(APPLY) $(SRC)/bluray/pkg-static.patch
$(MOVE) $(MOVE)
.libbluray: libbluray .libbluray: libbluray
cd $< && ./bootstrap cd $< && ./bootstrap
cd $< && $(HOSTVARS) ./configure --disable-examples --disable-debug $(HOSTCONF) cd $< && $(HOSTVARS) ./configure --disable-examples --disable-debug --disable-libxml2 $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment