Author: patrys Date: Wed Jul 23 16:16:07 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - 2.23.4 - patch for nvtv with --as-needed - disable vala for now as it breaks the build
---- Files affected: SPECS: totem.spec (1.142.2.3 -> 1.142.2.4) ---- Diffs: ================================================================ Index: SPECS/totem.spec diff -u SPECS/totem.spec:1.142.2.3 SPECS/totem.spec:1.142.2.4 --- SPECS/totem.spec:1.142.2.3 Tue May 13 13:14:14 2008 +++ SPECS/totem.spec Wed Jul 23 18:16:01 2008 @@ -14,15 +14,16 @@ Summary: Movie player for GNOME 2 based on the gstreamer engine Summary(pl.UTF-8): Odtwarzacz filmów dla GNOME 2 oparty na silniku gstreamer Name: totem -Version: 2.23.2 +Version: 2.23.4 Release: 1 License: GPL v2 Group: X11/Applications/Multimedia Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/2.23/%{name}-%{version}.tar.bz2 -# Source0-md5: 118b9b3030814872697505ef1e1b0b96 +# Source0-md5: e90839bbac5b7b663a1ddc74646ded99 Patch0: %{name}-desktop.patch Patch1: %{name}-configure.patch Patch2: %{name}-codegen.patch +Patch3: %{name}-nvtv.patch URL: http://www.gnome.org/projects/totem/ BuildRequires: GConf2-devel >= 2.22.0 BuildRequires: autoconf >= 2.52 @@ -32,6 +33,7 @@ BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.16.1 BuildRequires: gmyth-devel +BuildRequires: gmyth-upnp-devel BuildRequires: gnome-common >= 2.20.0 BuildRequires: gnome-doc-utils >= 0.12.0 BuildRequires: gnome-vfs2-devel >= 2.22.0 @@ -136,6 +138,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 sed -i -e '[EMAIL PROTECTED]@latin#' po/LINGUAS mv po/[EMAIL PROTECTED],latin}.po @@ -149,6 +152,7 @@ %{__automake} %configure \ --disable-scrollkeeper \ + --disable-vala \ %{?with_lirc:--enable-lirc} \ --enable-mozilla \ --enable-nautilus \ @@ -163,7 +167,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - MOZILLA_PLUGINDIR=%{_browserpluginsdir} \ + BROWSER_PLUGIN_DIR=%{_browserpluginsdir} \ typelibdir=%{_browserpluginsdir} \ xptdir=%{_browserpluginsdir} \ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 @@ -180,7 +184,6 @@ %post /sbin/ldconfig %gconf_schema_install totem-handlers.schemas -%gconf_schema_install totem-mythtv.schemas %gconf_schema_install totem-video-thumbnail.schemas %gconf_schema_install totem.schemas %scrollkeeper_update_post @@ -189,7 +192,6 @@ %preun %gconf_schema_uninstall totem-handlers.schemas -%gconf_schema_uninstall totem-mythtv.schemas %gconf_schema_uninstall totem-video-thumbnail.schemas %gconf_schema_uninstall totem.schemas @@ -224,7 +226,6 @@ %{_mandir}/man1/totem-video-thumbnailer.1* %{_iconsdir}/hicolor/*/*/totem.* %{_sysconfdir}/gconf/schemas/totem-handlers.schemas -%{_sysconfdir}/gconf/schemas/totem-mythtv.schemas %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas %{_sysconfdir}/gconf/schemas/totem.schemas %dir %{_libdir}/totem @@ -268,8 +269,6 @@ %dir %{_libdir}/totem/plugins/thumbnail %attr(755,root,root) %{_libdir}/totem/plugins/thumbnail/libthumbnail.so %{_libdir}/totem/plugins/thumbnail/thumbnail.totem-plugin -%dir %{_libdir}/totem/plugins/totem -%{_libdir}/totem/plugins/totem/*.py[co] %dir %{_libdir}/totem/plugins/tracker %attr(755,root,root) %{_libdir}/totem/plugins/tracker/libtracker.so %{_libdir}/totem/plugins/tracker/tracker.totem-plugin @@ -282,7 +281,6 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/totem-plugin-viewer %attr(755,root,root) %{_browserpluginsdir}/*.so -%attr(755,root,root) %{_browserpluginsdir}/*.xpt %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -290,7 +288,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.142.2.3 2008/05/13 11:14:14 glen +Revision 1.142.2.4 2008/07/23 16:16:01 patrys +- 2.23.4 +- patch for nvtv with --as-needed +- disable vala for now as it breaks the build + +Revision 1.142.2.3 2008-05-13 11:14:14 glen - ldconfig dep Revision 1.142.2.2 2008-05-13 09:42:34 patrys ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/totem.spec?r1=1.142.2.3&r2=1.142.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
