From owner-svn-ports-all@freebsd.org Sat Sep 1 00:33:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D8ABFCF884; Sat, 1 Sep 2018 00:33:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7E4E8DEF7; Sat, 1 Sep 2018 00:33:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99E0E22A4C; Sat, 1 Sep 2018 00:33:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w810XTPk050002; Sat, 1 Sep 2018 00:33:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w810XS7L049998; Sat, 1 Sep 2018 00:33:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809010033.w810XS7L049998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 1 Sep 2018 00:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478648 - in head/audio/zita-resampler: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/audio/zita-resampler: . files X-SVN-Commit-Revision: 478648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 00:33:30 -0000 Author: swills Date: Sat Sep 1 00:33:28 2018 New Revision: 478648 URL: https://svnweb.freebsd.org/changeset/ports/478648 Log: audio/zita-resampler: Update to 1.6.2 PR: 231026 Submitted by: Goran Mekić (maintainer) Modified: head/audio/zita-resampler/Makefile (contents, props changed) head/audio/zita-resampler/distinfo (contents, props changed) head/audio/zita-resampler/files/patch-Makefile (contents, props changed) head/audio/zita-resampler/pkg-plist (contents, props changed) Modified: head/audio/zita-resampler/Makefile ============================================================================== --- head/audio/zita-resampler/Makefile Sat Sep 1 00:29:12 2018 (r478647) +++ head/audio/zita-resampler/Makefile Sat Sep 1 00:33:28 2018 (r478648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zita-resampler -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.2 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ @@ -13,6 +13,6 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/../COPYING USES= gmake tar:bzip2 -WRKSRC_SUBDIR= libs +WRKSRC_SUBDIR= source .include Modified: head/audio/zita-resampler/distinfo ============================================================================== --- head/audio/zita-resampler/distinfo Sat Sep 1 00:29:12 2018 (r478647) +++ head/audio/zita-resampler/distinfo Sat Sep 1 00:33:28 2018 (r478648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484153136 -SHA256 (zita-resampler-1.6.0.tar.bz2) = 10888d76299d8072990939be45d6fc5865f5a45d766d7690819c5899d2a588f0 -SIZE (zita-resampler-1.6.0.tar.bz2) = 126427 +TIMESTAMP = 1535358067 +SHA256 (zita-resampler-1.6.2.tar.bz2) = 233baefee297094514bfc9063e47f848e8138dc7c959d9cd957b36019b98c5d7 +SIZE (zita-resampler-1.6.2.tar.bz2) = 125539 Modified: head/audio/zita-resampler/files/patch-Makefile ============================================================================== --- head/audio/zita-resampler/files/patch-Makefile Sat Sep 1 00:29:12 2018 (r478647) +++ head/audio/zita-resampler/files/patch-Makefile Sat Sep 1 00:33:28 2018 (r478648) @@ -1,65 +1,51 @@ ---- Makefile.orig 2015-10-02 14:59:52 UTC +--- Makefile.orig 2018-08-24 18:41:47 UTC +++ Makefile @@ -1,7 +1,7 @@ # ---------------------------------------------------------------------------- # - # Copyright (C) 2006-2012 Fons Adriaensen + # Copyright (C) 2006-2018 Fons Adriaensen -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or -@@ -20,8 +20,8 @@ +@@ -20,10 +20,9 @@ # Modify as required. # --PREFIX = /usr/local -SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') -+PREFIX ?= /usr/local -+SUFFIX = - LIBDIR = lib$(SUFFIX) + PREFIX ?= /usr/local + INCDIR ?= $(PREFIX)/include +-LIBDIR ?= $(PREFIX)/lib$(SUFFIX) ++LIBDIR ?= $(PREFIX)/lib MAJVERS = 1 -@@ -31,10 +31,7 @@ DISTDIR = zita-resampler-$(VERSION) - - + MINVERS = 6.2 +@@ -34,7 +33,7 @@ DISTDIR = zita-resampler-$(VERSION) CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS --CXXFLAGS += -Wall -fPIC -O2 -ffast-math --CXXFLAGS += -march=native + CXXFLAGS += -Wall -fPIC -O2 -ffast-math + CXXFLAGS += -march=native -LDFLAGS += --LDLIBS += -+CXXFLAGS += -Wall -fPIC ++LDFLAGS += + LDLIBS += - ZITA-RESAMPLER_SO = libzita-resampler.so -@@ -46,8 +43,10 @@ ZITA-RESAMPLER_H = zita-resampler/resamp +@@ -46,6 +45,7 @@ ZITA-RESAMPLER_O = resampler.o vresample + ZITA-RESAMPLER_H = zita-resampler/resampler.h zita-resampler/resampler-table.h \ zita-resampler/vresampler.h zita-resampler/cresampler.h - +all: $(ZITA-RESAMPLER_MIN) -+ - $(ZITA-RESAMPLER_MIN): $(ZITA-RESAMPLER_O) -- g++ -shared $(LDFLAGS) -Wl,-soname,$(ZITA-RESAMPLER_MAJ) -o $(ZITA-RESAMPLER_MIN) $(ZITA-RESAMPLER_O) $(ZITA-RESAMPLER_DEP) -+ ${CXX} -shared $(LDFLAGS) -Wl,-soname,$(ZITA-RESAMPLER_MAJ) -o $(ZITA-RESAMPLER_MIN) $(ZITA-RESAMPLER_O) $(ZITA-RESAMPLER_DEP) - $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) - -@@ -55,10 +54,10 @@ $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) + $(ZITA-RESAMPLER_MIN): $(ZITA-RESAMPLER_O) + $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-RESAMPLER_MAJ) -o $(ZITA-RESAMPLER_MIN) $(ZITA-RESAMPLER_O) $(ZITA-RESAMPLER_DEP) +@@ -56,8 +56,8 @@ $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) install: $(ZITA-RESAMPLER_MIN) - install -d $(DESTDIR)$(PREFIX)/include/zita-resampler - install -d $(DESTDIR)$(PREFIX)/$(LIBDIR) -- install -m 644 $(ZITA-RESAMPLER_H) $(DESTDIR)$(PREFIX)/include/zita-resampler -- install -m 644 $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR) -+ ${BSD_INSTALL_DATA} $(ZITA-RESAMPLER_H) $(DESTDIR)$(PREFIX)/include/zita-resampler -+ ${BSD_INSTALL_LIB} $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR) - ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-RESAMPLER_SO) -- ldconfig -+ ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-RESAMPLER_MAJ) + install -d $(DESTDIR)$(INCDIR)/zita-resampler + install -d $(DESTDIR)$(LIBDIR) +- install -m 644 $(ZITA-RESAMPLER_H) $(DESTDIR)$(INCDIR)/zita-resampler +- install -m 755 $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR) ++ ${BSD_INSTALL_DATA} -m 644 $(ZITA-RESAMPLER_H) $(DESTDIR)$(INCDIR)/zita-resampler ++ ${BSD_INSTALL_LIB} -m 755 $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR) + ldconfig + ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_SO) - uninstall: - /bin/rm -rf $(DESTDIR)$(PREFIX)/include/zita-resampler -@@ -66,4 +65,3 @@ uninstall: - - clean: - /bin/rm -rf *~ *.o *.a *.d *.so.* zita-resampler/*~ -- Modified: head/audio/zita-resampler/pkg-plist ============================================================================== --- head/audio/zita-resampler/pkg-plist Sat Sep 1 00:29:12 2018 (r478647) +++ head/audio/zita-resampler/pkg-plist Sat Sep 1 00:33:28 2018 (r478648) @@ -3,5 +3,4 @@ include/zita-resampler/resampler-table.h include/zita-resampler/resampler.h include/zita-resampler/vresampler.h lib/libzita-resampler.so -lib/libzita-resampler.so.1 -lib/libzita-resampler.so.1.6.0 +lib/libzita-resampler.so.1.6.2