diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-08 16:17:10 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-08 16:17:10 +0000 |
commit | 8d7a265eddc3f162a7faaa16d944af4ec3ac5d3b (patch) | |
tree | 33534249e332aa97ba2177e9d22de89b7baafd50 /audio/libao/pkg-plist | |
parent | 39b94d499d030b53e09df1d8b8421dc70ca643c5 (diff) | |
download | ports-8d7a265eddc3f162a7faaa16d944af4ec3ac5d3b.tar.gz ports-8d7a265eddc3f162a7faaa16d944af4ec3ac5d3b.zip |
Notes
Diffstat (limited to 'audio/libao/pkg-plist')
-rw-r--r-- | audio/libao/pkg-plist | 74 |
1 files changed, 38 insertions, 36 deletions
diff --git a/audio/libao/pkg-plist b/audio/libao/pkg-plist index 34c0e5aaa59f..d9d98aa4a779 100644 --- a/audio/libao/pkg-plist +++ b/audio/libao/pkg-plist @@ -8,43 +8,45 @@ lib/libao.so.3 %%ARTS%%lib/ao/plugins-2/libarts.so lib/ao/plugins-2/liboss.so %%ESOUND%%lib/ao/plugins-2/libesd.so +%%NAS%%lib/ao/plugins-2/libnas.so +lib/pkgconfig/ao.pc share/aclocal/ao.m4 -%%PORTDOCS%%share/doc/libao/ao_append_option.html -%%PORTDOCS%%share/doc/libao/ao_close.html -%%PORTDOCS%%share/doc/libao/ao_default_driver_id.html -%%PORTDOCS%%share/doc/libao/ao_device.html -%%PORTDOCS%%share/doc/libao/ao_driver_id.html -%%PORTDOCS%%share/doc/libao/ao_driver_info.html -%%PORTDOCS%%share/doc/libao/ao_driver_info_list.html -%%PORTDOCS%%share/doc/libao/ao_example.c -%%PORTDOCS%%share/doc/libao/ao_file_extension.html -%%PORTDOCS%%share/doc/libao/ao_free_options.html -%%PORTDOCS%%share/doc/libao/ao_info.html -%%PORTDOCS%%share/doc/libao/ao_initialize.html -%%PORTDOCS%%share/doc/libao/ao_open_file.html -%%PORTDOCS%%share/doc/libao/ao_open_live.html -%%PORTDOCS%%share/doc/libao/ao_option.html -%%PORTDOCS%%share/doc/libao/ao_play.html -%%PORTDOCS%%share/doc/libao/ao_plugin_close.html -%%PORTDOCS%%share/doc/libao/ao_plugin_device_clear.html -%%PORTDOCS%%share/doc/libao/ao_plugin_device_init.html -%%PORTDOCS%%share/doc/libao/ao_plugin_driver_info.html -%%PORTDOCS%%share/doc/libao/ao_plugin_file_extension.html -%%PORTDOCS%%share/doc/libao/ao_plugin_open.html -%%PORTDOCS%%share/doc/libao/ao_plugin_play.html -%%PORTDOCS%%share/doc/libao/ao_plugin_set_option.html -%%PORTDOCS%%share/doc/libao/ao_plugin_test.html -%%PORTDOCS%%share/doc/libao/ao_sample_format.html -%%PORTDOCS%%share/doc/libao/ao_shutdown.html -%%PORTDOCS%%share/doc/libao/config.html -%%PORTDOCS%%share/doc/libao/drivers.html -%%PORTDOCS%%share/doc/libao/index.html -%%PORTDOCS%%share/doc/libao/libao-api.html -%%PORTDOCS%%share/doc/libao/overview.html -%%PORTDOCS%%share/doc/libao/plugin-api.html -%%PORTDOCS%%share/doc/libao/plugin-overview.html -%%PORTDOCS%%share/doc/libao/style.css +%%PORTDOCS%%%%DOCSDIR%%/ao_append_option.html +%%PORTDOCS%%%%DOCSDIR%%/ao_close.html +%%PORTDOCS%%%%DOCSDIR%%/ao_default_driver_id.html +%%PORTDOCS%%%%DOCSDIR%%/ao_device.html +%%PORTDOCS%%%%DOCSDIR%%/ao_driver_id.html +%%PORTDOCS%%%%DOCSDIR%%/ao_driver_info.html +%%PORTDOCS%%%%DOCSDIR%%/ao_driver_info_list.html +%%PORTDOCS%%%%DOCSDIR%%/ao_example.c +%%PORTDOCS%%%%DOCSDIR%%/ao_file_extension.html +%%PORTDOCS%%%%DOCSDIR%%/ao_free_options.html +%%PORTDOCS%%%%DOCSDIR%%/ao_info.html +%%PORTDOCS%%%%DOCSDIR%%/ao_initialize.html +%%PORTDOCS%%%%DOCSDIR%%/ao_open_file.html +%%PORTDOCS%%%%DOCSDIR%%/ao_open_live.html +%%PORTDOCS%%%%DOCSDIR%%/ao_option.html +%%PORTDOCS%%%%DOCSDIR%%/ao_play.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_close.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_device_clear.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_device_init.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_driver_info.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_file_extension.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_open.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_play.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_set_option.html +%%PORTDOCS%%%%DOCSDIR%%/ao_plugin_test.html +%%PORTDOCS%%%%DOCSDIR%%/ao_sample_format.html +%%PORTDOCS%%%%DOCSDIR%%/ao_shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/config.html +%%PORTDOCS%%%%DOCSDIR%%/drivers.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/libao-api.html +%%PORTDOCS%%%%DOCSDIR%%/overview.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-api.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-overview.html +%%PORTDOCS%%%%DOCSDIR%%/style.css @dirrm include/ao @dirrm lib/ao/plugins-2 @dirrm lib/ao -%%PORTDOCS%%@dirrm share/doc/libao +%%PORTDOCS%%@dirrm %%DOCSDIR%% |