Andreas Wacknitz
2023-09-01 71b79a73226a34629607f2e243fcb84dfdfcf799
soundtouch: update to 2.3.2

3 files modified
35 ■■■■■ changed files
components/library/soundtouch/Makefile 20 ●●●● patch | view | raw | blame | history
components/library/soundtouch/manifests/sample-manifest.p5m 7 ●●●● patch | view | raw | blame | history
components/library/soundtouch/soundtouch.p5m 8 ●●●● patch | view | raw | blame | history
components/library/soundtouch/Makefile
@@ -17,25 +17,25 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         soundtouch
COMPONENT_VERSION=      2.3.1
COMPONENT_REVISION=     2
COMPONENT_VERSION=      2.3.2
COMPONENT_SUMMARY=      Audio Processing Library
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
    sha256:6900996607258496ce126924a19fe9d598af9d892cf3f33d1e4daaa9b42ae0b1
COMPONENT_ARCHIVE_URL=  \
    https://www.surina.net/soundtouch/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  https://www.surina.net/soundtouch
COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH= sha256:3bde8ddbbc3661f04e151f72cf21ca9d8f8c88e265833b65935b8962d12d6b08
COMPONENT_FMRI=         library/audio/soundtouch
COMPONENT_CLASSIFICATION=System/Multimedia Libraries
COMPONENT_LICENSE=      LGPLv2.1
COMPONENT_LICENSE_FILE= COPYING.TXT
COMPONENT_CLASSIFICATION=System/Multimedia Libraries
COMPONENT_FMRI=         library/audio/soundtouch
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION =        ( cd $(@D)  && \
                    $(CONFIG_SHELL) bootstrap )
# Rename unpacked source folder
COMPONENT_POST_UNPACK_ACTION= ( $(MV) $(COMPONENT_NAME) $(COMPONENT_SRC) )
COMPONENT_PREP_ACTION = ( cd $(@D) && \
    $(CONFIG_SHELL) bootstrap )
CONFIGURE_OPTIONS += --enable-shared
CONFIGURE_OPTIONS += --disable-static
components/library/soundtouch/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -24,6 +24,7 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/soundstretch
file path=usr/include/SoundTouchDLL.h
file path=usr/include/soundtouch/BPMDetect.h
file path=usr/include/soundtouch/FIFOSampleBuffer.h
file path=usr/include/soundtouch/FIFOSamplePipe.h
@@ -33,6 +34,10 @@
link path=usr/lib/$(MACH64)/libSoundTouch.so target=libSoundTouch.so.1.0.0
link path=usr/lib/$(MACH64)/libSoundTouch.so.1 target=libSoundTouch.so.1.0.0
file path=usr/lib/$(MACH64)/libSoundTouch.so.1.0.0
link path=usr/lib/$(MACH64)/libSoundTouchDll.so target=libSoundTouchDll.so.1.0.0
link path=usr/lib/$(MACH64)/libSoundTouchDll.so.1 \
    target=libSoundTouchDll.so.1.0.0
file path=usr/lib/$(MACH64)/libSoundTouchDll.so.1.0.0
file path=usr/lib/$(MACH64)/pkgconfig/soundtouch.pc
file path=usr/share/aclocal/soundtouch.m4
file path=usr/share/doc/soundtouch/COPYING.TXT
components/library/soundtouch/soundtouch.p5m
@@ -10,8 +10,7 @@
#
#
# Copyright 2015 Alexander Pyhalov
# Copyright 2022 Niklas Poslovski
# Copyright 2023 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -25,6 +24,7 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/soundstretch
file path=usr/include/SoundTouchDLL.h
file path=usr/include/soundtouch/BPMDetect.h
file path=usr/include/soundtouch/FIFOSampleBuffer.h
file path=usr/include/soundtouch/FIFOSamplePipe.h
@@ -34,6 +34,10 @@
link path=usr/lib/$(MACH64)/libSoundTouch.so target=libSoundTouch.so.1.0.0
link path=usr/lib/$(MACH64)/libSoundTouch.so.1 target=libSoundTouch.so.1.0.0
file path=usr/lib/$(MACH64)/libSoundTouch.so.1.0.0
link path=usr/lib/$(MACH64)/libSoundTouchDll.so target=libSoundTouchDll.so.1.0.0
link path=usr/lib/$(MACH64)/libSoundTouchDll.so.1 \
    target=libSoundTouchDll.so.1.0.0
file path=usr/lib/$(MACH64)/libSoundTouchDll.so.1.0.0
file path=usr/lib/$(MACH64)/pkgconfig/soundtouch.pc
file path=usr/share/aclocal/soundtouch.m4
file path=usr/share/doc/soundtouch/COPYING.TXT