[totem] audio-preview: Remove totem-audio-preview



commit 0602e46969caca100fd39537b4ffac8d80a97a23
Author: Bastien Nocera <hadess hadess net>
Date:   Thu May 18 17:36:27 2017 +0200

    audio-preview: Remove totem-audio-preview
    
    As the functionality was removed in nautilus in 2011 in commit
    c997bbe8b8bfb423d03f3475088a983e59bd9168

 configure.ac                          |    1 -
 data/Makefile.am                      |    2 +-
 data/org.gnome.Totem.desktop.in.in.in |    2 +-
 data/totem-audio-preview.1            |   49 --------
 flatpak/org.gnome.Totem.json          |    3 +-
 help/C/index.docbook                  |    3 -
 po/POTFILES.in                        |    1 -
 src/Makefile.am                       |   22 +---
 src/totem-audio-preview.c             |  220 ---------------------------------
 totem.spec.in                         |    1 -
 10 files changed, 4 insertions(+), 300 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 010cf72..36c9ea9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,6 @@ PKG_CHECK_MODULES(TIME_HELPER, glib-2.0)
 PKG_CHECK_MODULES(RTL_HELPER, glib-2.0 gtk+-3.0 >= $GTK_REQS)
 PKG_CHECK_MODULES(PIXBUF_HELPER, gdk-pixbuf-2.0 gstreamer-tag-1.0 >= $GSTPLUG_REQS gstreamer-video-1.0)
 PKG_CHECK_MODULES(THUMBNAILER, gdk-3.0 totem-plparser >= $TOTEM_PLPARSER_REQS gstreamer-tag-1.0 >= 
$GSTPLUG_REQS gstreamer-video-1.0)
-PKG_CHECK_MODULES(PREVIEW, gstreamer-1.0 >= $GST_REQS gio-2.0 >= $GIO_REQS gdk-pixbuf-2.0)
 PKG_CHECK_MODULES(PROPERTIES, gtk+-3.0 >= $GTK_REQS)
 
 LIBGD_INIT([
diff --git a/data/Makefile.am b/data/Makefile.am
index 5c7406c..db5920a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST =
 CLEANFILES =
 
 # Man pages
-man_MANS = totem.1 totem-video-thumbnailer.1 totem-audio-preview.1
+man_MANS = totem.1 totem-video-thumbnailer.1
 totem-video-thumbnailer.1: totem-video-thumbnailer.pod
        $(AM_V_GEN) pod2man -c "" -s 1 -q none -n totem-video-thumbnailer -r GNOME $< > $@
 EXTRA_DIST += \
diff --git a/data/org.gnome.Totem.desktop.in.in.in b/data/org.gnome.Totem.desktop.in.in.in
index 4493ef4..ee432e7 100644
--- a/data/org.gnome.Totem.desktop.in.in.in
+++ b/data/org.gnome.Totem.desktop.in.in.in
@@ -13,5 +13,5 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=totem
 X-GNOME-Bugzilla-Component=general
 X-GNOME-Bugzilla-Version=@VERSION@
-X-GNOME-Bugzilla-OtherBinaries=totem-video-thumbnailer;totem-audio-preview;
+X-GNOME-Bugzilla-OtherBinaries=totem-video-thumbnailer;
 StartupNotify=true
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index c236b3f..a58234f 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -231,8 +231,7 @@
                     "type": "git",
                     "url": "git://git.gnome.org/totem"
                 }
-            ],
-            "cleanup": [ "/bin/totem-audio-preview" ]
+            ]
         }
     ]
 }
diff --git a/help/C/index.docbook b/help/C/index.docbook
index fe61319..bb13713 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -188,9 +188,6 @@ subtitles, and more.</para>
        <listitem>
          <para>Video thumbnailer for GNOME.</para>
         </listitem>
-        <listitem>
-         <para>Audio preview application for GNOME.</para>
-        </listitem>
        <listitem>
          <para>Nautilus properties tab.</para>
         </listitem>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 32b37fa..b307990 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -17,7 +17,6 @@ src/backend/bacon-video-widget-gst-missing-plugins.c
 src/gst/totem-time-helpers.c
 src/properties/bacon-video-widget-properties.c
 [type: gettext/glade]src/grilo.ui
-src/totem-audio-preview.c
 src/totem.c
 src/totem-grilo.c
 src/totem-interface.c
diff --git a/src/Makefile.am b/src/Makefile.am
index e5ef747..6fca96b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = gst backend properties . plugins
 
-bin_PROGRAMS = totem totem-video-thumbnailer totem-audio-preview
+bin_PROGRAMS = totem totem-video-thumbnailer
 lib_LTLIBRARIES = libtotem.la
 noinst_LTLIBRARIES = libtotem_player.la
 noinst_PROGRAMS = test-icons
@@ -212,26 +212,6 @@ test_properties_page_LDADD = \
        $(NAUTILUS_LIBS)
 endif # HAVE_NAUTILUS
 
-# Totem Audio Preview for Nautilus
-totem_audio_preview_SOURCES = \
-       totem-audio-preview.c           \
-       totem-resources.c               \
-       totem-resources.h
-
-totem_audio_preview_CPPFLAGS = \
-       -I$(top_builddir)/data                  \
-       -I$(top_srcdir)/src/gst                 \
-       -DG_LOG_DOMAIN=\""TotemAudioPreview"\"  \
-       $(AM_CPPFLAGS)
-
-totem_audio_preview_CFLAGS =   \
-       $(PREVIEW_CFLAGS)       \
-       $(AM_CFLAGS)
-
-totem_audio_preview_LDADD =                    \
-       gst/libtotemgsthelpers.la               \
-       $(PREVIEW_LIBS)
-
 # Introspection
 -include $(INTROSPECTION_MAKEFILE)
 
diff --git a/totem.spec.in b/totem.spec.in
index 3131f29..5ae8df1 100644
--- a/totem.spec.in
+++ b/totem.spec.in
@@ -91,7 +91,6 @@ done
 %{_datadir}/icons
 %{_libdir}/nautilus/extensions-1.0/*.so*
 %{_bindir}/%{name}-video-thumbnailer
-%{_bindir}/%{name}-audio-preview
 %{_mandir}/man1/%{name}.1*
 %{_mandir}/man1/totem-video-thumbnailer.1.gz
 %{_datadir}/locale


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]