Commit da3dc2ae authored by Rafaël Carré's avatar Rafaël Carré

contribs: bump orc and schroedinger

schroedinger doesn't depend on orcc anymore
parent 0d53fcf4
......@@ -2347,14 +2347,8 @@ schroedinger: schroedinger-$(SCHROED_VERSION).tar.gz
patch -p0 < Patches/schroedinger-notests.patch
(cd $@; autoreconf -iv)
ifdef HAVE_WIN32
ORCC="wine $(PREFIX)/bin/orcc.exe"
else
ORCC="orcc"
endif
.schroedinger: schroedinger .orc
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --with-thread=none --disable-gtk-doc --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make ORCC=$(ORCC) && make install)
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --with-thread=none --disable-gtk-doc --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
touch $@
CLEAN_FILE += .schroedinger
......
......@@ -215,9 +215,9 @@ KATE_VERSION=0.3.8
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
ORC_VERSION=0.4.4
ORC_VERSION=0.4.10
ORC_URL=http://code.entropywave.com/download/orc/orc-$(ORC_VERSION).tar.gz
SCHROED_VERSION=1.0.9
SCHROED_VERSION=1.0.10
SCHROED_URL=http://diracvideo.org/download/schroedinger/schroedinger-$(SCHROED_VERSION).tar.gz
ASS_VERSION=0.9.11
ASS_URL=http://libass.googlecode.com/files/libass-$(ASS_VERSION).tar.bz2
......
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