audio/rubberband: Update to 1.9.0
PR: 251861 Approved by: maintainer timeout (3 months)
This commit is contained in:
parent
aa86949d86
commit
73dda2ffc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568522
4 changed files with 5 additions and 20 deletions
|
@ -2,14 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rubberband
|
||||
DISTVERSION= 1.8.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.9.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://breakfastquay.com/files/releases/
|
||||
|
||||
PATCH_SITES= https://github.com/breakfastquay/${PORTNAME}/commit/
|
||||
PATCHFILES= 03202fa4749c0b4e264f2115bb49028267e2a572.patch:-p1
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Audio time-stretching and pitch-shifting library and utility program
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1531808940
|
||||
SHA256 (rubberband-1.8.2.tar.bz2) = 86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca
|
||||
SIZE (rubberband-1.8.2.tar.bz2) = 182232
|
||||
TIMESTAMP = 1608010284
|
||||
SHA256 (rubberband-1.9.0.tar.bz2) = 4f5b9509364ea876b4052fc390c079a3ad4ab63a2683aad09662fb905c2dc026
|
||||
SIZE (rubberband-1.9.0.tar.bz2) = 192240
|
||||
SHA256 (03202fa4749c0b4e264f2115bb49028267e2a572.patch) = ec24ae424a5815aecfa3a5106163d922bc4933e77cd7948299d24c4c4451bb93
|
||||
SIZE (03202fa4749c0b4e264f2115bb49028267e2a572.patch) = 1304
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2018-05-15 17:43:39 UTC
|
||||
+++ Makefile.in
|
||||
@@ -183,7 +183,7 @@ install: all
|
||||
cp $(DYNAMIC_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION)
|
||||
ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_ABI_VERSION)
|
||||
ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION)
|
||||
- cp -f $(JNI_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION)
|
||||
+ #cp -f $(JNI_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION)
|
||||
cp $(VAMP_TARGET) $(DESTDIR)$(INSTALL_VAMPDIR)
|
||||
cp vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR)
|
||||
cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR)
|
|
@ -6,7 +6,7 @@ lib/ladspa/ladspa-rubberband.so
|
|||
lib/librubberband.a
|
||||
lib/librubberband.so
|
||||
lib/librubberband.so.2
|
||||
lib/librubberband.so.2.1.1
|
||||
lib/librubberband.so.2.1.2
|
||||
lib/vamp/vamp-rubberband.cat
|
||||
lib/vamp/vamp-rubberband.so
|
||||
libdata/pkgconfig/rubberband.pc
|
||||
|
|
Loading…
Reference in a new issue