automatic version update by autodist [release 3.20.1-1mamba;Wed May 18 2016]
This commit is contained in:
parent
0c92a19409
commit
95fe9ea533
11
totem-3.20.1-x86-uint64.patch
Normal file
11
totem-3.20.1-x86-uint64.patch
Normal 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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
10
totem.spec
10
totem.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: totem
|
Name: totem
|
||||||
Version: 3.18.1
|
Version: 3.20.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A movie player based on GStreamer
|
Summary: A movie player based on GStreamer
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -9,6 +9,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/totem/%{majver}/totem-%{version}.tar.xz
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/totem/%{majver}/totem-%{version}.tar.xz
|
||||||
|
Patch0: totem-3.20.1-x86-uint64.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: clutter-gst-devel
|
BuildRequires: clutter-gst-devel
|
||||||
@ -120,6 +121,7 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -180,8 +182,9 @@ exit 0
|
|||||||
#%dir %{_datadir}/omf/totem
|
#%dir %{_datadir}/omf/totem
|
||||||
#%{_datadir}/omf/totem/*
|
#%{_datadir}/omf/totem/*
|
||||||
%{_datadir}/thumbnailers/totem.thumbnailer
|
%{_datadir}/thumbnailers/totem.thumbnailer
|
||||||
%{_mandir}/man1/totem-video-thumbnailer.1*
|
|
||||||
%{_mandir}/man1/totem.1*
|
%{_mandir}/man1/totem.1*
|
||||||
|
%{_mandir}/man1/totem-audio-preview.1*
|
||||||
|
%{_mandir}/man1/totem-video-thumbnailer.1*
|
||||||
%dir %{_datadir}/help/*/totem
|
%dir %{_datadir}/help/*/totem
|
||||||
%{_datadir}/help/*/totem/*
|
%{_datadir}/help/*/totem/*
|
||||||
|
|
||||||
@ -223,6 +226,9 @@ exit 0
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user