summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-12 11:42:25 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-12 11:44:03 -0400
commit91080c4804269abd6130585e78d7dacd8633d469 (patch)
tree987e9743447a7b2bab28a8d41cfa7f7bd3fba1d9
parentcef54111935bb01f4c62bc6a4b10e73d3c9ff7eb (diff)
Add old plugin names to cruft list
This will help fixing uninstalled setup. Also fix missing path correction in one of the plugin xml. https://bugzilla.gnome.org/show_bug.cgi?id=779344
-rw-r--r--Makefile.am5
-rw-r--r--docs/plugins/inspect/plugin-soup.xml6
2 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 97950ea7c..c88d1bf0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,12 +57,15 @@ CRUFT_FILES = \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \
$(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
+ $(top_builddir)/ext/pulse/.libs/libgstpulse.so \
+ $(top_builddir)/ext/soup/.libs/libgstsouphttpsrc.so \
$(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
$(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
- $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib}
+ $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
+ $(top_builddir)/sys/oss4/.libs/libgstoss4audio.so
CRUFT_DIRS = \
$(top_srcdir)/docs/plugins/tmpl \
diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml
index c137ff7fe..15e51e763 100644
--- a/docs/plugins/inspect/plugin-soup.xml
+++ b/docs/plugins/inspect/plugin-soup.xml
@@ -1,8 +1,8 @@
<plugin>
<name>soup</name>
<description>libsoup HTTP client src/sink</description>
- <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
- <basename>libgstsouphttpsrc.so</basename>
+ <filename>../../ext/soup/.libs/libgstsoup.so</filename>
+ <basename>libgstsoup.so</basename>
<version>1.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
@@ -40,4 +40,4 @@
</pads>
</element>
</elements>
-</plugin> \ No newline at end of file
+</plugin>