diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-06-23 16:12:45 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-06-23 16:12:45 +0000 |
commit | 7febe67f7c9558d8aca9914e6b187f32ce768af1 (patch) | |
tree | 92954771c89bbfe00d639f9f4bb56d24072322f6 /multimedia/pipewire/files | |
parent | 1cc821b854845419d1ab92512a7c55d08cf8dae9 (diff) | |
download | ports-7febe67f7c9558d8aca9914e6b187f32ce768af1.tar.gz ports-7febe67f7c9558d8aca9914e6b187f32ce768af1.zip |
multimedia/pipewire: Update to 0.3.6
Notes
Notes:
svn path=/head/; revision=539982
Diffstat (limited to 'multimedia/pipewire/files')
-rw-r--r-- | multimedia/pipewire/files/patch-meson | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/pipewire/files/patch-meson b/multimedia/pipewire/files/patch-meson deleted file mode 100644 index bf0ef3cb62d7..000000000000 --- a/multimedia/pipewire/files/patch-meson +++ /dev/null @@ -1,33 +0,0 @@ ---- meson.build.orig 2020-03-26 11:34:54 UTC -+++ meson.build -@@ -230,6 +230,10 @@ alsa_dep = (get_option('pipewire-alsa') - ? dependency('alsa') - : dependency('', required: false)) - -+if build_machine.system() == 'freebsd' -+ epoll_shim_dep = dependency('epoll-shim', required: true) -+endif -+ - subdir('spa') - subdir('src') - ---- spa/plugins/alsa/meson.build.orig 2020-03-26 11:34:54 UTC -+++ spa/plugins/alsa/meson.build -@@ -10,6 +10,6 @@ spa_alsa_sources = ['alsa.c', - spa_alsa = shared_library('spa-alsa', - spa_alsa_sources, - include_directories : [spa_inc], -- dependencies : [ alsa_dep, libudev_dep, mathlib, ], -+ dependencies : [ alsa_dep, libudev_dep, mathlib, epoll_shim_dep], - install : true, - install_dir : join_paths(spa_plugindir, 'alsa')) ---- spa/plugins/audiotestsrc/meson.build.orig 2020-03-26 11:34:54 UTC -+++ spa/plugins/audiotestsrc/meson.build -@@ -3,6 +3,6 @@ audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c'] - audiotestsrclib = shared_library('spa-audiotestsrc', - audiotestsrc_sources, - include_directories : [spa_inc], -- dependencies : [mathlib, ], -+ dependencies : [mathlib, epoll_shim_dep], - install : true, - install_dir : join_paths(spa_plugindir, 'audiotestsrc')) |