Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 384514cb91 | |||
| ebe3037570 | |||
| 50a9937a67 | |||
| 6140ac34ab | |||
| bcc86eb7d3 | |||
| e75801d341 | |||
| c321418d3f | |||
| e1edec9a16 | |||
| 68a066c6cd | |||
| 862992ee9d |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/showtime.git</param>
|
||||
<param name="revision">48.0</param>
|
||||
<param name="revision">49.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80ef87eb40e2933299612282ec1fd597f2dff41a19f400bc1e7cb6c5452bc71c
|
||||
size 4237836
|
||||
3
showtime-49.1.obscpio
Normal file
3
showtime-49.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aef9b50359bd2dea7e4e1714b0713772ac002c218f9683b07c6f5afb2fac1c3d
|
||||
size 3516940
|
||||
@@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 23 09:36:52 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ When the window resizes, it will now stay in the center on
|
||||
supported systems.
|
||||
+ Screenshots can now be saved to a directory of your choice.
|
||||
This additionally fixes an issue with translated folder names
|
||||
and improves security.
|
||||
+ The application name should now correctly show up in the Sound
|
||||
panel of Settings.
|
||||
+ Small localization improvements for right-to-left languages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 07:30:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Fix typo in gstreamer-plugins-libav Recommends.
|
||||
- Add gstreamer-plugins-bad and gstreamer-plugins-good Recommends.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 06:31:58 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 11:44:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add gstreamer-plugins-ugly and gstreame-plugins-libav: Ensure we
|
||||
recommend having codecs for audio and videoformats.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 10:46:12 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ Playback now resumes after seeking
|
||||
+ Improved the layout of the options menu
|
||||
+ The “Repeat” option now persists across a restart of the
|
||||
application
|
||||
+ Improved the experience when using multiple windows
|
||||
+ Fixed an issue with reopening the options menu
|
||||
+ Fixed not being able to seek by scrolling
|
||||
+ Fixed not being able to play symlinked videos
|
||||
+ Fixed the previous playback position sometimes not restoring
|
||||
+ Fixed buttons having too small of a clickable area
|
||||
+ Tweaked the styling of the interface
|
||||
+ Various improvements on the backend
|
||||
- Replace plain blueprint-compiler BuildRequires with
|
||||
pkgconfig(blueprint-compiler): meson checks for the pkgconfig
|
||||
file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 06:27:13 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.1:
|
||||
+ Improved the styling of the overlay. You should now be able to
|
||||
see more of the video.
|
||||
+ Subtitles now render at the display’s native resolution.
|
||||
+ Moved the spinner for buffering videos to the top right to be
|
||||
less distracting.
|
||||
+ Made sure to pause the video while seeking.
|
||||
+ Fixed the options popover not going away after picking a
|
||||
playback speed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 15:57:51 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: showtime
|
||||
version: 48.0
|
||||
mtime: 1742053256
|
||||
commit: d35bff5a868438f17ae874e92b910da03b9e99e5
|
||||
version: 49.1
|
||||
mtime: 1763815362
|
||||
commit: ea99fa58ab48d749acdaca175b77d20d15fae2a8
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package showtime
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,22 +19,26 @@
|
||||
%define appid org.gnome.Showtime
|
||||
|
||||
Name: showtime
|
||||
Version: 48.0
|
||||
Version: 49.1
|
||||
Release: 0
|
||||
Summary: Video player
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/Incubator/showtime
|
||||
URL: https://gitlab.gnome.org/GNOME/showtime
|
||||
Source: %{name}-%{version}.tar
|
||||
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(blueprint-compiler)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.14.0
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.beta
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.18.0
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.8.alpha
|
||||
Requires: gstreamer-plugins-rs
|
||||
Recommends: gstreamer-plugins-bad
|
||||
Recommends: gstreamer-plugins-good
|
||||
Recommends: gstreamer-plugins-libav
|
||||
Recommends: gstreamer-plugins-ugly
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -69,6 +73,7 @@ for a straightforward viewing experience.
|
||||
%dir %{python3_sitelib}/%{name}
|
||||
%{python3_sitelib}/%{name}/*
|
||||
%{_datadir}/applications/%{appid}.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Showtime.service
|
||||
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/%{appid}-symbolic.svg
|
||||
|
||||
Reference in New Issue
Block a user