[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] 3 commits: build-sys: Bump soversions

Arun Raghavan gitlab at gitlab.freedesktop.org
Mon Sep 21 01:07:49 UTC 2020



Arun Raghavan pushed to branch master at PulseAudio / pulseaudio


Commits:
d0c3ef1a by Arun Raghavan at 2020-09-20T19:10:03-04:00
build-sys: Bump soversions

libpulse gets a full API bump due to the addition of availability
groups, and libpulse-mainloop-glib gets a minor bump for implementation
change.

- - - - -
44da2496 by Arun Raghavan at 2020-09-20T19:10:03-04:00
build-sys: Add doxygen/meson.build to distfiles

- - - - -
87059803 by Arun Raghavan at 2020-09-20T20:57:54-04:00
build-sys: Bump gettext dependency

Needed for distcheck to work with a checked-in pulseaudio.pot. Not
updating to the very latest (0.21) to not force the dependency bump to
something "too new" on distros.

- - - - -


3 changed files:

- Makefile.am
- configure.ac
- meson.build


Changes:

=====================================
Makefile.am
=====================================
@@ -46,6 +46,7 @@ EXTRA_DIST = \
 	src/pulse/.gitignore \
 	meson.build \
 	meson_options.txt \
+	doxygen/meson.build \
 	man/meson.build \
 	po/meson.build \
 	shell-completion/bash/meson.build \


=====================================
configure.ac
=====================================
@@ -46,7 +46,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 34)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold x=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [21:2:21])
+AC_SUBST(LIBPULSE_VERSION_INFO, [22:0:22])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold x=z
@@ -54,7 +54,7 @@ AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [1:1:1])
 
 # The ABI-stable GLib adapter for client applications, for the version
 # info x:y:z always will hold x=z
-AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:5:0])
+AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:6:0])
 
 AC_CANONICAL_HOST
 AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])
@@ -101,7 +101,7 @@ PKG_PROG_PKG_CONFIG
 
 # gettext
 
-AM_GNU_GETTEXT_VERSION([0.19.3])
+AM_GNU_GETTEXT_VERSION([0.19.8])
 AM_GNU_GETTEXT([external])
 
 GETTEXT_PACKAGE=pulseaudio


=====================================
meson.build
=====================================
@@ -23,7 +23,7 @@ pa_protocol_version = 34
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold x=z
-libpulse_version_info = [21, 2, 21]
+libpulse_version_info = [22, 0, 22]
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold x=z
@@ -31,7 +31,7 @@ libpulse_simple_version_info = [1, 1, 1]
 
 # The ABI-stable GLib adapter for client applications, for the version
 # info x:y:z always will hold x=z
-libpulse_mainloop_glib_version_info = [0, 5, 0]
+libpulse_mainloop_glib_version_info = [0, 6, 0]
 
 libpulse_version = '@0 at .@1 at .@2@'.format(
   libpulse_version_info[0] - libpulse_version_info[2],



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/compare/c1a7e3c59d5e2dcb6ca95c66d74c0ca7a45395d9...870598036410a37834b8a634386e05a825594406

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/compare/c1a7e3c59d5e2dcb6ca95c66d74c0ca7a45395d9...870598036410a37834b8a634386e05a825594406
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20200921/2d5d7a6a/attachment-0001.htm>


More information about the pulseaudio-commits mailing list