2022-04-04 06:08:04 +00:00
|
|
|
<services>
|
2024-01-04 08:26:17 +00:00
|
|
|
<service name="tar_scm" mode="manual">
|
2022-04-04 06:08:04 +00:00
|
|
|
<param name="url">https://github.com/mcfletch/pyopengl</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="include">accelerate</param>
|
2024-01-04 08:26:17 +00:00
|
|
|
<!--
|
|
|
|
INFO: This is latest revision as of 20220401
|
|
|
|
<param name="revision">227f9c66976d9f5dadf62b9a97e6beaec84831ca</param>
|
|
|
|
INFO: This is latest revision as of 20240103
|
|
|
|
<param name="revision">29b79e8966ba2930a5c44829b02dffc1ca600752</param>
|
2022-04-04 06:08:04 +00:00
|
|
|
-->
|
|
|
|
<param name="versionformat">%h</param>
|
|
|
|
<!-- Not sure if it's because of a lack of tagging, etc
|
|
|
|
but this was the only hacky way I could make this work
|
|
|
|
Not sure if it's a limitation of 'obs-service-tar_scm'
|
|
|
|
or my understanding of it.
|
|
|
|
-->
|
2024-01-04 08:26:17 +00:00
|
|
|
<!--
|
|
|
|
<param name="versionrewrite-pattern">29b79e8</param>
|
|
|
|
<param name="versionrewrite-replacement">3.1.7</param>
|
2025-04-28 19:21:03 +00:00
|
|
|
-->
|
|
|
|
<param name="versionrewrite-pattern">5dfca47</param>
|
|
|
|
<param name="versionrewrite-replacement">3.1.9</param>
|
2022-04-04 06:08:04 +00:00
|
|
|
<param name="filename">PyOpenGL-accelerate</param>
|
|
|
|
</service>
|
2024-01-04 08:26:17 +00:00
|
|
|
<service name="recompress" mode="manual">
|
2022-04-04 06:08:04 +00:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|