wine
NOTE: Automatically created during Factory devel project migration by admin.
- Devel package for openSUSE:Factory
-
16
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Emulators/wine && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000110 110 Bytes | |
_multibuild | 0000000118 118 Bytes | |
_service | 0000000530 530 Bytes | |
baselibs.conf | 0000000802 802 Bytes | |
get-sources.sh | 0000000795 795 Bytes | |
wine-10.12.tar.xz | 0032594888 31.1 MB | |
wine-10.12.tar.xz.sign | 0000000833 833 Bytes | |
wine-staging-10.12.tar.xz | 0007233208 6.9 MB | |
wine.changes | 0000263359 257 KB | |
wine.keyring | 0000007692 7.51 KB | |
wine.rpmlintrc | 0000000205 205 Bytes | |
wine.spec | 0000015648 15.3 KB |
Comments 9
Is it necessary to require samba-winbind? This pulls in a lot of dependencies.
it provides ntlm_auth ... we could downgrade it to recommends perhaps
Maybe, I tested wine with samba-winbind as recommends here:
https://build.opensuse.org/package/show/home:Levitating:branches:Emulators/wine
But I did run into some issues that I don't fully understand.
This comment has been deleted
Seems to be fixed with latest update , thanks.
Another problem is that the wine-32bit-win-debuginfo-10.8-2.1.i586.rpm package is not available as ::import::i586::wine-32bit-win-debuginfo-10.8-2.1.x86_64.rpm, which prevents debugging symbols for Windows DLLs from being available on x86_64 systems.
At https://build.opensuse.org/projects/home:rhabacker:branches:Emulators/prjconf I fixed that by adding
ExportFilter: ^wine-.-debug..i586.rpm$ . x86_64
to the project config
i added it to baselibs.conf, so:
wine-32bit-win-debuginfo
is there now I think.
Does it work as expected ? At https://build.opensuse.org/projects/Emulators/packages/wine/repositories/openSUSE_Tumbleweed/binaries I do not see wine-32bit-win-debuginfo as x86_64 package.
To fix this issue, the line
must be added to https://build.opensuse.org/projects/Emulators/prjconf