Commit de0146e4 authored by ogg.k.ogg.k's avatar ogg.k.ogg.k Committed by Rémi Denis-Courmont

add libtiger to the contribs

I've added libtiger to the contribs setup, but since it depends
on Pango and Cairo, building it fully via contribs if those
dependencies are not there already will be tricky.

add kate/tiger to debian, fedora, unix,
as they're quite likely to build and run fine there
both are known to work on fedora
libkate is reported to work on darwin too, but i'll shy
away from adding it there as it's too circumstancial

also, do not run autoconf for libkate, it ships an up to date configure
Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent e236a562
......@@ -6,6 +6,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
.png .gpg-error .gcrypt .gnutls .mpcdec \
.dvdnav .dvbpsi .wxwidgets .dirac \
.dca .raw1394 .dc1394 .lua .zvbi \
.kate .tiger \
.aclocal
# .SDL_image .daap .cddb .cdio .vcdimager
......@@ -5,5 +5,5 @@ all: .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \
.live .goom2k4 .caca .mod .x264 .xml .twolame \
.mpcdec \
.dvbpsi .dirac .schroedinger \
.dca .lua .zvbi
.dca .lua .zvbi .kate .tiger
......@@ -6,6 +6,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
.png .gpg-error .gcrypt .gnutls .mpcdec \
.dvdnav .dvbpsi .wxwidgets .dirac \
.dca .raw1394 .dc1394 .lua .zvbi \
.kate .tiger \
.aclocal
# .png .gpg-error .gcrypt .gnutls .mpcdec \
# .SDL_image .daap .cddb .cdio .vcdimager
......
......@@ -2302,7 +2302,6 @@ libkate-$(KATE_VERSION).tar.gz:
libkate: libkate-$(KATE_VERSION).tar.gz
$(EXTRACT_GZ)
(cd $@; autoconf)
.kate: libkate .ogg
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-valgrind && make && make install)
......@@ -2313,6 +2312,25 @@ CLEAN_FILE += .kate
CLEAN_PKG += libkate
DISTCLEAN_PKG += libkate-$(KATE_VERSION).tar.gz
# ***************************************************************************
# tiger
# ***************************************************************************
libtiger-$(TIGER_VERSION).tar.gz:
$(WGET) $(TIGER_URL)
libtiger: libtiger-$(TIGER_VERSION).tar.gz
$(EXTRACT_GZ)
.tiger: libtiger .kate
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
touch $@
CLEAN_FILE += .tiger
CLEAN_PKG += libtiger
DISTCLEAN_PKG += libtiger-$(TIGER_VERSION).tar.gz
# ***************************************************************************
# Copy aclocal files
# This is necessary for --missing aclocal to succeed after a
......
......@@ -224,6 +224,8 @@ YASM_URL=$(VIDEOLAN)/testing/contrib/yasm-$(YASM_VERSION).tar.gz
#YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
KATE_VERSION=0.1.7
KATE_URL=http://libkate.googlecode.com/files/libkate-$(KATE_VERSION).tar.gz
TIGER_VERSION=0.3.1
TIGER_URL=http://libtiger.googlecode.com/files/libtiger-$(TIGER_VERSION).tar.gz
OIL_VERSION=0.3.15
OIL_URL=http://liboil.freedesktop.org/download/liboil-$(OIL_VERSION).tar.gz
SCHROED_VERSION=1.0.4
......
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