SHA256
1
0
forked from pool/wine
wine/_service
Marcus Meissner 7e36522f2d - Update to 3.13 development release
- Vulkan support on macOS using MoltenVK.
  - Initial support for performance data in the registry.
  - Mono engine updated with some bug fixes.
  - Support for fetching BIOS information on Linux.
  - GnuTLS also used on macOS when available.
  - Improvements in the standard Task Dialog.
  - Various bug fixes.
- updated staging to 3.13
- updated winetricks

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=527
2018-07-21 08:16:13 +00:00

22 lines
872 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v3.13</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">wined3d9(.*)</param>
<param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
<param name="revision">refs/tags/wine-d3d9-3.12</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>