diff --git a/totem-libs.patch b/totem-libs.patch new file mode 100644 index 0000000..dac0f3a --- /dev/null +++ b/totem-libs.patch @@ -0,0 +1,13 @@ +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 diff --git a/totem.spec b/totem.spec index 8386d9f..759c353 100644 --- a/totem.spec +++ b/totem.spec @@ -6,20 +6,19 @@ Summary: Movie player for GNOME Name: totem Version: 2.29.4 -Release: 2%{?dist} +Release: 3%{?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 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# +Patch0: totem-libs.patch Requires(pre): GConf2 >= 2.14 Requires(preun): GConf2 >= 2.14 Requires(post): GConf2 >= 2.14 Requires(post): desktop-file-utils -Requires(post): scrollkeeper Requires(postun): desktop-file-utils -Requires(postun): scrollkeeper Requires: iso-codes Requires: gnome-icon-theme @@ -72,6 +71,8 @@ BuildRequires: gmyth-devel #BuildRequires: tracker-devel BuildRequires: libepc-devel BuildRequires: libgdata-devel +BuildRequires: autoconf automake libtool +BuildRequires: gnome-common Obsoletes: nautilus-media Obsoletes: totem-galago @@ -185,6 +186,9 @@ audio and video files in the properties dialog. %prep %setup -q +%patch0 -p1 -b .libs + +autoreconf -i -f %build @@ -381,6 +385,9 @@ fi %{_libdir}/totem/plugins/publish %changelog +* Sun Feb 14 2010 Matthias Clasen 2.29.4-3 +- Add missing libs + * Mon Feb 01 2010 Bastien Nocera 2.29.4-2 - Update for new gstreamer-plugins-bad-free package