Update to 3.19.3
This commit is contained in:
parent
f77bd957eb
commit
a6f8266e14
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ totem-2.90.5.tar.bz2
|
||||
/totem-3.17.92.tar.xz
|
||||
/totem-3.18.0.tar.xz
|
||||
/totem-3.18.1.tar.xz
|
||||
/totem-3.19.3.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
2c889f3f564800086a028476fef722bf totem-3.18.1.tar.xz
|
||||
4f7fe08231227c785f640cb4a2b2f201 totem-3.19.3.tar.xz
|
||||
|
||||
21
totem.spec
21
totem.spec
@ -1,17 +1,18 @@
|
||||
# Byte compile python plugins with python3
|
||||
%global __python %{__python3}
|
||||
|
||||
%global gst_plugins_base_version 1.5.0
|
||||
%global gst_plugins_base_version 1.6.0
|
||||
%global gtk3_version 3.19.4
|
||||
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 3.18.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.19.3
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: https://wiki.gnome.org/Apps/Videos
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(clutter-1.0)
|
||||
@ -25,7 +26,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{gst_plugins_base_versi
|
||||
BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
||||
BuildRequires: pkgconfig(totem-plparser)
|
||||
|
||||
@ -53,8 +54,8 @@ BuildRequires: liberation-sans-fonts
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: lirc-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig(grilo-0.2) >= 0.2.0
|
||||
BuildRequires: pkgconfig(grilo-pls-0.2) >= 0.2.0
|
||||
BuildRequires: pkgconfig(grilo-0.3)
|
||||
BuildRequires: pkgconfig(grilo-pls-0.3)
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
%endif
|
||||
@ -73,6 +74,7 @@ Requires: gvfs-fuse%{?_isa}
|
||||
# Requires: gnome-dvb-daemon
|
||||
Requires: grilo-plugins%{?_isa}
|
||||
Requires: gsettings-desktop-schemas%{?_isa}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
|
||||
# The mythtv sub-package was removed
|
||||
# (obsoleted by -upnp then by grilo in main)
|
||||
@ -204,6 +206,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/totem/playlist.ui
|
||||
%{_datadir}/totem/preferences.ui
|
||||
%{_datadir}/totem/properties.ui
|
||||
%{_datadir}/totem/shortcuts.ui
|
||||
%{_datadir}/totem/totem.ui
|
||||
%{_datadir}/totem/uri.ui
|
||||
%dir %{_libdir}/totem
|
||||
@ -232,6 +235,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/icons/hicolor/*/apps/totem.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/totem-symbolic.svg
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_mandir}/man1/totem-audio-preview.1*
|
||||
%{_mandir}/man1/totem-video-thumbnailer.1*
|
||||
%{_datadir}/GConf/gsettings/*.convert
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
@ -258,6 +262,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 1:3.19.3-1
|
||||
- Update to 3.19.3
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.18.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user