Skip to content

Commit aaa85db

Browse files
authored
speexdsp: update to 1.2.1
1 parent e27bf72 commit aaa85db

File tree

4 files changed

+24
-32
lines changed

4 files changed

+24
-32
lines changed

components/multimedia/speexdsp/Makefile

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,28 @@
1010
#
1111

1212
#
13-
# Copyright 2015 Alexander Pyhalov
14-
#
15-
13+
# Copyright 2015 Alexander Pyhalov#
14+
BUILD_BITS= 64_and_32
1615
include ../../../make-rules/shared-macros.mk
1716

1817
COMPONENT_NAME= speexdsp
19-
COMPONENT_VERSION= 1.2rc3
20-
IPS_COMPONENT_VERSION= 1.2.0.3
18+
COMPONENT_VERSION= 1.2.1
2119
COMPONENT_SUMMARY= Speex DSP library
2220
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2321
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24-
COMPONENT_ARCHIVE_HASH= \
25-
sha256:4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
26-
COMPONENT_ARCHIVE_URL= \
27-
http://downloads.xiph.org/releases/speex/$(COMPONENT_ARCHIVE)
28-
COMPONENT_PROJECT_URL = http://www.speex.org/
22+
COMPONENT_ARCHIVE_HASH= sha256:8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d
23+
COMPONENT_ARCHIVE_URL= http://downloads.xiph.org/releases/speex/$(COMPONENT_ARCHIVE)
24+
COMPONENT_PROJECT_URL= https://www.speex.org/
2925
COMPONENT_FMRI= library/speexdsp
3026
COMPONENT_CLASSIFICATION= System/Multimedia Libraries
3127
COMPONENT_LICENSE = BSD
3228
COMPONENT_LICENSE_FILE = COPYING
3329

34-
include $(WS_MAKE_RULES)/prep.mk
35-
include $(WS_MAKE_RULES)/configure.mk
36-
include $(WS_MAKE_RULES)/ips.mk
30+
TEST_TARGET= $(NO_TESTS)
31+
include $(WS_MAKE_RULES)/common.mk
3732

3833
PATH=$(PATH.gnu)
3934

40-
build: $(BUILD_32_and_64)
41-
42-
install: $(INSTALL_32_and_64)
43-
44-
test: $(NO_TESTS)
45-
4635
# Auto-generated dependencies
4736
REQUIRED_PACKAGES += system/library
4837
REQUIRED_PACKAGES += system/library/math

components/multimedia/speexdsp/manifests/sample-manifest.p5m

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
#
1111

1212
#
13-
# Copyright 2016 <contributor>
13+
# Copyright 2022 <contributor>
1414
#
1515

1616
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17+
set name=pkg.human-version value=$(HUMAN_VERSION)
1718
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
1819
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
1920
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -29,13 +30,13 @@ file path=usr/include/speex/speex_resampler.h
2930
file path=usr/include/speex/speexdsp_config_types.h
3031
file path=usr/include/speex/speexdsp_types.h
3132
file path=usr/lib/$(MACH64)/libspeexdsp.a
32-
link path=usr/lib/$(MACH64)/libspeexdsp.so target=libspeexdsp.so.1.5.0
33-
link path=usr/lib/$(MACH64)/libspeexdsp.so.1 target=libspeexdsp.so.1.5.0
34-
file path=usr/lib/$(MACH64)/libspeexdsp.so.1.5.0
33+
link path=usr/lib/$(MACH64)/libspeexdsp.so target=libspeexdsp.so.1.5.2
34+
link path=usr/lib/$(MACH64)/libspeexdsp.so.1 target=libspeexdsp.so.1.5.2
35+
file path=usr/lib/$(MACH64)/libspeexdsp.so.1.5.2
3536
file path=usr/lib/$(MACH64)/pkgconfig/speexdsp.pc
3637
file path=usr/lib/libspeexdsp.a
37-
link path=usr/lib/libspeexdsp.so target=libspeexdsp.so.1.5.0
38-
link path=usr/lib/libspeexdsp.so.1 target=libspeexdsp.so.1.5.0
39-
file path=usr/lib/libspeexdsp.so.1.5.0
38+
link path=usr/lib/libspeexdsp.so target=libspeexdsp.so.1.5.2
39+
link path=usr/lib/libspeexdsp.so.1 target=libspeexdsp.so.1.5.2
40+
file path=usr/lib/libspeexdsp.so.1.5.2
4041
file path=usr/lib/pkgconfig/speexdsp.pc
4142
file path=usr/share/doc/speexdsp/manual.pdf

components/multimedia/speexdsp/pkg5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": [
33
"SUNWcs",
4+
"shell/ksh93",
45
"system/library",
56
"system/library/math"
67
],

components/multimedia/speexdsp/speexdsp.p5m

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#
1515

1616
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17+
set name=pkg.human-version value=$(HUMAN_VERSION)
1718
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
1819
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
1920
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -28,12 +29,12 @@ file path=usr/include/speex/speex_preprocess.h
2829
file path=usr/include/speex/speex_resampler.h
2930
file path=usr/include/speex/speexdsp_config_types.h
3031
file path=usr/include/speex/speexdsp_types.h
31-
link path=usr/lib/$(MACH64)/libspeexdsp.so target=libspeexdsp.so.1.5.0
32-
link path=usr/lib/$(MACH64)/libspeexdsp.so.1 target=libspeexdsp.so.1.5.0
33-
file path=usr/lib/$(MACH64)/libspeexdsp.so.1.5.0
32+
link path=usr/lib/$(MACH64)/libspeexdsp.so target=libspeexdsp.so.1.5.2
33+
link path=usr/lib/$(MACH64)/libspeexdsp.so.1 target=libspeexdsp.so.1.5.2
34+
file path=usr/lib/$(MACH64)/libspeexdsp.so.1.5.2
3435
file path=usr/lib/$(MACH64)/pkgconfig/speexdsp.pc
35-
link path=usr/lib/libspeexdsp.so target=libspeexdsp.so.1.5.0
36-
link path=usr/lib/libspeexdsp.so.1 target=libspeexdsp.so.1.5.0
37-
file path=usr/lib/libspeexdsp.so.1.5.0
36+
link path=usr/lib/libspeexdsp.so target=libspeexdsp.so.1.5.2
37+
link path=usr/lib/libspeexdsp.so.1 target=libspeexdsp.so.1.5.2
38+
file path=usr/lib/libspeexdsp.so.1.5.2
3839
file path=usr/lib/pkgconfig/speexdsp.pc
3940
file path=usr/share/doc/speexdsp/manual.pdf

0 commit comments

Comments
 (0)