GStreamer provides, codecs
authorAnas Nashif <anas.nashif@intel.com>
Thu, 11 Oct 2012 22:48:26 +0000 (15:48 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sun, 3 Feb 2013 00:44:16 +0000 (16:44 -0800)
autodeps/linux.prov

index 64e490e7f9be2ee034504b5cdbbab2b86274d3e8..99e58c467efd468c00ae54ad71a0a2c63dbe6fdc 100644 (file)
@@ -96,4 +96,9 @@ fi
 [ -x /usr/lib/rpm/find-provides.ksyms ] &&
     printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/find-provides.ksyms "$@"
 
+#
+# --- GStreamer provides, codecs
+[ -x /usr/lib/rpm/gstreamer-provides ] &&
+    printf "%s\n" "${filelist[@]}" | /usr/lib/rpm/gstreamer-provides | sort -u
+
 exit 0