mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
audio/zita-convolver: Update 4.0.2 -> 4.0.3
Reported by: portscout
This commit is contained in:
parent
8685d68640
commit
e3d7fd4796
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478251
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zita-convolver
|
||||
DISTVERSION= 4.0.2
|
||||
DISTVERSION= 4.0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1535269404
|
||||
SHA256 (zita-convolver-4.0.2.tar.bz2) = 1245451c52a33ef3476ffc4007a9e100ee282df0648c961be235b6a8ef748e77
|
||||
SIZE (zita-convolver-4.0.2.tar.bz2) = 19596
|
||||
TIMESTAMP = 1535401080
|
||||
SHA256 (zita-convolver-4.0.3.tar.bz2) = 9aa11484fb30b4e6ef00c8a3281eebcfad9221e3937b1beb5fe21b748d89325f
|
||||
SIZE (zita-convolver-4.0.3.tar.bz2) = 19591
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- Makefile.orig 2018-08-24 18:41:39 UTC
|
||||
--- Makefile.orig 2018-08-26 13:35:37 UTC
|
||||
+++ Makefile
|
||||
@@ -20,10 +20,10 @@
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
LDLFAGS +=
|
||||
LDLIBS +=
|
||||
|
||||
@@ -46,17 +46,18 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread
|
||||
@@ -46,6 +46,7 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread
|
||||
ZITA-CONVOLVER_O = zita-convolver.o
|
||||
ZITA-CONVOLVER_H = zita-convolver.h
|
||||
|
||||
@ -30,15 +30,12 @@
|
||||
|
||||
$(ZITA-CONVOLVER_MIN): $(ZITA-CONVOLVER_O)
|
||||
$(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o $(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
|
||||
|
||||
|
||||
install: $(ZITA-CONVOLVER_MIN)
|
||||
- install -d $(DESTDIR)$(INCDIR)/include
|
||||
+ #install -d $(DESTDIR)$(INCDIR)/include
|
||||
@@ -56,7 +57,8 @@ install: $(ZITA-CONVOLVER_MIN)
|
||||
install -d $(DESTDIR)$(LIBDIR)
|
||||
install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(INCDIR)
|
||||
install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)
|
||||
- ldconfig
|
||||
+ #ldconfig
|
||||
+ ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_MAJ)
|
||||
ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_SO)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user