[pulseaudio-commits] r2017 - /trunk/configure.ac

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Nov 1 15:51:46 PDT 2007


Author: lennart
Date: Thu Nov  1 23:51:46 2007
New Revision: 2017

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2017&root=pulseaudio&view=rev
Log:
comment the library versions a bit

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/configure.ac?rev=2017&root=pulseaudio&r1=2016&r2=2017&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Nov  1 23:51:46 2007
@@ -39,11 +39,26 @@
 AC_SUBST(PA_API_VERSION, 10)
 AC_SUBST(PA_PROTOCOL_VERSION, 11)
 
+# The stable ABI for client applications, for the version info x:y:z
+# always will hold y=z
 AC_SUBST(LIBPULSE_VERSION_INFO, [3:0:3])
+
+# A simplified, synchronous, ABI-stable interface for client
+# applications, for the version info x:y:z always will hold y=z
+AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:1:0])
+
+# The ABI-stable network browsing interface for client applications,
+# for the version info x:y:z always will hold y=z
+AC_SUBST(LIBPULSE_BROWSE_VERSION_INFO, [1:1:1])
+
+# The ABI-stable GLib adapter for client applications, for the version
+# info x:y:z always will hold y=z
+AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:3:0])
+
+# An internally used, ABI-unstable library that contains the
+# PulseAudio core, SONAMEs are bumped on every release, version info
+# suffix will always be 0:0
 AC_SUBST(LIBPULSECORE_VERSION_INFO, [4:0:0])
-AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:1:0])
-AC_SUBST(LIBPULSE_BROWSE_VERSION_INFO, [1:1:1])
-AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:3:0])
 
 AC_CANONICAL_HOST
 




More information about the pulseaudio-commits mailing list