- Update to 2.29.91
This commit is contained in:
parent
7d593a3d4c
commit
87846dd0f5
@ -1 +1 @@
|
||||
totem-2.29.4.tar.bz2
|
||||
totem-2.29.91.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
c91f7e4a5bbdbc78acb7e30b271a77b7 totem-2.29.4.tar.bz2
|
||||
8b11bcb966a0ee7a584d132547da6fea totem-2.29.91.tar.bz2
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
diff -up totem-2.29.4/browser-plugin/Makefile.am.libs totem-2.29.4/browser-plugin/Makefile.am
|
||||
--- totem-2.29.4/browser-plugin/Makefile.am.libs 2010-02-14 15:50:25.578304453 -0500
|
||||
+++ totem-2.29.4/browser-plugin/Makefile.am 2010-02-14 15:50:39.139178785 -0500
|
||||
@@ -55,7 +55,7 @@ test_glow_button_SOURCES = \
|
||||
|
||||
test_glow_button_LDADD = \
|
||||
libtotembrowserplugin_helper.la \
|
||||
- $(DEPENDENCY_LIBS)
|
||||
+ $(DEPENDENCY_LIBS) -lm
|
||||
|
||||
test_glow_button_CFLAGS = \
|
||||
$(DEPENDENCY_CFLAGS) \
|
||||
diff -up totem-2.29.4/src/backend/Makefile.am.libs totem-2.29.4/src/backend/Makefile.am
|
||||
--- totem-2.29.4/src/backend/Makefile.am.libs 2010-02-14 15:27:02.078153914 -0500
|
||||
+++ totem-2.29.4/src/backend/Makefile.am 2010-02-14 15:27:37.630904281 -0500
|
||||
@@ -60,7 +60,8 @@ libbaconvideowidget_la_LIBADD = \
|
||||
$(GST_LIBS) \
|
||||
$(EXTRA_BACKEND_LIBS) \
|
||||
$(X_LIBS) \
|
||||
- $(MISSING_PLUGINS_LIBS)
|
||||
+ $(MISSING_PLUGINS_LIBS) \
|
||||
+ -lm
|
||||
|
||||
libbaconvideowidget_la_LDFLAGS= \
|
||||
-no-undefined
|
||||
38
totem.spec
38
totem.spec
@ -1,18 +1,16 @@
|
||||
%define gstreamer_version 0.10.22
|
||||
%define gstreamer_plugins_base_version 0.10.22.4
|
||||
%define gstreamer_plugins_good_version 0.10.0
|
||||
%define gstreamer_version 0.10.26
|
||||
%define gstreamer_plugins_base_version 0.10.26
|
||||
%define gstreamer_plugins_good_version 0.10.18
|
||||
%define gstreamer_plugins_bad_free_version 0.10.17
|
||||
|
||||
Summary: Movie player for GNOME
|
||||
Name: totem
|
||||
Version: 2.29.4
|
||||
Release: 3%{?dist}
|
||||
Version: 2.29.91
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
Source0: http://download.gnome.org/sources/totem/2.28/totem-%{version}.tar.bz2
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=609948
|
||||
Patch0: totem-libs.patch
|
||||
|
||||
Requires(pre): GConf2 >= 2.14
|
||||
Requires(preun): GConf2 >= 2.14
|
||||
@ -68,7 +66,7 @@ BuildRequires: liberation-sans-fonts
|
||||
# For plugins
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: gmyth-devel
|
||||
#BuildRequires: tracker-devel
|
||||
BuildRequires: tracker-devel
|
||||
BuildRequires: libepc-devel
|
||||
BuildRequires: libgdata-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
@ -143,14 +141,14 @@ Requires: %{name} = %{version}-%{release}
|
||||
This package provides a plugin to allow browsing UPNP/DLNA shares,
|
||||
and watching videos from those.
|
||||
|
||||
#%package tracker
|
||||
#Summary: Tracker-based video search plugin for Totem
|
||||
#Group: Applications/Multimedia
|
||||
#Requires: %{name} = %{version}-%{release}
|
||||
%package tracker
|
||||
Summary: Tracker-based video search plugin for Totem
|
||||
Group: Applications/Multimedia
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
#%description tracker
|
||||
#This package provides a Totem plugin to allow searching local videos, based
|
||||
#on their tags, metadata, or filenames, as indexing by the Tracker indexer.
|
||||
%description tracker
|
||||
This package provides a Totem plugin to allow searching local videos, based
|
||||
on their tags, metadata, or filenames, as indexing by the Tracker indexer.
|
||||
|
||||
%package publish
|
||||
Summary: Share your playlist with other Totems on the local network
|
||||
@ -186,7 +184,6 @@ audio and video files in the properties dialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
@ -371,9 +368,9 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_datadir}/gtk-doc/html/totem
|
||||
|
||||
#%files tracker
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/totem/plugins/tracker
|
||||
%files tracker
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/totem/plugins/tracker
|
||||
|
||||
%files mozplugin
|
||||
%defattr(-, root, root)
|
||||
@ -385,6 +382,9 @@ fi
|
||||
%{_libdir}/totem/plugins/publish
|
||||
|
||||
%changelog
|
||||
* Wed Feb 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-1
|
||||
- Update to 2.29.91
|
||||
|
||||
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> 2.29.4-3
|
||||
- Add missing libs
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user