steps:
- uses: actions/checkout@v3.5.2
- name: Install Dependencies
- run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev
- run: sudo apt-get -y --no-install-recommends install xmltoman libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd
++ run: sudo apt-get -y --no-install-recommends install xmltoman libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev
- name: Configure
run: |
mkdir build
Minor Release Notes
====
--Minor release notes are attached to the release themselves.
++Minor release notes are attached to the releases themselves.
Version 4.3 -- Security Updates, Bug Fixes and Enhancements
====
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
- AC_INIT([shairport-sync], [4.3.4], [4265913+mikebrady@users.noreply.github.com])
-AC_INIT([shairport-sync], [4.3.5-dev], [4265913+mikebrady@users.noreply.github.com])
++AC_INIT([shairport-sync], [4.3.5], [4265913+mikebrady@users.noreply.github.com])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])