# tremor (fixed-point Vorbis) ifndef HAVE_FPU PKGS += tremor endif $(TARBALLS)/tremor-svn.tar.xz: rm -Rf tremor-svn $(SVN) export http://svn.xiph.org/trunk/Tremor tremor-svn tar cvJ tremor-svn > $@ .sum-tremor: tremor-svn.tar.xz $(warning Integrity check skipped.) touch $@ tremor: tremor-svn.tar.xz .sum-tremor # Stuff that does not depend on libogg $(UNPACK) $(APPLY) $(SRC)/tremor/tremor.patch rm -f tremor-svn/ogg.h tremor-svn/os_types.h echo '#include ' > tremor-svn/ogg.h echo '#include ' > tremor-svn/os_types.h $(MOVE) .tremor: tremor .ogg # Stuff that depends on libogg cd $< && \ $(HOSTVARS) CFLAGS="$(CFLAGS) $(NOTHUMB)" ./autogen.sh $(HOSTCONF) cd $< && $(MAKE) install touch $@