Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c161c274f |
3 changed files with 7 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/showtime-5579430fdc337d460589a2c404a4a070c906e8e1.tar.gz
|
||||
/showtime-47.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,15 +1,11 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
%global gitcommit 5579430fdc337d460589a2c404a4a070c906e8e1
|
||||
%global gitdate 20241104.080500
|
||||
%global shortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||
|
||||
%global glib2_version 2.79.0
|
||||
%global gtk4_version 4.15.0
|
||||
%global gtk4_version 4.14.0
|
||||
%global libadwaita_version 1.6~beta
|
||||
|
||||
Name: showtime
|
||||
Version: 48.0~%{gitdate}.%{shortcommit}
|
||||
Version: 47.0
|
||||
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern video player built using GTK4
|
||||
|
|
@ -20,8 +16,7 @@ URL: https://apps.gnome.org/Showtime/
|
|||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
%global major_version %%(cut -d "." -f 1 <<<%{tarball_version})
|
||||
|
||||
# Source0: https://download.gnome.org/sources/%%{name}/%%{major_version}/%%{name}-%%{tarball_version}.tar.xz
|
||||
Source0: https://gitlab.gnome.org/GNOME/Incubator/%{name}/-/archive/%{gitcommit}/%{name}-%{gitcommit}.tar.gz
|
||||
Source0: https://gitlab.gnome.org/GNOME/Incubator/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
|
|
@ -50,7 +45,7 @@ language and subtitle tracks, and screenshots — everything you
|
|||
need for a straightforward viewing experience.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{gitcommit}
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
|
@ -77,5 +72,5 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||
%{_datadir}/showtime/
|
||||
|
||||
%changelog
|
||||
* Thu Nov 7 2024 Steve Cossette <farchord@gmail.com> - 48.0~20241104.080500.5579430-1
|
||||
* Wed Dec 18 2024 Steve Cossette <farchord@gmail.com> - 47.0-1
|
||||
- Initial release
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (showtime-5579430fdc337d460589a2c404a4a070c906e8e1.tar.gz) = 148cb9151ffaeb4f058386c92a3124f5a05798936a41a77e0af1cacf3ea8bfccbaf1623ca660c746907125d52774af0b6039bddde81a7c5435db991517b416f3
|
||||
SHA512 (showtime-47.0.tar.gz) = 7768e1ec70a30484827cbfe9bbdb036fd97092a5bf9503b0734faefdff0e946af09eb1383a03b32f8895cd1953653def1e6290a2c7bb4425f984c67990be1767
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue