Files
kmscube/_service
Guillaume GARDET c9e99cfd50 Accepting request 1128321 from home:Guillaume_G:branches:X11:XOrg
- Update to version 0.0.0.git20230926.96d63eb:
  * kmscube: Add gears mode
  * es: Update to prepare for gears mode
  * ci: enable MR pipelines
  * Revert "ci: use gitlab proxy to avoid hitting dockerhub every time"
  * kmscube: Add [-n N] option to specify connector ID
  * kmscube: add offscreen rendering support
  * ci: use gitlab proxy to avoid hitting dockerhub every time
  * ci: stop using the deprecated implicit `setup` command
  * ci: extend from a common job instead of using a bunch of yaml anchors
  * ci: bump meson to 0.48
  * ci: force installation of python packages
  * ci: drop wheel & setuptools install now that they are included
  * perfcntrs.c: remove include GLES3/gl3.h
  * meson: check GLES3 header within GLESv2 include dirs
  * fix typos
  * meson: upgrade the "GLES3 not supported" message into a warning
  * meson: replace gles version check with a header presence check
  * drm-common: fix return type of find_crtc_for_connector() & find_crtc_for_encoder()
  * make GLES3 optional
  * texturator: Use correct GL extension header
  * Returns -1 when shaders creation fails
  * drm-common.c: do not use invalid modifier
  * kmscube: check return value when creating GBM device
  * drm: fix crtc not found conditional
  * ci/latest: use image with base-devel pre-installed
  * ci/latest: fix build as dockerhub image was renamed

OBS-URL: https://build.opensuse.org/request/show/1128321
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/kmscube?expand=0&rev=12
2023-11-23 11:16:30 +00:00

19 lines
681 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.freedesktop.org/mesa/kmscube</param>
<param name="revision">96d63eb59e34c647cda1cbb489265f8c536ae055</param>
<param name="exclude">.git</param>
<param name="versionformat">git%cd.%h</param>
<param name="versionprefix">0.0.0</param>
<param name="package-meta">yes</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual">
</service>
</services>