$(ARCHIVE)/ncurses-$(NCURSES_VER).tar.gz:
$(WGET) http://ftp.gnu.org/pub/gnu/ncurses/ncurses-$(NCURSES_VER).tar.gz
-$(ARCHIVE)/libvorbisidec_1.0.2+svn14261.orig.tar.gz:
- $(WGET) http://www.fhloston-paradise.de/libvorbisidec_1.0.2+svn14261.orig.tar.gz
-
$(ARCHIVE)/libpcap-1.1.1.tar.gz:
$(WGET) http://www.fhloston-paradise.de/libpcap-1.1.1.tar.gz
$(REWRITE_LIBTOOL)/libgd.la
$(TOUCH)
-$(D)/libvorbisidec: $(ARCHIVE)/libvorbisidec_1.0.2+svn14261.orig.tar.gz | $(TARGETPREFIX)
- $(START_BUILD)
- $(UNTAR)/libvorbisidec_1.0.2+svn14261.orig.tar.gz
- pushd $(BUILD_TMP)/libvorbisidec-1.0.2+svn14261 && \
- patch -p1 < $(PATCHES)/tremor.diff && \
- ./autogen.sh && \
- $(CONFIGURE) --prefix= --build=$(BUILD) --host=$(TARGET) && \
- $(MAKE) all && \
- perl -pi -e "s,^prefix=.*$$,prefix=$(TARGETPREFIX)," vorbisidec.pc && \
- $(MAKE) install DESTDIR=$(TARGETPREFIX) && \
- install -m644 vorbisidec.pc $(TARGETPREFIX)/lib/pkgconfig
- $(REMOVE)/libvorbisidec-1.0.2+svn14261
- $(TOUCH)
-
$(D)/libpcap: $(ARCHIVE)/libpcap-1.1.1.tar.gz | $(TARGETPREFIX)
$(START_BUILD)
$(UNTAR)/libpcap-1.1.1.tar.gz
# libogg
LIBOGG_VER = 1.3.3
-# libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware
+# libvorbis is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware
LIBVORBIS_VER = 1.3.6
# openthreads; an object-oriented thread interface for C++ programmers