Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37561849
en ru br
ALT Linux repositórios
S:0.3.80-alt1.1

Group :: Sistema/Servidores
RPM: pipewire

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: pipewire-0.3.19-alt-rpath.patch
Download


--- meson.build	2021-01-05 19:48:09.000000000 +0300
+++ meson.build.rpath	2021-01-05 20:28:58.518661572 +0300
@@ -37,19 +37,7 @@
 pipewire_configdir = join_paths(pipewire_sysconfdir, 'pipewire')
 modules_install_dir = join_paths(pipewire_libdir, pipewire_name)
 
-if host_machine.system() == 'linux'
-  # glibc ld.so interprets ${LIB} in a library loading path with an
-  # appropriate value for the current architecture, typically something
-  # like lib, lib64 or lib/x86_64-linux-gnu.
-  # This allows the same pw-jack script to work for both 32- and 64-bit
-  # applications on biarch/multiarch distributions, by setting something
-  # like LD_LIBRARY_PATH='/usr/${LIB}/pipewire-0.3/jack'.
-  # Note that ${LIB} is a special token expanded by the runtime linker,
-  # not an environment variable, and must be passed through literally.
-  modules_install_dir_dlopen = join_paths(prefix, '${LIB}', pipewire_name)
-else
-  modules_install_dir_dlopen = modules_install_dir
-endif
+modules_install_dir_dlopen = modules_install_dir
 
 spa_plugindir = join_paths(pipewire_libdir, spa_name)
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009