pkgsrc/multimedia/gstreamer0.8/patches/patch-aa
jmmv 242def5068 Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively.  This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).

While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
  gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
  package they belong to.
2006-01-18 12:44:00 +00:00

13 lines
407 B
Text

$NetBSD: patch-aa,v 1.1 2006/01/18 12:44:04 jmmv Exp $
--- configure.orig 2004-03-16 12:31:54.000000000 +0100
+++ configure
@@ -24079,7 +24079,7 @@ fi;
if test "x$PLUGINS_USE_BUILDDIR" = "xyes"; then
GST_CACHE_DIR=`pwd`
else
- GST_CACHE_DIR=${localstatedir}/cache/gstreamer-$GST_MAJORMINOR
+ GST_CACHE_DIR=${localstatedir}
fi
# Check whether --with-cachedir or --without-cachedir was given.