Commit 9c08d24d authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

contrib: remove old goom definitions that are no longer used.

* fix issue with installing libraw1394 and libdc1394
* add download urls for KATE (not in use yet)
parent 2ddb17af
......@@ -1286,24 +1286,6 @@ CLEAN_FILE += .live
CLEAN_PKG += live
DISTCLEAN_PKG += live555-$(LIVEDOTCOM_VERSION).tar.gz
# ***************************************************************************
# goom
# ***************************************************************************
#goom-macosx-altivec-bin.tar.gz:
# $(WGET) $(GOOM_URL)
#goom: goom-macosx-altivec-bin.tar.gz
# $(EXTRACT_GZ)
#.goom: goom
# (cd $<;)
# touch $@
#CLEAN_FILE += .goom
#CLEAN_PKG += goom
#DISTCLEAN_PKG += goom-macosx-altivec-bin.tar.gz
# ***************************************************************************
# goom2k4
# ***************************************************************************
......@@ -1814,7 +1796,7 @@ libraw1394: libraw1394-$(LIBRAW1394_VERSION).tar.gz
#endif
.raw1394: libraw1394
(cd $<; ./configure --prefix=$(PREFIX) && make && make DESTDIR=$(PRFIX) install)
(cd $<; ./configure --prefix=$(PREFIX) && make && make DESTDIR=$(PREFIX) install)
# sed 's/^typedef u_int8_t byte_t;/\/* typedef u_int8_t byte_t;\*\//'
touch $@
......@@ -1847,7 +1829,7 @@ libdc1394: libdc1394-$(LIBDC1394_VERSION).tar.gz
.dc1394: libdc1394
(cd $<; ./configure --prefix=$(PREFIX) && \
patch -p1 < ../Patches/libdc1394-noexamples.patch && \
make && make DESTDIR=$(PRFIX) install)
make && make DESTDIR=$(PREFIX) install)
touch $@
CLEAN_FILE += .dc1394
......
......@@ -226,3 +226,5 @@ OIL_VERSION=0.3.15
OIL_URL=http://liboil.freedesktop.org/download/liboil-$(OIL_VERSION).tar.gz
SCHROED_VERSION=1.0.4
SCHROED_URL=http://www.diracvideo.org/download/schroedinger/schroedinger-$(SCHROED_VERSION).tar.gz
KATE_VERSION=0.1.6
KATE_URL=http://libkate.googlecode.com/files/libkate-$(KATE_VERSION).tar.gz
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