Resolve multilib packages. Controlled by the --multilib option.
This commit is contained in:
parent
91f70cbb43
commit
30c0f358d9
12 changed files with 678 additions and 26 deletions
78
share/multilib/runtime-patterns.conf
Normal file
78
share/multilib/runtime-patterns.conf
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# format: <path> <filename_wildcard>
|
||||
# * if filename_wildcard is set to -, then only a directory is matched
|
||||
# $LIBDIR gets expanded to /lib*, /usr/lib*
|
||||
|
||||
# libraries in standard dirs
|
||||
$LIBDIR *.so.*
|
||||
$LIBDIR/* *.so.*
|
||||
|
||||
# dri
|
||||
$LIBDIR/dri -
|
||||
|
||||
# krb5
|
||||
$LIBDIR/krb5/plugins -
|
||||
|
||||
# pam
|
||||
$LIBDIR/security -
|
||||
|
||||
# sasl
|
||||
$LIBDIR/sasl2 -
|
||||
|
||||
# nss - include nss plugins incl. libnss_*.so
|
||||
$LIBDIR libnss_*.so
|
||||
|
||||
# alsa plugins
|
||||
$LIBDIR/alsa-lib -
|
||||
|
||||
# lsb
|
||||
/etc/lsb-release.d -
|
||||
|
||||
# mysql, qt, etc.
|
||||
/etc/ld.so.conf.d *.conf
|
||||
|
||||
# gtk2-engines
|
||||
$LIBDIR/gtk-2.0/*/engines -
|
||||
|
||||
# accessibility
|
||||
$LIBDIR/gtk-2.0/modules -
|
||||
$LIBDIR/gtk-2.0/*/modules -
|
||||
|
||||
# scim-bridge-gtk
|
||||
$LIBDIR/gtk-2.0/immodules -
|
||||
$LIBDIR/gtk-2.0/*/immodules -
|
||||
|
||||
# images
|
||||
$LIBDIR/gtk-2.0/*/loaders -
|
||||
$LIBDIR/gdk-pixbuf-2.0/*/loaders -
|
||||
$LIBDIR/gtk-2.0/*/printbackends -
|
||||
$LIBDIR/gtk-2.0/*/filesystems -
|
||||
|
||||
# qt plugins
|
||||
$LIBDIR/qt*/plugins/* -
|
||||
|
||||
# KDE plugins
|
||||
$LIBDIR/kde*/plugins/* -
|
||||
|
||||
# gstreamer
|
||||
$LIBDIR/gstreamer-* -
|
||||
|
||||
# xine-lib
|
||||
$LIBDIR/xine/plugins/* -
|
||||
|
||||
# oprofile
|
||||
$LIBDIR/oprofile *.so.*
|
||||
|
||||
# wine
|
||||
$LIBDIR/wine *.so'
|
||||
|
||||
# db
|
||||
$LIBDIR libdb-*
|
||||
|
||||
# sane drivers
|
||||
$LIBDIR/sane libsane-*
|
||||
|
||||
# opencryptoki
|
||||
$LIBDIR/opencryptoki -
|
||||
|
||||
# openssl engines
|
||||
$LIBDIR/openssl/engines *.so
|
||||
Loading…
Add table
Add a link
Reference in a new issue