Ravenports generated: 09 Jan 2022 18:36
[ravenports.git] / bucket_97 / libao
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libao
4 VERSION=                1.2.2
5 KEYWORDS=               audio
6 VARIANTS=               standard
7 SDESC[standard]=        Portable audio output library
8 HOMEPAGE=               https://www.xiph.org/ao
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/xiph:libao:1.2.2
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   autoreconf cpe libtool pkgconfig
23
24 LICENSE=                GPLv2+:primary
25 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
26 LICENSE_FILE=           GPLv2+:{{WRKSRC}}/COPYING
27 LICENSE_AWK=            TERMS:"^$$"
28 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/include/ao/ao.h
29 LICENSE_SCHEME=         solo
30
31 CPE_VENDOR=             xiph
32 FPC_EQUIVALENT=         audio/libao
33
34 MUST_CONFIGURE=         gnu
35 CONFIGURE_ARGS=         --enable-static
36
37 INSTALL_TARGET=         install-strip
38 SOVERSION=              4.1.1
39
40 [FILE:427:descriptions/desc.primary]
41 Libao is a cross-platform audio library that allows programs to output 
42 audio using a simple API on a wide variety of platforms. Among others it 
43 currently supports:
44
45  * Null output
46  * WAV files
47  * AU files
48  * RAW files
49  * OSS (Open Sound System, used on Linux and FreeBSD)
50  * ALSA (Advanced Linux Sound Architecture)
51  * aRts (Analog RealTime Synth, used by KDE)
52  * PulseAudio (next generation GNOME sound server)
53  * and more.
54
55
56 [FILE:102:distinfo]
57 df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d        96134 xiph-libao-1.2.2.tar.gz
58
59
60 [FILE:501:manifests/plist.primary]
61 %%ONLY-DRAGONFLY%%lib/ao/plugins-4/
62  liboss.a
63  liboss.so
64 %%ONLY-FREEBSD%%lib/ao/plugins-4/
65  liboss.a
66  liboss.so
67 %%ONLY-LINUX%%lib/ao/plugins-4/
68  liboss.a
69  liboss.so
70 %%ONLY-NETBSD%%lib/ao/plugins-4/
71  liboss.a
72  liboss.so
73  libsun.a
74  libsun.so
75 %%ONLY-SUNOS%%lib/ao/plugins-4/
76  libsun.a
77  libsun.so
78 include/ao/
79  ao.h
80  os_types.h
81  plugin.h
82 lib/
83  libao.a
84  libao.so
85  libao.so.%%SOMAJOR%%
86  libao.so.%%SOVERSION%%
87 lib/ckport/db/libao.ckport
88 lib/pkgconfig/ao.pc
89 share/aclocal/ao.m4
90 share/man/man5/libao.conf.5.gz
91
92
93 [FILE:738:manifests/plist.docs]
94 share/doc/libao/
95  ao_append_option.html
96  ao_close.html
97  ao_default_driver_id.html
98  ao_device.html
99  ao_driver_id.html
100  ao_driver_info.html
101  ao_driver_info_list.html
102  ao_example.c
103  ao_file_extension.html
104  ao_free_options.html
105  ao_info.html
106  ao_initialize.html
107  ao_is_big_endian.html
108  ao_open_file.html
109  ao_open_live.html
110  ao_option.html
111  ao_play.html
112  ao_plugin_close.html
113  ao_plugin_device_clear.html
114  ao_plugin_device_init.html
115  ao_plugin_driver_info.html
116  ao_plugin_file_extension.html
117  ao_plugin_open.html
118  ao_plugin_play.html
119  ao_plugin_set_option.html
120  ao_plugin_test.html
121  ao_sample_format.html
122  ao_shutdown.html
123  config.html
124  drivers.html
125  index.html
126  libao-api.html
127  overview.html
128  plugin-api.html
129  plugin-overview.html
130  style.css
131
132
133 [FILE:361:patches/patch-doc_Makefile.am]
134 --- doc/Makefile.am.orig        2018-01-02 05:14:22.894585000 +0100
135 +++ doc/Makefile.am     2018-01-02 05:14:37.988378000 +0100
136 @@ -2,7 +2,7 @@
137  
138  AUTOMAKE_OPTIONS = foreign
139  
140 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
141 +docdir = $(datadir)/doc/$(PACKAGE)
142  
143  # We list all of these as opposed to using a wildcard so that
144  # building outside the source directory works.
145