|
@@ -24,6 +24,7 @@
|
|
%define _unique_ver 1.0
|
|
%define _unique_ver 1.0
|
|
%define _vala_ver 0.7.5
|
|
%define _vala_ver 0.7.5
|
|
%define _totem_pl_parser_ver 2.30.0
|
|
%define _totem_pl_parser_ver 2.30.0
|
|
|
|
+%define _libgdata_ver 0.6.4
|
|
|
|
|
|
%define nautilus_extdir %{_libdir}/nautilus/extensions-2.0
|
|
%define nautilus_extdir %{_libdir}/nautilus/extensions-2.0
|
|
%define mozplug_dir %{_libdir}/mozilla/plugins
|
|
%define mozplug_dir %{_libdir}/mozilla/plugins
|
|
@@ -32,7 +33,7 @@ Summary: Movie player for GNOME 2
|
|
Summary(ja): GNOME2 用動画プレイヤー
|
|
Summary(ja): GNOME2 用動画プレイヤー
|
|
Name: totem
|
|
Name: totem
|
|
Version: 2.30.1
|
|
Version: 2.30.1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
URL: http://www.gnome.org/projects/totem/
|
|
URL: http://www.gnome.org/projects/totem/
|
|
@@ -60,16 +61,27 @@ BuildRequires: bluez-libs-devel >= 4.15
|
|
BuildRequires: lirc
|
|
BuildRequires: lirc
|
|
BuildRequires: unique-devel >= %{_unique_ver}
|
|
BuildRequires: unique-devel >= %{_unique_ver}
|
|
BuildRequires: vala-devel >= %{_vala_ver}
|
|
BuildRequires: vala-devel >= %{_vala_ver}
|
|
|
|
+BuildRequires: python-devel
|
|
|
|
+BuildRequires: pygtk2-devel
|
|
|
|
|
|
-Requires: %{name}-common = %{version}-%{release}
|
|
|
|
-Requires: %{name}-gstreamer = %{version}-%{release}
|
|
|
|
|
|
+BuildRequires: gstreamer-devel >= %{_gst_ver}
|
|
|
|
+BuildRequires: gstreamer-plugins-base-devel >= %{_gstpb_ver}
|
|
|
|
+BuildRequires: gstreamer-plugins-good
|
|
|
|
+BuildRequires: xine-lib-devel >= %{_xine_ver}
|
|
|
|
+
|
|
|
|
+Requires: gstreamer >= %{_gst_ver}
|
|
|
|
+Requires: gstreamer-plugins-base >= %{_gstpb_ver}
|
|
|
|
+Requires: %{name}-common = %{version}-%{release}
|
|
|
|
+Requires: xine-lib >= %{_xine_ver}
|
|
|
|
|
|
%if %{build_plugin}
|
|
%if %{build_plugin}
|
|
BuildRequires: xulrunner-devel >= %{_xulrunner_ver}
|
|
BuildRequires: xulrunner-devel >= %{_xulrunner_ver}
|
|
BuildRequires: nautilus-devel >= %{_nautilus_ver}
|
|
BuildRequires: nautilus-devel >= %{_nautilus_ver}
|
|
BuildRequires: shared-mime-info >= %{_shared_mime_info_ver}
|
|
BuildRequires: shared-mime-info >= %{_shared_mime_info_ver}
|
|
|
|
+BuildRequires: libgdata-devel >= %{_libgdata_ver}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Totem is simple movie player for the Gnome desktop. It features a
|
|
Totem is simple movie player for the Gnome desktop. It features a
|
|
simple playlist, a full-screen mode, seek and volume controls, as well as
|
|
simple playlist, a full-screen mode, seek and volume controls, as well as
|
|
@@ -77,46 +89,46 @@ a pretty complete keyboard navigation.
|
|
This is virtual package to install totem common package and totem backend
|
|
This is virtual package to install totem common package and totem backend
|
|
package.
|
|
package.
|
|
|
|
|
|
-%package gstreamer
|
|
|
|
-Summary: GStramer backend for Totem
|
|
|
|
-Summary(ja): Totem 用 GStreamer バックエンド
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-Requires: %{name}-common = %{version}-%{release}
|
|
|
|
-Requires: gstreamer >= %{_gst_ver}
|
|
|
|
-Requires: gstreamer-plugins-base >= %{_gstpb_ver}
|
|
|
|
-BuildRequires: gstreamer-devel >= %{_gst_ver}
|
|
|
|
-BuildRequires: gstreamer-plugins-base-devel >= %{_gstpb_ver}
|
|
|
|
-BuildRequires: gstreamer-plugins-good
|
|
|
|
-Obsoletes: %{name} < 1.0.2-0vl2, nautilus-media
|
|
|
|
-Provides: %{name} = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-Requires(post): alternatives
|
|
|
|
-Requires(postun): alternatives
|
|
|
|
-
|
|
|
|
-%description gstreamer
|
|
|
|
-Totem is simple movie player for the Gnome desktop. It features a
|
|
|
|
-simple playlist, a full-screen mode, seek and volume controls, as well as
|
|
|
|
-a pretty complete keyboard navigation.
|
|
|
|
-
|
|
|
|
-%if %{build_xine}
|
|
|
|
-%package xine
|
|
|
|
-Summary: Xine backend for Totem
|
|
|
|
-Summary(ja): Totem 用 Xine バックエンド
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-Requires: %{name}-common = %{version}-%{release}
|
|
|
|
-Requires: xine-lib >= %{_xine_ver}
|
|
|
|
-BuildRequires: xine-lib-devel >= %{_xine_ver}
|
|
|
|
-Obsoletes: %{name} < 1.0.2-0vl2
|
|
|
|
-Provides: %{name} = %{version}-%{release}
|
|
|
|
|
|
+## %package gstreamer
|
|
|
|
+## Summary: GStramer backend for Totem
|
|
|
|
+## Summary(ja): Totem 用 GStreamer バックエンド
|
|
|
|
+## Group: Applications/Multimedia
|
|
|
|
+## Requires: %{name}-common = %{version}-%{release}
|
|
|
|
+## Requires: gstreamer >= %{_gst_ver}
|
|
|
|
+## Requires: gstreamer-plugins-base >= %{_gstpb_ver}
|
|
|
|
+## BuildRequires: gstreamer-devel >= %{_gst_ver}
|
|
|
|
+## BuildRequires: gstreamer-plugins-base-devel >= %{_gstpb_ver}
|
|
|
|
+## BuildRequires: gstreamer-plugins-good
|
|
|
|
+## Obsoletes: %{name} < 1.0.2-0vl2, nautilus-media
|
|
|
|
+## Provides: %{name} = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+## Requires(post): alternatives
|
|
|
|
+## Requires(postun): alternatives
|
|
|
|
+
|
|
|
|
+## %description gstreamer
|
|
|
|
+## Totem is simple movie player for the Gnome desktop. It features a
|
|
|
|
+## simple playlist, a full-screen mode, seek and volume controls, as well as
|
|
|
|
+## a pretty complete keyboard navigation.
|
|
|
|
+
|
|
|
|
+## %if %{build_xine}
|
|
|
|
+## %package xine
|
|
|
|
+## Summary: Xine backend for Totem
|
|
|
|
+## Summary(ja): Totem 用 Xine バックエンド
|
|
|
|
+## Group: Applications/Multimedia
|
|
|
|
+## Requires: %{name}-common = %{version}-%{release}
|
|
|
|
+## Requires: xine-lib >= %{_xine_ver}
|
|
|
|
+## BuildRequires: xine-lib-devel >= %{_xine_ver}
|
|
|
|
+## Obsoletes: %{name} < 1.0.2-0vl2
|
|
|
|
+## Provides: %{name} = %{version}-%{release}
|
|
|
|
|
|
-Requires(post): alternatives
|
|
|
|
-Requires(postun): alternatives
|
|
|
|
|
|
+## Requires(post): alternatives
|
|
|
|
+## Requires(postun): alternatives
|
|
|
|
|
|
-%description xine
|
|
|
|
-Totem is simple movie player for the Gnome desktop. It features a
|
|
|
|
-simple playlist, a full-screen mode, seek and volume controls, as well as
|
|
|
|
-a pretty complete keyboard navigation.
|
|
|
|
-%endif
|
|
|
|
|
|
+## %description xine
|
|
|
|
+## Totem is simple movie player for the Gnome desktop. It features a
|
|
|
|
+## simple playlist, a full-screen mode, seek and volume controls, as well as
|
|
|
|
+## a pretty complete keyboard navigation.
|
|
|
|
+## %endif
|
|
|
|
|
|
%package common
|
|
%package common
|
|
Summary: common files for Totem
|
|
Summary: common files for Totem
|
|
@@ -131,6 +143,14 @@ Requires: dbus >= %{_dbus_ver}
|
|
Requires: iso-codes, libmusicbrainz
|
|
Requires: iso-codes, libmusicbrainz
|
|
Conflicts: %{name} < 1.0.2-0vl2
|
|
Conflicts: %{name} < 1.0.2-0vl2
|
|
|
|
|
|
|
|
+Obsoletes: nautilus-media
|
|
|
|
+Obsoletes: %{name}-gstreamer < 2.30.1-2
|
|
|
|
+Obsoletes: %{name}-xine < 2.30.1-2
|
|
|
|
+
|
|
|
|
+Provides: nautilus-media
|
|
|
|
+Provides: %{name}-gstreamer < 2.30.1-2
|
|
|
|
+Provides: %{name}-xine < 2.30.1-2
|
|
|
|
+
|
|
Requires(post): ldconfig, scrollkeeper, desktop-file-utils, GConf2
|
|
Requires(post): ldconfig, scrollkeeper, desktop-file-utils, GConf2
|
|
Requires(postun): ldconfig, scrollkeeper, desktop-file-utils, alternatives
|
|
Requires(postun): ldconfig, scrollkeeper, desktop-file-utils, alternatives
|
|
Requires(preun): GConf2
|
|
Requires(preun): GConf2
|
|
@@ -177,21 +197,22 @@ movie player to be embedded into a web browser.
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -c
|
|
|
|
|
|
+%setup -q
|
|
|
|
+## %setup -q -c
|
|
# Whatever needs to be changed in both copies do here
|
|
# Whatever needs to be changed in both copies do here
|
|
## remember to update me when changing %doc
|
|
## remember to update me when changing %doc
|
|
-for i in AUTHORS COPYING ChangeLog NEWS README TODO;do
|
|
|
|
- cp totem-%{version}/$i .
|
|
|
|
-done
|
|
|
|
|
|
+## for i in AUTHORS COPYING ChangeLog NEWS README TODO;do
|
|
|
|
+## cp totem-%{version}/$i .
|
|
|
|
+## done
|
|
|
|
|
|
-# duplicate sources
|
|
|
|
-cp -a totem-%{version} xine
|
|
|
|
-mv totem-%{version} gstreamer
|
|
|
|
|
|
+## # duplicate sources
|
|
|
|
+## cp -a totem-%{version} xine
|
|
|
|
+## mv totem-%{version} gstreamer
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
-# build Totem (GStreamer backend)
|
|
|
|
-pushd gstreamer
|
|
|
|
|
|
+## # build Totem (GStreamer backend)
|
|
|
|
+## pushd gstreamer
|
|
DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
|
|
DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
|
|
export MOZILLA_PLUGINDIR=%{mozplug_dir}
|
|
export MOZILLA_PLUGINDIR=%{mozplug_dir}
|
|
%configure \
|
|
%configure \
|
|
@@ -207,87 +228,102 @@ export MOZILLA_PLUGINDIR=%{mozplug_dir}
|
|
--disable-browser-plugins
|
|
--disable-browser-plugins
|
|
%endif
|
|
%endif
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
-popd
|
|
|
|
-
|
|
|
|
-# build Totem (xine backend)
|
|
|
|
-%if %{build_xine}
|
|
|
|
-pushd xine
|
|
|
|
-export MOZILLA_PLUGINDIR=%{mozplug_dir}
|
|
|
|
-%configure \
|
|
|
|
- --disable-schemas-install \
|
|
|
|
- --disable-scrollkeeper \
|
|
|
|
- --disable-nautilus \
|
|
|
|
- --disable-browser-plugins
|
|
|
|
-cd src/backend/
|
|
|
|
-make %{?_smp_mflags}
|
|
|
|
-popd
|
|
|
|
-%endif
|
|
|
|
|
|
+## popd
|
|
|
|
+
|
|
|
|
+## # build Totem (xine backend)
|
|
|
|
+## %if %{build_xine}
|
|
|
|
+## pushd xine
|
|
|
|
+## export MOZILLA_PLUGINDIR=%{mozplug_dir}
|
|
|
|
+## %configure \
|
|
|
|
+## --disable-schemas-install \
|
|
|
|
+## --disable-scrollkeeper \
|
|
|
|
+## --disable-nautilus \
|
|
|
|
+## --disable-browser-plugins
|
|
|
|
+## cd src/backend/
|
|
|
|
+## make %{?_smp_mflags}
|
|
|
|
+## popd
|
|
|
|
+## %endif
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
|
|
|
|
-# install Totem (GStreamer backend)
|
|
|
|
-pushd gstreamer/
|
|
|
|
-make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
-## mv $RPM_BUILD_ROOT/%{_libdir}/libbaconvideowidget.so.0.0.0 \
|
|
|
|
-## $RPM_BUILD_ROOT/%{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
|
|
|
|
-# language hack
|
|
|
|
-%find_lang %{name} --with-gnome
|
|
|
|
-mv %{name}.lang ../
|
|
|
|
-popd
|
|
|
|
|
|
+## comment out old rules
|
|
|
|
+## # install Totem (GStreamer backend)
|
|
|
|
+## pushd gstreamer/
|
|
|
|
+## make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
+## # language hack
|
|
|
|
+## %find_lang %{name} --with-gnome
|
|
|
|
+## mv %{name}.lang ../
|
|
|
|
+## popd
|
|
|
|
+
|
|
|
|
+## # install Totem (xine backend)
|
|
|
|
+## %if %{build_xine}
|
|
|
|
+## pushd xine/src/backend/
|
|
|
|
+## make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
+## popd
|
|
|
|
+## %endif
|
|
|
|
+
|
|
|
|
|
|
-# install Totem (xine backend)
|
|
|
|
-%if %{build_xine}
|
|
|
|
-pushd xine/src/backend/
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
-## mv $RPM_BUILD_ROOT/%{_libdir}/libbaconvideowidget.so.0.0.0 \
|
|
|
|
-## $RPM_BUILD_ROOT/%{_libdir}/libbaconvideowidget-xine.so.0.0.0
|
|
|
|
-popd
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
# remove unneeded files
|
|
# remove unneeded files
|
|
%__rm -f %{buildroot}%{_libdir}/totem/plugins/*/*.{a,la}
|
|
%__rm -f %{buildroot}%{_libdir}/totem/plugins/*/*.{a,la}
|
|
%__rm -f %{buildroot}%{_datadir}/pixmaps/vanity.png
|
|
%__rm -f %{buildroot}%{_datadir}/pixmaps/vanity.png
|
|
%__rm -f %{buildroot}%{nautilus_extdir}/*.{a,la}
|
|
%__rm -f %{buildroot}%{nautilus_extdir}/*.{a,la}
|
|
%__rm -f %{buildroot}%{mozplug_dir}/*.{a,la}
|
|
%__rm -f %{buildroot}%{mozplug_dir}/*.{a,la}
|
|
-## %__rm -f %{buildroot}%{_libdir}/libbaconvideowidget*.{a,la}
|
|
|
|
-## %__rm -f %{buildroot}%{_libdir}/libbaconvideowidget.so
|
|
|
|
%__rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
|
%__rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
|
%__rm -rf %{buildroot}%{_libdir}/totem/plugins/bemused/
|
|
%__rm -rf %{buildroot}%{_libdir}/totem/plugins/bemused/
|
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
+# save space by linking identical images in translated docs
|
|
|
|
+helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
|
|
|
|
+for f in $helpdir/C/figures/*.png; do
|
|
|
|
+ b="$(basename $f)"
|
|
|
|
+ for d in $helpdir/*; do
|
|
|
|
+ if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
|
|
|
|
+ g="$d/figures/$b"
|
|
|
|
+ if [ -f "$g" ]; then
|
|
|
|
+ if cmp -s $f $g; then
|
|
|
|
+ rm "$g"; ln -s "../../C/figures/$b" "$g"
|
|
|
|
+ fi
|
|
|
|
+ fi
|
|
|
|
+ fi
|
|
|
|
+ done
|
|
|
|
+done
|
|
|
|
+
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
|
|
|
|
-%post gstreamer
|
|
|
|
|
|
+## %post gstreamer
|
|
## %{_syssbindir}/update-alternatives --install \
|
|
## %{_syssbindir}/update-alternatives --install \
|
|
## %{_libdir}/libbaconvideowidget.so.0.0.0 totem \
|
|
## %{_libdir}/libbaconvideowidget.so.0.0.0 totem \
|
|
## %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 10
|
|
## %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0 10
|
|
-/sbin/ldconfig
|
|
|
|
|
|
+## /sbin/ldconfig
|
|
|
|
|
|
-%postun gstreamer
|
|
|
|
|
|
+## %postun gstreamer
|
|
## [ "$1" = "1" ] && exit
|
|
## [ "$1" = "1" ] && exit
|
|
## %{_syssbindir}/update-alternatives --remove \
|
|
## %{_syssbindir}/update-alternatives --remove \
|
|
## totem %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
|
|
## totem %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
|
|
## [ -f "%{_libdir}/libbaconvideowidget.so.0.0.0" ] || %{_syssbindir}/update-alternatives --auto totem
|
|
## [ -f "%{_libdir}/libbaconvideowidget.so.0.0.0" ] || %{_syssbindir}/update-alternatives --auto totem
|
|
-/sbin/ldconfig
|
|
|
|
|
|
+## /sbin/ldconfig
|
|
|
|
|
|
-%if %{build_xine}
|
|
|
|
-%post xine
|
|
|
|
|
|
+## %if %{build_xine}
|
|
|
|
+## %post xine
|
|
## %{_syssbindir}/update-alternatives --install \
|
|
## %{_syssbindir}/update-alternatives --install \
|
|
## %{_libdir}/libbaconvideowidget.so.0.0.0 totem \
|
|
## %{_libdir}/libbaconvideowidget.so.0.0.0 totem \
|
|
## %{_libdir}/libbaconvideowidget-xine.so.0.0.0 15
|
|
## %{_libdir}/libbaconvideowidget-xine.so.0.0.0 15
|
|
-/sbin/ldconfig
|
|
|
|
|
|
+## /sbin/ldconfig
|
|
|
|
|
|
-%postun xine
|
|
|
|
|
|
+## %postun xine
|
|
## [ "$1" = "1" ] && exit
|
|
## [ "$1" = "1" ] && exit
|
|
## %{_syssbindir}/update-alternatives --remove \
|
|
## %{_syssbindir}/update-alternatives --remove \
|
|
## totem %{_libdir}/libbaconvideowidget-xine.so.0.0.0
|
|
## totem %{_libdir}/libbaconvideowidget-xine.so.0.0.0
|
|
## [ -f "%{_libdir}/libbaconvideowidget.so.0.0.0" ] || %{_syssbindir}/update-alternatives --auto totem
|
|
## [ -f "%{_libdir}/libbaconvideowidget.so.0.0.0" ] || %{_syssbindir}/update-alternatives --auto totem
|
|
-/sbin/ldconfig
|
|
|
|
-%endif
|
|
|
|
|
|
+## /sbin/ldconfig
|
|
|
|
+## %endif
|
|
|
|
|
|
%post common
|
|
%post common
|
|
%{_bindir}/scrollkeeper-update -q
|
|
%{_bindir}/scrollkeeper-update -q
|
|
@@ -343,15 +379,15 @@ done
|
|
|
|
|
|
%files
|
|
%files
|
|
|
|
|
|
-%files gstreamer
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
|
|
+## %files gstreamer
|
|
|
|
+## %defattr(-,root,root,-)
|
|
## %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
|
|
## %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
|
|
|
|
|
|
-%if %{build_xine}
|
|
|
|
-%files xine
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
|
|
+## %if %{build_xine}
|
|
|
|
+## %files xine
|
|
|
|
+## %defattr(-,root,root,-)
|
|
## %{_libdir}/libbaconvideowidget-xine.so.0.0.0
|
|
## %{_libdir}/libbaconvideowidget-xine.so.0.0.0
|
|
-%endif
|
|
|
|
|
|
+## %endif
|
|
|
|
|
|
%files common -f %{name}.lang
|
|
%files common -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -370,22 +406,6 @@ done
|
|
%dir %{_libdir}/totem/plugins
|
|
%dir %{_libdir}/totem/plugins
|
|
%{_libdir}/totem/plugins/brasero-disc-recorder
|
|
%{_libdir}/totem/plugins/brasero-disc-recorder
|
|
%{_libdir}/totem/plugins/coherence_upnp
|
|
%{_libdir}/totem/plugins/coherence_upnp
|
|
-%{_libdir}/totem/plugins/gromit
|
|
|
|
-%{_libdir}/totem/plugins/jamendo
|
|
|
|
-%{_libdir}/totem/plugins/lirc
|
|
|
|
-%{_libdir}/totem/plugins/media-player-keys
|
|
|
|
-%{_libdir}/totem/plugins/ontop
|
|
|
|
-%{_libdir}/totem/plugins/opensubtitles
|
|
|
|
-%{_libdir}/totem/plugins/properties
|
|
|
|
-%{_libdir}/totem/plugins/pythonconsole
|
|
|
|
-%{_libdir}/totem/plugins/screensaver
|
|
|
|
-%{_libdir}/totem/plugins/screenshot
|
|
|
|
-%{_libdir}/totem/plugins/skipto
|
|
|
|
-%{_libdir}/totem/plugins/thumbnail
|
|
|
|
-## %{_libdir}/totem/plugins/youtube
|
|
|
|
-## %{_libdir}/totem/plugins/totem
|
|
|
|
-## %{_libdir}/totem/plugins/tracker
|
|
|
|
-%{_libdir}/totem/plugins/brasero-disc-recorder
|
|
|
|
%{_libdir}/totem/plugins/dbus
|
|
%{_libdir}/totem/plugins/dbus
|
|
%{_libdir}/totem/plugins/gromit
|
|
%{_libdir}/totem/plugins/gromit
|
|
%{_libdir}/totem/plugins/iplayer
|
|
%{_libdir}/totem/plugins/iplayer
|
|
@@ -401,10 +421,12 @@ done
|
|
%{_libdir}/totem/plugins/screenshot
|
|
%{_libdir}/totem/plugins/screenshot
|
|
%{_libdir}/totem/plugins/skipto
|
|
%{_libdir}/totem/plugins/skipto
|
|
%{_libdir}/totem/plugins/thumbnail
|
|
%{_libdir}/totem/plugins/thumbnail
|
|
|
|
+%{_libdir}/totem/plugins/youtube
|
|
|
|
+%{_libdir}/totem/plugins/totem
|
|
|
|
+## %{_libdir}/totem/plugins/tracker
|
|
%if %{build_plugin}
|
|
%if %{build_plugin}
|
|
%{_libdir}/nautilus/extensions-2.0/*.so*
|
|
%{_libdir}/nautilus/extensions-2.0/*.so*
|
|
%endif
|
|
%endif
|
|
-## %{_libdir}/libbaconvideowidget.so*
|
|
|
|
%{_libexecdir}/%{name}/totem-bugreport.py
|
|
%{_libexecdir}/%{name}/totem-bugreport.py
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
@@ -414,12 +436,14 @@ done
|
|
%{mozplug_dir}/*
|
|
%{mozplug_dir}/*
|
|
%{_libexecdir}/totem-plugin-viewer
|
|
%{_libexecdir}/totem-plugin-viewer
|
|
|
|
|
|
-## %files tracker
|
|
|
|
-## %defattr(-, root, root)
|
|
|
|
-## %{_libdir}/totem/plugins/tracker
|
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
|
|
|
|
+- rebuild with libgdata (add youtube plugin)
|
|
|
|
+- add BuildRequires: libgdata-devel, python-devel, pygtk2-devel
|
|
|
|
+- add Obsolete: totem-gstreamer, totem-xine)
|
|
|
|
+
|
|
* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
|
|
* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- chagnge _gst_ver from 0.10.19 to 0.10.29
|
|
- chagnge _gst_ver from 0.10.19 to 0.10.29
|