From 95fe9ea533d7e0404a4d713f490ef6c995029aaa Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:35:48 +0100 Subject: [PATCH] automatic version update by autodist [release 3.20.1-1mamba;Wed May 18 2016] --- totem-3.20.1-x86-uint64.patch | 11 +++++++++++ totem.spec | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 totem-3.20.1-x86-uint64.patch diff --git a/totem-3.20.1-x86-uint64.patch b/totem-3.20.1-x86-uint64.patch new file mode 100644 index 0000000..c9ea2c5 --- /dev/null +++ b/totem-3.20.1-x86-uint64.patch @@ -0,0 +1,11 @@ +--- totem-3.20.1/src/backend/bacon-video-widget.c 2016-06-01 11:40:22.205728421 +0200 ++++ totem-3.20.1/src/backend/bacon-video-widget.c.orig 2016-06-01 11:39:48.873754323 +0200 +@@ -2334,7 +2334,7 @@ + if (!gst_toc_entry_get_start_stop_times (entry, &start, &stop)) { + GST_DEBUG ("Chapter #%d (couldn't get times)", i); + } else { +- GST_DEBUG ("Chapter #%d (start: %lli stop: %lli)", i, start, stop); ++ GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop); + } + } + diff --git a/totem.spec b/totem.spec index 99f3c99..2cb6516 100644 --- a/totem.spec +++ b/totem.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: totem -Version: 3.18.1 +Version: 3.20.1 Release: 1mamba Summary: A movie player based on GStreamer Group: Graphical Desktop/Applications/Multimedia @@ -9,6 +9,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnome.org Source: ftp://ftp.gnome.org/pub/gnome/sources/totem/%{majver}/totem-%{version}.tar.xz +Patch0: totem-3.20.1-x86-uint64.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: clutter-gst-devel @@ -120,6 +121,7 @@ This package includes the %{name} API documentation. %prep %setup -q +#%patch0 -p1 %build %configure \ @@ -180,8 +182,9 @@ exit 0 #%dir %{_datadir}/omf/totem #%{_datadir}/omf/totem/* %{_datadir}/thumbnailers/totem.thumbnailer -%{_mandir}/man1/totem-video-thumbnailer.1* %{_mandir}/man1/totem.1* +%{_mandir}/man1/totem-audio-preview.1* +%{_mandir}/man1/totem-video-thumbnailer.1* %dir %{_datadir}/help/*/totem %{_datadir}/help/*/totem/* @@ -223,6 +226,9 @@ exit 0 %{_datadir}/gtk-doc/html/%{name}/* %changelog +* Wed May 18 2016 Automatic Build System 3.20.1-1mamba +- automatic version update by autodist + * Thu Dec 03 2015 Automatic Build System 3.18.1-1mamba - automatic version update by autodist