From 3c72b1fef61f69a190d1a39c7723160ba82e9d79 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 12 Mar 2004 10:12:08 +0000 Subject: [PATCH] Makefile.am (PLAYDIR): Disable for now Original commit message from CVS: * Makefile.am (PLAYDIR): Disable for now * configure.ac: Build against 0.8 --- ChangeLog | 4 ++++ Makefile.am | 5 +++-- configure.ac | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15401ac..81e0595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-03-12 Johan Dahlin + * Makefile.am (PLAYDIR): Disable for now + + * configure.ac: Build against 0.8 + * gstinterfaces/Makefile.am: clean up a little bit * gstinterfaces/__init__.py (devloc): s/gstreamer/gst/ diff --git a/Makefile.am b/Makefile.am index 05d8fec..c70cb6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS_DOCS = endif INTERFACESDIR = gstinterfaces -PLAYDIR = gstplay +#PLAYDIR = gstplay +PLAYDIR = UNCONDDIRS = gst pkgconfig examples testsuite SUBDIRS = \ @@ -13,7 +14,7 @@ SUBDIRS = \ $(INTERFACESDIR) \ $(PLAYDIR) \ $(SUBDIRS_DOCS) -DIST_SUBDIRS = $(UNCONDDIRS) docs gstinterfaces gstplay +DIST_SUBDIRS = $(UNCONDDIRS) docs gstinterfaces $(PLAYDIR) EXTRA_DIST = \ gst-python.spec.in gst-python.spec README-docs diff --git a/configure.ac b/configure.ac index 1ebd24a..48d0c3c 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl required versions of other packages AC_SUBST(PYGTK_REQ, 2.0.0) AC_SUBST(GLIB_REQ, 2.0.0) AC_SUBST(GTK_REQ, 2.0.0) -AC_SUBST(GST_REQ, 0.7.5) +AC_SUBST(GST_REQ, 0.7.6) AC_DISABLE_STATIC AC_PROG_LIBTOOL @@ -50,7 +50,7 @@ fi AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)]) dnl check for GStreamer -GST_MAJORMINOR=0.7 +GST_MAJORMINOR=0.8 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ, HAVE_GSTREAMER=yes,HAVE_GSTREAMER=no) -- 2.7.4