libgstreamer1: install plugin scanner
authorTed Hess <thess@kitschensync.net>
Tue, 25 Nov 2014 19:58:17 +0000 (14:58 -0500)
committerTed Hess <thess@kitschensync.net>
Tue, 25 Nov 2014 19:58:27 +0000 (14:58 -0500)
Signed-off-by: Ted Hess <thess@kitschensync.net>
multimedia/gstreamer1/Makefile

index 26a26339f5171c6d4863e6fa4c950605dedd8825..fe76a6dd7bf3ea1eb55aa60a39a8b33061e2625a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gstreamer1
 PKG_VERSION:=1.2.3
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 
@@ -186,6 +186,8 @@ define Package/libgstreamer1/install
                ./usr/lib/gstreamer-$(GST_VERSION)/libgst*.so \
                $(1)/usr/lib/gstreamer-$(GST_VERSION)/ \
        )
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/gstreamer-$(GST_VERSION)/gst-plugin-scanner \
+                      $(1)/usr/lib/gstreamer-$(GST_VERSION)
 endef