diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 19:36:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-20 11:15:49 -0600 |
commit | 7a7908e7d21407a1eccb6920e1086dc58ed808ac (patch) | |
tree | 35cbcefed2da6dfa1cc60b1ac46a2e4b79bfabba /libraries/gstreamer1 | |
parent | 0307a272b8f49b87acf44fc8775e768e3c8c6c11 (diff) | |
download | slackbuilds-7a7908e7d21407a1eccb6920e1086dc58ed808ac.tar.gz |
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 <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/gstreamer1')
-rw-r--r-- | libraries/gstreamer1/gstreamer1.info | 2 |
1 files changed, 1 insertions, 1 deletions
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" |