From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 24 Jan 2021 18:01:39 +0000 (+0000) Subject: This is 3.3.8rc3 X-Git-Tag: 4.0-dev~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106d0b327aa1c65b7c08e53ff31842d88eaf07cb;p=thirdparty%2Fshairport-sync.git This is 3.3.8rc3 --- diff --git a/configure.ac b/configure.ac index 341bb389..62a37e69 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3.8d4], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [3.3.8d5], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h]) @@ -124,9 +124,9 @@ AC_ARG_WITH(apple-alac,[AS_HELP_STRING([--with-apple-alac],[include support for if test "x${with_apple_alac}" = "xyes" ; then AC_DEFINE([CONFIG_APPLE_ALAC], 1, [Include support for using the Apple ALAC Decoder]) if test "x${with_pkg_config}" = xyes ; then - PKG_CHECK_MODULES([alac], [alac], [LIBS="${alac_LIBS} ${LIBS}"], AC_MSG_ERROR(Apple ALAC Decoder support requires the ALAC library.)) + PKG_CHECK_MODULES([alac], [alac], [LIBS="${alac_LIBS} ${LIBS}"], AC_MSG_ERROR(Apple ALAC Decoder support requires the ALAC library. See https://github.com/mikebrady/alac.)) else - AC_CHECK_LIB([alac], [BitBufferInit], , AC_MSG_ERROR(Apple ALAC Decoder support requires the ALAC library.)) + AC_CHECK_LIB([alac], [BitBufferInit], , AC_MSG_ERROR(Apple ALAC Decoder support requires the ALAC library. See https://github.com/mikebrady/alac.)) fi fi AM_CONDITIONAL([USE_APPLE_ALAC], [test "x${with_apple_alac}" = "xyes"]) @@ -182,7 +182,7 @@ elif test "x${with_ssl}" = xmbedtls ; then [AC_MSG_ERROR([mbed tls support requires the mbedx509 library -- libmbedx509-0 suggested],1)]) elif test "x${with_ssl}" = xpolarssl ; then AC_DEFINE([CONFIG_POLARSSL], 1, [Use the PolarSSL libraries for encryption and encoding and decoding]) - AC_CHECK_LIB([polarssl],[ssl_init], , AC_MSG_ERROR(PolarSSL is selected but the library cannot be found and is deprecated. Consider selecting mbed TLS instead using --with-ssl=mbedtls.)) + AC_CHECK_LIB([polarssl],[ssl_init], , AC_MSG_ERROR(PolarSSL is selected but the library libpolarssl-dev does not seem to be installed and is deprecated. Consider selecting mbedtls instead using --with-ssl=mbedtls.)) else AC_MSG_ERROR(specify one of --with-ssl=openssl or --with-ssl=mbedtls or --with-ssl=polarssl) fi @@ -311,7 +311,7 @@ AM_CONDITIONAL([USE_CONVOLUTION], [test "x$with_convolution" = "xyes"]) AC_ARG_WITH(dns_sd, [AS_HELP_STRING([--with-dns_sd],[choose dns_sd mDNS support])]) if test "x$with_dns_sd" = "xyes" ; then AC_DEFINE([CONFIG_DNS_SD], 1, [Include dns_sd mDNS support.]) - AC_SEARCH_LIBS([DNSServiceRefDeallocate], [dns_sd], , [AC_MSG_ERROR(dns_sd support requires the dns_sd library!)]) + AC_SEARCH_LIBS([DNSServiceRefDeallocate], [dns_sd], , [AC_MSG_ERROR(dns_sd support requires the dns_sd library. Originally in Apple's mDNSResponder but also in libavahi-compat-libdnssd-dev.)]) fi AM_CONDITIONAL([USE_DNS_SD], [test "x$with_dns_sd" = "xyes"]) diff --git a/shairport-sync.spec b/shairport-sync.spec index 7755c8fe..215b303c 100644 --- a/shairport-sync.spec +++ b/shairport-sync.spec @@ -1,5 +1,5 @@ Name: shairport-sync -Version: 3.3.5 +Version: 3.3.7 Release: 1%{?dist} Summary: AirTunes emulator. Multi-Room with Audio Synchronisation # MIT licensed except for tinysvcmdns under BSD, @@ -66,6 +66,8 @@ getent passwd %{name} &> /dev/null || useradd --system -c "%{name} User" \ %license LICENSES %changelog +* Tue Nov 1 2020 Mike Brady > $LOGFILE make -j $((`nproc`*2)) >> $LOGFILE 2>&1 if [ "$?" -ne "0" ] ; then - echo "\nError at build step with arg \"$A2\"." + echo "\nError at build step with arg \"$A2\". See \"../configure_test.log\"." exit 1 fi echo -n "ok" else - echo "\nError at configure step with arg \"$A2\"." + echo "\nError at configure step with arg \"$A2\". See \"../configure_test.log\"." exit 1 fi if [ "$A4" != "" ] ; then @@ -88,7 +93,7 @@ check_for_configuration_fail() TESTCOUNT="$(expr "$TESTCOUNT" '+' '1')" ./configure $3 $2 > $LOGFILE 2>&1 if [ "$?" -eq "0" ] ; then - echo "\nError: configuration did not fail with arg \"$2\"." + echo "\nError: configuration did not fail with arg \"$2\". See \"../configure_test.log\"." exit 1 fi echo " done." @@ -102,7 +107,7 @@ CWD=`pwd` cd .. autoreconf -fi > $LOGFILE 2>&1 if [ "$?" -ne "0" ] ; then - echo "\Error running \"autoreconf -fi\"" + echo " error running \"autoreconf -fi\" -- see \"../configure_test.log\"." exit 1 fi echo "ok." @@ -198,4 +203,5 @@ check_for_success x$1 --with-systemv '--sysconfdir=/etc --with-libdaemon --with- check_for_success x$1 --without-systemv '--sysconfdir=/etc --with-libdaemon --with-alsa --with-soxr --with-avahi --with-ssl=openssl' OpenSSL-Avahi-ALSA-soxr-sysconfdir:/etc cd $CWD -echo "$TESTCOUNT tests completed." \ No newline at end of file +echo "$TESTCOUNT tests completed." +