forked from JuliaPackaging/Yggdrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding BlueZ to [PulseAudio] (JuliaPackaging#3033)
* Try adding BlueZ * Rerun CI * Rerun CI * try again * Remove gettext * Add back in Glib compat bounds * Update P/PulseAudio/build_tarballs.jl Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> * Add all products * Add version numbers to products * interpolate version * Remove apparently unused dependencies * Tests fail without SBC? * Tests fail without check * Does it still work with all dependencies? * Retrim dependencies * 15.0 * Create rpath.patch * Create fastmath.patch * Create capabilities.patch * apply patches * -R * reverse patches * reorder * bundled * source * remove products Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
- Loading branch information
1 parent
4b2f829
commit af4bf20
Showing
4 changed files
with
369 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git before/pulseaudio-15.0/meson.build after/pulseaudio-15.0/meson.build | ||
index d7e468c..a45aeaf 100644 | ||
--- before/pulseaudio-15.0/meson.build | ||
+++ after/pulseaudio-15.0/meson.build | ||
@@ -235,7 +235,7 @@ check_headers = [ | ||
'sched.h', | ||
'stdint.h', | ||
'sys/atomic.h', | ||
- 'sys/capability.h', | ||
+ | ||
'sys/conf.h', | ||
'sys/dl.h', | ||
'sys/eventfd.h', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git before/pulseaudio-15.0/src/daemon/meson.build after/pulseaudio-15.0/src/daemon/meson.build | ||
index 262e193..7bb207c 100644 | ||
--- before/pulseaudio-15.0/src/daemon/meson.build | ||
+++ after/pulseaudio-15.0/src/daemon/meson.build | ||
@@ -29,7 +29,7 @@ executable('pulseaudio', | ||
install: true, | ||
install_rpath : privlibdir, | ||
include_directories : [configinc, topinc], | ||
- link_args : ['-ffast-math'], | ||
+ | ||
link_with : [libpulsecore, libpulsecommon, libpulse], | ||
dependencies : [ltdl_dep, cap_dep, dbus_dep, libsystemd_dep, dl_dep, libintl_dep, platform_dep, platform_socket_dep], | ||
c_args : pa_c_args, |
Oops, something went wrong.