forked from pool/celluloid
Compare commits
22 Commits
Author | SHA256 | Date | |
---|---|---|---|
928ed659b6 | |||
d54a75f508 | |||
ba3e8840f0 | |||
402e3e0d1f | |||
be72d9d0c4 | |||
a847081fb5 | |||
0c01716a5d | |||
f4cc517823 | |||
fbda274348 | |||
4392074ed8 | |||
ab851d76dd | |||
d3772aa95a | |||
8c570487bf | |||
ed0fa69030 | |||
97ee442c1b | |||
4f20566abe | |||
2d4fab2858 | |||
004d4b4d28 | |||
46582f0983 | |||
133696240a | |||
8968949e0b | |||
a5827cf548 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c216a3dead5baf931bd52876cab7e08abcb9aef2132ca3a9ea35bf9dffe7644
|
||||
size 563122
|
3
celluloid-0.29.tar.gz
Normal file
3
celluloid-0.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4fa8e21647f39253709bad1939fe3d376abd07e05c2c02fb235c23375aa810a
|
||||
size 747256
|
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 08:59:03 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace unneeded pkgconfig(appstream-glib) with appstream-glib,
|
||||
and add optional desktop-file-utils BuildRequires. Following
|
||||
this, add check section and meson_test macro, run tests during
|
||||
buildtime.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 18 05:52:08 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.29
|
||||
* Fix an issue that can cause flickering or black screens with
|
||||
Nvidia GPU.
|
||||
* Fix preferences dialog not saving configuration files.
|
||||
* Fix controls not re-appearing after being hidden.
|
||||
* Fix main menu popover not appearing at the right location
|
||||
when toggled with keyboard shortcut.
|
||||
* Make displaying file durations in the playlist optional.
|
||||
* Fix controls being off-center in some configurations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 05:42:13 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.28
|
||||
* Add the standard F10 key binding for activating the main
|
||||
menu button.
|
||||
* Implement GUI redesign
|
||||
* Update some of the deprecated GTK API usage.
|
||||
* Fix a crash that occurs on exit with GTK 4.17.
|
||||
* Add support for loading Lua modules from script-modules.
|
||||
* File durations are now displayed in the playlist when
|
||||
available.
|
||||
* Make next/previous buttons control playlist position
|
||||
* Add Irish translation
|
||||
* Drop Autotools.
|
||||
- Drop celluloid-fix_segfault_gnome48.patch (merged upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 09:13:10 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Add celluloid-fix_segfault_gnome48.patch to prevent segmentation
|
||||
fault upon exit when using gnome 48 (fixes boo#1239802)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 08:12:23 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package celluloid
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,23 +18,23 @@
|
||||
|
||||
%define _name io.github.celluloid_player.Celluloid
|
||||
Name: celluloid
|
||||
Version: 0.27
|
||||
Version: 0.29
|
||||
Release: 0
|
||||
Summary: Simple GTK+ frontend for MPV
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://celluloid-player.github.io/
|
||||
Source: https://github.com/celluloid-player/celluloid/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40.6
|
||||
BuildRequires: meson >= 0.49.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(epoxy)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.6.1
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.16.0
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.0
|
||||
BuildRequires: pkgconfig(mpv) >= 1.107
|
||||
Recommends: %{name}-lang
|
||||
@@ -58,6 +58,9 @@ Celluloid is a simple GTK+ frontend for MPV.
|
||||
%meson_install
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
Reference in New Issue
Block a user