summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2005-11-23add a torture targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add a torture target
2005-10-03release timeThomas Vander Stichele1-4/+1
Original commit message from CVS: release time
2005-09-18add empty check-valgrind targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add empty check-valgrind target
2005-09-02are you looking at meThomas Vander Stichele1-2/+1
Original commit message from CVS: are you looking at me
2005-09-02this should be the final nailThomas Vander Stichele1-0/+2
Original commit message from CVS: this should be the final nail
2005-09-02fix a small bug in the pygst.py install rule; add an uninstall ruleThomas Vander Stichele1-1/+6
Original commit message from CVS: fix a small bug in the pygst.py install rule; add an uninstall rule
2005-09-02fix distcheck even harderThomas Vander Stichele1-0/+1
Original commit message from CVS: fix distcheck even harder
2005-09-02fix distcheckThomas Vander Stichele1-1/+1
Original commit message from CVS: fix distcheck
2005-08-01Remove old documentation systemEdward Hervey1-10/+2
Original commit message from CVS: * README-docs: * configure.ac: * Makefile.am: Remove old documentation system * gst/gst.defs: * gst/gst-types.defs: Updating defs files * gst/gst.override: Wrapped gst_flow_get_name() for const-gchar * * gst/gstelement.override: I really should test everything on 32 AND 64 bits systems... * gst/gstevent.override: Updated gst_event_new_seek() wrapper Added gst_event_get_structure() wrapper * gst/gstmodule.c: Changed definition of gst.CLOCK_TIME_NONE to wrap GST_CLOCK_TIME_NONE * testsuite/testhelpermodule.c: gst_event_new --> gst_event_new_custom
2005-07-13Makefile.am: PYGSTDIR typo fixEdward Hervey1-1/+1
Original commit message from CVS: * Makefile.am: (install-data-local): PYGSTDIR typo fix * examples/bps.py: * examples/f2f.py: * examples/gstfile.py: Updated some examples to 0.9
2005-07-12configure.ac (AC_CONFIG_FILES): The makefile handles pygst.py now.Andy Wingo1-8/+18
Original commit message from CVS: 2005-07-12 Andy Wingo <wingo@pobox.com> * configure.ac (AC_CONFIG_FILES): The makefile handles pygst.py now. * Makefile.am (install-data-local): Actually install pygst.pth to the pythondir, not pyexecdir. Also install a properly sedded pygst.py. (pygst.py): Sed the builddir into pygst.py, and set not writable (to avoid any confusion about which file to edit). * pygst.py.in (_pygst_dir): Set _pygst_dir from one variable, @PYGSTDIR@, which is manually sedded in from the Makefile, so that it works both installed and uninstalled.
2005-07-01Modifications to have parallel-installable gst-pythonEdward Hervey1-0/+13
Original commit message from CVS: * Makefile.am: * configure.ac: * gst/Makefile.am: * pygst.py.in: Modifications to have parallel-installable gst-python Works more or less in the same way as pygtk: import pygst pygst.require('0.9') import gst
2005-06-17Backport from 0.8 branch and added new .defs file from GStreamer 0.9Edward Hervey1-0/+1
Original commit message from CVS: Backport from 0.8 branch and added new .defs file from GStreamer 0.9
2004-10-11Add examplesRELEASE-0_7_93Johan Dahlin1-1/+1
Original commit message from CVS: Add examples
2004-10-11more build fixesJohan Dahlin1-24/+1
Original commit message from CVS: more build fixes
2004-06-21releasingRELEASE-0_7_92Thomas Vander Stichele1-0/+1
Original commit message from CVS: releasing
2004-06-21releaseThomas Vander Stichele1-2/+1
Original commit message from CVS: release
2004-03-31Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passedJohan Dahlin1-2/+14
Original commit message from CVS: * Makefile.am (EXTRA_DIST): Add codegen/* Can't believe distcheck passed
2004-03-29examples/gst/wavenc.py: New exampleJohan Dahlin1-0/+1
Original commit message from CVS: * examples/gst/wavenc.py: New example * Makefile.am (EXTRA_DIST): Add wavenc.py
2004-03-17Makefile.am (DIST_SUBDIRS): Remove PLAYDIRJohan Dahlin1-1/+1
Original commit message from CVS: * Makefile.am (DIST_SUBDIRS): Remove PLAYDIR
2004-03-16gst/Makefile.am: Move the gstplay bindings over hereJohan Dahlin1-6/+14
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 Dahlin1-3/+1
Original commit message from CVS: * gst/*: Move interfaces over here, make it build, remove gstreamer.py
2004-03-12Makefile.am (PLAYDIR): Disable for nowJohan Dahlin1-2/+3
Original commit message from CVS: * Makefile.am (PLAYDIR): Disable for now * configure.ac: Build against 0.8
2004-03-04make gstreamer python work uninstalled againThomas Vander Stichele1-1/+1
Original commit message from CVS: make gstreamer python work uninstalled again
2004-02-27gstreamer/: All over the place, more rename work (gstreamer -> gst)Johan Dahlin1-5/+0
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. Lehn1-2/+8
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. Lehn1-2/+8
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-04add Element () constructor add testsuiteThomas Vander Stichele1-2/+2
Original commit message from CVS: add Element () constructor add testsuite
2003-07-10distcheck and final release prep fixesRELEASE-0_1_0David I. Lehn1-3/+1
Original commit message from CVS: distcheck and final release prep fixes
2003-07-09info on where doc sources are locatedDavid I. Lehn1-1/+1
Original commit message from CVS: info on where doc sources are located
2003-07-09conditionally build docsDavid I. Lehn1-1/+11
Original commit message from CVS: conditionally build docs
2003-06-26docutils based docs (more fixups)David I. Lehn1-1/+1
Original commit message from CVS: docutils based docs (more fixups)
2003-06-26add pkgconfig supportDavid I. Lehn1-3/+4
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 Stichele1-1/+1
and work, yay ! Original commit message from CVS: update to conform more to other modules fix spec file, the bindings build and work, yay !
2002-03-24initial python bindingsDavid I. Lehn1-0/+6
Original commit message from CVS: initial python bindings