email addr update

Original commit message from CVS:
email addr update
This commit is contained in:
David I. Lehn 2002-12-17 17:40:42 +00:00
parent 67fcfa09c7
commit b807857c46
32 changed files with 51 additions and 41 deletions

View file

@ -1,6 +1,6 @@
gst-python authors:
David I. Lehn <dlehn@vt.edu>
David I. Lehn <dlehn@users.sourceforge.net>
Much of the framework for gst-python stolen from gtk and gconf bindings by:

View file

@ -1,4 +1,14 @@
2002-11-07 David I. Lehn <dlehn@vt.edu>
2002-12-17 David I. Lehn <dlehn@users.sourceforge.net>
* gstreamer/gstreamer.override: add wrapper for gst_element_set_state
to release GIT lock
2002-12-14 David I. Lehn <dlehn@users.sourceforge.net>
* configure.ac: bump gstreamer version to 0.5.0
* *: update to use sourceforge email address
2002-11-07 David I. Lehn <dlehn@users.sourceforge.net>
* configure.ac: bump gstreamer version to 0.4.2, bump pygtk version to
1.99.13
@ -6,18 +16,18 @@
* examples/gstreamer/dvdplay.py: updated to maybe work with threads
* pygtk.diff: add work-in-progress PyGTK threading improvements diff
2002-10-23 David I. Lehn <dlehn@vt.edu>
2002-10-23 David I. Lehn <dlehn@users.sourceforge.net>
* gstreamer/gstreamer.override: override gst_bin_iterate() to unblock
threads since this call can cause exacution to re-enter the
interpreter.
2002-10-04 David I. Lehn <dlehn@vt.edu>
2002-10-04 David I. Lehn <dlehn@users.sourceforge.net>
* gstreamer/gstreamer.override, gstreamer/gstreamer-fixes.h: add
temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
2002-10-04 David I. Lehn <dlehn@vt.edu>
2002-10-04 David I. Lehn <dlehn@users.sourceforge.net>
* README: basic info.
@ -35,7 +45,7 @@
adapt to newer generated code (Pipeline vs gst_pipeline_new()), adapt
to newer api.
2002-05-09 David I. Lehn <dlehn@vt.edu>
2002-05-09 David I. Lehn <dlehn@users.sourceforge.net>
* examples/gstreamer/dvdplay.py: adjust state changes,
use sdlvideosink (videosink segfaulting for me right now)
@ -47,14 +57,14 @@
Makefile.am:
create gstreamer.defs from h2defs.py output and local hacks
2002-04-15 David I. Lehn <dlehn@vt.edu>
2002-04-15 David I. Lehn <dlehn@users.sourceforge.net>
* examples/gstreamer/*.py: use new element connect api
* gstreamer/__init__.py: use dl module flags
in particular, RTLD_GLOBAL flags is required
2002-04-14 David I. Lehn <dlehn@vt.edu>
2002-04-14 David I. Lehn <dlehn@users.sourceforge.net>
* configure.ac: depend on gstreamer 0.3.4
@ -65,7 +75,7 @@
* gstreamer/gstreamer.defs: regen for 0.3.4
2002-03-24 David I. Lehn <dlehn@vt.edu>
2002-03-24 David I. Lehn <dlehn@users.sourceforge.net>
* examples/gstreamer/: add cp.py oggplay.py f2f.py dvdplay.py
@ -73,7 +83,7 @@
* gstreamer/__init__.py: find libtool lib hack
2002-03-23 David I. Lehn <dlehn@vt.edu>
2002-03-23 David I. Lehn <dlehn@users.sourceforge.net>
* stole binding framework from gnome-python && gconf

View file

@ -88,9 +88,9 @@ $ACLOCAL $ACLOCAL_FLAGS
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
# run libtoolize ...
libtoolize --force
libtoolize --force --copy
$AUTOMAKE -a $am_opt
$AUTOMAKE --add-missing --copy $am_opt
autoheader
autoconf
cd $ORIGDIR

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
from gobject import GObject

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
from gobject import GObject

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import sys

View file

@ -9,7 +9,7 @@ Source: http://gstreamer.net/ blah_blah_blah /gst-python-%{version}.tar.gz
Copyright: LGPL
Group: Development/Languages
BuildRoot: /var/tmp/gst--python-root
Packager: David I. Lehn <dlehn@vt.edu>
Packager: David I. Lehn <dlehn@users.sourceforge.net>
BuildRequires: pygtk2-devel = %{pygtk_ver}
BuildRequires: python2-devel
BuildRequires: gtk2-devel >= @GTK_VERSION@

View file

@ -17,7 +17,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import pygtk

View file

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#ifdef HAVE_CONFIG_H

View file

@ -17,7 +17,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import argtypes

View file

@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#include <gst/gst.h>

View file

@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#include <glib-object.h>

View file

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#ifdef HAVE_CONFIG_H

View file

@ -17,7 +17,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import pygtk

View file

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#ifdef HAVE_CONFIG_H

View file

@ -17,7 +17,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Author: David I. Lehn <dlehn@vt.edu>
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
import argtypes

View file

@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#include <gst/gst.h>

View file

@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#include <glib-object.h>

View file

@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: David I. Lehn <dlehn@vt.edu>
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
#ifdef HAVE_CONFIG_H