]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
remove deprecated target libvorbisidec
authorMarkham <markham001@gmx.de>
Fri, 12 Oct 2018 11:13:50 +0000 (13:13 +0200)
committerMarkham <markham001@gmx.de>
Fri, 12 Oct 2018 11:13:50 +0000 (13:13 +0200)
make/archives.mk
make/libraries.mk
make/versions.mk

index 093a7db97946ff140d54175fe04e82f66a9b2d25..16d347c71a157353f3e62cfdd9ecc0cd27d69c92 100755 (executable)
@@ -115,9 +115,6 @@ $(ARCHIVE)/libvorbis-$(LIBVORBIS_VER).tar.xz:
 $(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
 
index 97d233080c7dd2f80c1e4c978366c4e74ec69527..91ce4d0317de8aea3220669ea2deb547b0b62ea0 100755 (executable)
@@ -912,20 +912,6 @@ $(D)/libgd2: $(D)/zlib $(D)/libpng $(D)/libjpeg $(D)/freetype $(LIBICONV) $(ARCH
        $(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
index 2a68dd90ed1575e245ada5b29eacd2cfe4b7e767..43bcffab56f858841850f009da62e20fddbf7b10 100644 (file)
@@ -188,7 +188,7 @@ OPENSSL_SUBVER=p
 # 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