[vlc-commits] contrib: add tiger

Rémi Denis-Courmont git at videolan.org
Thu Jun 30 18:10:38 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 30 16:22:26 2011 +0300| [ac0cbe7fdd0fd78884b62fefa5f61ba3129a052d] | committer: Rémi Denis-Courmont

contrib: add tiger

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

 contrib/src/tiger/SHA512SUMS |    1 +
 contrib/src/tiger/rules.mak  |   24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/contrib/src/tiger/SHA512SUMS b/contrib/src/tiger/SHA512SUMS
new file mode 100644
index 0000000..fa591d5
--- /dev/null
+++ b/contrib/src/tiger/SHA512SUMS
@@ -0,0 +1 @@
+7086309d83cf6075a22e2ed53f27eb3f7d3ed9558747fa077da6c72be92d9f0f36142f7a7828cb622e7b370e0a24497c07c6afddefa127e792005926fc3c8235  libtiger-0.3.1.tar.gz
diff --git a/contrib/src/tiger/rules.mak b/contrib/src/tiger/rules.mak
new file mode 100644
index 0000000..26a6012
--- /dev/null
+++ b/contrib/src/tiger/rules.mak
@@ -0,0 +1,24 @@
+# Tiger
+
+TIGER_VERSION := 0.3.1
+TIGER_URL := http://libtiger.googlecode.com/files/libtiger-$(TIGER_VERSION).tar.gz
+
+ifeq ($(call need_pkg,"pangocairo >= 0.16"),)
+# only available if the system has pangocairo
+PKGS += tiger
+endif
+
+$(TARBALLS)/libtiger-$(TIGER_VERSION).tar.gz:
+	$(call download,$(TIGER_URL))
+
+.sum-tiger: libtiger-$(TIGER_VERSION).tar.gz
+
+libtiger: libtiger-$(TIGER_VERSION).tar.gz .sum-tiger
+	$(UNPACK)
+	$(MOVE)
+
+.tiger: libtiger .kate
+	cd $< && autoreconf -fiv
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-doc
+	cd $< && $(MAKE) install
+	touch $@



More information about the vlc-commits mailing list