commit a54aca3ac831811887bd3da2ab94fd33ab0385a3
Author: Gergely Gombos <gombosg(a)gmail.com>
Date: Wed Apr 3 09:53:56 2019 -0400
Initial import 12.2-3
.gitignore | 2 +
pulseaudio-module-bluetooth-freeworld.spec | 95 ++++++++++++++++++++++++++++++
sources | 2 +
3 files changed, 99 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..efc16fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/pulseaudio*.tar.xz
+/pulseaudio*.tar.gz
diff --git a/pulseaudio-module-bluetooth-freeworld.spec
b/pulseaudio-module-bluetooth-freeworld.spec
new file mode 100644
index 0000000..5a9a4ec
--- /dev/null
+++ b/pulseaudio-module-bluetooth-freeworld.spec
@@ -0,0 +1,95 @@
+Name: pulseaudio-module-bluetooth-freeworld
+Summary: Bluetooth support for the PulseAudio sound server, supports aptX, LDAC
codecs
+Version: 1.1
+Release: 3%{?dist}
+License: GPLv3
+URL:
https://github.com/EHfive/pulseaudio-modules-bt/
+
+%global pa_version 12.2
+%global pa_archivename pulseaudio-%{pa_version}
+%global bt_archivename pulseaudio-modules-bt-%{version}
+
+Source0:
https://github.com/EHfive/pulseaudio-modules-bt/archive/v%{version}/%{bt_...
+Source1:
http://freedesktop.org/software/pulseaudio/releases/%{pa_archivename}.tar.xz
+
+Provides: pulseaudio-module-bluetooth = %{pa_version}-100
+Conflicts: pulseaudio-module-bluetooth < %{pa_version}-100
+
+BuildRequires: automake libtool
+BuildRequires: gcc-c++
+BuildRequires: cmake
+BuildRequires: pkgconfig
+BuildRequires: libtool-ltdl-devel
+BuildRequires: pulseaudio >= %{pa_version}
+BuildRequires: pkgconfig(libpulse)
+BuildRequires: pkgconfig(bluez)
+BuildRequires: pkgconfig(sbc)
+BuildRequires: pkgconfig(dbus-1)
+
+# aptX, LDAC
+BuildRequires: pkgconfig(libavcodec)
+BuildRequires: pkgconfig(libavutil)
+BuildRequires: libldac-devel
+
+Requires: pulseaudio%{_isa} >= %{pa_version}
+
+# Optional runtime dependencies respectively for aptX, LDAC Bluetooth codecs
+Recommends: ffmpeg-libs%{_isa}
+Recommends: libldac%{_isa}
+
+%description
+Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server.
+Includes support for LDAC, aptX and aptX-HD codecs.
+
+%prep
+# BT source
+%setup -n %{bt_archivename} -q
+# PA source, unpack into 'pa' folder
+%setup -D -T -a 1 -n %{bt_archivename} -q
+rm -rf pa
+mv %{pa_archivename} pa
+
+%build
+%cmake .
+%make_build
+
+%install
+%make_install
+
+%files
+%{_libdir}/pulse-%{pa_version}/modules/libbluez*-util.so
+%{_libdir}/pulse-%{pa_version}/modules/module-bluez*-device.so
+%{_libdir}/pulse-%{pa_version}/modules/module-bluez*-discover.so
+%{_libdir}/pulse-%{pa_version}/modules/module-bluetooth-discover.so
+%{_libdir}/pulse-%{pa_version}/modules/module-bluetooth-policy.so
+
+%changelog
+* Tue Apr 2 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1-3
+- Review comments fixup
+
+* Mon Apr 1 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1-2
+- Remove fdk-aac support, clean up macros
+
+* Thu Mar 14 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1-1
+- Switch to fdk-aac-free, rename to -freeworld
+
+* Mon Mar 11 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1-2
+- Clean up Requires tags, use pkgconfig where possible add _isa
+
+* Sun Mar 10 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1-1
+- New versioning, drop patch scheme, only build BT files
+
+* Tue Feb 19 2019 Gergely Gombos <gombosg(a)gmail.com> - 12.2-1
+- Add upstream patch qpaeq_python2.patch, bump % prov_ver
+
+* Tue Feb 19 2019 Gergely Gombos <gombosg(a)gmail.com> - 12.2-1
+- Rename to pulseaudio-module-bluetooth-nonfree, reset dist tag
+
+* Sun Jan 27 2019 Gergely Gombos <gombosg(a)gmail.com> - 12.2-2
+- Bump for 1.0 patch release, prepare for RPM Fusion submission
+
+* Tue Dec 18 2018 Gergely Gombos <gombosg(a)gmail.com> - 12.2-1
+- Version bump, only release Bluetooth module (rename)
+
+* Mon Dec 3 2018 Gergely Gombos <gombosg(a)gmail.com> - 12.2-2
+- pulseaudio-12.2 with extra Bluetooth codecs
diff --git a/sources b/sources
index e69de29..0162f4e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+c42f1f1465e8df9859d023dc184734bf pulseaudio-12.2.tar.xz
+2fc1b259c7998d9c7b914fce1c167783 pulseaudio-modules-bt-1.1.tar.gz