Does anyone know why the latest wine rpm for suse9 has a dependency to libcapi20.so.2? It now means that capi4linux and i4l-base must be installed while I just remove them as I don't use isdn anymore. linux01:8 21:43:33 /ftp/pub/linux/suse/apt/SuSE/9.0-i386/RPMS.wine $ diff /usr/tmp/rbos/wine-20031016 /usr/tmp/rbos/wine-20031118 --- /usr/tmp/rbos/wine-20031016 2003-11-20 21:43:33.000000000 +0100 +++ /usr/tmp/rbos/wine-20031118 2003-11-20 21:43:22.000000000 +0100 @@ -24,6 +24,7 @@ libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) +libcapi20.so.2 -- Richard Bos Without a home the journey is endless
On Thu, Nov 20, 2003 at 09:43:31PM +0100, Richard Bos wrote:
Does anyone know why the latest wine rpm for suse9 has a dependency to libcapi20.so.2? It now means that capi4linux and i4l-base must be installed while I just remove them as I don't use isdn anymore.
linux01:8 21:43:33 /ftp/pub/linux/suse/apt/SuSE/9.0-i386/RPMS.wine $ diff /usr/tmp/rbos/wine-20031016 /usr/tmp/rbos/wine-20031118 --- /usr/tmp/rbos/wine-20031016 2003-11-20 21:43:33.000000000 +0100 +++ /usr/tmp/rbos/wine-20031118 2003-11-20 21:43:22.000000000 +0100 @@ -24,6 +24,7 @@ libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) +libcapi20.so.2
WINE now has a CAPI20 wrapper (a capi2032.dll implementation) which requires it implicitly. So it pulls in capi4linux and its dependends. Hmm. I can change that to a runtime dependency, but it will be a bit of work. Ciao, Marcus
Op vrijdag 21 november 2003 13:48, schreef Marcus Meissner:
On Thu, Nov 20, 2003 at 09:43:31PM +0100, Richard Bos wrote:
Does anyone know why the latest wine rpm for suse9 has a dependency to libcapi20.so.2? It now means that capi4linux and i4l-base must be installed while I just remove them as I don't use isdn anymore.
linux01:8 21:43:33 /ftp/pub/linux/suse/apt/SuSE/9.0-i386/RPMS.wine $ diff /usr/tmp/rbos/wine-20031016 /usr/tmp/rbos/wine-20031118 --- /usr/tmp/rbos/wine-20031016 2003-11-20 21:43:33.000000000 +0100 +++ /usr/tmp/rbos/wine-20031118 2003-11-20 21:43:22.000000000 +0100 @@ -24,6 +24,7 @@ libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) +libcapi20.so.2
WINE now has a CAPI20 wrapper (a capi2032.dll implementation) which requires it implicitly. So it pulls in capi4linux and its dependends.
Hmm. I can change that to a runtime dependency, but it will be a bit of work.
Ciao, Marcus
Marcus, the wine rpm released yesterday is still having the libcapi dependency. Will the "bit of work" runtime dependency check included? Just curious, it would be nice if the runtime dependency check can be added. -- Richard Bos Without a home the journey is endless
participants (2)
-
Marcus Meissner
-
Richard Bos