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
9
share/multilib/devel-blacklist.conf
Normal file
9
share/multilib/devel-blacklist.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
dmraid-devel
|
||||
kdeutils-devel
|
||||
kernel-devel
|
||||
mkinitrd-devel
|
||||
java-1.5.0-gcj-devel
|
||||
java-1.6.0-openjdk-devel
|
||||
java-1.7.0-icedtea-devel
|
||||
java-1.7.0-openjdk-devel
|
||||
php-devel
|
||||
2
share/multilib/devel-whitelist.conf
Normal file
2
share/multilib/devel-whitelist.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
glibc-static
|
||||
libstdc++-static
|
||||
2
share/multilib/runtime-blacklist.conf
Normal file
2
share/multilib/runtime-blacklist.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
kernel
|
||||
tomcat-native
|
||||
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
|
||||
12
share/multilib/runtime-whitelist.conf
Normal file
12
share/multilib/runtime-whitelist.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
glibc-static
|
||||
libflashsupport
|
||||
libgnat
|
||||
lmms-vst
|
||||
nspluginwrapper
|
||||
perl-libs
|
||||
pulseaudio-utils
|
||||
redhat-lsb
|
||||
valgrind
|
||||
wine
|
||||
wine-arts
|
||||
yaboot
|
||||
Loading…
Add table
Add a link
Reference in a new issue