Commit graph

124 commits

Author SHA1 Message Date
Thomas Vander Stichele d4f9846e2d removing m4 dir
Original commit message from CVS:
removing m4 dir
2002-02-09 21:21:18 +00:00
Thomas Vander Stichele 47a7f07728 more cleanups
Original commit message from CVS:
more cleanups
2002-02-09 21:19:11 +00:00
Thomas Vander Stichele f985019e4c more build cleanups (using as-version and as-libtool) some release doc notes from the previous release
Original commit message from CVS:
* more build cleanups (using as-version and as-libtool)
* some release doc notes from the previous release
2002-02-09 21:05:12 +00:00
Andy Wingo f7aa64cf33 core is glib2 only now tried to convert to g_strdup_value_contents as much as i could misc other fixes
Original commit message from CVS:
* core is glib2 only now
* tried to convert to g_strdup_value_contents as much as i could
* misc other fixes
2002-02-06 16:35:16 +00:00
Thomas Vander Stichele 25ffd7dfba disabling cothreads build until it passes make distcheck
Original commit message from CVS:
disabling cothreads build until it passes make distcheck
2002-02-06 13:36:22 +00:00
Thomas Vander Stichele bacad78afe oops
Original commit message from CVS:
oops
2002-02-04 23:25:40 +00:00
Richard Boulton ac59cb71c0 Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path....
Original commit message from CVS:
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand,
rather than adding m4/ to aclocal search path.  Shouldn't cause errors when
macros are already present on system, because macros in acinclude.m4 are
used in preference.
2002-02-04 21:24:08 +00:00
Andy Wingo 49075e62b5 cothreads stuff i forgot to commit last night
Original commit message from CVS:
cothreads stuff i forgot to commit last night
2002-02-04 17:41:45 +00:00
Thomas Vander Stichele aae5e50662 back to cvs mode
Original commit message from CVS:
back to cvs mode
2002-02-02 17:35:06 +00:00
Thomas Vander Stichele fb54baa94b prepping the release
Original commit message from CVS:
prepping the release
2002-02-02 13:50:03 +00:00
Erik Walthinsen 5684e131de Change soversion back to 0:0:0 and add use of -release flag for libtool.
Original commit message from CVS:
Change soversion back to 0:0:0 and add use of -release flag for libtool.
This means that any program linking against libgst will automatically have
the specific release of libgst encoded into it.  This enforces the fact
that (for the moment), the API/ABI is changing rapidly enough that you
can't link against 0.3.2 originally and have it still work with 0.3.3.  It
might be possible, but highly unlikely.

