gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5587: update freeverb3 to 3.2.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5587: update freeverb3 to 3.2.1
Date: Wed, 30 May 2018 14:56:20 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5587
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-05-30 11:56:13 -0700
message:
  update freeverb3 to 3.2.1
added:
  pkg/other/freeverb3/           freeverb3-20180530185531-034edw9wsztx7hot-1
  pkg/other/freeverb3/Makefile   makefile-20180530185531-034edw9wsztx7hot-3
  pkg/other/freeverb3/config.mk  config.mk-20180530185531-034edw9wsztx7hot-2
  pkg/other/freeverb3/sha256sums sha256sums-20180530185531-034edw9wsztx7hot-4
=== added directory 'pkg/other/freeverb3'
=== added file 'pkg/other/freeverb3/Makefile'
--- a/pkg/other/freeverb3/Makefile      1970-01-01 00:00:00 +0000
+++ b/pkg/other/freeverb3/Makefile      2018-05-30 18:56:13 +0000
@@ -0,0 +1,53 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC 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
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME =    freeverb3
+GARNAME = freeverb3
+GARVERSION = 3.2.1
+HOME_URL = https://www.nongnu.org/freeverb3/
+DESCRIPTION =  audio signal processing library, reverb impulse response 
processor
+define BLURB
+Freeverb3 is a signal processing library with many types of audio
+processing effects and signal generators. The linear feedback shift
+register (LFSR) maximum length sequence (MLS) generator, multiple types of
+high quality mono+stereo reverb effects, an multi slot impulse response
+processor, multiband hardknee+softknee compressor and limiter, a stereo
+enhancer, a limiter and a lot of types of infinite impulse respose (IIR)
+and finite impulse response (FIR) filters are available. The convolution
+reverb algorithm is highly optimized for x86 processors by using hand
+optimized codes of 3DNow!/SSE/SSE3/AVX/FMA/FMA4 (single precision),
+SSE2/SSE4/AVX/FMA/FMA4 (double precision). This algorithm can be used
+for zero latency realtime sound effect processing.
+endef
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.xz  
+SIGFILES  = $(GARNAME)-$(GARVERSION).tar.xz.sig
+
+BUILDDEPS = fftw
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/other/freeverb3/config.mk'
--- a/pkg/other/freeverb3/config.mk     1970-01-01 00:00:00 +0000
+++ b/pkg/other/freeverb3/config.mk     2018-05-30 18:56:13 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=  
+BUILD_OPTS ?=  -Wl,-r -Wl,-fPIC

=== added file 'pkg/other/freeverb3/sha256sums'
--- a/pkg/other/freeverb3/sha256sums    1970-01-01 00:00:00 +0000
+++ b/pkg/other/freeverb3/sha256sums    2018-05-30 18:56:13 +0000
@@ -0,0 +1,2 @@
+609bbb36d775ac86bb6d6a655fa91bb41fc695ef00ecd546f75a58f1a714db5b  
download/freeverb3-3.2.1.tar.xz
+ad1ab347290a41c3a904af04f8dace2dd21b02341f1506e8700d027829ed9c9f  
download/freeverb3-3.2.1.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]