# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libao VERSION= 1.2.2 REVISION= 1 KEYWORDS= audio VARIANTS= standard SDESC[standard]= Portable audio output library HOMEPAGE= https://www.xiph.org/ao CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= GITHUB/xiph:libao:1.2.2 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[standard]= complete primary dev docs man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= autoreconf cpe libtool pkgconfig LICENSE= GPLv2+:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv2+:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"^$$" LICENSE_SOURCE= TERMS:{{WRKSRC}}/include/ao/ao.h LICENSE_SCHEME= solo CPE_VENDOR= xiph FPC_EQUIVALENT= audio/libao MUST_CONFIGURE= gnu CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip SOVERSION= 4.1.1 [FILE:427:descriptions/desc.primary] Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. Among others it currently supports: * Null output * WAV files * AU files * RAW files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * aRts (Analog RealTime Synth, used by KDE) * PulseAudio (next generation GNOME sound server) * and more. [FILE:102:distinfo] df8a6d0e238feeccb26a783e778716fb41a801536fe7b6fce068e313c0e2bf4d 96134 xiph-libao-1.2.2.tar.gz [FILE:350:manifests/plist.primary] %%ONLY-DRAGONFLY%%lib/ao/plugins-4/liboss.so %%ONLY-FREEBSD%%lib/ao/plugins-4/liboss.so %%ONLY-LINUX%%lib/ao/plugins-4/liboss.so %%ONLY-MIDNIGHTBSD%%lib/ao/plugins-4/liboss.so %%ONLY-NETBSD%%lib/ao/plugins-4/ liboss.so libsun.so %%ONLY-SUNOS%%lib/ao/plugins-4/libsun.so lib/ libao.so.%%SOMAJOR%% libao.so.%%SOVERSION%% lib/ckport/db/libao.ckport [FILE:369:manifests/plist.dev] %%ONLY-DRAGONFLY%%lib/ao/plugins-4/liboss.a %%ONLY-FREEBSD%%lib/ao/plugins-4/liboss.a %%ONLY-LINUX%%lib/ao/plugins-4/liboss.a %%ONLY-MIDNIGHTBSD%%lib/ao/plugins-4/liboss.a %%ONLY-NETBSD%%lib/ao/plugins-4/ liboss.a libsun.a %%ONLY-SUNOS%%lib/ao/plugins-4/libsun.a include/ao/ ao.h os_types.h plugin.h lib/ libao.a libao.so lib/pkgconfig/ao.pc share/aclocal/ao.m4 [FILE:738:manifests/plist.docs] share/doc/libao/ ao_append_option.html ao_close.html ao_default_driver_id.html ao_device.html ao_driver_id.html ao_driver_info.html ao_driver_info_list.html ao_example.c ao_file_extension.html ao_free_options.html ao_info.html ao_initialize.html ao_is_big_endian.html ao_open_file.html ao_open_live.html ao_option.html ao_play.html ao_plugin_close.html ao_plugin_device_clear.html ao_plugin_device_init.html ao_plugin_driver_info.html ao_plugin_file_extension.html ao_plugin_open.html ao_plugin_play.html ao_plugin_set_option.html ao_plugin_test.html ao_sample_format.html ao_shutdown.html config.html drivers.html index.html libao-api.html overview.html plugin-api.html plugin-overview.html style.css [FILE:31:manifests/plist.man] share/man/man5/libao.conf.5.gz [FILE:361:patches/patch-doc_Makefile.am] --- doc/Makefile.am.orig 2018-01-02 05:14:22.894585000 +0100 +++ doc/Makefile.am 2018-01-02 05:14:37.988378000 +0100 @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) +docdir = $(datadir)/doc/$(PACKAGE) # We list all of these as opposed to using a wildcard so that # building outside the source directory works.