4 Commits

4 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9798ee7db3a20761dc5147a0033cfaa6293b90bda63ad2877f5a99f435615be1
size 299551

3
livi-v0.3.1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddeed3ef18bf7ae606bd3903491b9afc12be9755e29e2756abe46492cbaf107d
size 304701

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 24 00:28:04 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
- Explicitly add desktop-file-utils to BuildRequires.
-------------------------------------------------------------------
Sun Jun 22 13:00:41 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.3.1:
* Enable GtkGraphicsOffload black-background optimization
* Disable video track when toplevel gets suspended.
-------------------------------------------------------------------
Thu Jun 13 06:55:17 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package livi
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,29 +19,29 @@
%bcond_without test
%define appid org.sigxcpu.Livi
Name: livi
Version: 0.2.0
Version: 0.3.1
Release: 0
Summary: A light video player with hardware acceleration support
License: GPL-3.0-or-later
URL: https://gitlab.gnome.org/guidog/livi
Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: Mesa-libGL-devel
BuildRequires: Mesa-libGLESv3-devel
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-gl-1.0)
BuildRequires: pkgconfig(gstreamer-play-1.0)
BuildRequires: pkgconfig(gtk4) >= 4.13.7
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-play-1.0)
BuildRequires: pkgconfig(gstreamer-gl-1.0)
%description
Minimalistic video player using GTK4 and GStreamer. The main purpose is
to make playing hw accelerated videos with hantro and OpenGL simple.
#lang_package
%lang_package
%prep
%autosetup -n %{name}-v%{version}
@@ -53,7 +53,7 @@ to make playing hw accelerated videos with hantro and OpenGL simple.
%install
%meson_install
#find_lang #{name} #{?no_lang_C}
%find_lang %{name} %{?no_lang_C}
%check
%if %{with test}
@@ -69,6 +69,6 @@ to make playing hw accelerated videos with hantro and OpenGL simple.
%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
%{_datadir}/metainfo/%{appid}.metainfo.xml
#files lang -f #{name}.lang
%files lang -f %{name}.lang
%changelog