Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pipewire for openSUSE:Factory checked in at 2021-05-19 17:48:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pipewire (Old) and /work/SRC/openSUSE:Factory/.pipewire.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pipewire" Wed May 19 17:48:56 2021 rev:30 rq:893652 version:0.3.27 Changes: -------- --- /work/SRC/openSUSE:Factory/pipewire/pipewire.changes 2021-05-12 19:32:09.379055791 +0200 +++ /work/SRC/openSUSE:Factory/.pipewire.new.2988/pipewire.changes 2021-05-19 17:49:00.713627287 +0200 @@ -1,0 +2,6 @@ +Thu May 13 20:33:25 UTC 2021 - Ismail D??nmez <[email protected]> + +- Add %bcond_with aptx conditional to let 3rd parties to enable + aptX support. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pipewire.spec ++++++ --- /var/tmp/diff_new_pack.x11oxY/_old 2021-05-19 17:49:01.329624704 +0200 +++ /var/tmp/diff_new_pack.x11oxY/_new 2021-05-19 17:49:01.333624687 +0200 @@ -41,6 +41,7 @@ %endif %bcond_with aac +%bcond_with aptx Name: pipewire Version: 0.3.27 @@ -88,6 +89,9 @@ BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavfilter) BuildRequires: pkgconfig(libavformat) +%if %{with aptx} +BuildRequires: pkgconfig(libopenaptx) +%endif BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libudev) @@ -289,7 +293,11 @@ %else -Dbluez5-codec-aac=disabled \ %endif +%if %{with aptx} + -Dbluez5-codec-aptx=enabled \ +%else -Dbluez5-codec-aptx=disabled \ +%endif -Dlibcamera=disabled \ %if %{with_ldacBT} -Dbluez5-codec-ldac=enabled \