When we get closer to a stable API/ABI, in the 0.5.0 timeframe most likely,
we will start using soversions as recommended in the libtool docs.  Then
we have to pay more attention to forward and backwards compatiblity, or
rather, we have to *start* paying attention <g>
2002-02-01 22:37:16 +00:00
Thomas Vander Stichele bc24958dc8 goind down again
Original commit message from CVS:
goind down again
2002-01-31 23:19:18 +00:00
David I. Lehn 71519ef2a5 Update libtool lib version
Original commit message from CVS:
Update libtool lib version
2002-01-31 23:11:03 +00:00
Thomas Vander Stichele 5aaedd70a6 release version
Original commit message from CVS:
release version
2002-01-31 22:43:42 +00:00
Thomas Vander Stichele 773fed0447 prerelease
Original commit message from CVS:
prerelease
2002-01-30 23:38:04 +00:00
Thomas Vander Stichele f087e37458 fall back to glib1 when no glib2 found
Original commit message from CVS:
fall back to glib1 when no glib2 found
2002-01-30 17:27:01 +00:00
Thomas Vander Stichele 2a75dee620 removing versioning please check ;)
Original commit message from CVS:
removing versioning
please check ;)
2002-01-30 10:15:26 +00:00
Thomas Vander Stichele 96e19b930b cvs versioning
Original commit message from CVS:
cvs versioning
2002-01-30 10:08:53 +00:00
Andy Wingo 623c7f1144 added -Wall to GST_INT_CFLAGS
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
2002-01-27 19:08:38 +00:00
Andy Wingo 94dac7322d should fix an error in a no-glib2 error message, an error in libxml stuff and silencing a warning in the cothreads stuff
Original commit message from CVS:
should fix an error in a no-glib2 error message, an error in libxml stuff
(newer versions of libxml1 can be included as libxml/parser.h), and silencing
a warning in the cothreads stuff
2002-01-25 04:27:24 +00:00
Andy Wingo f58c8f26b4 build system tweaks, and now the cothreads test code will build and configure with the rest of gst.
Original commit message from CVS:
build system tweaks, and now the cothreads test code will build and configure with the rest of gst.
2002-01-23 00:04:33 +00:00
Andy Wingo f2842d1e50 chop chop, out with the cruft
Original commit message from CVS:
chop chop, out with the cruft
2002-01-17 05:22:18 +00:00
Thomas Vander Stichele 04f32a7280 removed capsnego testsuite from build if ok then someone please remove the source dirs
Original commit message from CVS:
removed capsnego testsuite from build
if ok then someone please remove the source dirs
2002-01-15 09:29:27 +00:00
Andy Wingo 57dc4b544d doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
2002-01-14 07:18:43 +00:00
Andy Wingo f38969ff25 fix doc build for glib2 remove template files from cvs, they are generated with gtkdoc-mktmpl new, cleaner interface ...
Original commit message from CVS:
* fix doc build for glib2
* remove template files from cvs, they are generated with gtkdoc-mktmpl
* new, cleaner interface to the parser facilities
* cleanups in gstparse.c
2002-01-14 04:09:56 +00:00
Wim Taymans dcfb86bb73 Added caps testsuite.
Original commit message from CVS:
Added caps testsuite.
2002-01-13 22:46:34 +00:00
Thomas Vander Stichele e35929fbe0 this goes in
Original commit message from CVS:
this goes in
2002-01-13 08:52:01 +00:00
David I. Lehn 0952f6551e remove WIN32 path stuff
Original commit message from CVS:
remove WIN32 path stuff
2002-01-12 01:26:04 +00:00
Thomas Vander Stichele b8d6a9a91d back to dev mode
Original commit message from CVS:
back to dev mode
2002-01-11 23:05:45 +00:00
David I. Lehn 818baa5c2c Generate m4 and xsl Makefiles
Original commit message from CVS:
Generate m4 and xsl Makefiles
Add xsl dir and *.xsl to dist
2002-01-09 03:03:26 +00:00
Thomas Vander Stichele 5191e0c460 let's get ready releasing
Original commit message from CVS:
let's get ready releasing
2002-01-08 09:41:11 +00:00
Christian Schaller 9982c86305 Crank up version to 0.3.1
Original commit message from CVS:
Crank up version to 0.3.1
2002-01-07 22:51:25 +00:00
David I. Lehn 4c0585aa8a Bump lib version to 2.
Original commit message from CVS:
Bump lib version to 2.
2002-01-07 22:35:54 +00:00
Andy Wingo 15a22cc4c0 fix from Company
Original commit message from CVS:
fix from Company
2002-01-07 21:32:34 +00:00
Andy Wingo f698d6469c compile fixen
Original commit message from CVS:
compile fixen
2002-01-05 01:43:16 +00:00
Andy Wingo bceef373d6 removed test/ from AC_OUTPUT
Original commit message from CVS:
removed test/ from AC_OUTPUT
2002-01-04 22:45:59 +00:00
Thomas Vander Stichele a2c03b42b6 removing player build
Original commit message from CVS:
removing player build
2002-01-03 16:44:38 +00:00
Thomas Vander Stichele 2663e8dbc9 removing glade stuff
Original commit message from CVS:
removing glade stuff
2002-01-03 16:10:23 +00:00
Thomas Vander Stichele 3ba7f311c0 fixing some stuff
Original commit message from CVS:
fixing some stuff
2002-01-02 22:01:58 +00:00
Thomas Vander Stichele 3638902dd2 removing the editor from the build
Original commit message from CVS:
removing the editor from the build
2002-01-02 20:12:57 +00:00
Thomas Vander Stichele aaeea5c4eb fixes to the pkgconfig file to make other modules behave properly
Original commit message from CVS:
fixes to the pkgconfig file to make other modules behave properly
2002-01-02 19:03:02 +00:00
Thomas Vander Stichele 5ae1f5855a bumped version
Original commit message from CVS:
bumped version
2002-01-02 14:09:13 +00:00
Thomas Vander Stichele c81314f924 fixes to make distcheck work changed registry out of date to warning to allow tests to continue regardless (any bette...
Original commit message from CVS:
fixes to make distcheck work
changed registry out of date to warning to allow tests to continue regardless (any better suggestions much appreciated)
2002-01-02 12:23:26 +00:00
Wim Taymans 79650cd19f Enable static building again for the release.
Original commit message from CVS:
Enable static building again for the release.
2002-01-01 14:33:33 +00:00
Wim Taymans acd582d4bc Disable gstplay for glib2 for now
Original commit message from CVS:
Disable gstplay for glib2 for now
2002-01-01 14:06:48 +00:00
Andy Wingo 65423bdc5a same changes as in gst-plugins module also, PKG_CHECK_MODULES does the pkg-config checking for us
Original commit message from CVS:
same changes as in gst-plugins module
also, PKG_CHECK_MODULES does the pkg-config checking for us
2001-12-26 23:18:56 +00:00
Andy Wingo 17918e3c1f finalize removal of httpsrc
Original commit message from CVS:
finalize removal of httpsrc
2001-12-24 22:11:04 +00:00
Thomas Vander Stichele 7f14b49641 removing all plugin checks
Original commit message from CVS:
removing all plugin checks
2001-12-23 21:06:48 +00:00
Thomas Vander Stichele 3c95e4f3a2 plugins should be gotten from the separate gst-plugins module from now on we're fixing bugs there all over the place
Original commit message from CVS:
plugins should be gotten from the separate gst-plugins module from now on
we're fixing bugs there all over the place
2001-12-23 20:59:46 +00:00
Thomas Vander Stichele 9fe4587856 more changes
Original commit message from CVS:
more changes
2001-12-23 18:12:12 +00:00