[polypaudio-commits] r1037 - in /trunk: Makefile.am configure.ac libpulse-glib-mainloop.pc.in libpulse-glib12-mainloop.pc.in libpulse-mainloop-glib.pc.in libpulse-mainloop-glib12.pc.in src/pulse/pulseaudio.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Mon Jun 19 16:00:22 PDT 2006


Author: lennart
Date: Tue Jun 20 01:00:21 2006
New Revision: 1037

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1037&root=pulseaudio&view=rev
Log:
name the pkg-config files after the library names

Added:
    trunk/libpulse-mainloop-glib.pc.in
      - copied, changed from r1035, trunk/libpulse-glib-mainloop.pc.in
    trunk/libpulse-mainloop-glib12.pc.in
      - copied, changed from r1035, trunk/libpulse-glib12-mainloop.pc.in
Removed:
    trunk/libpulse-glib-mainloop.pc.in
    trunk/libpulse-glib12-mainloop.pc.in
Modified:
    trunk/Makefile.am
    trunk/configure.ac
    trunk/src/pulse/pulseaudio.h

Modified: trunk/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/Makefile.am?rev=1037&root=pulseaudio&r1=1036&r2=1037&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Tue Jun 20 01:00:21 2006
@@ -33,12 +33,12 @@
 
 if HAVE_GLIB20
 pkgconfig_DATA += \
-	 libpulse-glib-mainloop.pc
+	 libpulse-mainloop-glib.pc
 endif
 
 if HAVE_GLIB12
 pkgconfig_DATA += \
-	libpulse-glib12-mainloop.pc
+	libpulse-mainloop-glib12.pc
 endif
 
 if USE_LYNX

Modified: trunk/configure.ac
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/configure.ac?rev=1037&root=pulseaudio&r1=1036&r2=1037&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jun 20 01:00:21 2006
@@ -698,8 +698,8 @@
 libpulse.pc
 libpulse-simple.pc
 libpulse-browse.pc
-libpulse-glib-mainloop.pc
-libpulse-glib12-mainloop.pc
+libpulse-mainloop-glib.pc
+libpulse-mainloop-glib12.pc
 doc/Makefile
 doc/README.html
 doc/cli.html

Copied: trunk/libpulse-mainloop-glib.pc.in (from r1035, trunk/libpulse-glib-mainloop.pc.in)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/libpulse-mainloop-glib.pc.in?p2=trunk/libpulse-mainloop-glib.pc.in&p1=trunk/libpulse-glib-mainloop.pc.in&r1=1035&r2=1037&rev=1037&root=pulseaudio&view=diff
==============================================================================
--- trunk/libpulse-glib-mainloop.pc.in (original)
+++ trunk/libpulse-mainloop-glib.pc.in Tue Jun 20 01:00:21 2006
@@ -3,7 +3,7 @@
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include
 
-Name: libpulse-glib-mainloop
+Name: libpulse-mainloop-glib
 Description: GLIB 2.0 Main Loop Wrapper for PulseAudio
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lpulse-mainloop-glib

Copied: trunk/libpulse-mainloop-glib12.pc.in (from r1035, trunk/libpulse-glib12-mainloop.pc.in)
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/libpulse-mainloop-glib12.pc.in?p2=trunk/libpulse-mainloop-glib12.pc.in&p1=trunk/libpulse-glib12-mainloop.pc.in&r1=1035&r2=1037&rev=1037&root=pulseaudio&view=diff
==============================================================================
--- trunk/libpulse-glib12-mainloop.pc.in (original)
+++ trunk/libpulse-mainloop-glib12.pc.in Tue Jun 20 01:00:21 2006
@@ -3,7 +3,7 @@
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include
 
-Name: libpulse-glib12-mainloop
+Name: libpulse-mainloop-glib12
 Description: GLIB 1.2 Main Loop Wrapper for PulseAudio
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lpulse-mainloop-glib12

Modified: trunk/src/pulse/pulseaudio.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulse/pulseaudio.h?rev=1037&root=pulseaudio&r1=1036&r2=1037&view=diff
==============================================================================
--- trunk/src/pulse/pulseaudio.h (original)
+++ trunk/src/pulse/pulseaudio.h Tue Jun 20 01:00:21 2006
@@ -44,7 +44,7 @@
 #include <pulse/timeval.h>
 
 /** \file
- * Include all pulselib header files at once. The following
+ * Include all libpulse header files at once. The following
  * files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
  * \ref context.h, \ref stream.h, \ref introspect.h, \ref subscribe.h,
  * \ref scache.h, \ref version.h, \ref error.h, \ref channelmap.h,
@@ -56,7 +56,7 @@
  *
  * \section intro_sec Introduction
  * 
- * This document describes the client API for the pulseaudio sound
+ * This document describes the client API for the PulseAudio sound
  * server. The API comes in two flavours to accomodate different styles
  * of applications and different needs in complexity:
  * 
@@ -78,7 +78,7 @@
  *
  * Use this if you develop your programs in asynchronous, event loop
  * based style or if you want to use the advanced features of the
- * pulseaudio API. A guide can be found in \subpage async.
+ * PulseAudio API. A guide can be found in \subpage async.
  *
  * By using the built-in threaded main loop, it is possible to acheive a
  * pseudo-synchronous API, which can be useful in synchronous applications
@@ -87,7 +87,7 @@
  *
  * \section thread_sec Threads
  *
- * The pulseaudio client libraries are not designed to be used in a
+ * The PulseAudio client libraries are not designed to be used in a
  * heavily threaded environment. They are however designed to be reentrant
  * safe.
  *
@@ -102,14 +102,13 @@
  *
  * \section pkgconfig pkg-config
  *
- * The pulseaudio libraries provide pkg-config snippets for the different
+ * The PulseAudio libraries provide pkg-config snippets for the different
  * modules:
  *
- * \li pulselib - The asynchronous API and the internal main loop
- *                implementation.
- * \li pulselib-glib12-mainloop - GLIB 1.2 main loop bindings.
- * \li pulselib-glib-mainloop - GLIB 2.x main loop bindings.
- * \li pulselib-simple - The simple pulseaudio API.
+ * \li pulselib - The asynchronous API and the internal main loop implementation.
+ * \li pulselib-mainloop-glib12 - GLIB 1.2 main loop bindings.
+ * \li pulselib-mainloop-glib - GLIB 2.x main loop bindings.
+ * \li pulselib-simple - The simple PulseAudio API.
  */
 
 #endif




More information about the pulseaudio-commits mailing list