summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2004-03-18and for gst_playJohan Dahlin
Original commit message from CVS: and for gst_play
2004-03-18configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/Johan Dahlin
Original commit message from CVS: * configure.ac: s/GST_*_INCLUDES/GST_*_LIBS/
2004-03-18disable docs checking until they pass make check properly during make distcheckThomas Vander Stichele
Original commit message from CVS: disable docs checking until they pass make check properly during make distcheck
2004-03-16configure.ac: Support build without gstplay and gstinterfacesJohan Dahlin
Original commit message from CVS: * configure.ac: Support build without gstplay and gstinterfaces
2004-03-16gst/Makefile.am: Move the gstplay bindings over hereJohan Dahlin
Original commit message from CVS: * gst/Makefile.am: Move the gstplay bindings over here * Makefile.am, configure.ac: Remove examples/ and put them in EXTRA_DIST here
2004-03-15gst/*: Move interfaces over here, make it build, remove gstreamer.pyJohan Dahlin
Original commit message from CVS: * gst/*: Move interfaces over here, make it build, remove gstreamer.py
2004-03-12Forgot, 2.0.0->1.99.4Johan Dahlin
Original commit message from CVS: Forgot, 2.0.0->1.99.4
2004-03-12s/LDFLAGS/LIBSJohan Dahlin
Original commit message from CVS: s/LDFLAGS/LIBS
2004-03-12configure.ac: AC_SUBST GStreamer and PyGTK flagsJohan Dahlin
Original commit message from CVS: * configure.ac: PyGtk 1.99.14 should be okay (Shipped with RH9), AC_SUBST GStreamer and PyGTK flags
2004-03-12Makefile.am (PLAYDIR): Disable for nowJohan Dahlin
Original commit message from CVS: * Makefile.am (PLAYDIR): Disable for now * configure.ac: Build against 0.8
2004-03-05codegen/*: Copy PyGTK code generator here, to avoid depending on latest version.Johan Dahlin
Original commit message from CVS: * codegen/*: Copy PyGTK code generator here, to avoid depending on latest version. * configure.ac: Add versioning, ala pygtk, and use the internal code generator instead of the installed one
2004-03-04fix make distcheck mv examples/gstreamer examples/gstThomas Vander Stichele
Original commit message from CVS: fix make distcheck mv examples/gstreamer examples/gst
2004-03-04make gstreamer python work uninstalled againThomas Vander Stichele
Original commit message from CVS: make gstreamer python work uninstalled again
2004-02-27gstreamer/: All over the place, more rename work (gstreamer -> gst)Johan Dahlin
Original commit message from CVS: * gstreamer/: All over the place, more rename work (gstreamer -> gst)
2004-02-03gst/: Support GstPlay, bug fixes, updates.David I. Lehn
Original commit message from CVS: * gstinterfaces/.cvsignore: * gstinterfaces/0.7.defs: * gstinterfaces/Makefile.am: * gstinterfaces/common.defs: * gstinterfaces/common.override: * gstinterfaces/gstinterfacesmodule.c: (init_gstinterfaces): * gstplay/.cvsignore: * gstplay/0.7.c: * gstplay/0.7.defs: * gstplay/0.7.h: * gstplay/0.7.override: * gstplay/Makefile.am: * gstplay/__init__.py: * gstplay/arg-types.py: * gstplay/common.c: * gstplay/common.h: * gstplay/common.override: * gstplay/gstplaymodule.c: (init_gstplay): * gstreamer/Makefile.am: * gstreamer/__init__.py: * gstreamer/common.override: Support GstPlay, bug fixes, updates. * examples/gstplay/player.py: GstPlay example. * Makefile.am: Support GstPlay build. * configure.ac: Support GstPlay build, remove AC_SUBST() calls that PKG_CHECK_MODULES does automagically.
2004-01-27Makefile.am: add gstinterfaces dirDavid I. Lehn
Original commit message from CVS: * Makefile.am: add gstinterfaces dir * configure.ac: get interfaces include dirs * gstreamer/.cvsignore: add .py[co] * gstreamer/0.6.defs: * gstreamer/0.6.override: * gstreamer/0.7.defs: * gstreamer/0.7.override: * gstreamer/common.defs: * gstreamer/common.override: rearrange code for both 0.6 and 0.7 support * gstreamer/Makefile.am: add -fno-strict-aliasing due to python issues * gstinterfaces/.cvsignore: * gstinterfaces/0.7.c: * gstinterfaces/0.7.defs: * gstinterfaces/0.7.h: * gstinterfaces/0.7.override: * gstinterfaces/Makefile.am: * gstinterfaces/__init__.py: * gstinterfaces/arg-types.py: * gstinterfaces/common.c: * gstinterfaces/common.defs: * gstinterfaces/common.h: * gstinterfaces/common.override: * gstinterfaces/gstinterfacesmodule.c: messy start of interfaces handling
2003-10-10Mass change to support compiling for both 0.6 and 0.7. Common support is ↵David I. Lehn
now in common.{defs,override,c,h}. Specifi... Original commit message from CVS: Mass change to support compiling for both 0.6 and 0.7. Common support is now in common.{defs,override,c,h}. Specific version support is in {0.6,0.7}.{defs,override,c,h}. The common and version specific files are merged and/or used as needed. common.override: add gst_version
2003-10-09require autoconf 2.57 and pygtk 2.0.0.David I. Lehn
Original commit message from CVS: require autoconf 2.57 and pygtk 2.0.0.
2003-10-04add Element () constructor add testsuiteThomas Vander Stichele
Original commit message from CVS: add Element () constructor add testsuite
2003-07-10distcheck and final release prep fixesgst-python-0.1.0David I. Lehn
Original commit message from CVS: distcheck and final release prep fixes
2003-07-09check for xmlcatalog for docs build (probably not strictly needed for ↵David I. Lehn
general use but fixes non-srcdir builds) Original commit message from CVS: check for xmlcatalog for docs build (probably not strictly needed for general use but fixes non-srcdir builds)
2003-06-26kill docutils based docs (easy come, easy go) docbook based docsDavid I. Lehn
Original commit message from CVS: kill docutils based docs (easy come, easy go) docbook based docs
2003-06-26docutils based docs (fixups)David I. Lehn
Original commit message from CVS: docutils based docs (fixups)
2003-06-26add pkgconfig supportDavid I. Lehn
Original commit message from CVS: add pkgconfig support
2003-06-11update to conform more to other modules fix spec file, the bindings build ↵Thomas Vander Stichele
and work, yay ! Original commit message from CVS: update to conform more to other modules fix spec file, the bindings build and work, yay !
2003-02-05require GStreamer core 0.6.0David I. Lehn
Original commit message from CVS: require GStreamer core 0.6.0
2003-01-10require GStreamer core 0.5.1.1David I. Lehn
Original commit message from CVS: require GStreamer core 0.5.1.1
2003-01-01require PyGTK 1.99.14David I. Lehn
Original commit message from CVS: require PyGTK 1.99.14
2002-12-22fix include dir path and fail if not foundDavid I. Lehn
Original commit message from CVS: fix include dir path and fail if not found
2002-12-17update to 0.5.0David I. Lehn
Original commit message from CVS: update to 0.5.0
2002-11-07bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13David I. Lehn
Original commit message from CVS: bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13
2002-10-03require gstreamer core 0.4.1David I. Lehn
Original commit message from CVS: require gstreamer core 0.4.1
2002-06-17various updates to work with cvs codeDavid I. Lehn
Original commit message from CVS: various updates to work with cvs code
2002-04-15Update to 0.3.4 API plus bonus feature: code no longer worksDavid I. Lehn
Original commit message from CVS: Update to 0.3.4 API plus bonus feature: code no longer works
2002-03-24initial python bindingsDavid I. Lehn
Original commit message from CVS: initial python bindings