Aurelien Larcher
2022-01-20 19908646ab271bc83c9d63bd00a2b9b2be3961ce
opus: fix build
4 files modified
16 ■■■■■ changed files
components/multimedia/opus/Makefile 1 ●●●● patch | view | raw | blame | history
components/multimedia/opus/manifests/sample-manifest.p5m 8 ●●●● patch | view | raw | blame | history
components/multimedia/opus/opus.p5m 6 ●●●● patch | view | raw | blame | history
components/multimedia/opus/pkg5 1 ●●●● patch | view | raw | blame | history
components/multimedia/opus/Makefile
@@ -17,6 +17,7 @@
COMPONENT_NAME=       opus
COMPONENT_VERSION=    1.1.5
COMPONENT_REVISION=   1
COMPONENT_PROJECT_URL=http://opus-codec.org/
COMPONENT_SUMMARY=    Opus is an open, royalty-free, versatile audio codec for interactive speech and music transmission over the Internet
COMPONENT_FMRI=       library/opus
components/multimedia/opus/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -42,7 +42,7 @@
file path=usr/share/doc/opus/html/dir_11a79b0cd5931e189bbfc369629d340f.html
file path=usr/share/doc/opus/html/dir_c154bc251aea5293f175bb4cfa45e12a.html
file path=usr/share/doc/opus/html/doc.png
file path=usr/share/doc/opus/html/doxygen.png
file path=usr/share/doc/opus/html/doxygen.svg
file path=usr/share/doc/opus/html/dynsections.js
file path=usr/share/doc/opus/html/files.html
file path=usr/share/doc/opus/html/folderclosed.png
@@ -97,7 +97,7 @@
file path=usr/share/doc/opus/html/search/all_5.js
file path=usr/share/doc/opus/html/search/all_6.html
file path=usr/share/doc/opus/html/search/all_6.js
file path=usr/share/doc/opus/html/search/close.png
file path=usr/share/doc/opus/html/search/close.svg
file path=usr/share/doc/opus/html/search/defines_0.html
file path=usr/share/doc/opus/html/search/defines_0.js
file path=usr/share/doc/opus/html/search/files_0.html
@@ -118,7 +118,7 @@
file path=usr/share/doc/opus/html/search/groups_5.js
file path=usr/share/doc/opus/html/search/groups_6.html
file path=usr/share/doc/opus/html/search/groups_6.js
file path=usr/share/doc/opus/html/search/mag_sel.png
file path=usr/share/doc/opus/html/search/mag_sel.svg
file path=usr/share/doc/opus/html/search/nomatches.html
file path=usr/share/doc/opus/html/search/pages_0.html
file path=usr/share/doc/opus/html/search/pages_0.js
components/multimedia/opus/opus.p5m
@@ -42,7 +42,7 @@
file path=usr/share/doc/opus/html/dir_11a79b0cd5931e189bbfc369629d340f.html
file path=usr/share/doc/opus/html/dir_c154bc251aea5293f175bb4cfa45e12a.html
file path=usr/share/doc/opus/html/doc.png
file path=usr/share/doc/opus/html/doxygen.png
file path=usr/share/doc/opus/html/doxygen.svg
file path=usr/share/doc/opus/html/dynsections.js
file path=usr/share/doc/opus/html/files.html
file path=usr/share/doc/opus/html/folderclosed.png
@@ -97,7 +97,7 @@
file path=usr/share/doc/opus/html/search/all_5.js
file path=usr/share/doc/opus/html/search/all_6.html
file path=usr/share/doc/opus/html/search/all_6.js
file path=usr/share/doc/opus/html/search/close.png
file path=usr/share/doc/opus/html/search/close.svg
file path=usr/share/doc/opus/html/search/defines_0.html
file path=usr/share/doc/opus/html/search/defines_0.js
file path=usr/share/doc/opus/html/search/files_0.html
@@ -118,7 +118,7 @@
file path=usr/share/doc/opus/html/search/groups_5.js
file path=usr/share/doc/opus/html/search/groups_6.html
file path=usr/share/doc/opus/html/search/groups_6.js
file path=usr/share/doc/opus/html/search/mag_sel.png
file path=usr/share/doc/opus/html/search/mag_sel.svg
file path=usr/share/doc/opus/html/search/nomatches.html
file path=usr/share/doc/opus/html/search/pages_0.html
file path=usr/share/doc/opus/html/search/pages_0.js
components/multimedia/opus/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/math"
    ],