automatic version update by autodist [release 3.20.1-1mamba;Wed May 18 2016]

This commit is contained in:
Automatic Build System 2024-01-05 18:35:48 +01:00
parent 0c92a19409
commit 95fe9ea533
2 changed files with 19 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 3.20.1-1mamba
- automatic version update by autodist
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
- automatic version update by autodist