[vlc-commits] Contribs: dvdread, simplify the rules
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 15 12:36:39 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 15 12:36:14 2014 +0200| [0b4c9bc84b8da64089ac39f5b79d794be2e99b26] | committer: Jean-Baptiste Kempf
Contribs: dvdread, simplify the rules
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b4c9bc84b8da64089ac39f5b79d794be2e99b26
---
contrib/src/dvdread/rules.mak | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak
index a542b1d..85c7a87 100644
--- a/contrib/src/dvdread/rules.mak
+++ b/contrib/src/dvdread/rules.mak
@@ -1,9 +1,6 @@
# DVDREAD
-
LIBDVDREAD_VERSION := 4.9.9
LIBDVDREAD_URL := http://download.videolan.org/pub/videolan/libdvdread/4.9.9/libdvdread-$(LIBDVDREAD_VERSION).tar.bz2
-#DVDREAD_GITURL := git://git.videolan.org/libdvdread
-#LIBDVDREAD_VERSION := git
ifdef BUILD_DISCS
ifdef GPL
@@ -14,15 +11,10 @@ ifeq ($(call need_pkg,"dvdread > 4.9.0 "),)
PKGS_FOUND += dvdread
endif
-# $(TARBALLS)/libdvdread-git.tar.xz:
-# $(call download_git,$(DVDREAD_GITURL))
-
$(TARBALLS)/libdvdread-$(LIBDVDREAD_VERSION).tar.bz2:
$(call download,$(LIBDVDREAD_URL))
-#.sum-dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz
-# $(warning $@ not implemented)
-# touch $@
+.sum-dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2
dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2 .sum-dvdread
$(UNPACK)
More information about the vlc-commits
mailing list