From 9219257fa3dc50b94777af3c7ee1c30c3a6fd8a4 Mon Sep 17 00:00:00 2001 From: Markham Date: Fri, 12 Oct 2018 13:13:50 +0200 Subject: [PATCH] remove deprecated target libvorbisidec --- make/archives.mk | 3 --- make/libraries.mk | 14 -------------- make/versions.mk | 2 +- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/make/archives.mk b/make/archives.mk index 093a7db..16d347c 100755 --- a/make/archives.mk +++ b/make/archives.mk @@ -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 diff --git a/make/libraries.mk b/make/libraries.mk index 97d2330..91ce4d0 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -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 diff --git a/make/versions.mk b/make/versions.mk index 2a68dd9..43bcffa 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -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 -- 2.39.5