pidgin/pidgin

96340aff0523
Replace the deprecated gconfaudiosink with autoaudiosink

The "gconfaudiosink" element doesn't exist in GStreamer 1.x [1]. The
recommended replacement is "autoaudiosink".

Note that MATE doesn't use GConf - it was ported to GSettings and dconf
in MATE 1.6 [2]; and GNOME's official video player, Totem, uses
"autoaudiosink".

[1] gst-plugins-good commit 728732438bbbe81f
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/commit/728732438bbbe81f

[2] https://mate-desktop.org/blog/2013-04-02-mate-1-6-released/
https://fedoraproject.org/wiki/Features/MATE-Desktop-1.6
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builders:subproject-build
pipelines:
default:
- step:
script:
- set -ex
- meson -Dgevolution=disabled -Ddoc=true -Dconsole-logging=true build-pipelines
- ninja -C build-pipelines
- ninja -C build-pipelines test
- "ninja -C build-pipelines $(ninja -C build-pipelines -t targets | grep -E '[a-z]+-doc:' | cut -d: -f1)"
branches:
release-2.x.y:
- step:
image: pidgin/release-builder:release-2.x.y
script:
- set -ex
- hg clone https://bitbucket.org/pidgin/libgnt -b release-2.x.y
- meson -Dprefix=/usr libgnt libgnt/build
- ninja -C libgnt/build install
- ldconfig
- ./autogen.sh --enable-debug
- make -s -j$(nproc)
- make -s -j$(nproc) check
- make distcheck