From 7a7908e7d21407a1eccb6920e1086dc58ed808ac Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 19 Nov 2013 19:36:15 -0600 Subject: libraries/gstreamer1: Include orc as a dependency It's not strictly required, but gstreamer and *all* of the plugin packs strongly recommend it, as the codepaths used without it will be slower. User experience should be more pleasing with this small library, so we'll hard-require it. Of course, a user is still welcome to build without it if they notice the cheat :-) Signed-off-by: Robby Workman --- libraries/gstreamer1/gstreamer1.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/gstreamer1/gstreamer1.info b/libraries/gstreamer1/gstreamer1.info index 758dc53e82..4856fc888f 100644 --- a/libraries/gstreamer1/gstreamer1.info +++ b/libraries/gstreamer1/gstreamer1.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gstreamer/1.2/gstreamer-1.2.0.t MD5SUM="250b4bec48b0986103f5aab75e43cef9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="orc" MAINTAINER="Robby Workman" EMAIL="rworkman@slackbuilds.org" -- cgit v1.2.3