commit c241b246175bca32517721428aeee5d457f5d1d4 Author: Sofia Boldyreva Date: Fri Mar 17 14:47:16 2023 +0100 Import elementary-videos-2.8.4-1.el9 diff --git a/.elementary-videos.metadata b/.elementary-videos.metadata new file mode 100644 index 0000000..1c0a03b --- /dev/null +++ b/.elementary-videos.metadata @@ -0,0 +1 @@ +baa50a44c740a9fc09e9e205dceecaf1c6e57ed8 SOURCES/videos-2.8.4.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3791a24 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/videos-2.8.4.tar.gz diff --git a/SPECS/elementary-videos.spec b/SPECS/elementary-videos.spec new file mode 100644 index 0000000..b5d0ccd --- /dev/null +++ b/SPECS/elementary-videos.spec @@ -0,0 +1,149 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.2.6) +%define autorelease(e:s:pb:) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} +## END: Set by rpmautospec + +%global srcname videos +%global appname io.elementary.videos + +Name: elementary-videos +Summary: Video player and library app from elementary +Version: 2.8.4 +Release: %autorelease +License: GPLv3+ + +URL: https://github.com/elementary/%{srcname} +Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz + +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: libappstream-glib +BuildRequires: meson +BuildRequires: vala + +BuildRequires: pkgconfig(clutter-gst-3.0) +BuildRequires: pkgconfig(clutter-gtk-1.0) +BuildRequires: pkgconfig(gdk-x11-3.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(granite) +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gstreamer-pbutils-1.0) +BuildRequires: pkgconfig(gstreamer-tag-1.0) +BuildRequires: pkgconfig(gstreamer-video-1.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(libhandy-1) + +Requires: hicolor-icon-theme + +%description +A modern video player that brings the lessons learned from the web home +to the desktop. + + +%prep +%autosetup -n %{srcname}-%{version} -p1 + + +%build +%meson +%meson_build + + +%install +%meson_install + +%find_lang %{appname} + + +%check +desktop-file-validate \ + %{buildroot}/%{_datadir}/applications/%{appname}.desktop + +appstream-util validate-relax --nonet \ + %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml + + +%files -f %{appname}.lang +%doc README.md +%license COPYING + +%{_bindir}/%{appname} + +%{_datadir}/applications/%{appname}.desktop +%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml +%{_datadir}/icons/hicolor/*/apps/%{appname}.svg +%{_datadir}/metainfo/%{appname}.appdata.xml + + +%changelog +* Wed Jul 13 2022 Fabio Valentini 2.8.4-1 +- Update to version 2.8.4; Fixes RHBZ#2095603 + +* Wed Jan 26 2022 Fabio Valentini 2.8.3-1 +- Update to version 2.8.3; Fixes RHBZ#2039038 + +* Thu Jan 20 2022 Fedora Release Engineering 2.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Dec 17 2021 Fabio Valentini 2.8.1-1 +- Update to version 2.8.1 + +* Sat Oct 30 2021 Fabio Valentini 2.8.0-1 +- Update to version 2.8.0; Fixes RHBZ#2018634 + +* Wed Jul 21 2021 Fedora Release Engineering 2.7.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jul 15 2021 Fabio Valentini 2.7.3-1 +- Update to version 2.7.3 + +* Thu Feb 18 2021 Fabio Valentini - 2.7.2-4.20210218gitc8e4621 +- Bump to commit c8e4621. Rebuilt for granite 6 soname bump. + +* Tue Jan 26 2021 Fedora Release Engineering - 2.7.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 2.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 03 2020 Fabio Valentini - 2.7.2-1 +- Update to version 2.7.2. + +* Thu Apr 16 2020 Fabio Valentini - 2.7.1-1 +- Update to version 2.7.1. + +* Tue Jan 28 2020 Fedora Release Engineering - 2.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Nov 25 2019 Fabio Valentini - 2.7.0-1 +- Update to version 2.7.0. + +* Wed Jul 24 2019 Fedora Release Engineering - 2.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 2.6.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jan 10 2019 Fabio Valentini - 2.6.3-1 +- Update to version 2.6.3. + +* Mon Oct 01 2018 Fabio Valentini - 2.6.2-1 +- Update to version 2.6.2. + +* Mon Aug 27 2018 Fabio Valentini - 2.6.1-2 +- Fix FTBFS issue with vala 0.42. + +* Thu Aug 02 2018 Fabio Valentini - 2.6.1-1 +- Update to version 2.6.1. + +* Thu Jul 12 2018 Fedora Release Engineering - 0.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jul 06 2018 Fabio Valentini - 0.2.6-1 +- Initial package renamed from audience. +