* help: Add missing space * data: Clarify our status as the first GNOME movie player * data: Update description to match current capabilities * data: Change app name back to Totem * all: Point homepage to GNOME GitLab * metainfo: Update "developer name" field * Updated translations. - Update to version 43.2+git358.55c0f1f25: * data: Rename appdata to metainfo * main: Raise window on activation * build: Fix license field * flatpak: Fix build issues with gcc >=15 * grilo: Remove old YouTube API keys * flatpak: Use libsoup-3 instead of libsoup-2.4 * flatpak: Disable gnome-online-accounts grilo integration * flatpak: Fix grilo-plugins build * flatpak: Update shared-modules * Updated translations. - Replace appstream-glib with AppStream BuildRequires, pass ui-tests=false to meson setup, use meson_test macro instead of explicitly calling appstream and desktop-file-validate during tests. - Replace pkgconfig(libpeas-1.0) and pkgconfig(libpeas-gtk-1.0) with pkgconfig(libpeas-2) BuildRequires following upstream changes. - Stop passing enable-easy-codec-installation=yes to meson setup, no longer needed nor supported, dropped upstream. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/totem?expand=0&rev=316
19 lines
703 B
XML
19 lines
703 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/totem.git</param>
|
|
<param name="revision">b8d8108e</param>
|
|
<param name="versionformat">43.2+git@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|