Add old plugins names to cruft list

This helps fixing uninstalled setup. Also fixes some path in plugin xml
files.

https://bugzilla.gnome.org/show_bug.cgi?id=779344
This commit is contained in:
Nicolas Dufresne 2017-03-12 11:50:50 -04:00
parent 1e77971dff
commit 424dd98bda
4 changed files with 12 additions and 9 deletions

View file

@ -57,14 +57,17 @@ CRUFT_FILES = \
$(top_builddir)/common/shave-libtool \
$(top_builddir)/docs/plugins/xml/plugin-sdp.xml \
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/ext/gtk/.libs/libgstgtksink.so \
$(top_builddir)/ext/hls/.libs/libgstfragmented* \
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/ext/teletextdec/.libs/libgstteletextdec.so \
$(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \
$(top_builddir)/ext/mpg123/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/audioparsers/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/camerabin2/.libs/libgstcamerabin2.so \
$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/mpeg4videoparse/.libs/*.{so,dll,DLL,dylib} \

View file

@ -1,8 +1,8 @@
<plugin>
<name>camerabin</name>
<description>Take image snapshots and record movies from camera</description>
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
<basename>libgstcamerabin2.so</basename>
<filename>../../gst/camerabin2/.libs/libgstcamerabin.so</filename>
<basename>libgstcamerabin.so</basename>
<version>1.11.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
@ -61,4 +61,4 @@
</pads>
</element>
</elements>
</plugin>
</plugin>

View file

@ -1,8 +1,8 @@
<plugin>
<name>kms</name>
<description>Video sink using the Linux kernel mode setting API</description>
<filename>../../sys/kms/.libs/libgstkmssink.so</filename>
<basename>libgstkmssink.so</basename>
<filename>../../sys/kms/.libs/libgstkms.so</filename>
<basename>libgstkms.so</basename>
<version>1.11.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
@ -25,4 +25,4 @@
</pads>
</element>
</elements>
</plugin>
</plugin>

View file

@ -1,8 +1,8 @@
<plugin>
<name>teletext</name>
<description>Teletext plugin</description>
<filename>../../ext/teletextdec/.libs/libgstteletextdec.so</filename>
<basename>libgstteletextdec.so</basename>
<filename>../../ext/teletextdec/.libs/libgstteletext.so</filename>
<basename>libgstteletext.so</basename>
<version>1.11.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
@ -31,4 +31,4 @@
</pads>
</element>
</elements>
</plugin>
</plugin>