components/libsndfile/libsndfile.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 3800 0c839d3b92f0
child 6604 cd700b33a402
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    24
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    25
    value=pkg:/library/libsndfile@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    26
set name=pkg.summary \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
    value="libsndfile - a library for reading/writing sound files"
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    29
    value="Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 986
diff changeset
    30
set name=com.oracle.info.description value="the libsndfile sound file library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1843
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
set name=info.classification \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 290
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2008/767
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 3800
diff changeset
    38
file path=usr/bin/sndfile-convert
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 3800
diff changeset
    39
file path=usr/bin/sndfile-info
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 3800
diff changeset
    40
file path=usr/bin/sndfile-play
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 3800
diff changeset
    41
file path=usr/bin/sndfile-regtest
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    42
file path=usr/include/sndfile.h
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    43
file path=usr/include/sndfile.hh
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    44
link path=usr/lib/$(MACH64)/libsndfile.so \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    45
    target=libsndfile.so.$(COMPONENT_VERSION)
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/$(MACH64)/libsndfile.so.$(COMPONENT_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    47
link path=usr/lib/$(MACH64)/libsndfile.so.1 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    48
    target=libsndfile.so.$(COMPONENT_VERSION)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    49
file path=usr/lib/$(MACH64)/pkgconfig/sndfile.pc
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    50
link path=usr/lib/libsndfile.so target=libsndfile.so.$(COMPONENT_VERSION)
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/libsndfile.so.$(COMPONENT_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    52
link path=usr/lib/libsndfile.so.1 target=libsndfile.so.$(COMPONENT_VERSION)
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/pkgconfig/sndfile.pc
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    54
file usr/share/doc/libsndfile1-dev/html/FAQ.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    55
    path=usr/share/doc/libsndfile/html/FAQ.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    56
file usr/share/doc/libsndfile1-dev/html/api.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    57
    path=usr/share/doc/libsndfile/html/api.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    58
file usr/share/doc/libsndfile1-dev/html/bugs.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    59
    path=usr/share/doc/libsndfile/html/bugs.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    60
file usr/share/doc/libsndfile1-dev/html/command.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    61
    path=usr/share/doc/libsndfile/html/command.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    62
file usr/share/doc/libsndfile1-dev/html/dither.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    63
    path=usr/share/doc/libsndfile/html/dither.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    64
file usr/share/doc/libsndfile1-dev/html/embedded_files.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    65
    path=usr/share/doc/libsndfile/html/embedded_files.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    66
file usr/share/doc/libsndfile1-dev/html/index.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    67
    path=usr/share/doc/libsndfile/html/index.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    68
file usr/share/doc/libsndfile1-dev/html/libsndfile.css \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    69
    path=usr/share/doc/libsndfile/html/libsndfile.css
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    70
file usr/share/doc/libsndfile1-dev/html/libsndfile.jpg \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    71
    path=usr/share/doc/libsndfile/html/libsndfile.jpg
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    72
file usr/share/doc/libsndfile1-dev/html/lists.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    73
    path=usr/share/doc/libsndfile/html/lists.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    74
file usr/share/doc/libsndfile1-dev/html/new_file_type.HOWTO \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    75
    path=usr/share/doc/libsndfile/html/new_file_type.HOWTO
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    76
file usr/share/doc/libsndfile1-dev/html/octave.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    77
    path=usr/share/doc/libsndfile/html/octave.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    78
file usr/share/doc/libsndfile1-dev/html/pkgconfig.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    79
    path=usr/share/doc/libsndfile/html/pkgconfig.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    80
file usr/share/doc/libsndfile1-dev/html/sndfile_info.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    81
    path=usr/share/doc/libsndfile/html/sndfile_info.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    82
file usr/share/doc/libsndfile1-dev/html/tutorial.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    83
    path=usr/share/doc/libsndfile/html/tutorial.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    84
file usr/share/doc/libsndfile1-dev/html/win32.html \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    85
    path=usr/share/doc/libsndfile/html/win32.html
290
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    86
file path=usr/share/man/man1/sndfile-convert.1
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    87
file path=usr/share/man/man1/sndfile-info.1
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    88
file path=usr/share/man/man1/sndfile-play.1
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    89
file Octave/sndfile_load.m path=usr/share/octave/site/m/sndfile_load.m
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    90
file Octave/sndfile_play.m path=usr/share/octave/site/m/sndfile_play.m
4a5d715e84b4 7052146 migrate libsndfile to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    91
file Octave/sndfile_save.m path=usr/share/octave/site/m/sndfile_save.m
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    92
license libsndfile.license license=LGPLv2.1