head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.03.14.10.39; author nia; state Exp; branches; next ; commitid aApwwE9UJrhIaXoG; desc @@ 1.1 log @xine-lib: Update to 1.2.13 Verified to build on NetBSD, FreeBSD, Darwin, CentOS 7, illumos. This release includes various optimizations, compatibility with newer ffmpeg and dav1d libraries, and a couple of minor fixes. @ text @$NetBSD$ Fix shell portability. --- configure.orig 2026-01-03 11:56:13.501029265 +0000 +++ configure @@@@ -31662,7 +31662,7 @@@@ rm -f core conftest.err conftest.$ac_objext conftest.$ have_avutil_avcodec_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - test x"$have_avutil_avcodec_h" == x"yes" && + test x"$have_avutil_avcodec_h" = x"yes" && $as_echo "#define HAVE_AVUTIL_AVCODEC_H 1" >>confdefs.h cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@@@ -31686,7 +31686,7 @@@@ rm -f core conftest.err conftest.$ac_objext conftest.$ have_avformat_avformat_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - test x"$have_avformat_avformat_h" == x"yes" && + test x"$have_avformat_avformat_h" = x"yes" && $as_echo "#define HAVE_AVFORMAT_AVFORMAT_H 1" >>confdefs.h cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@@@ -31711,7 +31711,7 @@@@ rm -f core conftest.err conftest.$ac_objext conftest.$ have_avformat_avio_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - test x"$have_avformat_avio_h" == x"yes" && + test x"$have_avformat_avio_h" = x"yes" && $as_echo "#define HAVE_AVFORMAT_AVIO_H 1" >>confdefs.h if test "$ac_cv_header_ffmpeg_avutil_h" = "yes" && test "$ac_cv_header_libavutil_avutil_h" = "yes"; then @