[polypaudio-commits] r487 - in /trunk: ./ polyp/ src/ src/daemon/ src/modules/ src/polyp/ src/polypcore/ src/tests/ src/utils/
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Thu Feb 16 11:20:03 PST 2006
Author: ossman
Date: Thu Feb 16 20:19:58 2006
New Revision: 487
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=487&root=polypaudio&view=rev
Log:
Reorganised the source tree. We now have src/ with a couple of subdirs:
* daemon/ - Contains the files specific to the polypaudio daemon.
* modules/ - All loadable modules.
* polyp/ - Files that are part of the public, application interface or
are only used in libpolyp.
* polypcore/ - All other shared files.
* tests/ - Test programs.
* utils/ - Utility programs.
Added:
trunk/src/
trunk/src/Makefile.am
- copied, changed from r486, trunk/polyp/Makefile.am
trunk/src/client.conf.in
- copied unchanged from r486, trunk/polyp/client.conf.in
trunk/src/daemon/
trunk/src/daemon.conf.in
- copied unchanged from r486, trunk/polyp/daemon.conf.in
trunk/src/daemon/caps.c
- copied, changed from r486, trunk/polyp/caps.c
trunk/src/daemon/caps.h
- copied unchanged from r486, trunk/polyp/caps.h
trunk/src/daemon/cmdline.c
- copied, changed from r486, trunk/polyp/cmdline.c
trunk/src/daemon/cmdline.h
- copied unchanged from r486, trunk/polyp/cmdline.h
trunk/src/daemon/cpulimit.c
- copied, changed from r486, trunk/polyp/cpulimit.c
trunk/src/daemon/cpulimit.h
- copied, changed from r486, trunk/polyp/cpulimit.h
trunk/src/daemon/daemon-conf.c
- copied, changed from r486, trunk/polyp/daemon-conf.c
trunk/src/daemon/daemon-conf.h
- copied, changed from r486, trunk/polyp/daemon-conf.h
trunk/src/daemon/dumpmodules.c
- copied, changed from r486, trunk/polyp/dumpmodules.c
trunk/src/daemon/dumpmodules.h
- copied unchanged from r486, trunk/polyp/dumpmodules.h
trunk/src/daemon/main.c
- copied, changed from r486, trunk/polyp/main.c
trunk/src/default.pa.in
- copied unchanged from r486, trunk/polyp/default.pa.in
trunk/src/default.pa.win32
- copied unchanged from r486, trunk/polyp/default.pa.win32
trunk/src/depmod.py
- copied unchanged from r486, trunk/polyp/depmod.py
trunk/src/modules/
trunk/src/modules/module-alsa-sink.c
- copied, changed from r486, trunk/polyp/module-alsa-sink.c
trunk/src/modules/module-alsa-source.c
- copied, changed from r486, trunk/polyp/module-alsa-source.c
trunk/src/modules/module-cli.c
- copied, changed from r486, trunk/polyp/module-cli.c
trunk/src/modules/module-combine.c
- copied, changed from r486, trunk/polyp/module-combine.c
trunk/src/modules/module-defs.h.m4
- copied, changed from r486, trunk/polyp/module-defs.h.m4
trunk/src/modules/module-detect.c
- copied, changed from r486, trunk/polyp/module-detect.c
trunk/src/modules/module-esound-compat-spawnfd.c
- copied, changed from r486, trunk/polyp/module-esound-compat-spawnfd.c
trunk/src/modules/module-esound-compat-spawnpid.c
- copied, changed from r486, trunk/polyp/module-esound-compat-spawnpid.c
trunk/src/modules/module-esound-sink.c
- copied, changed from r486, trunk/polyp/module-esound-sink.c
trunk/src/modules/module-lirc.c
- copied, changed from r486, trunk/polyp/module-lirc.c
trunk/src/modules/module-match.c
- copied, changed from r486, trunk/polyp/module-match.c
trunk/src/modules/module-mmkbd-evdev.c
- copied, changed from r486, trunk/polyp/module-mmkbd-evdev.c
trunk/src/modules/module-native-protocol-fd.c
- copied, changed from r486, trunk/polyp/module-native-protocol-fd.c
trunk/src/modules/module-null-sink.c
- copied, changed from r486, trunk/polyp/module-null-sink.c
trunk/src/modules/module-oss-mmap.c
- copied, changed from r486, trunk/polyp/module-oss-mmap.c
trunk/src/modules/module-oss.c
- copied, changed from r486, trunk/polyp/module-oss.c
trunk/src/modules/module-pipe-sink.c
- copied, changed from r486, trunk/polyp/module-pipe-sink.c
trunk/src/modules/module-pipe-source.c
- copied, changed from r486, trunk/polyp/module-pipe-source.c
trunk/src/modules/module-protocol-stub.c
- copied, changed from r486, trunk/polyp/module-protocol-stub.c
trunk/src/modules/module-sine.c
- copied, changed from r486, trunk/polyp/module-sine.c
trunk/src/modules/module-solaris.c
- copied, changed from r486, trunk/polyp/module-solaris.c
trunk/src/modules/module-tunnel.c
- copied, changed from r486, trunk/polyp/module-tunnel.c
trunk/src/modules/module-waveout.c
- copied, changed from r486, trunk/polyp/module-waveout.c
trunk/src/modules/module-x11-bell.c
- copied, changed from r486, trunk/polyp/module-x11-bell.c
trunk/src/modules/module-x11-publish.c
- copied, changed from r486, trunk/polyp/module-x11-publish.c
trunk/src/modules/module-zeroconf-publish.c
- copied, changed from r486, trunk/polyp/module-zeroconf-publish.c
trunk/src/polyp/
trunk/src/polyp/cdecl.h
- copied unchanged from r486, trunk/polyp/cdecl.h
trunk/src/polyp/channelmap.c
- copied unchanged from r486, trunk/polyp/channelmap.c
trunk/src/polyp/channelmap.h
- copied unchanged from r486, trunk/polyp/channelmap.h
trunk/src/polyp/client-conf-x11.c
- copied, changed from r486, trunk/polyp/client-conf-x11.c
trunk/src/polyp/client-conf-x11.h
- copied, changed from r486, trunk/polyp/client-conf-x11.h
trunk/src/polyp/client-conf.c
- copied, changed from r486, trunk/polyp/client-conf.c
trunk/src/polyp/client-conf.h
- copied, changed from r486, trunk/polyp/client-conf.h
trunk/src/polyp/glib-mainloop.c
- copied, changed from r486, trunk/polyp/glib-mainloop.c
trunk/src/polyp/glib-mainloop.h
- copied, changed from r486, trunk/polyp/glib-mainloop.h
trunk/src/polyp/glib12-mainloop.c
- copied, changed from r486, trunk/polyp/glib12-mainloop.c
trunk/src/polyp/mainloop-api.c
- copied, changed from r486, trunk/polyp/mainloop-api.c
trunk/src/polyp/mainloop-api.h
- copied unchanged from r486, trunk/polyp/mainloop-api.h
trunk/src/polyp/mainloop-signal.c
- copied, changed from r486, trunk/polyp/mainloop-signal.c
trunk/src/polyp/mainloop-signal.h
- copied, changed from r486, trunk/polyp/mainloop-signal.h
trunk/src/polyp/mainloop.c
- copied, changed from r486, trunk/polyp/mainloop.c
trunk/src/polyp/mainloop.h
- copied, changed from r486, trunk/polyp/mainloop.h
trunk/src/polyp/polyplib-browser.c
- copied, changed from r486, trunk/polyp/polyplib-browser.c
trunk/src/polyp/polyplib-browser.h
- copied unchanged from r486, trunk/polyp/polyplib-browser.h
trunk/src/polyp/polyplib-context.c
- copied, changed from r486, trunk/polyp/polyplib-context.c
trunk/src/polyp/polyplib-context.h
- copied unchanged from r486, trunk/polyp/polyplib-context.h
trunk/src/polyp/polyplib-def.h
- copied unchanged from r486, trunk/polyp/polyplib-def.h
trunk/src/polyp/polyplib-error.c
- copied, changed from r486, trunk/polyp/polyplib-error.c
trunk/src/polyp/polyplib-error.h
- copied, changed from r486, trunk/polyp/polyplib-error.h
trunk/src/polyp/polyplib-internal.h
- copied, changed from r486, trunk/polyp/polyplib-internal.h
trunk/src/polyp/polyplib-introspect.c
- copied, changed from r486, trunk/polyp/polyplib-introspect.c
trunk/src/polyp/polyplib-introspect.h
- copied unchanged from r486, trunk/polyp/polyplib-introspect.h
trunk/src/polyp/polyplib-operation.c
- copied, changed from r486, trunk/polyp/polyplib-operation.c
trunk/src/polyp/polyplib-operation.h
- copied unchanged from r486, trunk/polyp/polyplib-operation.h
trunk/src/polyp/polyplib-scache.c
- copied, changed from r486, trunk/polyp/polyplib-scache.c
trunk/src/polyp/polyplib-scache.h
- copied unchanged from r486, trunk/polyp/polyplib-scache.h
trunk/src/polyp/polyplib-simple.c
- copied, changed from r486, trunk/polyp/polyplib-simple.c
trunk/src/polyp/polyplib-simple.h
- copied, changed from r486, trunk/polyp/polyplib-simple.h
trunk/src/polyp/polyplib-stream.c
- copied, changed from r486, trunk/polyp/polyplib-stream.c
trunk/src/polyp/polyplib-stream.h
- copied unchanged from r486, trunk/polyp/polyplib-stream.h
trunk/src/polyp/polyplib-subscribe.c
- copied, changed from r486, trunk/polyp/polyplib-subscribe.c
trunk/src/polyp/polyplib-subscribe.h
- copied unchanged from r486, trunk/polyp/polyplib-subscribe.h
trunk/src/polyp/polyplib-version.h.in
- copied unchanged from r486, trunk/polyp/polyplib-version.h.in
trunk/src/polyp/polyplib.h
- copied unchanged from r486, trunk/polyp/polyplib.h
trunk/src/polyp/sample.c
- copied unchanged from r486, trunk/polyp/sample.c
trunk/src/polyp/sample.h
- copied unchanged from r486, trunk/polyp/sample.h
trunk/src/polyp/volume.c
- copied unchanged from r486, trunk/polyp/volume.c
trunk/src/polyp/volume.h
- copied unchanged from r486, trunk/polyp/volume.h
trunk/src/polypcore/
trunk/src/polypcore/alsa-util.c
- copied, changed from r486, trunk/polyp/alsa-util.c
trunk/src/polypcore/alsa-util.h
- copied, changed from r486, trunk/polyp/alsa-util.h
trunk/src/polypcore/authkey-prop.c
- copied unchanged from r486, trunk/polyp/authkey-prop.c
trunk/src/polypcore/authkey-prop.h
- copied unchanged from r486, trunk/polyp/authkey-prop.h
trunk/src/polypcore/authkey.c
- copied unchanged from r486, trunk/polyp/authkey.c
trunk/src/polypcore/authkey.h
- copied unchanged from r486, trunk/polyp/authkey.h
trunk/src/polypcore/autoload.c
- copied unchanged from r486, trunk/polyp/autoload.c
trunk/src/polypcore/autoload.h
- copied unchanged from r486, trunk/polyp/autoload.h
trunk/src/polypcore/cli-command.c
- copied unchanged from r486, trunk/polyp/cli-command.c
trunk/src/polypcore/cli-command.h
- copied unchanged from r486, trunk/polyp/cli-command.h
trunk/src/polypcore/cli-text.c
- copied, changed from r486, trunk/polyp/cli-text.c
trunk/src/polypcore/cli-text.h
- copied unchanged from r486, trunk/polyp/cli-text.h
trunk/src/polypcore/cli.c
- copied unchanged from r486, trunk/polyp/cli.c
trunk/src/polypcore/cli.h
- copied unchanged from r486, trunk/polyp/cli.h
trunk/src/polypcore/client.c
- copied unchanged from r486, trunk/polyp/client.c
trunk/src/polypcore/client.h
- copied unchanged from r486, trunk/polyp/client.h
trunk/src/polypcore/conf-parser.c
- copied unchanged from r486, trunk/polyp/conf-parser.c
trunk/src/polypcore/conf-parser.h
- copied unchanged from r486, trunk/polyp/conf-parser.h
trunk/src/polypcore/core.c
- copied unchanged from r486, trunk/polyp/core.c
trunk/src/polypcore/core.h
- copied, changed from r486, trunk/polyp/core.h
trunk/src/polypcore/dllmain.c
- copied unchanged from r486, trunk/polyp/dllmain.c
trunk/src/polypcore/dynarray.c
- copied unchanged from r486, trunk/polyp/dynarray.c
trunk/src/polypcore/dynarray.h
- copied unchanged from r486, trunk/polyp/dynarray.h
trunk/src/polypcore/endianmacros.h
- copied unchanged from r486, trunk/polyp/endianmacros.h
trunk/src/polypcore/esound.h
- copied unchanged from r486, trunk/polyp/esound.h
trunk/src/polypcore/g711.c
- copied unchanged from r486, trunk/polyp/g711.c
trunk/src/polypcore/g711.h
- copied unchanged from r486, trunk/polyp/g711.h
trunk/src/polypcore/gccmacro.h
- copied unchanged from r486, trunk/polyp/gccmacro.h
trunk/src/polypcore/hashmap.c
- copied unchanged from r486, trunk/polyp/hashmap.c
trunk/src/polypcore/hashmap.h
- copied unchanged from r486, trunk/polyp/hashmap.h
trunk/src/polypcore/howl-wrap.c
- copied unchanged from r486, trunk/polyp/howl-wrap.c
trunk/src/polypcore/howl-wrap.h
- copied unchanged from r486, trunk/polyp/howl-wrap.h
trunk/src/polypcore/idxset.c
- copied unchanged from r486, trunk/polyp/idxset.c
trunk/src/polypcore/idxset.h
- copied unchanged from r486, trunk/polyp/idxset.h
trunk/src/polypcore/inet_ntop.c
- copied unchanged from r486, trunk/polyp/inet_ntop.c
trunk/src/polypcore/inet_ntop.h
- copied unchanged from r486, trunk/polyp/inet_ntop.h
trunk/src/polypcore/iochannel.c
- copied unchanged from r486, trunk/polyp/iochannel.c
trunk/src/polypcore/iochannel.h
- copied, changed from r486, trunk/polyp/iochannel.h
trunk/src/polypcore/ioline.c
- copied unchanged from r486, trunk/polyp/ioline.c
trunk/src/polypcore/ioline.h
- copied unchanged from r486, trunk/polyp/ioline.h
trunk/src/polypcore/llist.h
- copied unchanged from r486, trunk/polyp/llist.h
trunk/src/polypcore/log.c
- copied unchanged from r486, trunk/polyp/log.c
trunk/src/polypcore/log.h
- copied unchanged from r486, trunk/polyp/log.h
trunk/src/polypcore/mcalign.c
- copied unchanged from r486, trunk/polyp/mcalign.c
trunk/src/polypcore/mcalign.h
- copied unchanged from r486, trunk/polyp/mcalign.h
trunk/src/polypcore/memblock.c
- copied unchanged from r486, trunk/polyp/memblock.c
trunk/src/polypcore/memblock.h
- copied unchanged from r486, trunk/polyp/memblock.h
trunk/src/polypcore/memblockq.c
- copied unchanged from r486, trunk/polyp/memblockq.c
trunk/src/polypcore/memblockq.h
- copied unchanged from r486, trunk/polyp/memblockq.h
trunk/src/polypcore/memchunk.c
- copied unchanged from r486, trunk/polyp/memchunk.c
trunk/src/polypcore/memchunk.h
- copied unchanged from r486, trunk/polyp/memchunk.h
trunk/src/polypcore/modargs.c
- copied unchanged from r486, trunk/polyp/modargs.c
trunk/src/polypcore/modargs.h
- copied, changed from r486, trunk/polyp/modargs.h
trunk/src/polypcore/modinfo.c
- copied unchanged from r486, trunk/polyp/modinfo.c
trunk/src/polypcore/modinfo.h
- copied unchanged from r486, trunk/polyp/modinfo.h
trunk/src/polypcore/module.c
- copied unchanged from r486, trunk/polyp/module.c
trunk/src/polypcore/module.h
- copied unchanged from r486, trunk/polyp/module.h
trunk/src/polypcore/namereg.c
- copied unchanged from r486, trunk/polyp/namereg.c
trunk/src/polypcore/namereg.h
- copied unchanged from r486, trunk/polyp/namereg.h
trunk/src/polypcore/native-common.h
- copied, changed from r486, trunk/polyp/native-common.h
trunk/src/polypcore/oss-util.c
- copied unchanged from r486, trunk/polyp/oss-util.c
trunk/src/polypcore/oss-util.h
- copied, changed from r486, trunk/polyp/oss-util.h
trunk/src/polypcore/packet.c
- copied unchanged from r486, trunk/polyp/packet.c
trunk/src/polypcore/packet.h
- copied unchanged from r486, trunk/polyp/packet.h
trunk/src/polypcore/parseaddr.c
- copied unchanged from r486, trunk/polyp/parseaddr.c
trunk/src/polypcore/parseaddr.h
- copied unchanged from r486, trunk/polyp/parseaddr.h
trunk/src/polypcore/pdispatch.c
- copied unchanged from r486, trunk/polyp/pdispatch.c
trunk/src/polypcore/pdispatch.h
- copied, changed from r486, trunk/polyp/pdispatch.h
trunk/src/polypcore/pid.c
- copied unchanged from r486, trunk/polyp/pid.c
trunk/src/polypcore/pid.h
- copied unchanged from r486, trunk/polyp/pid.h
trunk/src/polypcore/play-memchunk.c
- copied unchanged from r486, trunk/polyp/play-memchunk.c
trunk/src/polypcore/play-memchunk.h
- copied unchanged from r486, trunk/polyp/play-memchunk.h
trunk/src/polypcore/poll.c
- copied unchanged from r486, trunk/polyp/poll.c
trunk/src/polypcore/poll.h
- copied unchanged from r486, trunk/polyp/poll.h
trunk/src/polypcore/props.c
- copied unchanged from r486, trunk/polyp/props.c
trunk/src/polypcore/props.h
- copied unchanged from r486, trunk/polyp/props.h
trunk/src/polypcore/protocol-cli.c
- copied unchanged from r486, trunk/polyp/protocol-cli.c
trunk/src/polypcore/protocol-cli.h
- copied unchanged from r486, trunk/polyp/protocol-cli.h
trunk/src/polypcore/protocol-esound.c
- copied, changed from r486, trunk/polyp/protocol-esound.c
trunk/src/polypcore/protocol-esound.h
- copied unchanged from r486, trunk/polyp/protocol-esound.h
trunk/src/polypcore/protocol-http.c
- copied unchanged from r486, trunk/polyp/protocol-http.c
trunk/src/polypcore/protocol-http.h
- copied unchanged from r486, trunk/polyp/protocol-http.h
trunk/src/polypcore/protocol-native.c
- copied unchanged from r486, trunk/polyp/protocol-native.c
trunk/src/polypcore/protocol-native.h
- copied unchanged from r486, trunk/polyp/protocol-native.h
trunk/src/polypcore/protocol-simple.c
- copied unchanged from r486, trunk/polyp/protocol-simple.c
trunk/src/polypcore/protocol-simple.h
- copied unchanged from r486, trunk/polyp/protocol-simple.h
trunk/src/polypcore/pstream-util.c
- copied unchanged from r486, trunk/polyp/pstream-util.c
trunk/src/polypcore/pstream-util.h
- copied unchanged from r486, trunk/polyp/pstream-util.h
trunk/src/polypcore/pstream.c
- copied unchanged from r486, trunk/polyp/pstream.c
trunk/src/polypcore/pstream.h
- copied, changed from r486, trunk/polyp/pstream.h
trunk/src/polypcore/queue.c
- copied unchanged from r486, trunk/polyp/queue.c
trunk/src/polypcore/queue.h
- copied unchanged from r486, trunk/polyp/queue.h
trunk/src/polypcore/random.c
- copied unchanged from r486, trunk/polyp/random.c
trunk/src/polypcore/random.h
- copied unchanged from r486, trunk/polyp/random.h
trunk/src/polypcore/resampler.c
- copied unchanged from r486, trunk/polyp/resampler.c
trunk/src/polypcore/resampler.h
- copied, changed from r486, trunk/polyp/resampler.h
trunk/src/polypcore/sample-util.c
- copied unchanged from r486, trunk/polyp/sample-util.c
trunk/src/polypcore/sample-util.h
- copied, changed from r486, trunk/polyp/sample-util.h
trunk/src/polypcore/scache.c
- copied, changed from r486, trunk/polyp/scache.c
trunk/src/polypcore/scache.h
- copied unchanged from r486, trunk/polyp/scache.h
trunk/src/polypcore/sconv-s16be.c
- copied unchanged from r486, trunk/polyp/sconv-s16be.c
trunk/src/polypcore/sconv-s16be.h
- copied unchanged from r486, trunk/polyp/sconv-s16be.h
trunk/src/polypcore/sconv-s16le.c
- copied unchanged from r486, trunk/polyp/sconv-s16le.c
trunk/src/polypcore/sconv-s16le.h
- copied unchanged from r486, trunk/polyp/sconv-s16le.h
trunk/src/polypcore/sconv.c
- copied unchanged from r486, trunk/polyp/sconv.c
trunk/src/polypcore/sconv.h
- copied, changed from r486, trunk/polyp/sconv.h
trunk/src/polypcore/sink-input.c
- copied unchanged from r486, trunk/polyp/sink-input.c
trunk/src/polypcore/sink-input.h
- copied, changed from r486, trunk/polyp/sink-input.h
trunk/src/polypcore/sink.c
- copied, changed from r486, trunk/polyp/sink.c
trunk/src/polypcore/sink.h
- copied, changed from r486, trunk/polyp/sink.h
trunk/src/polypcore/sioman.c
- copied unchanged from r486, trunk/polyp/sioman.c
trunk/src/polypcore/sioman.h
- copied unchanged from r486, trunk/polyp/sioman.h
trunk/src/polypcore/socket-client.c
- copied unchanged from r486, trunk/polyp/socket-client.c
trunk/src/polypcore/socket-client.h
- copied, changed from r486, trunk/polyp/socket-client.h
trunk/src/polypcore/socket-server.c
- copied unchanged from r486, trunk/polyp/socket-server.c
trunk/src/polypcore/socket-server.h
- copied, changed from r486, trunk/polyp/socket-server.h
trunk/src/polypcore/socket-util.c
- copied unchanged from r486, trunk/polyp/socket-util.c
trunk/src/polypcore/socket-util.h
- copied unchanged from r486, trunk/polyp/socket-util.h
trunk/src/polypcore/sound-file-stream.c
- copied unchanged from r486, trunk/polyp/sound-file-stream.c
trunk/src/polypcore/sound-file-stream.h
- copied unchanged from r486, trunk/polyp/sound-file-stream.h
trunk/src/polypcore/sound-file.c
- copied, changed from r486, trunk/polyp/sound-file.c
trunk/src/polypcore/sound-file.h
- copied, changed from r486, trunk/polyp/sound-file.h
trunk/src/polypcore/source-output.c
- copied unchanged from r486, trunk/polyp/source-output.c
trunk/src/polypcore/source-output.h
- copied, changed from r486, trunk/polyp/source-output.h
trunk/src/polypcore/source.c
- copied unchanged from r486, trunk/polyp/source.c
trunk/src/polypcore/source.h
- copied, changed from r486, trunk/polyp/source.h
trunk/src/polypcore/strbuf.c
- copied, changed from r486, trunk/polyp/strbuf.c
trunk/src/polypcore/strbuf.h
- copied unchanged from r486, trunk/polyp/strbuf.h
trunk/src/polypcore/strlist.c
- copied unchanged from r486, trunk/polyp/strlist.c
trunk/src/polypcore/strlist.h
- copied unchanged from r486, trunk/polyp/strlist.h
trunk/src/polypcore/subscribe.c
- copied unchanged from r486, trunk/polyp/subscribe.c
trunk/src/polypcore/subscribe.h
- copied unchanged from r486, trunk/polyp/subscribe.h
trunk/src/polypcore/tagstruct.c
- copied unchanged from r486, trunk/polyp/tagstruct.c
trunk/src/polypcore/tagstruct.h
- copied, changed from r486, trunk/polyp/tagstruct.h
trunk/src/polypcore/tokenizer.c
- copied unchanged from r486, trunk/polyp/tokenizer.c
trunk/src/polypcore/tokenizer.h
- copied unchanged from r486, trunk/polyp/tokenizer.h
trunk/src/polypcore/util.c
- copied unchanged from r486, trunk/polyp/util.c
trunk/src/polypcore/util.h
- copied, changed from r486, trunk/polyp/util.h
trunk/src/polypcore/winsock.h
- copied unchanged from r486, trunk/polyp/winsock.h
trunk/src/polypcore/x11prop.c
- copied unchanged from r486, trunk/polyp/x11prop.c
trunk/src/polypcore/x11prop.h
- copied unchanged from r486, trunk/polyp/x11prop.h
trunk/src/polypcore/x11wrap.c
- copied unchanged from r486, trunk/polyp/x11wrap.c
trunk/src/polypcore/x11wrap.h
- copied unchanged from r486, trunk/polyp/x11wrap.h
trunk/src/polypcore/xmalloc.c
- copied unchanged from r486, trunk/polyp/xmalloc.c
trunk/src/polypcore/xmalloc.h
- copied unchanged from r486, trunk/polyp/xmalloc.h
trunk/src/tests/
trunk/src/tests/cpulimit-test.c
- copied, changed from r486, trunk/polyp/cpulimit-test.c
trunk/src/tests/mainloop-test.c
- copied, changed from r486, trunk/polyp/mainloop-test.c
trunk/src/tests/mcalign-test.c
- copied, changed from r486, trunk/polyp/mcalign-test.c
trunk/src/tests/pacat-simple.c
- copied, changed from r486, trunk/polyp/pacat-simple.c
trunk/src/tests/parec-simple.c
- copied, changed from r486, trunk/polyp/parec-simple.c
trunk/src/tests/strlist-test.c
- copied, changed from r486, trunk/polyp/strlist-test.c
trunk/src/tests/voltest.c
- copied, changed from r486, trunk/polyp/voltest.c
trunk/src/utils/
trunk/src/utils/esdcompat.sh.in
- copied unchanged from r486, trunk/polyp/esdcompat.sh.in
trunk/src/utils/pabrowse.c
- copied unchanged from r486, trunk/polyp/pabrowse.c
trunk/src/utils/pacat.c
- copied unchanged from r486, trunk/polyp/pacat.c
trunk/src/utils/pacmd.c
- copied, changed from r486, trunk/polyp/pacmd.c
trunk/src/utils/pactl.c
- copied unchanged from r486, trunk/polyp/pactl.c
trunk/src/utils/paplay.c
- copied unchanged from r486, trunk/polyp/paplay.c
trunk/src/utils/pax11publish.c
- copied, changed from r486, trunk/polyp/pax11publish.c
Removed:
trunk/polyp/
Modified:
trunk/Makefile.am
trunk/configure.ac
Modified: trunk/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/Makefile.am?rev=487&root=polypaudio&r1=486&r2=487&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Thu Feb 16 20:19:58 2006
@@ -18,7 +18,7 @@
# USA.
EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4 ltdl.m4
-SUBDIRS=libltdl polyp doc
+SUBDIRS=libltdl src doc
MAINTAINERCLEANFILES =
noinst_DATA =
Modified: trunk/configure.ac
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/configure.ac?rev=487&root=polypaudio&r1=486&r2=487&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Feb 16 20:19:58 2006
@@ -21,7 +21,7 @@
AC_PREREQ(2.57)
AC_INIT([polypaudio],[0.8],[mzcbylcnhqvb (at) 0pointer (dot) de])
-AC_CONFIG_SRCDIR([polyp/main.c])
+AC_CONFIG_SRCDIR([src/daemon/main.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
@@ -392,7 +392,7 @@
AC_CONFIG_FILES([
Makefile
-polyp/Makefile
+src/Makefile
polyplib.pc
polyplib-simple.pc
polyplib-mainloop.pc
@@ -407,7 +407,7 @@
doc/modules.html
doxygen/Makefile
doxygen/doxygen.conf
-polyp/polyplib-version.h
+src/polyp/polyplib-version.h
doc/FAQ.html
])
AC_OUTPUT
Copied: trunk/src/Makefile.am (from r486, trunk/polyp/Makefile.am)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?p2=trunk/src/Makefile.am&p1=trunk/polyp/Makefile.am&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/Makefile.am (original)
+++ trunk/src/Makefile.am Thu Feb 16 20:19:58 2006
@@ -23,6 +23,7 @@
###################################
polypincludedir=$(includedir)/polyp
+polypcoreincludedir=$(includedir)/polypcore
polypconfdir=$(sysconfdir)/polypaudio
modlibdir=$(libdir)/polypaudio
@@ -42,7 +43,7 @@
# Compiler/linker flags #
###################################
-AM_CFLAGS = -I$(top_srcdir)
+AM_CFLAGS = -I$(top_srcdir)/src
AM_CFLAGS += $(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS
AM_CFLAGS += $(LTDLINCL)
AM_CFLAGS += $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
@@ -78,12 +79,12 @@
daemon.conf.in \
default.pa.in \
depmod.py \
- esdcompat.sh.in \
- module-defs.h.m4
+ utils/esdcompat.sh.in \
+ modules/module-defs.h.m4
polypconf_DATA = default.pa daemon.conf client.conf
-BUILT_SOURCES = polyplib-version.h
+BUILT_SOURCES = polyp/polyplib-version.h
###################################
# Main daemon #
@@ -92,15 +93,13 @@
bin_PROGRAMS = polypaudio
polypaudio_SOURCES = \
- caps.h caps.c \
- cmdline.c cmdline.h \
- cpulimit.c cpulimit.h \
- conf-parser.h conf-parser.c \
- daemon-conf.c daemon-conf.h \
- dumpmodules.c dumpmodules.h \
- gcc-printf.h \
- main.c \
- pid.c pid.h
+ daemon/caps.h daemon/caps.c \
+ daemon/cmdline.c daemon/cmdline.h \
+ daemon/cpulimit.c daemon/cpulimit.h \
+ daemon/daemon-conf.c daemon/daemon-conf.h \
+ daemon/dumpmodules.c daemon/dumpmodules.h \
+ daemon/main.c \
+ polypcore/gccmacro.h
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBOIL_CFLAGS)
polypaudio_CPPFLAGS = $(AM_CPPFLAGS)
@@ -135,34 +134,34 @@
bin_PROGRAMS += pabrowse
endif
-bin_SCRIPTS = esdcompat.sh
-
-pacat_SOURCES = pacat.c
+bin_SCRIPTS = utils/esdcompat.sh
+
+pacat_SOURCES = utils/pacat.c
pacat_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-error- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la
pacat_CFLAGS = $(AM_CFLAGS)
pacat_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-paplay_SOURCES = paplay.c
+paplay_SOURCES = utils/paplay.c
paplay_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-error- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la $(LIBSNDFILE_LIBS)
paplay_CFLAGS = $(AM_CFLAGS) $(LIBSNDFILE_CFLAGS)
paplay_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-pactl_SOURCES = pactl.c
+pactl_SOURCES = utils/pactl.c
pactl_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-error- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la $(LIBSNDFILE_LIBS)
pactl_CFLAGS = $(AM_CFLAGS) $(LIBSNDFILE_CFLAGS)
pactl_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-pacmd_SOURCES = pacmd.c util.c util.h xmalloc.c xmalloc.h log.c log.h pid.c pid.h
+pacmd_SOURCES = utils/pacmd.c polypcore/pid.c polypcore/pid.h
pacmd_CFLAGS = $(AM_CFLAGS)
-pacmd_LDADD = $(AM_LDADD)
+pacmd_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la
pacmd_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-pax11publish_SOURCES = pax11publish.c util.c util.h xmalloc.c xmalloc.h log.c log.h authkey.c authkey.h client-conf.c client-conf.h conf-parser.c conf-parser.h x11prop.c x11prop.h random.c random.h
+pax11publish_SOURCES = utils/pax11publish.c
pax11publish_CFLAGS = $(AM_CFLAGS) $(X_CFLAGS)
-pax11publish_LDADD = $(AM_LDADD) $(X_PRE_LIBS) -lX11 $(X_LIBS) $(X_EXTRA_LIBS)
+pax11publish_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la $(X_PRE_LIBS) -lX11 $(X_LIBS) $(X_EXTRA_LIBS)
pax11publish_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-pabrowse_SOURCES = pabrowse.c
+pabrowse_SOURCES = utils/pabrowse.c
pabrowse_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-error- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la libpolyp-browse- at PA_MAJORMINOR@.la
pabrowse_CFLAGS = $(AM_CFLAGS)
pabrowse_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
@@ -195,44 +194,44 @@
mainloop-test-glib12
endif
-mainloop_test_SOURCES = mainloop-test.c
+mainloop_test_SOURCES = tests/mainloop-test.c
mainloop_test_CFLAGS = $(AM_CFLAGS)
mainloop_test_LDADD = $(AM_LDADD) libpolyp-mainloop- at PA_MAJORMINOR@.la libpolyp- at PA_MAJORMINOR@.la
mainloop_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-mcalign_test_SOURCES = mcalign-test.c util.c util.h xmalloc.c xmalloc.h log.c log.h mcalign.c mcalign.h memchunk.c memchunk.h memblock.c memblock.h
+mcalign_test_SOURCES = tests/mcalign-test.c
mcalign_test_CFLAGS = $(AM_CFLAGS)
-mcalign_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS)
+mcalign_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpolypcore.la
mcalign_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-pacat_simple_SOURCES = pacat-simple.c
+pacat_simple_SOURCES = tests/pacat-simple.c
pacat_simple_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-simple- at PA_MAJORMINOR@.la libpolyp-error- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la
pacat_simple_CFLAGS = $(AM_CFLAGS)
pacat_simple_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-parec_simple_SOURCES = parec-simple.c
+parec_simple_SOURCES = tests/parec-simple.c
parec_simple_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-simple- at PA_MAJORMINOR@.la libpolyp-error- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la
parec_simple_CFLAGS = $(AM_CFLAGS)
parec_simple_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-strlist_test_SOURCES = strlist-test.c strlist.c strlist.h strbuf.c strbuf.h util.c util.h xmalloc.c xmalloc.h log.c log.h
+strlist_test_SOURCES = tests/strlist-test.c
strlist_test_CFLAGS = $(AM_CFLAGS)
-strlist_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS)
+strlist_test_LDADD = $(AM_LDADD) $(WINSOCK_LIBS) libpolypcore.la libstrlist.la
strlist_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-voltest_SOURCES = voltest.c sample.c volume.c volume.h sample.h
+voltest_SOURCES = tests/voltest.c
voltest_CFLAGS = $(AM_CFLAGS)
-voltest_LDADD = $(AM_LDADD)
+voltest_LDADD = $(AM_LDADD) libpolyp- at PA_MAJORMINOR@.la
voltest_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-cpulimit_test_SOURCES = cpulimit-test.c cpulimit.c util.c log.c cpulimit.h util.h log.h idxset.c idxset.h
+cpulimit_test_SOURCES = tests/cpulimit-test.c daemon/cpulimit.c daemon/cpulimit.h
cpulimit_test_CFLAGS = $(AM_CFLAGS)
-cpulimit_test_LDADD = $(AM_LDADD) libpolyp-mainloop- at PA_MAJORMINOR@.la
+cpulimit_test_LDADD = $(AM_LDADD) libpolyp-mainloop- at PA_MAJORMINOR@.la libpolypcore.la
cpulimit_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
-cpulimit_test2_SOURCES = cpulimit-test.c cpulimit.c util.c log.c cpulimit.h util.h log.h idxset.c idxset.h
+cpulimit_test2_SOURCES = tests/cpulimit-test.c daemon/cpulimit.c daemon/cpulimit.h
cpulimit_test2_CFLAGS = $(AM_CFLAGS) -DTEST2
-cpulimit_test2_LDADD = $(AM_LDADD) libpolyp-mainloop- at PA_MAJORMINOR@.la
+cpulimit_test2_LDADD = $(AM_LDADD) libpolyp-mainloop- at PA_MAJORMINOR@.la libpolypcore.la
cpulimit_test2_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
mainloop_test_glib_SOURCES = $(mainloop_test_SOURCES)
@@ -250,29 +249,29 @@
###################################
polypinclude_HEADERS = \
- cdecl.h \
- channelmap.h \
- glib-mainloop.h \
- mainloop.h \
- mainloop-api.h \
- mainloop-signal.h \
- polyplib.h \
- polyplib-context.h \
- polyplib-def.h \
- polyplib-error.h \
- polyplib-introspect.h \
- polyplib-operation.h \
- polyplib-scache.h \
- polyplib-simple.h \
- polyplib-stream.h \
- polyplib-subscribe.h \
- polyplib-version.h \
- sample.h \
- volume.h
+ polyp/cdecl.h \
+ polyp/channelmap.h \
+ polyp/glib-mainloop.h \
+ polyp/mainloop.h \
+ polyp/mainloop-api.h \
+ polyp/mainloop-signal.h \
+ polyp/polyplib.h \
+ polyp/polyplib-context.h \
+ polyp/polyplib-def.h \
+ polyp/polyplib-error.h \
+ polyp/polyplib-introspect.h \
+ polyp/polyplib-operation.h \
+ polyp/polyplib-scache.h \
+ polyp/polyplib-simple.h \
+ polyp/polyplib-stream.h \
+ polyp/polyplib-subscribe.h \
+ polyp/polyplib-version.h \
+ polyp/sample.h \
+ polyp/volume.h
if HAVE_HOWL
polypinclude_HEADERS += \
- polyplib-browser.h
+ polyp/polyplib-browser.h
endif
lib_LTLIBRARIES = \
@@ -296,55 +295,59 @@
libpolyp-mainloop-glib12- at PA_MAJORMINOR@.la
endif
+# Public interface
libpolyp_ at PA_MAJORMINOR@_la_SOURCES = \
- authkey.c authkey.h \
- cdecl.h \
- client-conf.c client-conf.h \
- conf-parser.c conf-parser.h \
- dllmain.c \
- dynarray.c dynarray.h \
- gcc-printf.h \
- idxset.c idxset.h \
- iochannel.c iochannel.h \
- llist.h \
- log.c log.h \
- mainloop-api.c mainloop-api.h \
- mcalign.c mcalign.h \
- memblock.c memblock.h \
- memchunk.c memchunk.h \
- native-common.h \
- packet.c packet.h \
- parseaddr.c parseaddr.h \
- pdispatch.c pdispatch.h \
- polyplib.h \
- polyplib-context.c polyplib-context.h \
- polyplib-def.h \
- polyplib-internal.h \
- polyplib-introspect.c polyplib-introspect.h \
- polyplib-operation.c polyplib-operation.h \
- polyplib-scache.c polyplib-scache.h \
- polyplib-stream.c polyplib-stream.h \
- polyplib-subscribe.c polyplib-subscribe.h \
- pstream.c pstream.h \
- pstream-util.c pstream-util.h \
- queue.c queue.h \
- random.c random.h \
- sample.c sample.h \
- socket-client.c socket-client.h \
- socket-util.c socket-util.h \
- strbuf.c strbuf.h \
- strlist.c strlist.h \
- tagstruct.c tagstruct.h \
- util.c util.h \
- winsock.h \
- xmalloc.c xmalloc.h \
- channelmap.c channelmap.h \
- volume.c volume.h
+ polyp/cdecl.h \
+ polyp/channelmap.c polyp/channelmap.h \
+ polyp/client-conf.c polyp/client-conf.h \
+ polyp/llist.h \
+ polyp/mainloop-api.c polyp/mainloop-api.h \
+ polyp/polyplib.h \
+ polyp/polyplib-context.c polyp/polyplib-context.h \
+ polyp/polyplib-def.h \
+ polyp/polyplib-internal.h \
+ polyp/polyplib-introspect.c polyp/polyplib-introspect.h \
+ polyp/polyplib-operation.c polyp/polyplib-operation.h \
+ polyp/polyplib-scache.c polyp/polyplib-scache.h \
+ polyp/polyplib-stream.c polyp/polyplib-stream.h \
+ polyp/polyplib-subscribe.c polyp/polyplib-subscribe.h \
+ polyp/sample.c polyp/sample.h \
+ polyp/volume.c polyp/volume.h
+
+# Internal stuff that is shared with libpolypcore
+libpolyp_ at PA_MAJORMINOR@_la_SOURCES += \
+ polypcore/authkey.c polypcore/authkey.h \
+ polypcore/conf-parser.c polypcore/conf-parser.h \
+ polypcore/dllmain.c \
+ polypcore/dynarray.c polypcore/dynarray.h \
+ polypcore/gccmacro.h \
+ polypcore/idxset.c polypcore/idxset.h \
+ polypcore/iochannel.c polypcore/iochannel.h \
+ polypcore/log.c polypcore/log.h \
+ polypcore/mcalign.c polypcore/mcalign.h \
+ polypcore/memblock.c polypcore/memblock.h \
+ polypcore/memchunk.c polypcore/memchunk.h \
+ polypcore/native-common.h \
+ polypcore/packet.c polypcore/packet.h \
+ polypcore/parseaddr.c polypcore/parseaddr.h \
+ polypcore/pdispatch.c polypcore/pdispatch.h \
+ polypcore/pstream.c polypcore/pstream.h \
+ polypcore/pstream-util.c polypcore/pstream-util.h \
+ polypcore/queue.c polypcore/queue.h \
+ polypcore/random.c polypcore/random.h \
+ polypcore/socket-client.c polypcore/socket-client.h \
+ polypcore/socket-util.c polypcore/socket-util.h \
+ polypcore/strbuf.c polypcore/strbuf.h \
+ polypcore/strlist.c polypcore/strlist.h \
+ polypcore/tagstruct.c polypcore/tagstruct.h \
+ polypcore/util.c polypcore/util.h \
+ polypcore/winsock.h \
+ polypcore/xmalloc.c polypcore/xmalloc.h
if HAVE_X11
libpolyp_ at PA_MAJORMINOR@_la_SOURCES += \
- client-conf-x11.c client-conf-x11.h \
- x11prop.c x11prop.h
+ polyp/client-conf-x11.c polyp/client-conf-x11.h \
+ polypcore/x11prop.c polypcore/x11prop.h
endif
libpolyp_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS)
@@ -361,36 +364,35 @@
libpolyp_ at PA_MAJORMINOR@_la_LIBADD += $(LIBASYNCNS_LIBS)
endif
-libpolyp_error_ at PA_MAJORMINOR@_la_SOURCES = polyplib-error.c polyplib-error.h
+libpolyp_error_ at PA_MAJORMINOR@_la_SOURCES = polyp/polyplib-error.c polyp/polyplib-error.h
libpolyp_error_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS)
libpolyp_error_ at PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) libpolyp- at PA_MAJORMINOR@.la
libpolyp_error_ at PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
libpolyp_mainloop_ at PA_MAJORMINOR@_la_SOURCES = \
- mainloop.c mainloop.h \
- mainloop-api.h mainloop-api.c \
- mainloop-signal.c mainloop-signal.h \
- poll.c poll.h
+ polyp/mainloop.c polyp/mainloop.h \
+ polyp/mainloop-signal.c polyp/mainloop-signal.h \
+ polypcore/poll.c polypcore/poll.h
libpolyp_mainloop_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS)
libpolyp_mainloop_ at PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) libpolyp- at PA_MAJORMINOR@.la $(WINSOCK_LIBS)
libpolyp_mainloop_ at PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
-libpolyp_simple_ at PA_MAJORMINOR@_la_SOURCES = polyplib-simple.c polyplib-simple.h
+libpolyp_simple_ at PA_MAJORMINOR@_la_SOURCES = polyp/polyplib-simple.c polyp/polyplib-simple.h
libpolyp_simple_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS)
libpolyp_simple_ at PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) libpolyp- at PA_MAJORMINOR@.la libpolyp-mainloop- at PA_MAJORMINOR@.la
libpolyp_simple_ at PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
-libpolyp_browse_ at PA_MAJORMINOR@_la_SOURCES = polyplib-browser.c polyplib-browser.h
+libpolyp_browse_ at PA_MAJORMINOR@_la_SOURCES = polyp/polyplib-browser.c polyp/polyplib-browser.h
libpolyp_browse_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS) $(HOWL_CFLAGS)
libpolyp_browse_ at PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) libpolyp- at PA_MAJORMINOR@.la $(HOWL_LIBS)
libpolyp_browse_ at PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
-libpolyp_mainloop_glib_ at PA_MAJORMINOR@_la_SOURCES = glib-mainloop.h glib-mainloop.c
+libpolyp_mainloop_glib_ at PA_MAJORMINOR@_la_SOURCES = polyp/glib-mainloop.h polyp/glib-mainloop.c
libpolyp_mainloop_glib_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
libpolyp_mainloop_glib_ at PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) libpolyp-mainloop- at PA_MAJORMINOR@.la $(GLIB20_LIBS)
libpolyp_mainloop_glib_ at PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
-libpolyp_mainloop_glib12_ at PA_MAJORMINOR@_la_SOURCES = glib-mainloop.h glib12-mainloop.c
+libpolyp_mainloop_glib12_ at PA_MAJORMINOR@_la_SOURCES = polyp/glib-mainloop.h polyp/glib12-mainloop.c
libpolyp_mainloop_glib12_ at PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS) $(GLIB12_CFLAGS)
libpolyp_mainloop_glib12_ at PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) libpolyp-mainloop- at PA_MAJORMINOR@.la $(GLIB12_LIBS)
libpolyp_mainloop_glib12_ at PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
@@ -399,90 +401,97 @@
# Daemon core library #
###################################
-polypinclude_HEADERS += \
- cli-command.h \
- client.h \
- core.h \
- dynarray.h \
- endianmacros.h \
- hashmap.h \
- idxset.h \
- iochannel.h \
- memblock.h \
- memblockq.h \
- memchunk.h \
- modargs.h \
- module.h \
- namereg.h \
- queue.h \
- resampler.h \
- sample-util.h \
- sink.h \
- sink-input.h \
- sioman.h \
- socket-server.h \
- socket-client.h \
- socket-util.h \
- source.h \
- source-output.h \
- strbuf.h \
- tokenizer.h \
- tagstruct.h \
- util.h
+polypcoreinclude_HEADERS = \
+ polypcore/cli-command.h \
+ polypcore/client.h \
+ polypcore/core.h \
+ polypcore/dynarray.h \
+ polypcore/endianmacros.h \
+ polypcore/hashmap.h \
+ polypcore/idxset.h \
+ polypcore/iochannel.h \
+ polypcore/log.h \
+ polypcore/memblock.h \
+ polypcore/memblockq.h \
+ polypcore/memchunk.h \
+ polypcore/modargs.h \
+ polypcore/module.h \
+ polypcore/namereg.h \
+ polypcore/queue.h \
+ polypcore/resampler.h \
+ polypcore/sample-util.h \
+ polypcore/sink.h \
+ polypcore/sink-input.h \
+ polypcore/sioman.h \
+ polypcore/socket-server.h \
+ polypcore/socket-client.h \
+ polypcore/socket-util.h \
+ polypcore/source.h \
+ polypcore/source-output.h \
+ polypcore/strbuf.h \
+ polypcore/tokenizer.h \
+ polypcore/tagstruct.h \
+ polypcore/util.h
lib_LTLIBRARIES += libpolypcore.la
+# Some public stuff is used even in the core.
libpolypcore_la_SOURCES = \
- autoload.c autoload.h \
- cli-command.c cli-command.h \
- cli-text.c cli-text.h \
- client.c client.h \
- core.c core.h \
- dllmain.c \
- dynarray.c dynarray.h \
- endianmacros.h \
- g711.c g711.h \
- hashmap.c hashmap.h \
- idxset.c idxset.h \
- log.c log.h \
- mainloop.c mainloop.h \
- mainloop-api.c mainloop-api.h \
- mainloop-signal.c mainloop-signal.h \
- mcalign.c mcalign.h \
- memblock.c memblock.h \
- memblockq.c memblockq.h \
- memchunk.c memchunk.h \
- modargs.c modargs.h \
- modinfo.c modinfo.h \
- module.c module.h \
- namereg.c namereg.h \
- play-memchunk.c play-memchunk.h \
- poll.c poll.h \
- props.c props.h \
- queue.c queue.h \
- random.c random.h \
- resampler.c resampler.h \
- sample.c sample.h \
- sample-util.c sample-util.h \
- scache.c scache.h \
- sconv.c sconv.h \
- sconv-s16be.c sconv-s16be.h \
- sconv-s16le.c sconv-s16le.h \
- sink.c sink.h \
- sink-input.c sink-input.h \
- sioman.c sioman.h \
- sound-file.c sound-file.h \
- sound-file-stream.c sound-file-stream.h \
- source.c source.h \
- source-output.c source-output.h \
- strbuf.c strbuf.h \
- subscribe.c subscripe.h \
- tokenizer.c tokenizer.h \
- util.c util.h \
- winsock.h \
- xmalloc.c xmalloc.h \
- volume.c volume.h \
- channelmap.c channelmap.h
+ polyp/channelmap.c polyp/channelmap.h \
+ polyp/mainloop.c polyp/mainloop.h \
+ polyp/mainloop-api.c polyp/mainloop-api.h \
+ polyp/mainloop-signal.c polyp/mainloop-signal.h \
+ polyp/sample.c polyp/sample.h \
+ polyp/volume.c polyp/volume.h
+
+# Pure core stuff (some are shared in libpolyp though).
+libpolypcore_la_SOURCES += \
+ polypcore/autoload.c polypcore/autoload.h \
+ polypcore/cli-command.c polypcore/cli-command.h \
+ polypcore/cli-text.c polypcore/cli-text.h \
+ polypcore/client.c polypcore/client.h \
+ polypcore/conf-parser.c polypcore/conf-parser.h \
+ polypcore/core.c polypcore/core.h \
+ polypcore/dllmain.c \
+ polypcore/dynarray.c polypcore/dynarray.h \
+ polypcore/endianmacros.h \
+ polypcore/g711.c polypcore/g711.h \
+ polypcore/hashmap.c polypcore/hashmap.h \
+ polypcore/idxset.c polypcore/idxset.h \
+ polypcore/log.c polypcore/log.h \
+ polypcore/mcalign.c polypcore/mcalign.h \
+ polypcore/memblock.c polypcore/memblock.h \
+ polypcore/memblockq.c polypcore/memblockq.h \
+ polypcore/memchunk.c polypcore/memchunk.h \
+ polypcore/modargs.c polypcore/modargs.h \
+ polypcore/modinfo.c polypcore/modinfo.h \
+ polypcore/module.c polypcore/module.h \
+ polypcore/namereg.c polypcore/namereg.h \
+ polypcore/pid.c polypcore/pid.h \
+ polypcore/play-memchunk.c polypcore/play-memchunk.h \
+ polypcore/poll.c polypcore/poll.h \
+ polypcore/props.c polypcore/props.h \
+ polypcore/queue.c polypcore/queue.h \
+ polypcore/random.c polypcore/random.h \
+ polypcore/resampler.c polypcore/resampler.h \
+ polypcore/sample-util.c polypcore/sample-util.h \
+ polypcore/scache.c polypcore/scache.h \
+ polypcore/sconv.c polypcore/sconv.h \
+ polypcore/sconv-s16be.c polypcore/sconv-s16be.h \
+ polypcore/sconv-s16le.c polypcore/sconv-s16le.h \
+ polypcore/sink.c polypcore/sink.h \
+ polypcore/sink-input.c polypcore/sink-input.h \
+ polypcore/sioman.c polypcore/sioman.h \
+ polypcore/sound-file.c polypcore/sound-file.h \
+ polypcore/sound-file-stream.c polypcore/sound-file-stream.h \
+ polypcore/source.c polypcore/source.h \
+ polypcore/source-output.c polypcore/source-output.h \
+ polypcore/strbuf.c polypcore/strbuf.h \
+ polypcore/subscribe.c polypcore/subscribe.h \
+ polypcore/tokenizer.c polypcore/tokenizer.h \
+ polypcore/util.c polypcore/util.h \
+ polypcore/winsock.h \
+ polypcore/xmalloc.c polypcore/xmalloc.h
libpolypcore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)
libpolypcore_la_LDFLAGS = -avoid-version
@@ -540,117 +549,117 @@
libhowl-wrap.la
endif
-libprotocol_simple_la_SOURCES = protocol-simple.c protocol-simple.h
+libprotocol_simple_la_SOURCES = polypcore/protocol-simple.c polypcore/protocol-simple.h
libprotocol_simple_la_LDFLAGS = -avoid-version
libprotocol_simple_la_LIBADD = $(AM_LIBADD) libpolypcore.la libsocket-server.la libiochannel.la
libsocket_server_la_SOURCES = \
- inet_ntop.c inet_ntop.h \
- socket-server.c socket-server.h
+ polypcore/inet_ntop.c polypcore/inet_ntop.h \
+ polypcore/socket-server.c polypcore/socket-server.h
libsocket_server_la_LDFLAGS = -avoid-version
libsocket_server_la_LIBADD = $(AM_LIBADD) libpolypcore.la libiochannel.la libsocket-util.la $(LIBWRAP_LIBS) $(WINSOCK_LIBS)
-libsocket_client_la_SOURCES = socket-client.c socket-client.h
+libsocket_client_la_SOURCES = polypcore/socket-client.c polypcore/socket-client.h
libsocket_client_la_LDFLAGS = -avoid-version
libsocket_client_la_LIBADD = $(AM_LIBADD) libpolypcore.la libiochannel.la libsocket-util.la libparseaddr.la $(LIBASYNCNS_LIBS) $(WINSOCK_LIBS)
libsocket_client_la_CFLAGS = $(AM_CFLAGS) $(LIBASYNCNS_CFLAGS)
-libparseaddr_la_SOURCES = parseaddr.c parseaddr.h
+libparseaddr_la_SOURCES = polypcore/parseaddr.c polypcore/parseaddr.h
libparseaddr_la_LDFLAGS = -avoid-version
libparseaddr_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-libpstream_la_SOURCES = pstream.c pstream.h
+libpstream_la_SOURCES = polypcore/pstream.c polypcore/pstream.h
libpstream_la_LDFLAGS = -avoid-version
libpstream_la_LIBADD = $(AM_LIBADD) libpolypcore.la libpacket.la libiochannel.la $(WINSOCK_LIBS)
-libpstream_util_la_SOURCES = pstream-util.c pstream-util.h
+libpstream_util_la_SOURCES = polypcore/pstream-util.c polypcore/pstream-util.h
libpstream_util_la_LDFLAGS = -avoid-version
libpstream_util_la_LIBADD = $(AM_LIBADD) libpacket.la libpstream.la libtagstruct.la
-libpdispatch_la_SOURCES = pdispatch.c pdispatch.h
+libpdispatch_la_SOURCES = polypcore/pdispatch.c polypcore/pdispatch.h
libpdispatch_la_LDFLAGS = -avoid-version
libpdispatch_la_LIBADD = $(AM_LIBADD) libtagstruct.la libpolypcore.la
-libiochannel_la_SOURCES = iochannel.c iochannel.h
+libiochannel_la_SOURCES = polypcore/iochannel.c polypcore/iochannel.h
libiochannel_la_LDFLAGS = -avoid-version
libiochannel_la_LIBADD = $(AM_LIBADD) libsocket-util.la libpolypcore.la $(WINSOCK_LIBS)
-libpacket_la_SOURCES = packet.c packet.h
+libpacket_la_SOURCES = polypcore/packet.c polypcore/packet.h
libpacket_la_LDFLAGS = -avoid-version
libpacket_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-libioline_la_SOURCES = ioline.c ioline.h
+libioline_la_SOURCES = polypcore/ioline.c polypcore/ioline.h
libioline_la_LDFLAGS = -avoid-version
libioline_la_LIBADD = $(AM_LIBADD) libiochannel.la libpolypcore.la
-libcli_la_SOURCES = cli.c cli.h
+libcli_la_SOURCES = polypcore/cli.c polypcore/cli.h
libcli_la_CPPFLAGS = $(AM_CPPFLAGS)
libcli_la_LDFLAGS = -avoid-version
libcli_la_LIBADD = $(AM_LIBADD) libiochannel.la libioline.la libpolypcore.la
-libstrlist_la_SOURCES = strlist.c strlist.h
+libstrlist_la_SOURCES = polypcore/strlist.c polypcore/strlist.h
libstrlist_la_LDFLAGS = -avoid-version
libstrlist_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-libprotocol_cli_la_SOURCES = protocol-cli.c protocol-cli.h
+libprotocol_cli_la_SOURCES = polypcore/protocol-cli.c polypcore/protocol-cli.h
libprotocol_cli_la_LDFLAGS = -avoid-version
libprotocol_cli_la_LIBADD = $(AM_LIBADD) libsocket-server.la libiochannel.la libcli.la libpolypcore.la
-libprotocol_http_la_SOURCES = protocol-http.c protocol-http.h
+libprotocol_http_la_SOURCES = polypcore/protocol-http.c polypcore/protocol-http.h
libprotocol_http_la_LDFLAGS = -avoid-version
libprotocol_http_la_LIBADD = $(AM_LIBADD) libsocket-server.la libioline.la libpolypcore.la libiochannel.la
-libprotocol_native_la_SOURCES = protocol-native.c protocol-native.h native-common.h
+libprotocol_native_la_SOURCES = polypcore/protocol-native.c polypcore/protocol-native.h polypcore/native-common.h
libprotocol_native_la_LDFLAGS = -avoid-version
libprotocol_native_la_LIBADD = $(AM_LIBADD) libsocket-server.la libpstream.la libpstream-util.la libpdispatch.la libtagstruct.la libauthkey.la libauthkey-prop.la libstrlist.la libpolypcore.la libiochannel.la
-libtagstruct_la_SOURCES = tagstruct.c tagstruct.h
+libtagstruct_la_SOURCES = polypcore/tagstruct.c polypcore/tagstruct.h
libtagstruct_la_LDFLAGS = -avoid-version
libtagstruct_la_LIBADD = $(AM_LIBADD) libpolypcore.la $(WINSOCK_LIBS)
-libprotocol_esound_la_SOURCES = protocol-esound.c protocol-esound.h esound.h
+libprotocol_esound_la_SOURCES = polypcore/protocol-esound.c polypcore/protocol-esound.h polypcore/esound.h
libprotocol_esound_la_LDFLAGS = -avoid-version
libprotocol_esound_la_LIBADD = $(AM_LIBADD) libsocket-server.la libiochannel.la libauthkey.la libpolypcore.la
-libauthkey_la_SOURCES = authkey.c authkey.h
+libauthkey_la_SOURCES = polypcore/authkey.c polypcore/authkey.h
libauthkey_la_LDFLAGS = -avoid-version
libauthkey_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-libauthkey_prop_la_SOURCES = authkey-prop.c authkey-prop.h
+libauthkey_prop_la_SOURCES = polypcore/authkey-prop.c polypcore/authkey-prop.h
libauthkey_prop_la_LDFLAGS = -avoid-version
libauthkey_prop_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-libsocket_util_la_SOURCES = socket-util.c socket-util.h
+libsocket_util_la_SOURCES = polypcore/socket-util.c polypcore/socket-util.h
libsocket_util_la_LDFLAGS = -avoid-version
libsocket_util_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS)
# X11
-libx11wrap_la_SOURCES = x11wrap.c x11wrap.h
+libx11wrap_la_SOURCES = polypcore/x11wrap.c polypcore/x11wrap.h
libx11wrap_la_LDFLAGS = -avoid-version
libx11wrap_la_CFLAGS = $(AM_CFLAGS) $(X_CFLAGS)
libx11wrap_la_LIBADD = $(AM_LIBADD) $(X_PRE_LIBS) -lX11 $(X_LIBS) $(X_EXTRA_LIBS)
-libx11prop_la_SOURCES = x11prop.c x11prop.h
+libx11prop_la_SOURCES = polypcore/x11prop.c polypcore/x11prop.h
libx11prop_la_LDFLAGS = -avoid-version
libx11prop_la_CFLAGS = $(AM_CFLAGS) $(X_CFLAGS)
libx11prop_la_LIBADD = $(AM_LIBADD) $(X_PRE_LIBS) -lX11 $(X_LIBS) $(X_EXTRA_LIBS)
# OSS
-liboss_util_la_SOURCES = oss-util.c oss-util.h
+liboss_util_la_SOURCES = polypcore/oss-util.c polypcore/oss-util.h
liboss_util_la_LDFLAGS = -avoid-version
# ALSA
-libalsa_util_la_SOURCES = alsa-util.c alsa-util.h
+libalsa_util_la_SOURCES = polypcore/alsa-util.c polypcore/alsa-util.h
libalsa_util_la_LDFLAGS = -avoid-version
libalsa_util_la_LIBADD = $(AM_LIBADD) $(ASOUNDLIB_LIBS)
libalsa_util_la_CFLAGS = $(AM_CFLAGS) $(ASOUNDLIB_CFLAGS)
# HOWL
-libhowl_wrap_la_SOURCES = howl-wrap.c howl-wrap.h
+libhowl_wrap_la_SOURCES = polypcore/howl-wrap.c polypcore/howl-wrap.h
libhowl_wrap_la_LDFLAGS = -avoid-version
libhowl_wrap_la_LIBADD = $(AM_LIBADD) $(HOWL_LIBS)
libhowl_wrap_la_CFLAGS = $(AM_CFLAGS) $(HOWL_CFLAGS)
@@ -752,268 +761,268 @@
# These are generated by a M4 script
SYMDEF_FILES = \
- module-cli-symdef.h \
- module-cli-protocol-tcp-symdef.h \
- module-cli-protocol-tcp6-symdef.h \
- module-cli-protocol-unix-symdef.h \
- module-pipe-sink-symdef.h \
- module-pipe-source-symdef.h \
- module-simple-protocol-tcp-symdef.h \
- module-simple-protocol-tcp6-symdef.h \
- module-simple-protocol-unix-symdef.h \
- module-esound-protocol-tcp-symdef.h \
- module-esound-protocol-tcp6-symdef.h \
- module-esound-protocol-unix-symdef.h \
- module-native-protocol-tcp-symdef.h \
- module-native-protocol-tcp6-symdef.h \
- module-native-protocol-unix-symdef.h \
- module-native-protocol-fd-symdef.h \
- module-sine-symdef.h \
- module-combine-symdef.h \
- module-esound-compat-spawnfd-symdef.h \
- module-esound-compat-spawnpid-symdef.h \
- module-match-symdef.h \
- module-tunnel-sink-symdef.h \
- module-tunnel-source-symdef.h \
- module-null-sink-symdef.h \
- module-esound-sink-symdef.h \
- module-zeroconf-publish-symdef.h \
- module-lirc-symdef.h \
- module-mmkbd-evdev-symdef.h \
- module-http-protocol-tcp-symdef.h \
- module-http-protocol-tcp6-symdef.h \
- module-http-protocol-unix-symdef.h \
- module-x11-bell-symdef.h \
- module-x11-publish-symdef.h \
- module-oss-symdef.h \
- module-oss-mmap-symdef.h \
- module-alsa-sink-symdef.h \
- module-alsa-source-symdef.h \
- module-solaris-symdef.h \
- module-waveout-symdef.h \
- module-detect-symdef.h
+ modules/module-cli-symdef.h \
+ modules/module-cli-protocol-tcp-symdef.h \
+ modules/module-cli-protocol-tcp6-symdef.h \
+ modules/module-cli-protocol-unix-symdef.h \
+ modules/module-pipe-sink-symdef.h \
+ modules/module-pipe-source-symdef.h \
+ modules/module-simple-protocol-tcp-symdef.h \
+ modules/module-simple-protocol-tcp6-symdef.h \
+ modules/module-simple-protocol-unix-symdef.h \
+ modules/module-esound-protocol-tcp-symdef.h \
+ modules/module-esound-protocol-tcp6-symdef.h \
+ modules/module-esound-protocol-unix-symdef.h \
+ modules/module-native-protocol-tcp-symdef.h \
+ modules/module-native-protocol-tcp6-symdef.h \
+ modules/module-native-protocol-unix-symdef.h \
+ modules/module-native-protocol-fd-symdef.h \
+ modules/module-sine-symdef.h \
+ modules/module-combine-symdef.h \
+ modules/module-esound-compat-spawnfd-symdef.h \
+ modules/module-esound-compat-spawnpid-symdef.h \
+ modules/module-match-symdef.h \
+ modules/module-tunnel-sink-symdef.h \
+ modules/module-tunnel-source-symdef.h \
+ modules/module-null-sink-symdef.h \
+ modules/module-esound-sink-symdef.h \
+ modules/module-zeroconf-publish-symdef.h \
+ modules/module-lirc-symdef.h \
+ modules/module-mmkbd-evdev-symdef.h \
+ modules/module-http-protocol-tcp-symdef.h \
+ modules/module-http-protocol-tcp6-symdef.h \
+ modules/module-http-protocol-unix-symdef.h \
+ modules/module-x11-bell-symdef.h \
+ modules/module-x11-publish-symdef.h \
+ modules/module-oss-symdef.h \
+ modules/module-oss-mmap-symdef.h \
+ modules/module-alsa-sink-symdef.h \
+ modules/module-alsa-source-symdef.h \
+ modules/module-solaris-symdef.h \
+ modules/module-waveout-symdef.h \
+ modules/module-detect-symdef.h
EXTRA_DIST += $(SYMDEF_FILES)
BUILT_SOURCES += $(SYMDEF_FILES)
-$(SYMDEF_FILES): module-defs.h.m4
+$(SYMDEF_FILES): modules/module-defs.h.m4
$(M4) -Dfname="$@" $< > $@
# Simple protocol
-module_simple_protocol_tcp_la_SOURCES = module-protocol-stub.c
+module_simple_protocol_tcp_la_SOURCES = modules/module-protocol-stub.c
module_simple_protocol_tcp_la_CFLAGS = -DUSE_TCP_SOCKETS -DUSE_PROTOCOL_SIMPLE $(AM_CFLAGS)
module_simple_protocol_tcp_la_LDFLAGS = -module -avoid-version
module_simple_protocol_tcp_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-simple.la libsocket-server.la
-module_simple_protocol_tcp6_la_SOURCES = module-protocol-stub.c
+module_simple_protocol_tcp6_la_SOURCES = modules/module-protocol-stub.c
module_simple_protocol_tcp6_la_CFLAGS = -DUSE_TCP6_SOCKETS -DUSE_PROTOCOL_SIMPLE $(AM_CFLAGS)
module_simple_protocol_tcp6_la_LDFLAGS = -module -avoid-version
module_simple_protocol_tcp6_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-simple.la libsocket-server.la
-module_simple_protocol_unix_la_SOURCES = module-protocol-stub.c
+module_simple_protocol_unix_la_SOURCES = modules/module-protocol-stub.c
module_simple_protocol_unix_la_CFLAGS = -DUSE_UNIX_SOCKETS -DUSE_PROTOCOL_SIMPLE $(AM_CFLAGS)
module_simple_protocol_unix_la_LDFLAGS = -module -avoid-version
module_simple_protocol_unix_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-simple.la libsocket-server.la libsocket-util.la
# CLI protocol
-module_cli_la_SOURCES = module-cli.c
+module_cli_la_SOURCES = modules/module-cli.c
module_cli_la_LDFLAGS = -module -avoid-version
module_cli_la_LIBADD = $(AM_LIBADD) libcli.la libiochannel.la libpolypcore.la
-module_cli_protocol_tcp_la_SOURCES = module-protocol-stub.c
+module_cli_protocol_tcp_la_SOURCES = modules/module-protocol-stub.c
module_cli_protocol_tcp_la_CFLAGS = -DUSE_TCP_SOCKETS -DUSE_PROTOCOL_CLI $(AM_CFLAGS)
module_cli_protocol_tcp_la_LDFLAGS = -module -avoid-version
module_cli_protocol_tcp_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-cli.la libsocket-server.la
-module_cli_protocol_tcp6_la_SOURCES = module-protocol-stub.c
+module_cli_protocol_tcp6_la_SOURCES = modules/module-protocol-stub.c
module_cli_protocol_tcp6_la_CFLAGS = -DUSE_TCP6_SOCKETS -DUSE_PROTOCOL_CLI $(AM_CFLAGS)
module_cli_protocol_tcp6_la_LDFLAGS = -module -avoid-version
module_cli_protocol_tcp6_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-cli.la libsocket-server.la
-module_cli_protocol_unix_la_SOURCES = module-protocol-stub.c
+module_cli_protocol_unix_la_SOURCES = modules/module-protocol-stub.c
module_cli_protocol_unix_la_CFLAGS = -DUSE_UNIX_SOCKETS -DUSE_PROTOCOL_CLI $(AM_CFLAGS)
module_cli_protocol_unix_la_LDFLAGS = -module -avoid-version
module_cli_protocol_unix_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-cli.la libsocket-server.la libsocket-util.la
# HTTP protocol
-module_http_protocol_tcp_la_SOURCES = module-protocol-stub.c
+module_http_protocol_tcp_la_SOURCES = modules/module-protocol-stub.c
module_http_protocol_tcp_la_CFLAGS = -DUSE_TCP_SOCKETS -DUSE_PROTOCOL_HTTP $(AM_CFLAGS)
module_http_protocol_tcp_la_LDFLAGS = -module -avoid-version
module_http_protocol_tcp_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-http.la libsocket-server.la
-module_http_protocol_tcp6_la_SOURCES = module-protocol-stub.c
+module_http_protocol_tcp6_la_SOURCES = modules/module-protocol-stub.c
module_http_protocol_tcp6_la_CFLAGS = -DUSE_TCP6_SOCKETS -DUSE_PROTOCOL_HTTP $(AM_CFLAGS)
module_http_protocol_tcp6_la_LDFLAGS = -module -avoid-version
module_http_protocol_tcp6_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-http.la libsocket-server.la
-module_http_protocol_unix_la_SOURCES = module-protocol-stub.c
+module_http_protocol_unix_la_SOURCES = modules/module-protocol-stub.c
module_http_protocol_unix_la_CFLAGS = -DUSE_UNIX_SOCKETS -DUSE_PROTOCOL_HTTP $(AM_CFLAGS)
module_http_protocol_unix_la_LDFLAGS = -module -avoid-version
module_http_protocol_unix_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-http.la libsocket-server.la libsocket-util.la
# Native protocol
-module_native_protocol_tcp_la_SOURCES = module-protocol-stub.c
+module_native_protocol_tcp_la_SOURCES = modules/module-protocol-stub.c
module_native_protocol_tcp_la_CFLAGS = -DUSE_TCP_SOCKETS -DUSE_PROTOCOL_NATIVE $(AM_CFLAGS)
module_native_protocol_tcp_la_LDFLAGS = -module -avoid-version
module_native_protocol_tcp_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-native.la libsocket-server.la
-module_native_protocol_tcp6_la_SOURCES = module-protocol-stub.c
+module_native_protocol_tcp6_la_SOURCES = modules/module-protocol-stub.c
module_native_protocol_tcp6_la_CFLAGS = -DUSE_TCP6_SOCKETS -DUSE_PROTOCOL_NATIVE $(AM_CFLAGS)
module_native_protocol_tcp6_la_LDFLAGS = -module -avoid-version
module_native_protocol_tcp6_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-native.la libsocket-server.la
-module_native_protocol_unix_la_SOURCES = module-protocol-stub.c
+module_native_protocol_unix_la_SOURCES = modules/module-protocol-stub.c
module_native_protocol_unix_la_CFLAGS = -DUSE_UNIX_SOCKETS -DUSE_PROTOCOL_NATIVE $(AM_CFLAGS)
module_native_protocol_unix_la_LDFLAGS = -module -avoid-version
module_native_protocol_unix_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-native.la libsocket-server.la libsocket-util.la
-module_native_protocol_fd_la_SOURCES = module-native-protocol-fd.c
+module_native_protocol_fd_la_SOURCES = modules/module-native-protocol-fd.c
module_native_protocol_fd_la_CFLAGS = $(AM_CFLAGS)
module_native_protocol_fd_la_LDFLAGS = -module -avoid-version
module_native_protocol_fd_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-native.la libsocket-server.la libsocket-util.la libiochannel.la
# EsounD protocol
-module_esound_protocol_tcp_la_SOURCES = module-protocol-stub.c
+module_esound_protocol_tcp_la_SOURCES = modules/module-protocol-stub.c
module_esound_protocol_tcp_la_CFLAGS = -DUSE_TCP_SOCKETS -DUSE_PROTOCOL_ESOUND $(AM_CFLAGS)
module_esound_protocol_tcp_la_LDFLAGS = -module -avoid-version
module_esound_protocol_tcp_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-esound.la libsocket-server.la
-module_esound_protocol_tcp6_la_SOURCES = module-protocol-stub.c
+module_esound_protocol_tcp6_la_SOURCES = modules/module-protocol-stub.c
module_esound_protocol_tcp6_la_CFLAGS = -DUSE_TCP6_SOCKETS -DUSE_PROTOCOL_ESOUND $(AM_CFLAGS)
module_esound_protocol_tcp6_la_LDFLAGS = -module -avoid-version
module_esound_protocol_tcp6_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-esound.la libsocket-server.la
-module_esound_protocol_unix_la_SOURCES = module-protocol-stub.c
+module_esound_protocol_unix_la_SOURCES = modules/module-protocol-stub.c
module_esound_protocol_unix_la_CFLAGS = -DUSE_UNIX_SOCKETS -DUSE_PROTOCOL_ESOUND $(AM_CFLAGS)
module_esound_protocol_unix_la_LDFLAGS = -module -avoid-version
module_esound_protocol_unix_la_LIBADD = $(AM_LIBADD) libpolypcore.la libprotocol-esound.la libsocket-server.la libsocket-util.la
-module_esound_compat_spawnfd_la_SOURCES = module-esound-compat-spawnfd.c
+module_esound_compat_spawnfd_la_SOURCES = modules/module-esound-compat-spawnfd.c
module_esound_compat_spawnfd_la_LDFLAGS = -module -avoid-version
module_esound_compat_spawnfd_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-module_esound_compat_spawnpid_la_SOURCES = module-esound-compat-spawnpid.c
+module_esound_compat_spawnpid_la_SOURCES = modules/module-esound-compat-spawnpid.c
module_esound_compat_spawnpid_la_LDFLAGS = -module -avoid-version
module_esound_compat_spawnpid_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-module_esound_sink_la_SOURCES = module-esound-sink.c
+module_esound_sink_la_SOURCES = modules/module-esound-sink.c
module_esound_sink_la_LDFLAGS = -module -avoid-version
module_esound_sink_la_LIBADD = $(AM_LIBADD) libpolypcore.la libiochannel.la libsocket-client.la libauthkey.la
# Pipes
-module_pipe_sink_la_SOURCES = module-pipe-sink.c
+module_pipe_sink_la_SOURCES = modules/module-pipe-sink.c
module_pipe_sink_la_LDFLAGS = -module -avoid-version
module_pipe_sink_la_LIBADD = $(AM_LIBADD) libpolypcore.la libiochannel.la
-module_pipe_source_la_SOURCES = module-pipe-source.c
+module_pipe_source_la_SOURCES = modules/module-pipe-source.c
module_pipe_source_la_LDFLAGS = -module -avoid-version
module_pipe_source_la_LIBADD = $(AM_LIBADD) libpolypcore.la libiochannel.la
# Fake sources/sinks
-module_sine_la_SOURCES = module-sine.c
+module_sine_la_SOURCES = modules/module-sine.c
module_sine_la_LDFLAGS = -module -avoid-version
module_sine_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-module_null_sink_la_SOURCES = module-null-sink.c
+module_null_sink_la_SOURCES = modules/module-null-sink.c
module_null_sink_la_LDFLAGS = -module -avoid-version
module_null_sink_la_LIBADD = $(AM_LIBADD) libpolypcore.la
# Couplings
-module_combine_la_SOURCES = module-combine.c
+module_combine_la_SOURCES = modules/module-combine.c
module_combine_la_LDFLAGS = -module -avoid-version
module_combine_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-module_match_la_SOURCES = module-match.c
+module_match_la_SOURCES = modules/module-match.c
module_match_la_LDFLAGS = -module -avoid-version
module_match_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-module_tunnel_sink_la_SOURCES = module-tunnel.c
+module_tunnel_sink_la_SOURCES = modules/module-tunnel.c
module_tunnel_sink_la_CFLAGS = -DTUNNEL_SINK=1 $(AM_CFLAGS)
module_tunnel_sink_la_LDFLAGS = -module -avoid-version
module_tunnel_sink_la_LIBADD = $(AM_LIBADD) libpolypcore.la libsocket-client.la libpstream.la libpstream-util.la libpdispatch.la libtagstruct.la libauthkey.la libauthkey-prop.la libsocket-util.la libiochannel.la
-module_tunnel_source_la_SOURCES = module-tunnel.c
+module_tunnel_source_la_SOURCES = modules/module-tunnel.c
module_tunnel_source_la_LDFLAGS = -module -avoid-version
module_tunnel_source_la_LIBADD = $(AM_LIBADD) libpolypcore.la libsocket-client.la libpstream.la libpstream-util.la libpdispatch.la libtagstruct.la libauthkey.la libauthkey-prop.la libsocket-util.la libiochannel.la
# X11
-module_x11_bell_la_SOURCES = module-x11-bell.c
+module_x11_bell_la_SOURCES = modules/module-x11-bell.c
module_x11_bell_la_CFLAGS = $(AM_CFLAGS) $(X_CFLAGS)
module_x11_bell_la_LDFLAGS = -module -avoid-version
module_x11_bell_la_LIBADD = $(AM_LIBADD) $(X_PRE_LIBS) -lX11 $(X_LIBS) $(X_EXTRA_LIBS) libx11wrap.la
-module_x11_publish_la_SOURCES = module-x11-publish.c
+module_x11_publish_la_SOURCES = modules/module-x11-publish.c
module_x11_publish_la_CFLAGS = $(AM_CFLAGS) $(X_CFLAGS)
module_x11_publish_la_LDFLAGS = -module -avoid-version
module_x11_publish_la_LIBADD = $(AM_LIBADD) $(X_PRE_LIBS) -lX11 $(X_LIBS) $(X_EXTRA_LIBS) libx11wrap.la libauthkey.la libauthkey-prop.la libx11prop.la libstrlist.la
# OSS
-module_oss_la_SOURCES = module-oss.c
+module_oss_la_SOURCES = modules/module-oss.c
module_oss_la_LDFLAGS = -module -avoid-version
module_oss_la_LIBADD = $(AM_LIBADD) libiochannel.la liboss-util.la
-module_oss_mmap_la_SOURCES = module-oss-mmap.c
+module_oss_mmap_la_SOURCES = modules/module-oss-mmap.c
module_oss_mmap_la_LDFLAGS = -module -avoid-version
module_oss_mmap_la_LIBADD = $(AM_LIBADD) liboss-util.la
# ALSA
-module_alsa_sink_la_SOURCES = module-alsa-sink.c
+module_alsa_sink_la_SOURCES = modules/module-alsa-sink.c
module_alsa_sink_la_LDFLAGS = -module -avoid-version
module_alsa_sink_la_LIBADD = $(AM_LIBADD) $(ASOUNDLIB_LIBS) libalsa-util.la
module_alsa_sink_la_CFLAGS = $(AM_CFLAGS) $(ASOUNDLIB_CFLAGS)
-module_alsa_source_la_SOURCES = module-alsa-source.c
+module_alsa_source_la_SOURCES = modules/module-alsa-source.c
module_alsa_source_la_LDFLAGS = -module -avoid-version
module_alsa_source_la_LIBADD = $(AM_LIBADD) $(ASOUNDLIB_LIBS) libalsa-util.la
module_alsa_source_la_CFLAGS = $(AM_CFLAGS) $(ASOUNDLIB_CFLAGS)
# Solaris
-module_solaris_la_SOURCES = module-solaris.c
+module_solaris_la_SOURCES = modules/module-solaris.c
module_solaris_la_LDFLAGS = -module -avoid-version
module_solaris_la_LIBADD = $(AM_LIBADD) libiochannel.la
# HOWL
-module_zeroconf_publish_la_SOURCES = module-zeroconf-publish.c
+module_zeroconf_publish_la_SOURCES = modules/module-zeroconf-publish.c
module_zeroconf_publish_la_LDFLAGS = -module -avoid-version
module_zeroconf_publish_la_LIBADD = $(AM_LIBADD) $(HOWL_LIBS) libhowl-wrap.la
module_zeroconf_publish_la_CFLAGS = $(AM_CFLAGS) $(HOWL_CFLAGS)
# LIRC
-module_lirc_la_SOURCES = module-lirc.c
+module_lirc_la_SOURCES = modules/module-lirc.c
module_lirc_la_LDFLAGS = -module -avoid-version
module_lirc_la_LIBADD = $(AM_LIBADD) $(LIRC_LIBS)
module_lirc_la_CFLAGS = $(AM_CFLAGS) $(LIRC_CFLAGS)
# Linux evdev
-module_mmkbd_evdev_la_SOURCES = module-mmkbd-evdev.c
+module_mmkbd_evdev_la_SOURCES = modules/module-mmkbd-evdev.c
module_mmkbd_evdev_la_LDFLAGS = -module -avoid-version
module_mmkbd_evdev_la_LIBADD = $(AM_LIBADD)
module_mmkbd_evdev_la_CFLAGS = $(AM_CFLAGS)
# Windows waveout
-module_waveout_la_SOURCES = module-waveout.c
+module_waveout_la_SOURCES = modules/module-waveout.c
module_waveout_la_LDFLAGS = -module -avoid-version
module_waveout_la_LIBADD = $(AM_LIBADD) libpolypcore.la -lwinmm
module_waveout_la_CFLAGS = $(AM_CFLAGS)
# Hardware autodetection module
-module_detect_la_SOURCES = module-detect.c
+module_detect_la_SOURCES = modules/module-detect.c
module_detect_la_LDFLAGS = -module -avoid-version
module_detect_la_LIBADD = $(AM_LIBADD)
module_detect_la_CFLAGS = $(AM_CFLAGS)
@@ -1026,7 +1035,7 @@
chown root $<
chmod u+s $<
-esdcompat.sh: esdcompat.sh.in Makefile
+utils/esdcompat.sh: utils/esdcompat.sh.in Makefile
sed -e 's, at PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
-e 's, at PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
-e 's, at POLYPAUDIO_BINARY\@,$(POLYPAUDIO_BINARY),g' < $< > $@
Copied: trunk/src/daemon/caps.c (from r486, trunk/polyp/caps.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/caps.c?p2=trunk/src/daemon/caps.c&p1=trunk/polyp/caps.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/caps.c (original)
+++ trunk/src/daemon/caps.c Thu Feb 16 20:19:58 2006
@@ -32,7 +32,7 @@
#include <sys/capability.h>
#endif
-#include "log.h"
+#include <polypcore/log.h>
#include "caps.h"
#ifdef HAVE_GETUID
Copied: trunk/src/daemon/cmdline.c (from r486, trunk/polyp/cmdline.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/cmdline.c?p2=trunk/src/daemon/cmdline.c&p1=trunk/polyp/cmdline.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/cmdline.c (original)
+++ trunk/src/daemon/cmdline.c Thu Feb 16 20:19:58 2006
@@ -31,9 +31,9 @@
#include <sys/stat.h>
#include "cmdline.h"
-#include "util.h"
-#include "strbuf.h"
-#include "xmalloc.h"
+#include <polypcore/util.h>
+#include <polypcore/strbuf.h>
+#include <polypcore/xmalloc.h>
/* Argument codes for getopt_long() */
enum {
Copied: trunk/src/daemon/cpulimit.c (from r486, trunk/polyp/cpulimit.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/cpulimit.c?p2=trunk/src/daemon/cpulimit.c&p1=trunk/polyp/cpulimit.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/cpulimit.c (original)
+++ trunk/src/daemon/cpulimit.c Thu Feb 16 20:19:58 2006
@@ -24,8 +24,8 @@
#endif
#include "cpulimit.h"
-#include "util.h"
-#include "log.h"
+#include <polypcore/util.h>
+#include <polypcore/log.h>
#ifdef HAVE_SIGXCPU
Copied: trunk/src/daemon/cpulimit.h (from r486, trunk/polyp/cpulimit.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/cpulimit.h?p2=trunk/src/daemon/cpulimit.h&p1=trunk/polyp/cpulimit.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/cpulimit.h (original)
+++ trunk/src/daemon/cpulimit.h Thu Feb 16 20:19:58 2006
@@ -22,7 +22,7 @@
USA.
***/
-#include "mainloop-api.h"
+#include <polyp/mainloop-api.h>
/* This kills the polypaudio process if it eats more than 70% of the
* CPU time. This is build around setrlimit() and SIGXCPU. It is handy
Copied: trunk/src/daemon/daemon-conf.c (from r486, trunk/polyp/daemon-conf.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/daemon-conf.c?p2=trunk/src/daemon/daemon-conf.c&p1=trunk/polyp/daemon-conf.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/daemon-conf.c (original)
+++ trunk/src/daemon/daemon-conf.c Thu Feb 16 20:19:58 2006
@@ -30,11 +30,11 @@
#include <unistd.h>
#include "daemon-conf.h"
-#include "util.h"
-#include "xmalloc.h"
-#include "strbuf.h"
-#include "conf-parser.h"
-#include "resampler.h"
+#include <polypcore/util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/strbuf.h>
+#include <polypcore/conf-parser.h>
+#include <polypcore/resampler.h>
#ifndef DEFAULT_CONFIG_DIR
# ifndef OS_IS_WIN32
Copied: trunk/src/daemon/daemon-conf.h (from r486, trunk/polyp/daemon-conf.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/daemon-conf.h?p2=trunk/src/daemon/daemon-conf.h&p1=trunk/polyp/daemon-conf.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/daemon-conf.h (original)
+++ trunk/src/daemon/daemon-conf.h Thu Feb 16 20:19:58 2006
@@ -22,7 +22,7 @@
USA.
***/
-#include "log.h"
+#include <polypcore/log.h>
/* The actual command to execute */
typedef enum pa_daemon_conf_cmd {
Copied: trunk/src/daemon/dumpmodules.c (from r486, trunk/polyp/dumpmodules.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/dumpmodules.c?p2=trunk/src/daemon/dumpmodules.c&p1=trunk/polyp/dumpmodules.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/dumpmodules.c (original)
+++ trunk/src/daemon/dumpmodules.c Thu Feb 16 20:19:58 2006
@@ -30,8 +30,8 @@
#include <ltdl.h>
#include "dumpmodules.h"
-#include "modinfo.h"
-#include "util.h"
+#include <polypcore/modinfo.h>
+#include <polypcore/util.h>
#define PREFIX "module-"
Copied: trunk/src/daemon/main.c (from r486, trunk/polyp/main.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/main.c?p2=trunk/src/daemon/main.c&p1=trunk/polyp/main.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/main.c (original)
+++ trunk/src/daemon/main.c Thu Feb 16 20:19:58 2006
@@ -32,7 +32,6 @@
#include <stddef.h>
#include <assert.h>
#include <ltdl.h>
-#include <memblock.h>
#include <limits.h>
#include <fcntl.h>
#include <unistd.h>
@@ -48,25 +47,26 @@
#include <tcpd.h>
#endif
-#include "winsock.h"
-
-#include "core.h"
-#include "mainloop.h"
-#include "module.h"
-#include "mainloop-signal.h"
+#include <polypcore/winsock.h>
+
+#include <polypcore/core.h>
+#include <polypcore/memblock.h>
+#include <polyp/mainloop.h>
+#include <polypcore/module.h>
+#include <polyp/mainloop-signal.h>
#include "cmdline.h"
-#include "cli-command.h"
-#include "util.h"
-#include "sioman.h"
-#include "xmalloc.h"
+#include <polypcore/cli-command.h>
+#include <polypcore/util.h>
+#include <polypcore/sioman.h>
+#include <polypcore/xmalloc.h>
#include "cpulimit.h"
-#include "log.h"
+#include <polypcore/log.h>
#include "daemon-conf.h"
#include "dumpmodules.h"
#include "caps.h"
-#include "cli-text.h"
-#include "pid.h"
-#include "namereg.h"
+#include <polypcore/cli-text.h>
+#include <polypcore/pid.h>
+#include <polypcore/namereg.h>
#ifdef HAVE_LIBWRAP
/* Only one instance of these variables */
Copied: trunk/src/modules/module-alsa-sink.c (from r486, trunk/polyp/module-alsa-sink.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-alsa-sink.c?p2=trunk/src/modules/module-alsa-sink.c&p1=trunk/polyp/module-alsa-sink.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-alsa-sink.c (original)
+++ trunk/src/modules/module-alsa-sink.c Thu Feb 16 20:19:58 2006
@@ -34,16 +34,17 @@
#include <asoundlib.h>
-#include "module.h"
-#include "core.h"
-#include "memchunk.h"
-#include "sink.h"
-#include "modargs.h"
-#include "util.h"
-#include "sample-util.h"
-#include "alsa-util.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/core.h>
+#include <polypcore/module.h>
+#include <polypcore/memchunk.h>
+#include <polypcore/sink.h>
+#include <polypcore/modargs.h>
+#include <polypcore/util.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/alsa-util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-alsa-sink-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-alsa-source.c (from r486, trunk/polyp/module-alsa-source.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-alsa-source.c?p2=trunk/src/modules/module-alsa-source.c&p1=trunk/polyp/module-alsa-source.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-alsa-source.c (original)
+++ trunk/src/modules/module-alsa-source.c Thu Feb 16 20:19:58 2006
@@ -34,16 +34,17 @@
#include <asoundlib.h>
-#include "module.h"
-#include "core.h"
-#include "memchunk.h"
-#include "sink.h"
-#include "modargs.h"
-#include "util.h"
-#include "sample-util.h"
-#include "alsa-util.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/core.h>
+#include <polypcore/module.h>
+#include <polypcore/memchunk.h>
+#include <polypcore/sink.h>
+#include <polypcore/modargs.h>
+#include <polypcore/util.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/alsa-util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-alsa-source-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-cli.c (from r486, trunk/polyp/module-cli.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-cli.c?p2=trunk/src/modules/module-cli.c&p1=trunk/polyp/module-cli.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-cli.c (original)
+++ trunk/src/modules/module-cli.c Thu Feb 16 20:19:58 2006
@@ -27,11 +27,12 @@
#include <assert.h>
#include <unistd.h>
-#include "module.h"
-#include "iochannel.h"
-#include "cli.h"
-#include "sioman.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/iochannel.h>
+#include <polypcore/cli.h>
+#include <polypcore/sioman.h>
+#include <polypcore/log.h>
+
#include "module-cli-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-combine.c (from r486, trunk/polyp/module-combine.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-combine.c?p2=trunk/src/modules/module-combine.c&p1=trunk/polyp/module-combine.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-combine.c (original)
+++ trunk/src/modules/module-combine.c Thu Feb 16 20:19:58 2006
@@ -26,16 +26,17 @@
#include <assert.h>
#include <stdio.h>
-#include "module.h"
-#include "llist.h"
-#include "sink.h"
-#include "sink-input.h"
-#include "memblockq.h"
-#include "log.h"
-#include "util.h"
-#include "xmalloc.h"
-#include "modargs.h"
-#include "namereg.h"
+#include <polypcore/module.h>
+#include <polypcore/llist.h>
+#include <polypcore/sink.h>
+#include <polypcore/sink-input.h>
+#include <polypcore/memblockq.h>
+#include <polypcore/log.h>
+#include <polypcore/util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/modargs.h>
+#include <polypcore/namereg.h>
+
#include "module-combine-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-defs.h.m4 (from r486, trunk/polyp/module-defs.h.m4)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-defs.h.m4?p2=trunk/src/modules/module-defs.h.m4&p1=trunk/polyp/module-defs.h.m4&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-defs.h.m4 (original)
+++ trunk/src/modules/module-defs.h.m4 Thu Feb 16 20:19:58 2006
@@ -1,6 +1,6 @@
dnl $Id$
changecom(`/*', `*/')dnl
-define(`module_name', patsubst(patsubst(fname, `-symdef.h$'), `[^0-9a-zA-Z]', `_'))dnl
+define(`module_name', patsubst(patsubst(patsubst(fname, `-symdef.h$'), `^.*/'), `[^0-9a-zA-Z]', `_'))dnl
define(`c_symbol', patsubst(module_name, `[^0-9a-zA-Z]', `_'))dnl
define(`c_macro', patsubst(module_name, `[^0-9a-zA-Z]', `'))dnl
define(`incmacro', `foo'c_macro`symdeffoo')dnl
@@ -8,8 +8,8 @@
#ifndef incmacro
#define incmacro
-#include "core.h"
-#include "module.h"
+#include <polypcore/core.h>
+#include <polypcore/module.h>
gen_symbol(pa__init)
gen_symbol(pa__done)
Copied: trunk/src/modules/module-detect.c (from r486, trunk/polyp/module-detect.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-detect.c?p2=trunk/src/modules/module-detect.c&p1=trunk/polyp/module-detect.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-detect.c (original)
+++ trunk/src/modules/module-detect.c Thu Feb 16 20:19:58 2006
@@ -31,11 +31,12 @@
#include <errno.h>
#include <stdlib.h>
-#include "module.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-detect-symdef.h"
-#include "xmalloc.h"
-#include "modargs.h"
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers")
Copied: trunk/src/modules/module-esound-compat-spawnfd.c (from r486, trunk/polyp/module-esound-compat-spawnfd.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-esound-compat-spawnfd.c?p2=trunk/src/modules/module-esound-compat-spawnfd.c&p1=trunk/polyp/module-esound-compat-spawnfd.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-esound-compat-spawnfd.c (original)
+++ trunk/src/modules/module-esound-compat-spawnfd.c Thu Feb 16 20:19:58 2006
@@ -28,10 +28,11 @@
#include <string.h>
#include <errno.h>
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/modargs.h>
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+
#include "module-esound-compat-spawnfd-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-esound-compat-spawnpid.c (from r486, trunk/polyp/module-esound-compat-spawnpid.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-esound-compat-spawnpid.c?p2=trunk/src/modules/module-esound-compat-spawnpid.c&p1=trunk/polyp/module-esound-compat-spawnpid.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-esound-compat-spawnpid.c (original)
+++ trunk/src/modules/module-esound-compat-spawnpid.c Thu Feb 16 20:19:58 2006
@@ -28,10 +28,11 @@
#include <errno.h>
#include <signal.h>
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/log.h>
+
#include "module-esound-compat-spawnpid-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-esound-sink.c (from r486, trunk/polyp/module-esound-sink.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-esound-sink.c?p2=trunk/src/modules/module-esound-sink.c&p1=trunk/polyp/module-esound-sink.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-esound-sink.c (original)
+++ trunk/src/modules/module-esound-sink.c Thu Feb 16 20:19:58 2006
@@ -33,17 +33,18 @@
#include <unistd.h>
#include <limits.h>
-#include "iochannel.h"
-#include "sink.h"
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/socket-client.h>
+#include <polypcore/esound.h>
+#include <polypcore/authkey.h>
+
#include "module-esound-sink-symdef.h"
-#include "socket-client.h"
-#include "esound.h"
-#include "authkey.h"
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("ESOUND Sink")
Copied: trunk/src/modules/module-lirc.c (from r486, trunk/polyp/module-lirc.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-lirc.c?p2=trunk/src/modules/module-lirc.c&p1=trunk/polyp/module-lirc.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-lirc.c (original)
+++ trunk/src/modules/module-lirc.c Thu Feb 16 20:19:58 2006
@@ -30,13 +30,14 @@
#include <lirc/lirc_client.h>
#include <stdlib.h>
-#include "module.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/log.h>
+#include <polypcore/namereg.h>
+#include <polypcore/sink.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/modargs.h>
+
#include "module-lirc-symdef.h"
-#include "namereg.h"
-#include "sink.h"
-#include "xmalloc.h"
-#include "modargs.h"
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("LIRC volume control")
Copied: trunk/src/modules/module-match.c (from r486, trunk/polyp/module-match.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-match.c?p2=trunk/src/modules/module-match.c&p1=trunk/polyp/module-match.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-match.c (original)
+++ trunk/src/modules/module-match.c Thu Feb 16 20:19:58 2006
@@ -32,13 +32,14 @@
#include <stdio.h>
#include <stdlib.h>
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "log.h"
-#include "subscribe.h"
-#include "xmalloc.h"
-#include "sink-input.h"
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/log.h>
+#include <polypcore/subscribe.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/sink-input.h>
+
#include "module-match-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-mmkbd-evdev.c (from r486, trunk/polyp/module-mmkbd-evdev.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-mmkbd-evdev.c?p2=trunk/src/modules/module-mmkbd-evdev.c&p1=trunk/polyp/module-mmkbd-evdev.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-mmkbd-evdev.c (original)
+++ trunk/src/modules/module-mmkbd-evdev.c Thu Feb 16 20:19:58 2006
@@ -33,14 +33,15 @@
#include <linux/input.h>
-#include "module.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/log.h>
+#include <polypcore/namereg.h>
+#include <polypcore/sink.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/modargs.h>
+#include <polypcore/util.h>
+
#include "module-mmkbd-evdev-symdef.h"
-#include "namereg.h"
-#include "sink.h"
-#include "xmalloc.h"
-#include "modargs.h"
-#include "util.h"
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("Multimedia keyboard support via Linux evdev")
Copied: trunk/src/modules/module-native-protocol-fd.c (from r486, trunk/polyp/module-native-protocol-fd.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-native-protocol-fd.c?p2=trunk/src/modules/module-native-protocol-fd.c&p1=trunk/polyp/module-native-protocol-fd.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-native-protocol-fd.c (original)
+++ trunk/src/modules/module-native-protocol-fd.c Thu Feb 16 20:19:58 2006
@@ -27,11 +27,12 @@
#include <assert.h>
#include <unistd.h>
-#include "module.h"
-#include "iochannel.h"
-#include "modargs.h"
-#include "protocol-native.h"
-#include "log.h"
+#include <polypcore/module.h>
+#include <polypcore/iochannel.h>
+#include <polypcore/modargs.h>
+#include <polypcore/protocol-native.h>
+#include <polypcore/log.h>
+
#include "module-native-protocol-fd-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-null-sink.c (from r486, trunk/polyp/module-null-sink.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-null-sink.c?p2=trunk/src/modules/module-null-sink.c&p1=trunk/polyp/module-null-sink.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-null-sink.c (original)
+++ trunk/src/modules/module-null-sink.c Thu Feb 16 20:19:58 2006
@@ -33,13 +33,14 @@
#include <unistd.h>
#include <limits.h>
-#include "iochannel.h"
-#include "sink.h"
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-null-sink-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-oss-mmap.c (from r486, trunk/polyp/module-oss-mmap.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-oss-mmap.c?p2=trunk/src/modules/module-oss-mmap.c&p1=trunk/polyp/module-oss-mmap.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-oss-mmap.c (original)
+++ trunk/src/modules/module-oss-mmap.c Thu Feb 16 20:19:58 2006
@@ -36,16 +36,17 @@
#include <limits.h>
#include <sys/mman.h>
-#include "iochannel.h"
-#include "sink.h"
-#include "source.h"
-#include "module.h"
-#include "oss-util.h"
-#include "sample-util.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/module.h>
+#include <polypcore/oss-util.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-oss-mmap-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-oss.c (from r486, trunk/polyp/module-oss.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-oss.c?p2=trunk/src/modules/module-oss.c&p1=trunk/polyp/module-oss.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-oss.c (original)
+++ trunk/src/modules/module-oss.c Thu Feb 16 20:19:58 2006
@@ -35,16 +35,17 @@
#include <unistd.h>
#include <limits.h>
-#include "iochannel.h"
-#include "sink.h"
-#include "source.h"
-#include "module.h"
-#include "oss-util.h"
-#include "sample-util.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/module.h>
+#include <polypcore/oss-util.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-oss-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-pipe-sink.c (from r486, trunk/polyp/module-pipe-sink.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-pipe-sink.c?p2=trunk/src/modules/module-pipe-sink.c&p1=trunk/polyp/module-pipe-sink.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-pipe-sink.c (original)
+++ trunk/src/modules/module-pipe-sink.c Thu Feb 16 20:19:58 2006
@@ -33,13 +33,14 @@
#include <unistd.h>
#include <limits.h>
-#include "iochannel.h"
-#include "sink.h"
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-pipe-sink-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-pipe-source.c (from r486, trunk/polyp/module-pipe-source.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-pipe-source.c?p2=trunk/src/modules/module-pipe-source.c&p1=trunk/polyp/module-pipe-source.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-pipe-source.c (original)
+++ trunk/src/modules/module-pipe-source.c Thu Feb 16 20:19:58 2006
@@ -33,13 +33,14 @@
#include <unistd.h>
#include <limits.h>
-#include "iochannel.h"
-#include "source.h"
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/source.h>
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-pipe-source-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-protocol-stub.c (from r486, trunk/polyp/module-protocol-stub.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-protocol-stub.c?p2=trunk/src/modules/module-protocol-stub.c&p1=trunk/polyp/module-protocol-stub.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-protocol-stub.c (original)
+++ trunk/src/modules/module-protocol-stub.c Thu Feb 16 20:19:58 2006
@@ -40,16 +40,15 @@
#include <netinet/in.h>
#endif
-#include "winsock.h"
-
-#include "module.h"
-#include "socket-server.h"
-#include "socket-util.h"
-#include "util.h"
-#include "modargs.h"
-#include "log.h"
-#include "native-common.h"
-#include "util.h"
+#include <polypcore/winsock.h>
+
+#include <polypcore/module.h>
+#include <polypcore/socket-server.h>
+#include <polypcore/socket-util.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/log.h>
+#include <polypcore/native-common.h>
#ifdef USE_TCP_SOCKETS
#define SOCKET_DESCRIPTION "(TCP sockets)"
@@ -63,7 +62,7 @@
#endif
#if defined(USE_PROTOCOL_SIMPLE)
- #include "protocol-simple.h"
+ #include <polypcore/protocol-simple.h>
#define protocol_new pa_protocol_simple_new
#define protocol_free pa_protocol_simple_free
#define TCPWRAP_SERVICE "polypaudio-simple"
@@ -80,7 +79,7 @@
PA_MODULE_DESCRIPTION("Simple protocol "SOCKET_DESCRIPTION)
PA_MODULE_USAGE("rate=<sample rate> format=<sample format> channels=<number of channels> sink=<sink to connect to> source=<source to connect to> playback=<enable playback?> record=<enable record?> "SOCKET_USAGE)
#elif defined(USE_PROTOCOL_CLI)
- #include "protocol-cli.h"
+ #include <polypcore/protocol-cli.h>
#define protocol_new pa_protocol_cli_new
#define protocol_free pa_protocol_cli_free
#define TCPWRAP_SERVICE "polypaudio-cli"
@@ -97,7 +96,7 @@
PA_MODULE_DESCRIPTION("Command line interface protocol "SOCKET_DESCRIPTION)
PA_MODULE_USAGE(SOCKET_USAGE)
#elif defined(USE_PROTOCOL_HTTP)
- #include "protocol-http.h"
+ #include <polypcore/protocol-http.h>
#define protocol_new pa_protocol_http_new
#define protocol_free pa_protocol_http_free
#define TCPWRAP_SERVICE "polypaudio-http"
@@ -114,7 +113,7 @@
PA_MODULE_DESCRIPTION("HTTP "SOCKET_DESCRIPTION)
PA_MODULE_USAGE(SOCKET_USAGE)
#elif defined(USE_PROTOCOL_NATIVE)
- #include "protocol-native.h"
+ #include <polypcore/protocol-native.h>
#define protocol_new pa_protocol_native_new
#define protocol_free pa_protocol_native_free
#define TCPWRAP_SERVICE "polypaudio-native"
@@ -131,8 +130,8 @@
PA_MODULE_DESCRIPTION("Native protocol "SOCKET_DESCRIPTION)
PA_MODULE_USAGE("public=<don't check for cookies?> cookie=<path to cookie file> "SOCKET_USAGE)
#elif defined(USE_PROTOCOL_ESOUND)
- #include "protocol-esound.h"
- #include "esound.h"
+ #include <polypcore/protocol-esound.h>
+ #include <polypcore/esound.h>
#define protocol_new pa_protocol_esound_new
#define protocol_free pa_protocol_esound_free
#define TCPWRAP_SERVICE "esound"
Copied: trunk/src/modules/module-sine.c (from r486, trunk/polyp/module-sine.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-sine.c?p2=trunk/src/modules/module-sine.c&p1=trunk/polyp/module-sine.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-sine.c (original)
+++ trunk/src/modules/module-sine.c Thu Feb 16 20:19:58 2006
@@ -27,12 +27,13 @@
#include <assert.h>
#include <math.h>
-#include "sink-input.h"
-#include "module.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "namereg.h"
-#include "log.h"
+#include <polypcore/sink-input.h>
+#include <polypcore/module.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/namereg.h>
+#include <polypcore/log.h>
+
#include "module-sine-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-solaris.c (from r486, trunk/polyp/module-solaris.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-solaris.c?p2=trunk/src/modules/module-solaris.c&p1=trunk/polyp/module-solaris.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-solaris.c (original)
+++ trunk/src/modules/module-solaris.c Thu Feb 16 20:19:58 2006
@@ -40,16 +40,18 @@
#include <sys/conf.h>
#include <sys/audio.h>
-#include "iochannel.h"
-#include "sink.h"
-#include "source.h"
-#include "module.h"
-#include "sample-util.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "mainloop-signal.h"
+#include <polyp/mainloop-signal.h>
+
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/module.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "module-solaris-symdef.h"
PA_MODULE_AUTHOR("Pierre Ossman")
Copied: trunk/src/modules/module-tunnel.c (from r486, trunk/polyp/module-tunnel.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-tunnel.c?p2=trunk/src/modules/module-tunnel.c&p1=trunk/polyp/module-tunnel.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-tunnel.c (original)
+++ trunk/src/modules/module-tunnel.c Thu Feb 16 20:19:58 2006
@@ -31,20 +31,20 @@
#include <stdio.h>
#include <stdlib.h>
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "log.h"
-#include "subscribe.h"
-#include "xmalloc.h"
-#include "sink-input.h"
-#include "pdispatch.h"
-#include "pstream.h"
-#include "pstream-util.h"
-#include "authkey.h"
-#include "socket-client.h"
-#include "socket-util.h"
-#include "authkey-prop.h"
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/log.h>
+#include <polypcore/subscribe.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/sink-input.h>
+#include <polypcore/pdispatch.h>
+#include <polypcore/pstream.h>
+#include <polypcore/pstream-util.h>
+#include <polypcore/authkey.h>
+#include <polypcore/socket-client.h>
+#include <polypcore/socket-util.h>
+#include <polypcore/authkey-prop.h>
#ifdef TUNNEL_SINK
#include "module-tunnel-sink-symdef.h"
Copied: trunk/src/modules/module-waveout.c (from r486, trunk/polyp/module-waveout.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-waveout.c?p2=trunk/src/modules/module-waveout.c&p1=trunk/polyp/module-waveout.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-waveout.c (original)
+++ trunk/src/modules/module-waveout.c Thu Feb 16 20:19:58 2006
@@ -27,15 +27,17 @@
#include <mmsystem.h>
#include <assert.h>
-#include "sink.h"
-#include "source.h"
-#include "module.h"
-#include "mainloop-api.h"
-#include "modargs.h"
-#include "sample-util.h"
-#include "util.h"
-#include "log.h"
-#include "xmalloc.h"
+#include <polyp/mainloop-api.h>
+
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/module.h>
+#include <polypcore/modargs.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+#include <polypcore/xmalloc.h>
+
#include "module-waveout-symdef.h"
PA_MODULE_AUTHOR("Pierre Ossman")
Copied: trunk/src/modules/module-x11-bell.c (from r486, trunk/polyp/module-x11-bell.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-x11-bell.c?p2=trunk/src/modules/module-x11-bell.c&p1=trunk/polyp/module-x11-bell.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-x11-bell.c (original)
+++ trunk/src/modules/module-x11-bell.c Thu Feb 16 20:19:58 2006
@@ -31,14 +31,15 @@
#include <X11/Xlib.h>
#include <X11/XKBlib.h>
-#include "module.h"
-#include "sink.h"
-#include "scache.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "namereg.h"
-#include "log.h"
-#include "x11wrap.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/scache.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/namereg.h>
+#include <polypcore/log.h>
+#include <polypcore/x11wrap.h>
+
#include "module-x11-bell-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering")
Copied: trunk/src/modules/module-x11-publish.c (from r486, trunk/polyp/module-x11-publish.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-x11-publish.c?p2=trunk/src/modules/module-x11-publish.c&p1=trunk/polyp/module-x11-publish.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-x11-publish.c (original)
+++ trunk/src/modules/module-x11-publish.c Thu Feb 16 20:19:58 2006
@@ -32,22 +32,23 @@
#include <X11/Xlib.h>
#include <X11/Xatom.h>
-#include "module.h"
-#include "sink.h"
-#include "scache.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "namereg.h"
-#include "log.h"
-#include "x11wrap.h"
-#include "util.h"
-#include "native-common.h"
+#include <polypcore/module.h>
+#include <polypcore/sink.h>
+#include <polypcore/scache.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/namereg.h>
+#include <polypcore/log.h>
+#include <polypcore/x11wrap.h>
+#include <polypcore/util.h>
+#include <polypcore/native-common.h>
+#include <polypcore/authkey-prop.h>
+#include <polypcore/authkey.h>
+#include <polypcore/x11prop.h>
+#include <polypcore/strlist.h>
+#include <polypcore/props.h>
+
#include "module-x11-publish-symdef.h"
-#include "authkey-prop.h"
-#include "authkey.h"
-#include "x11prop.h"
-#include "strlist.h"
-#include "props.h"
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("X11 Credential Publisher")
Copied: trunk/src/modules/module-zeroconf-publish.c (from r486, trunk/polyp/module-zeroconf-publish.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/module-zeroconf-publish.c?p2=trunk/src/modules/module-zeroconf-publish.c&p1=trunk/polyp/module-zeroconf-publish.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/module-zeroconf-publish.c (original)
+++ trunk/src/modules/module-zeroconf-publish.c Thu Feb 16 20:19:58 2006
@@ -29,19 +29,20 @@
#include <string.h>
#include <unistd.h>
+#include <polypcore/howl-wrap.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/autoload.h>
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/native-common.h>
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+#include <polypcore/subscribe.h>
+#include <polypcore/dynarray.h>
+#include <polypcore/endianmacros.h>
+#include <polypcore/modargs.h>
+
#include "module-zeroconf-publish-symdef.h"
-#include "howl-wrap.h"
-#include "xmalloc.h"
-#include "autoload.h"
-#include "sink.h"
-#include "source.h"
-#include "native-common.h"
-#include "util.h"
-#include "log.h"
-#include "subscribe.h"
-#include "dynarray.h"
-#include "endianmacros.h"
-#include "modargs.h"
PA_MODULE_AUTHOR("Lennart Poettering")
PA_MODULE_DESCRIPTION("mDNS/DNS-SD Service Publisher")
Copied: trunk/src/polyp/client-conf-x11.c (from r486, trunk/polyp/client-conf-x11.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/client-conf-x11.c?p2=trunk/src/polyp/client-conf-x11.c&p1=trunk/polyp/client-conf-x11.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/client-conf-x11.c (original)
+++ trunk/src/polyp/client-conf-x11.c Thu Feb 16 20:19:58 2006
@@ -30,10 +30,10 @@
#include <X11/Xatom.h>
#include "client-conf-x11.h"
-#include "x11prop.h"
-#include "log.h"
-#include "xmalloc.h"
-#include "util.h"
+#include <polypcore/x11prop.h>
+#include <polypcore/log.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/util.h>
int pa_client_conf_from_x11(pa_client_conf *c, const char *dname) {
Display *d = NULL;
Copied: trunk/src/polyp/client-conf-x11.h (from r486, trunk/polyp/client-conf-x11.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/client-conf-x11.h?p2=trunk/src/polyp/client-conf-x11.h&p1=trunk/polyp/client-conf-x11.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/client-conf-x11.h (original)
+++ trunk/src/polyp/client-conf-x11.h Thu Feb 16 20:19:58 2006
@@ -22,7 +22,7 @@
USA.
***/
-#include "client-conf.h"
+#include <polyp/client-conf.h>
/* Load client configuration data from the specified X11 display,
* overwriting the current settings in *c */
Copied: trunk/src/polyp/client-conf.c (from r486, trunk/polyp/client-conf.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/client-conf.c?p2=trunk/src/polyp/client-conf.c&p1=trunk/polyp/client-conf.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/client-conf.c (original)
+++ trunk/src/polyp/client-conf.c Thu Feb 16 20:19:58 2006
@@ -29,12 +29,13 @@
#include <errno.h>
#include <string.h>
-#include "client-conf.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "conf-parser.h"
-#include "util.h"
-#include "authkey.h"
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/conf-parser.h>
+#include <polypcore/util.h>
+#include <polypcore/authkey.h>
+
+#include <polyp/client-conf.h>
#ifndef DEFAULT_CONFIG_DIR
# ifndef OS_IS_WIN32
Copied: trunk/src/polyp/client-conf.h (from r486, trunk/polyp/client-conf.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/client-conf.h?p2=trunk/src/polyp/client-conf.h&p1=trunk/polyp/client-conf.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/client-conf.h (original)
+++ trunk/src/polyp/client-conf.h Thu Feb 16 20:19:58 2006
@@ -22,7 +22,7 @@
USA.
***/
-#include "native-common.h"
+#include "../polypcore/native-common.h"
/* A structure containing configuration data for polypaudio clients. */
Copied: trunk/src/polyp/glib-mainloop.c (from r486, trunk/polyp/glib-mainloop.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/glib-mainloop.c?p2=trunk/src/polyp/glib-mainloop.c&p1=trunk/polyp/glib-mainloop.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/glib-mainloop.c (original)
+++ trunk/src/polyp/glib-mainloop.c Thu Feb 16 20:19:58 2006
@@ -25,11 +25,11 @@
#include <assert.h>
-#include "glib-mainloop.h"
-#include "idxset.h"
-#include "xmalloc.h"
+#include <polyp/glib-mainloop.h>
+#include <polypcore/idxset.h>
+#include <polypcore/xmalloc.h>
#include "glib.h"
-#include "util.h"
+#include <polypcore/util.h>
struct pa_io_event {
pa_glib_mainloop *mainloop;
Copied: trunk/src/polyp/glib-mainloop.h (from r486, trunk/polyp/glib-mainloop.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/glib-mainloop.h?p2=trunk/src/polyp/glib-mainloop.h&p1=trunk/polyp/glib-mainloop.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/glib-mainloop.h (original)
+++ trunk/src/polyp/glib-mainloop.h Thu Feb 16 20:19:58 2006
@@ -24,8 +24,8 @@
#include <glib.h>
-#include "mainloop-api.h"
-#include "cdecl.h"
+#include <polyp/mainloop-api.h>
+#include <polyp/cdecl.h>
/** \file
* GLIB main loop support */
Copied: trunk/src/polyp/glib12-mainloop.c (from r486, trunk/polyp/glib12-mainloop.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/glib12-mainloop.c?p2=trunk/src/polyp/glib12-mainloop.c&p1=trunk/polyp/glib12-mainloop.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/glib12-mainloop.c (original)
+++ trunk/src/polyp/glib12-mainloop.c Thu Feb 16 20:19:58 2006
@@ -25,10 +25,10 @@
#include <assert.h>
-#include "glib-mainloop.h"
-#include "idxset.h"
-#include "xmalloc.h"
-#include "util.h"
+#include <polyp/glib-mainloop.h>
+#include <polypcore/idxset.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/util.h>
/* A mainloop implementation based on GLIB 1.2 */
Copied: trunk/src/polyp/mainloop-api.c (from r486, trunk/polyp/mainloop-api.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop-api.c?p2=trunk/src/polyp/mainloop-api.c&p1=trunk/polyp/mainloop-api.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mainloop-api.c (original)
+++ trunk/src/polyp/mainloop-api.c Thu Feb 16 20:19:58 2006
@@ -27,8 +27,8 @@
#include <stdlib.h>
#include "mainloop-api.h"
-#include "xmalloc.h"
-#include "gccmacro.h"
+#include <polypcore/xmalloc.h>
+#include <polypcore/gccmacro.h>
struct once_info {
void (*callback)(pa_mainloop_api*m, void *userdata);
Copied: trunk/src/polyp/mainloop-signal.c (from r486, trunk/polyp/mainloop-signal.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop-signal.c?p2=trunk/src/polyp/mainloop-signal.c&p1=trunk/polyp/mainloop-signal.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mainloop-signal.c (original)
+++ trunk/src/polyp/mainloop-signal.c Thu Feb 16 20:19:58 2006
@@ -36,11 +36,11 @@
#include <windows.h>
#endif
-#include "mainloop-signal.h"
-#include "util.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "gccmacro.h"
+#include <polyp/mainloop-signal.h>
+#include <polypcore/util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/gccmacro.h>
struct pa_signal_event {
int sig;
Copied: trunk/src/polyp/mainloop-signal.h (from r486, trunk/polyp/mainloop-signal.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop-signal.h?p2=trunk/src/polyp/mainloop-signal.h&p1=trunk/polyp/mainloop-signal.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mainloop-signal.h (original)
+++ trunk/src/polyp/mainloop-signal.h Thu Feb 16 20:19:58 2006
@@ -22,8 +22,8 @@
USA.
***/
-#include "mainloop-api.h"
-#include "cdecl.h"
+#include <polyp/mainloop-api.h>
+#include <polyp/cdecl.h>
PA_C_DECL_BEGIN
Copied: trunk/src/polyp/mainloop.c (from r486, trunk/polyp/mainloop.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop.c?p2=trunk/src/polyp/mainloop.c&p1=trunk/polyp/mainloop.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mainloop.c (original)
+++ trunk/src/polyp/mainloop.c Thu Feb 16 20:19:58 2006
@@ -38,13 +38,13 @@
#include "poll.h"
#endif
-#include "winsock.h"
+#include <polypcore/winsock.h>
#include "mainloop.h"
-#include "util.h"
-#include "idxset.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/util.h>
+#include <polypcore/idxset.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
struct pa_io_event {
pa_mainloop *mainloop;
Copied: trunk/src/polyp/mainloop.h (from r486, trunk/polyp/mainloop.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop.h?p2=trunk/src/polyp/mainloop.h&p1=trunk/polyp/mainloop.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mainloop.h (original)
+++ trunk/src/polyp/mainloop.h Thu Feb 16 20:19:58 2006
@@ -22,8 +22,8 @@
USA.
***/
-#include "mainloop-api.h"
-#include "cdecl.h"
+#include <polyp/mainloop-api.h>
+#include <polyp/cdecl.h>
PA_C_DECL_BEGIN
Copied: trunk/src/polyp/polyplib-browser.c (from r486, trunk/polyp/polyplib-browser.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-browser.c?p2=trunk/src/polyp/polyplib-browser.c&p1=trunk/polyp/polyplib-browser.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-browser.c (original)
+++ trunk/src/polyp/polyplib-browser.c Thu Feb 16 20:19:58 2006
@@ -23,9 +23,9 @@
#include <howl.h>
#include "polyplib-browser.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "util.h"
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/util.h>
#define SERVICE_NAME_SINK "_polypaudio-sink._tcp."
#define SERVICE_NAME_SOURCE "_polypaudio-source._tcp."
Copied: trunk/src/polyp/polyplib-context.c (from r486, trunk/polyp/polyplib-context.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-context.c?p2=trunk/src/polyp/polyplib-context.c&p1=trunk/polyp/polyplib-context.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-context.c (original)
+++ trunk/src/polyp/polyplib-context.c Thu Feb 16 20:19:58 2006
@@ -45,22 +45,22 @@
#include <netdb.h>
#endif
-#include "winsock.h"
+#include <polypcore/winsock.h>
#include "polyplib-internal.h"
#include "polyplib-context.h"
#include "polyplib-version.h"
-#include "native-common.h"
-#include "pdispatch.h"
-#include "pstream.h"
-#include "dynarray.h"
-#include "socket-client.h"
-#include "pstream-util.h"
-#include "util.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "client-conf.h"
-#include "socket-util.h"
+#include <polypcore/native-common.h>
+#include <polypcore/pdispatch.h>
+#include <polypcore/pstream.h>
+#include <polypcore/dynarray.h>
+#include <polypcore/socket-client.h>
+#include <polypcore/pstream-util.h>
+#include <polypcore/util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polyp/client-conf.h>
+#include <polypcore/socket-util.h>
#ifdef HAVE_X11
#include "client-conf-x11.h"
Copied: trunk/src/polyp/polyplib-error.c (from r486, trunk/polyp/polyplib-error.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-error.c?p2=trunk/src/polyp/polyplib-error.c&p1=trunk/polyp/polyplib-error.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-error.c (original)
+++ trunk/src/polyp/polyplib-error.c Thu Feb 16 20:19:58 2006
@@ -27,7 +27,7 @@
#include <stdlib.h>
#include "polyplib-error.h"
-#include "native-common.h"
+#include <polypcore/native-common.h>
static const char* const errortab[PA_ERROR_MAX] = {
[PA_ERROR_OK] = "OK",
Copied: trunk/src/polyp/polyplib-error.h (from r486, trunk/polyp/polyplib-error.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-error.h?p2=trunk/src/polyp/polyplib-error.h&p1=trunk/polyp/polyplib-error.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-error.h (original)
+++ trunk/src/polyp/polyplib-error.h Thu Feb 16 20:19:58 2006
@@ -23,7 +23,7 @@
***/
#include <inttypes.h>
-#include "cdecl.h"
+#include <polyp/cdecl.h>
/** \file
* Error management */
Copied: trunk/src/polyp/polyplib-internal.h (from r486, trunk/polyp/polyplib-internal.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-internal.h?p2=trunk/src/polyp/polyplib-internal.h&p1=trunk/polyp/polyplib-internal.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-internal.h (original)
+++ trunk/src/polyp/polyplib-internal.h Thu Feb 16 20:19:58 2006
@@ -22,20 +22,20 @@
USA.
***/
-#include "mainloop-api.h"
-#include "socket-client.h"
-#include "pstream.h"
-#include "pdispatch.h"
-#include "dynarray.h"
+#include <polyp/mainloop-api.h>
+#include <polypcore/socket-client.h>
+#include <polypcore/pstream.h>
+#include <polypcore/pdispatch.h>
+#include <polypcore/dynarray.h>
#include "polyplib-context.h"
#include "polyplib-stream.h"
#include "polyplib-operation.h"
-#include "llist.h"
-#include "native-common.h"
-#include "client-conf.h"
-#include "strlist.h"
-#include "mcalign.h"
+#include <polypcore/llist.h>
+#include <polypcore/native-common.h>
+#include <polyp/client-conf.h>
+#include <polypcore/strlist.h>
+#include <polypcore/mcalign.h>
#define DEFAULT_TIMEOUT (10)
Copied: trunk/src/polyp/polyplib-introspect.c (from r486, trunk/polyp/polyplib-introspect.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-introspect.c?p2=trunk/src/polyp/polyplib-introspect.c&p1=trunk/polyp/polyplib-introspect.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-introspect.c (original)
+++ trunk/src/polyp/polyplib-introspect.c Thu Feb 16 20:19:58 2006
@@ -28,8 +28,8 @@
#include "polyplib-introspect.h"
#include "polyplib-context.h"
#include "polyplib-internal.h"
-#include "pstream-util.h"
-#include "gccmacro.h"
+#include <polypcore/pstream-util.h>
+#include <polypcore/gccmacro.h>
/*** Statistics ***/
Copied: trunk/src/polyp/polyplib-operation.c (from r486, trunk/polyp/polyplib-operation.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-operation.c?p2=trunk/src/polyp/polyplib-operation.c&p1=trunk/polyp/polyplib-operation.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-operation.c (original)
+++ trunk/src/polyp/polyplib-operation.c Thu Feb 16 20:19:58 2006
@@ -25,7 +25,7 @@
#include <assert.h>
-#include "xmalloc.h"
+#include <polypcore/xmalloc.h>
#include "polyplib-internal.h"
#include "polyplib-operation.h"
Copied: trunk/src/polyp/polyplib-scache.c (from r486, trunk/polyp/polyplib-scache.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-scache.c?p2=trunk/src/polyp/polyplib-scache.c&p1=trunk/polyp/polyplib-scache.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-scache.c (original)
+++ trunk/src/polyp/polyplib-scache.c Thu Feb 16 20:19:58 2006
@@ -30,7 +30,7 @@
#include "polyplib-scache.h"
#include "polyplib-internal.h"
-#include "pstream-util.h"
+#include <polypcore/pstream-util.h>
void pa_stream_connect_upload(pa_stream *s, size_t length) {
pa_tagstruct *t;
Copied: trunk/src/polyp/polyplib-simple.c (from r486, trunk/polyp/polyplib-simple.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-simple.c?p2=trunk/src/polyp/polyplib-simple.c&p1=trunk/polyp/polyplib-simple.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-simple.c (original)
+++ trunk/src/polyp/polyplib-simple.c Thu Feb 16 20:19:58 2006
@@ -31,9 +31,9 @@
#include "polyplib-simple.h"
#include "polyplib.h"
#include "mainloop.h"
-#include "native-common.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/native-common.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
struct pa_simple {
pa_mainloop *mainloop;
Copied: trunk/src/polyp/polyplib-simple.h (from r486, trunk/polyp/polyplib-simple.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-simple.h?p2=trunk/src/polyp/polyplib-simple.h&p1=trunk/polyp/polyplib-simple.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-simple.h (original)
+++ trunk/src/polyp/polyplib-simple.h Thu Feb 16 20:19:58 2006
@@ -26,7 +26,7 @@
#include "sample.h"
#include "polyplib-def.h"
-#include "cdecl.h"
+#include <polyp/cdecl.h>
/** \file
* A simple but limited synchronous playback and recording
Copied: trunk/src/polyp/polyplib-stream.c (from r486, trunk/polyp/polyplib-stream.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-stream.c?p2=trunk/src/polyp/polyplib-stream.c&p1=trunk/polyp/polyplib-stream.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-stream.c (original)
+++ trunk/src/polyp/polyplib-stream.c Thu Feb 16 20:19:58 2006
@@ -29,10 +29,10 @@
#include <string.h>
#include "polyplib-internal.h"
-#include "xmalloc.h"
-#include "pstream-util.h"
-#include "util.h"
-#include "log.h"
+#include <polypcore/xmalloc.h>
+#include <polypcore/pstream-util.h>
+#include <polypcore/util.h>
+#include <polypcore/log.h>
#define LATENCY_IPOL_INTERVAL_USEC (10000L)
Copied: trunk/src/polyp/polyplib-subscribe.c (from r486, trunk/polyp/polyplib-subscribe.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polyplib-subscribe.c?p2=trunk/src/polyp/polyplib-subscribe.c&p1=trunk/polyp/polyplib-subscribe.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/polyplib-subscribe.c (original)
+++ trunk/src/polyp/polyplib-subscribe.c Thu Feb 16 20:19:58 2006
@@ -28,8 +28,8 @@
#include "polyplib-subscribe.h"
#include "polyplib-internal.h"
-#include "pstream-util.h"
-#include "gccmacro.h"
+#include <polypcore/pstream-util.h>
+#include <polypcore/gccmacro.h>
void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, PA_GCC_UNUSED uint32_t tag, pa_tagstruct *t, void *userdata) {
pa_context *c = userdata;
Copied: trunk/src/polypcore/alsa-util.c (from r486, trunk/polyp/alsa-util.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/alsa-util.c?p2=trunk/src/polypcore/alsa-util.c&p1=trunk/polyp/alsa-util.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/alsa-util.c (original)
+++ trunk/src/polypcore/alsa-util.c Thu Feb 16 20:19:58 2006
@@ -27,7 +27,7 @@
#include <asoundlib.h>
#include "alsa-util.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "xmalloc.h"
#include "log.h"
Copied: trunk/src/polypcore/alsa-util.h (from r486, trunk/polyp/alsa-util.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/alsa-util.h?p2=trunk/src/polypcore/alsa-util.h&p1=trunk/polyp/alsa-util.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/alsa-util.h (original)
+++ trunk/src/polypcore/alsa-util.h Thu Feb 16 20:19:58 2006
@@ -24,8 +24,8 @@
#include <asoundlib.h>
-#include "sample.h"
-#include "mainloop-api.h"
+#include <polyp/sample.h>
+#include <polyp/mainloop-api.h>
int pa_alsa_set_hw_params(snd_pcm_t *pcm_handle, const pa_sample_spec *ss, uint32_t *periods, snd_pcm_uframes_t *period_size);
Copied: trunk/src/polypcore/cli-text.c (from r486, trunk/polyp/cli-text.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/cli-text.c?p2=trunk/src/polypcore/cli-text.c&p1=trunk/polyp/cli-text.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/cli-text.c (original)
+++ trunk/src/polypcore/cli-text.c Thu Feb 16 20:19:58 2006
@@ -38,7 +38,7 @@
#include "scache.h"
#include "autoload.h"
#include "xmalloc.h"
-#include "volume.h"
+#include <polyp/volume.h>
char *pa_module_list_to_string(pa_core *c) {
pa_strbuf *s;
Copied: trunk/src/polypcore/core.h (from r486, trunk/polyp/core.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/core.h?p2=trunk/src/polypcore/core.h&p1=trunk/polyp/core.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/core.h (original)
+++ trunk/src/polypcore/core.h Thu Feb 16 20:19:58 2006
@@ -26,8 +26,8 @@
#include "idxset.h"
#include "hashmap.h"
-#include "mainloop-api.h"
-#include "sample.h"
+#include <polyp/mainloop-api.h>
+#include <polyp/sample.h>
#include "memblock.h"
#include "resampler.h"
#include "queue.h"
Copied: trunk/src/polypcore/iochannel.h (from r486, trunk/polyp/iochannel.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/iochannel.h?p2=trunk/src/polypcore/iochannel.h&p1=trunk/polyp/iochannel.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/iochannel.h (original)
+++ trunk/src/polypcore/iochannel.h Thu Feb 16 20:19:58 2006
@@ -23,7 +23,7 @@
***/
#include <sys/types.h>
-#include "mainloop-api.h"
+#include <polyp/mainloop-api.h>
/* A wrapper around UNIX file descriptors for attaching them to the a
main event loop. Everytime new data may be read or be written to
Copied: trunk/src/polypcore/modargs.h (from r486, trunk/polyp/modargs.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/modargs.h?p2=trunk/src/polypcore/modargs.h&p1=trunk/polyp/modargs.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/modargs.h (original)
+++ trunk/src/polypcore/modargs.h Thu Feb 16 20:19:58 2006
@@ -23,7 +23,7 @@
***/
#include <inttypes.h>
-#include "sample.h"
+#include <polyp/sample.h>
#include "core.h"
typedef struct pa_modargs pa_modargs;
Copied: trunk/src/polypcore/native-common.h (from r486, trunk/polyp/native-common.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/native-common.h?p2=trunk/src/polypcore/native-common.h&p1=trunk/polyp/native-common.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/native-common.h (original)
+++ trunk/src/polypcore/native-common.h Thu Feb 16 20:19:58 2006
@@ -22,8 +22,8 @@
USA.
***/
-#include "cdecl.h"
-#include "polyplib-def.h"
+#include <polyp/cdecl.h>
+#include <polyp/polyplib-def.h>
PA_C_DECL_BEGIN
Copied: trunk/src/polypcore/oss-util.h (from r486, trunk/polyp/oss-util.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/oss-util.h?p2=trunk/src/polypcore/oss-util.h&p1=trunk/polyp/oss-util.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/oss-util.h (original)
+++ trunk/src/polypcore/oss-util.h Thu Feb 16 20:19:58 2006
@@ -22,7 +22,7 @@
USA.
***/
-#include "sample.h"
+#include <polyp/sample.h>
int pa_oss_open(const char *device, int *mode, int* pcaps);
int pa_oss_auto_format(int fd, pa_sample_spec *ss);
Copied: trunk/src/polypcore/pdispatch.h (from r486, trunk/polyp/pdispatch.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/pdispatch.h?p2=trunk/src/polypcore/pdispatch.h&p1=trunk/polyp/pdispatch.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/pdispatch.h (original)
+++ trunk/src/polypcore/pdispatch.h Thu Feb 16 20:19:58 2006
@@ -25,7 +25,7 @@
#include <inttypes.h>
#include "tagstruct.h"
#include "packet.h"
-#include "mainloop-api.h"
+#include <polyp/mainloop-api.h>
typedef struct pa_pdispatch pa_pdispatch;
Copied: trunk/src/polypcore/protocol-esound.c (from r486, trunk/polyp/protocol-esound.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/protocol-esound.c?p2=trunk/src/polypcore/protocol-esound.c&p1=trunk/polyp/protocol-esound.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/protocol-esound.c (original)
+++ trunk/src/polypcore/protocol-esound.c Thu Feb 16 20:19:58 2006
@@ -38,7 +38,7 @@
#include "sink.h"
#include "source-output.h"
#include "source.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "scache.h"
#include "sample-util.h"
#include "authkey.h"
Copied: trunk/src/polypcore/pstream.h (from r486, trunk/polyp/pstream.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/pstream.h?p2=trunk/src/polypcore/pstream.h&p1=trunk/polyp/pstream.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/pstream.h (original)
+++ trunk/src/polypcore/pstream.h Thu Feb 16 20:19:58 2006
@@ -27,7 +27,7 @@
#include "packet.h"
#include "memblock.h"
#include "iochannel.h"
-#include "mainloop-api.h"
+#include <polyp/mainloop-api.h>
#include "memchunk.h"
typedef struct pa_pstream pa_pstream;
Copied: trunk/src/polypcore/resampler.h (from r486, trunk/polyp/resampler.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/resampler.h?p2=trunk/src/polypcore/resampler.h&p1=trunk/polyp/resampler.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/resampler.h (original)
+++ trunk/src/polypcore/resampler.h Thu Feb 16 20:19:58 2006
@@ -24,10 +24,10 @@
#include <samplerate.h>
-#include "sample.h"
+#include <polyp/sample.h>
#include "memblock.h"
#include "memchunk.h"
-#include "channelmap.h"
+#include <polyp/channelmap.h>
typedef struct pa_resampler pa_resampler;
Copied: trunk/src/polypcore/sample-util.h (from r486, trunk/polyp/sample-util.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sample-util.h?p2=trunk/src/polypcore/sample-util.h&p1=trunk/polyp/sample-util.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sample-util.h (original)
+++ trunk/src/polypcore/sample-util.h Thu Feb 16 20:19:58 2006
@@ -22,10 +22,10 @@
USA.
***/
-#include "sample.h"
+#include <polyp/sample.h>
#include "memblock.h"
#include "memchunk.h"
-#include "volume.h"
+#include <polyp/volume.h>
pa_memblock *pa_silence_memblock(pa_memblock* b, const pa_sample_spec *spec);
void pa_silence_memchunk(pa_memchunk *c, const pa_sample_spec *spec);
Copied: trunk/src/polypcore/scache.c (from r486, trunk/polyp/scache.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/scache.c?p2=trunk/src/polypcore/scache.c&p1=trunk/polyp/scache.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/scache.c (original)
+++ trunk/src/polypcore/scache.c Thu Feb 16 20:19:58 2006
@@ -43,7 +43,7 @@
#include "scache.h"
#include "sink-input.h"
-#include "mainloop.h"
+#include <polyp/mainloop.h>
#include "sample-util.h"
#include "play-memchunk.h"
#include "xmalloc.h"
@@ -52,8 +52,8 @@
#include "sound-file.h"
#include "util.h"
#include "log.h"
-#include "channelmap.h"
-#include "volume.h"
+#include <polyp/channelmap.h>
+#include <polyp/volume.h>
#define UNLOAD_POLL_TIME 2
Copied: trunk/src/polypcore/sconv.h (from r486, trunk/polyp/sconv.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sconv.h?p2=trunk/src/polypcore/sconv.h&p1=trunk/polyp/sconv.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sconv.h (original)
+++ trunk/src/polypcore/sconv.h Thu Feb 16 20:19:58 2006
@@ -22,7 +22,7 @@
USA.
***/
-#include "sample.h"
+#include <polyp/sample.h>
typedef void (*pa_convert_to_float32ne_func_t)(unsigned n, const void *a, float *b);
typedef void (*pa_convert_from_float32ne_func_t)(unsigned n, const float *a, void *b);
Copied: trunk/src/polypcore/sink-input.h (from r486, trunk/polyp/sink-input.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sink-input.h?p2=trunk/src/polypcore/sink-input.h&p1=trunk/polyp/sink-input.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sink-input.h (original)
+++ trunk/src/polypcore/sink-input.h Thu Feb 16 20:19:58 2006
@@ -27,7 +27,7 @@
typedef struct pa_sink_input pa_sink_input;
#include "sink.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "memblockq.h"
#include "resampler.h"
#include "module.h"
Copied: trunk/src/polypcore/sink.c (from r486, trunk/polyp/sink.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sink.c?p2=trunk/src/polypcore/sink.c&p1=trunk/polyp/sink.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sink.c (original)
+++ trunk/src/polypcore/sink.c Thu Feb 16 20:19:58 2006
@@ -36,7 +36,7 @@
#include "xmalloc.h"
#include "subscribe.h"
#include "log.h"
-#include "polyplib-introspect.h"
+#include <polyp/polyplib-introspect.h>
#define MAX_MIX_CHANNELS 32
Copied: trunk/src/polypcore/sink.h (from r486, trunk/polyp/sink.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sink.h?p2=trunk/src/polypcore/sink.h&p1=trunk/polyp/sink.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sink.h (original)
+++ trunk/src/polypcore/sink.h Thu Feb 16 20:19:58 2006
@@ -27,12 +27,12 @@
typedef struct pa_sink pa_sink;
#include "core.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "idxset.h"
#include "source.h"
-#include "channelmap.h"
+#include <polyp/channelmap.h>
#include "module.h"
-#include "volume.h"
+#include <polyp/volume.h>
#define PA_MAX_INPUTS_PER_SINK 6
Copied: trunk/src/polypcore/socket-client.h (from r486, trunk/polyp/socket-client.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/socket-client.h?p2=trunk/src/polypcore/socket-client.h&p1=trunk/polyp/socket-client.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/socket-client.h (original)
+++ trunk/src/polypcore/socket-client.h Thu Feb 16 20:19:58 2006
@@ -24,7 +24,7 @@
#include <inttypes.h>
-#include "mainloop-api.h"
+#include <polyp/mainloop-api.h>
#include "iochannel.h"
struct sockaddr;
Copied: trunk/src/polypcore/socket-server.h (from r486, trunk/polyp/socket-server.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/socket-server.h?p2=trunk/src/polypcore/socket-server.h&p1=trunk/polyp/socket-server.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/socket-server.h (original)
+++ trunk/src/polypcore/socket-server.h Thu Feb 16 20:19:58 2006
@@ -23,7 +23,7 @@
***/
#include <inttypes.h>
-#include "mainloop-api.h"
+#include <polyp/mainloop-api.h>
#include "iochannel.h"
/* It is safe to destroy the calling socket_server object from the callback */
Copied: trunk/src/polypcore/sound-file.c (from r486, trunk/polyp/sound-file.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sound-file.c?p2=trunk/src/polypcore/sound-file.c&p1=trunk/polyp/sound-file.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sound-file.c (original)
+++ trunk/src/polypcore/sound-file.c Thu Feb 16 20:19:58 2006
@@ -29,7 +29,7 @@
#include <sndfile.h>
#include "sound-file.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "log.h"
#define MAX_FILE_SIZE (1024*1024)
Copied: trunk/src/polypcore/sound-file.h (from r486, trunk/polyp/sound-file.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/sound-file.h?p2=trunk/src/polypcore/sound-file.h&p1=trunk/polyp/sound-file.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/sound-file.h (original)
+++ trunk/src/polypcore/sound-file.h Thu Feb 16 20:19:58 2006
@@ -23,7 +23,7 @@
***/
#include "memchunk.h"
-#include "sample.h"
+#include <polyp/sample.h>
int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_memchunk *chunk, pa_memblock_stat *s);
Copied: trunk/src/polypcore/source-output.h (from r486, trunk/polyp/source-output.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/source-output.h?p2=trunk/src/polypcore/source-output.h&p1=trunk/polyp/source-output.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/source-output.h (original)
+++ trunk/src/polypcore/source-output.h Thu Feb 16 20:19:58 2006
@@ -27,7 +27,7 @@
typedef struct pa_source_output pa_source_output;
#include "source.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "memblockq.h"
#include "resampler.h"
#include "module.h"
Copied: trunk/src/polypcore/source.h (from r486, trunk/polyp/source.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/source.h?p2=trunk/src/polypcore/source.h&p1=trunk/polyp/source.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/source.h (original)
+++ trunk/src/polypcore/source.h Thu Feb 16 20:19:58 2006
@@ -26,12 +26,12 @@
#include <inttypes.h>
#include "core.h"
-#include "sample.h"
+#include <polyp/sample.h>
#include "idxset.h"
#include "memblock.h"
#include "memchunk.h"
#include "sink.h"
-#include "channelmap.h"
+#include <polyp/channelmap.h>
#include "module.h"
#define PA_MAX_OUTPUTS_PER_SOURCE 16
Copied: trunk/src/polypcore/strbuf.c (from r486, trunk/polyp/strbuf.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/strbuf.c?p2=trunk/src/polypcore/strbuf.c&p1=trunk/polyp/strbuf.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/strbuf.c (original)
+++ trunk/src/polypcore/strbuf.c Thu Feb 16 20:19:58 2006
@@ -29,7 +29,8 @@
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
-#include <xmalloc.h>
+
+#include <polypcore/xmalloc.h>
#include "strbuf.h"
Copied: trunk/src/polypcore/tagstruct.h (from r486, trunk/polyp/tagstruct.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/tagstruct.h?p2=trunk/src/polypcore/tagstruct.h&p1=trunk/polyp/tagstruct.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/tagstruct.h (original)
+++ trunk/src/polypcore/tagstruct.h Thu Feb 16 20:19:58 2006
@@ -27,9 +27,9 @@
#include <sys/time.h>
#include <time.h>
-#include "sample.h"
-#include "channelmap.h"
-#include "volume.h"
+#include <polyp/sample.h>
+#include <polyp/channelmap.h>
+#include <polyp/volume.h>
typedef struct pa_tagstruct pa_tagstruct;
Copied: trunk/src/polypcore/util.h (from r486, trunk/polyp/util.h)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/util.h?p2=trunk/src/polypcore/util.h&p1=trunk/polyp/util.h&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/util.h (original)
+++ trunk/src/polypcore/util.h Thu Feb 16 20:19:58 2006
@@ -28,7 +28,7 @@
#include <stdio.h>
#include "gccmacro.h"
-#include "sample.h"
+#include <polyp/sample.h>
struct timeval;
Copied: trunk/src/tests/cpulimit-test.c (from r486, trunk/polyp/cpulimit-test.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/cpulimit-test.c?p2=trunk/src/tests/cpulimit-test.c&p1=trunk/polyp/cpulimit-test.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/cpulimit-test.c (original)
+++ trunk/src/tests/cpulimit-test.c Thu Feb 16 20:19:58 2006
@@ -29,12 +29,12 @@
#include <stdio.h>
#include <signal.h>
-#include "cpulimit.h"
-#include "mainloop.h"
-#include "gccmacro.h"
+#include "../daemon/cpulimit.h"
+#include <polyp/mainloop.h>
+#include <polypcore/gccmacro.h>
#ifdef TEST2
-#include "mainloop-signal.h"
+#include <polyp/mainloop-signal.h>
#endif
/* A simple example for testing the cpulimit subsystem */
Copied: trunk/src/tests/mainloop-test.c (from r486, trunk/polyp/mainloop-test.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/mainloop-test.c?p2=trunk/src/tests/mainloop-test.c&p1=trunk/polyp/mainloop-test.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mainloop-test.c (original)
+++ trunk/src/tests/mainloop-test.c Thu Feb 16 20:19:58 2006
@@ -28,13 +28,13 @@
#include <sys/time.h>
#include <assert.h>
-#include "util.h"
-#include "gccmacro.h"
+#include <polypcore/util.h>
+#include <polypcore/gccmacro.h>
#ifdef GLIB_MAIN_LOOP
#include <glib.h>
-#include "glib-mainloop.h"
+#include <polyp/glib-mainloop.h>
static GMainLoop* glib_main_loop = NULL;
@@ -46,7 +46,7 @@
#else /* GLIB_MAIN_LOOP */
-#include "mainloop.h"
+#include <polyp/mainloop.h>
#endif /* GLIB_MAIN_LOOP */
static pa_defer_event *de;
Copied: trunk/src/tests/mcalign-test.c (from r486, trunk/polyp/mcalign-test.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/mcalign-test.c?p2=trunk/src/tests/mcalign-test.c&p1=trunk/polyp/mcalign-test.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/mcalign-test.c (original)
+++ trunk/src/tests/mcalign-test.c Thu Feb 16 20:19:58 2006
@@ -31,9 +31,9 @@
#include <stdlib.h>
#include <time.h>
-#include "util.h"
-#include "mcalign.h"
-#include "gccmacro.h"
+#include <polypcore/util.h>
+#include <polypcore/mcalign.h>
+#include <polypcore/gccmacro.h>
/* A simple program for testing pa_mcalign */
Copied: trunk/src/tests/pacat-simple.c (from r486, trunk/polyp/pacat-simple.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/pacat-simple.c?p2=trunk/src/tests/pacat-simple.c&p1=trunk/polyp/pacat-simple.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/pacat-simple.c (original)
+++ trunk/src/tests/pacat-simple.c Thu Feb 16 20:19:58 2006
@@ -30,7 +30,7 @@
#include <polyp/polyplib-simple.h>
#include <polyp/polyplib-error.h>
-#include "gccmacro.h"
+#include <polypcore/gccmacro.h>
#define BUFSIZE 1024
Copied: trunk/src/tests/parec-simple.c (from r486, trunk/polyp/parec-simple.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/parec-simple.c?p2=trunk/src/tests/parec-simple.c&p1=trunk/polyp/parec-simple.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/parec-simple.c (original)
+++ trunk/src/tests/parec-simple.c Thu Feb 16 20:19:58 2006
@@ -30,7 +30,7 @@
#include <polyp/polyplib-simple.h>
#include <polyp/polyplib-error.h>
-#include "gccmacro.h"
+#include <polypcore/gccmacro.h>
#define BUFSIZE 1024
Copied: trunk/src/tests/strlist-test.c (from r486, trunk/polyp/strlist-test.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/strlist-test.c?p2=trunk/src/tests/strlist-test.c&p1=trunk/polyp/strlist-test.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/strlist-test.c (original)
+++ trunk/src/tests/strlist-test.c Thu Feb 16 20:19:58 2006
@@ -1,8 +1,8 @@
#include <stdio.h>
-#include "strlist.h"
-#include "xmalloc.h"
-#include "gccmacro.h"
+#include <polypcore/strlist.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/gccmacro.h>
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char* argv[]) {
char *t, *u;
Copied: trunk/src/tests/voltest.c (from r486, trunk/polyp/voltest.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/voltest.c?p2=trunk/src/tests/voltest.c&p1=trunk/polyp/voltest.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/voltest.c (original)
+++ trunk/src/tests/voltest.c Thu Feb 16 20:19:58 2006
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <polyp/volume.h>
-#include "gccmacro.h"
+#include <polypcore/gccmacro.h>
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
pa_volume_t v;
Copied: trunk/src/utils/pacmd.c (from r486, trunk/polyp/pacmd.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/pacmd.c?p2=trunk/src/utils/pacmd.c&p1=trunk/polyp/pacmd.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/pacmd.c (original)
+++ trunk/src/utils/pacmd.c Thu Feb 16 20:19:58 2006
@@ -32,9 +32,9 @@
#include <string.h>
#include <sys/un.h>
-#include "util.h"
-#include "log.h"
-#include "pid.h"
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+#include <polypcore/pid.h>
int main(PA_GCC_UNUSED int main, PA_GCC_UNUSED char*argv[]) {
pid_t pid ;
Copied: trunk/src/utils/pax11publish.c (from r486, trunk/polyp/pax11publish.c)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/pax11publish.c?p2=trunk/src/utils/pax11publish.c&p1=trunk/polyp/pax11publish.c&r1=486&r2=487&rev=487&root=polypaudio&view=diff
==============================================================================
--- trunk/polyp/pax11publish.c (original)
+++ trunk/src/utils/pax11publish.c Thu Feb 16 20:19:58 2006
@@ -31,12 +31,12 @@
#include <X11/Xlib.h>
#include <X11/Xatom.h>
-#include "util.h"
-#include "log.h"
-#include "authkey.h"
-#include "native-common.h"
-#include "client-conf.h"
-#include "x11prop.h"
+#include <polypcore/util.h>
+#include <polypcore/log.h>
+#include <polypcore/authkey.h>
+#include <polypcore/native-common.h>
+#include <polyp/client-conf.h>
+#include <polypcore/x11prop.h>
int main(int argc, char *argv[]) {
const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_COOKIE_FILE;
More information about the pulseaudio-commits
mailing list