Commit graph

179 commits

Author SHA1 Message Date
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
Andy Wingo b9f6bb9c0e no plugins builds by default
Original commit message from CVS:
no plugins builds by default
2001-12-23 16:51:07 +00:00
Andy Wingo 6bb3f78a0c added --disable-plugins option; useful if you are making the switch to gst-plugins
Original commit message from CVS:
added --disable-plugins option; useful if you are making the switch to
gst-plugins
2001-12-23 05:59:38 +00:00
Andy Wingo 7aa5885df5 pkg-config related fixes note that a relative path in your PKG_CONFIG_PATH will show up as ${pcfiledir}, unfortunately
Original commit message from CVS:
pkg-config related fixes
note that a relative path in your PKG_CONFIG_PATH will show up as ${pcfiledir},
unfortunately
2001-12-23 03:24:17 +00:00
Thomas Vander Stichele af1edc5413 added new libs stuff
Original commit message from CVS:
added new libs stuff
2001-12-23 00:11:14 +00:00
Andy Wingo 11456df888 debian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.
Original commit message from CVS:
debian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.
2001-12-22 02:21:39 +00:00
Andy Wingo 981cf4d212 this patch fixes arts and artsd compilation problems. this is necessary for make dist to work. i know plugins are bei...
Original commit message from CVS:
this patch fixes arts and artsd compilation problems. this is necessary for make
dist to work. i know plugins are being moved, though, this needs to be ported to
the -plugins module.

* experimental and broken selection now use GST_CHECK_FEATURE, for what it's worth
* crucial fixes to arts m4's that need backporting to autostars and -plugins
* make gst-feature less frantic in reporting missing plugins
* cleanups and misc arts fixes
2001-12-20 20:41:28 +00:00
Andy Wingo e8e87fe956 removed gstreamer.m4 (packages should use pkg.m4) guilaunch depends only on gtk, not libglade-gnome removed an unnece...
Original commit message from CVS:
* removed gstreamer.m4 (packages should use pkg.m4)
* guilaunch depends only on gtk, not libglade-gnome
* removed an unnecessary check in dynamic-pipeline.c
* attempted to avoid a spurious autoheader run
* gtk2 fixes
* killed a lot of files that automake brings in for us
* killed acinclude.m4, it's autogenerated
2001-12-20 01:20:22 +00:00
Wim Taymans 7cfd7c6d09 Added the testsuite
Original commit message from CVS:
Added the testsuite
2001-12-18 14:36:26 +00:00
Thomas Vander Stichele 1776717a40 xing and xaudio cleanup
Original commit message from CVS:
xing and xaudio cleanup
2001-12-17 16:50:20 +00:00
Thomas Vander Stichele 3235eb853d applied zilch's patch
Original commit message from CVS:
applied zilch's patch
2001-12-17 10:07:04 +00:00
Wim Taymans 209747879b also set the plugin builddir to pwd
Original commit message from CVS:
also set the plugin builddir to pwd
2001-12-16 23:46:50 +00:00
Andy Wingo 644940125e fixed CONFIG_DIR issues
Original commit message from CVS:
fixed CONFIG_DIR issues
2001-12-16 23:36:12 +00:00
Thomas Vander Stichele 2abe84ac12 fix GST_CONFIG_DIR
Original commit message from CVS:
fix GST_CONFIG_DIR
2001-12-16 22:37:17 +00:00
Thomas Vander Stichele 886cbe19ec try fixing GST_CONFIG_DIR
Original commit message from CVS:
try fixing GST_CONFIG_DIR
2001-12-16 22:15:02 +00:00
Thomas Vander Stichele 00a26bb866 oss fix
Original commit message from CVS:

oss fix
2001-12-16 19:09:41 +00:00
Thomas Vander Stichele 0738d7dc34 flac should work
Original commit message from CVS:
flac should work
2001-12-16 19:09:03 +00:00
Thomas Vander Stichele 96915bec6c GST_CONFIG_DIR
Original commit message from CVS:
GST_CONFIG_DIR
2001-12-16 19:07:56 +00:00
Thomas Vander Stichele d546e56fec too overzealous
Original commit message from CVS:
too overzealous
2001-12-16 19:00:11 +00:00
Thomas Vander Stichele 6c8ec194d9 remove ac3*
Original commit message from CVS:
remove ac3*
2001-12-16 18:55:49 +00:00
Andy Wingo 7e56c1dbe1 bye bye gstreamer-config
Original commit message from CVS:
bye bye gstreamer-config
2001-12-16 18:43:10 +00:00
Thomas Vander Stichele e3e3e29c91 more removals
Original commit message from CVS:
more removals
2001-12-16 18:41:43 +00:00
Thomas Vander Stichele 3871f95faf moved oss check
Original commit message from CVS:
moved oss check
2001-12-16 18:39:06 +00:00
Thomas Vander Stichele e337ac9cbb ok, mad is ok flac could be too, let's see gsm is unbroken give it a whirl
Original commit message from CVS:
ok, mad is ok
flac could be too, let's see
gsm is unbroken
give it a whirl
2001-12-16 17:01:04 +00:00
Thomas Vander Stichele 31fe57ee49 cleaned up gsm test
Original commit message from CVS:
cleaned up gsm test
2001-12-16 16:58:11 +00:00
Thomas Vander Stichele a105028066 avifile and mad work
Original commit message from CVS:
avifile and mad work
2001-12-16 16:52:42 +00:00
Thomas Vander Stichele d474557917 typo
Original commit message from CVS:
typo
2001-12-16 16:51:59 +00:00
Thomas Vander Stichele e64c6256cc added cdparanoia check
Original commit message from CVS:
added cdparanoia check
2001-12-16 16:43:03 +00:00
Thomas Vander Stichele 9f86a21499 more fixes
Original commit message from CVS:
more fixes
2001-12-16 16:28:30 +00:00
Thomas Vander Stichele 40e6dccb43 merged back from build branch let's hope you all agree
Original commit message from CVS:
merged back from build branch
let's hope you all agree
2001-12-16 14:23:19 +00:00
Andy Wingo fb32f9a4ac conversion to xml manuals
Original commit message from CVS:
conversion to xml manuals
2001-12-15 23:11:39 +00:00
Thomas Vander Stichele c4f7b26289 removed comment
Original commit message from CVS:
removed comment
2001-12-15 15:32:09 +00:00
Thomas Vander Stichele ebd3233115 set HAVE_GNOME as well
Original commit message from CVS:
set HAVE_GNOME as well
2001-12-15 12:00:22 +00:00
Thomas Vander Stichele a94660a29f editor and player didn't get built
Original commit message from CVS:
editor and player didn't get built
2001-12-15 11:42:57 +00:00
Thomas Vander Stichele 008b8caeb6 autogen.sh uses m4 dir for acinclude.m4 see if this works for everyone
Original commit message from CVS:
autogen.sh uses m4 dir for acinclude.m4
see if this works for everyone
2001-12-15 11:18:21 +00:00
Wim Taymans 9f23c76bea Aplied more fixage from Michael Meeks.
Original commit message from CVS:
Aplied more fixage from Michael Meeks.
2001-12-13 23:14:39 +00:00
Thomas Vander Stichele fd1d85bee4 added date as release number for rpm cvs building
Original commit message from CVS:
added date as release number for rpm cvs building
2001-12-13 22:52:42 +00:00
Thomas Vander Stichele 6824f284a2 we want avifile don't we ?
Original commit message from CVS:
we want avifile don't we ?
2001-12-13 22:19:25 +00:00
Michael Meeks 7943a116f6 Aplied a patch from Michael Meeks to add libxml2 support.
Original commit message from CVS:
Aplied a patch from Michael Meeks to add libxml2 support.
2001-12-13 19:00:58 +00:00
Wim Taymans e7e92a0ad4 Disable static building again
Original commit message from CVS:
Disable static building again
2001-12-13 12:01:20 +00:00
Christian Schaller 1d1596a549 changed version to 0.3.0
Original commit message from CVS:
changed version to 0.3.0
2001-12-12 21:33:50 +00:00
Thomas Vander Stichele 9dc3615068 we have high hopes of this one
Original commit message from CVS:
we have high hopes of this one
2001-12-12 15:03:11 +00:00
Wim Taymans 34ea0aab27 Removed deprecated plugins
Original commit message from CVS:
Removed deprecated plugins
2001-12-12 12:17:35 +00:00
Thomas Vander Stichele 0bee7227b5 downed the version number since wtay is cleaning up plugins ;)
Original commit message from CVS:
downed the version number since wtay is cleaning up plugins ;)
2001-12-12 11:23:45 +00:00
Andy Wingo e4bba88ae9 minor typographical change to autogen added --with-html-dir option to configure more robust docbook checks convert to...
Original commit message from CVS:
* minor typographical change to autogen
* added --with-html-dir option to configure
* more robust docbook checks
* convert to standard docbook makefiles, at least for the gst/ directory
* added filesrc.h so that docbook can know about filesrc
* updated -sections.txt because docbook is incredibly stupid and requires that at
least one of the lines between <section> and </section> is not an entity
* first pass at possible getting the docs to build on glib2, untested
2001-12-12 06:08:44 +00:00
David I. Lehn e70a4ea0a8 Bump 'current' version of libgst up one.
Original commit message from CVS:
Bump 'current' version of libgst up one.
2001-12-12 02:14:53 +00:00
Thomas Vander Stichele ec4a6a7502 arts fix upped version
Original commit message from CVS:
arts fix
upped version
2001-12-11 22:22:01 +00:00
Thomas Vander Stichele c87a4a61f1 skip rtp headers until we graduated from autotool U
Original commit message from CVS:
skip rtp headers until we graduated from autotool U
2001-12-11 21:59:25 +00:00
Thomas Vander Stichele 5974fc1c5c arts stuff
Original commit message from CVS:
arts stuff
2001-12-11 21:25:51 +00:00
Wim Taymans 45edb41eda Make sure we build a static version too for the release
Original commit message from CVS:
Make sure we build a static version too for the release
2001-12-11 20:19:35 +00:00
Thomas Vander Stichele 0c869beffc Added XMMS check commented out previous XMMS and arts check added arts check but I need to test it tried fixing rtp c...
Original commit message from CVS:
Added XMMS check
commented out previous XMMS and arts check
added arts check but I need to test it
tried fixing rtp check but there's something *really*wrong with it,
the headers are on my system but don't get found
2001-12-11 14:43:09 +00:00
Thomas Vander Stichele 2652e7e520 this sdl test should work better, should've kept it in the first place ;)
Original commit message from CVS:
this sdl test should work better, should've kept it in the first place ;)
2001-12-11 09:38:52 +00:00
Thomas Vander Stichele 368c1ff4fe upped the version since a release tarball has been made
Original commit message from CVS:
upped the version since a release tarball has been made
2001-12-10 23:24:59 +00:00
Thomas Vander Stichele 8b25d6c89b make distcheck works
Original commit message from CVS:
make distcheck works
2001-12-10 20:14:50 +00:00
Thomas Vander Stichele a732dcab66 AS back in
Original commit message from CVS:
AS back in
2001-12-10 16:37:00 +00:00
Thomas Vander Stichele c6c107869a *sigh* again and again and again
Original commit message from CVS:
*sigh* again and again and again
2001-12-10 15:56:16 +00:00
Thomas Vander Stichele ec63133648 fixed another problem
Original commit message from CVS:
fixed another problem
2001-12-10 15:19:19 +00:00
Thomas Vander Stichele ddbe53850c changed SDL detection should work without SDL-devel installed, please test
Original commit message from CVS:
changed SDL detection
should work without SDL-devel installed, please test
2001-12-10 14:22:08 +00:00
Thomas Vander Stichele 237bd0dee4 changed version to 0.2.99
Original commit message from CVS:
changed version to 0.2.99
2001-12-09 15:38:22 +00:00
Thomas Vander Stichele c447c3fb59 removed refcounting's Makefile
Original commit message from CVS:
removed refcounting's Makefile
2001-12-09 15:34:01 +00:00
Thomas Vander Stichele b2ab940d23 added AS setting
Original commit message from CVS:
added AS setting
2001-12-09 10:32:29 +00:00
Andy Wingo a5344929ca vestigial configure.base removal
Original commit message from CVS:
vestigial configure.base removal
2001-12-09 00:11:46 +00:00
Andy Wingo d20730084f bump versionnumber, remove comment at top
Original commit message from CVS:
bump versionnumber, remove comment at top
2001-12-08 23:11:56 +00:00
Andy Wingo 6cf53e1a94 remove support for autoconf2.13
Original commit message from CVS:
remove support for autoconf2.13
2001-12-08 23:02:28 +00:00
Richard Boulton 53ca792d2f create a configure.base file, containing the contents of configure.{in,ac}, with those lines specific to one file pre...
Original commit message from CVS:
* create a configure.base file, containing the contents of
configure.{in,ac}, with those lines specific to one file prepended by
"SUBSTFOR configure.in:" or "SUBSTFOR configure.ac:" appropriately.

* Add lines to autogen.sh to generate configure.in and configure.ac
automatically from this file. (Very simple sed scripts)

* Remove configure.in and configure.ac

This shouldn't cause any problems to anyone, and should make it easy to do
work on configure scripts by just working on configure.base.
2001-05-30 14:22:50 +00:00
Richard Boulton 08f70983da More small changes to bring the two scripts closer together.
Original commit message from CVS:
More small changes to bring the two scripts closer together.
Turned off building docs by default in configure.ac.
Only diffs are now essential due to changes from autoconf 2.13 to 2.50.
2001-05-30 13:25:28 +00:00
Richard Boulton 769318c1d0 Add idiot test to stop the installing of versions with plugin srcdir enabled.
Original commit message from CVS:
Add idiot test to stop the installing of versions with plugin srcdir
enabled.
2001-05-29 16:38:29 +00:00
Richard Boulton efef6b28ba Fix differences between configure.in and configure.ac which were trivial or due merely to formatting differences. di...
Original commit message from CVS:
Fix differences between configure.in and configure.ac which were trivial
or due merely to formatting differences.  diff can now be used to see only
the significant differences, which should be helpful in keeping these
two files in sync.
2001-05-29 15:19:37 +00:00
Richard Boulton b2af90dcb6 Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that we don't have alsa 0.9.x: we just ne...
Original commit message from CVS:
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to
check that we don't have alsa 0.9.x: we just need to specify something
for ACTION_NOT_FOUND to override the default AC_MSG_ERROR behaviour, so
I've put a colon for ACTION_NOT_FOUND. ;-)
Also, update the alsa macro in acinclude with the latest from the alsa
project CVS.
2001-05-29 12:31:21 +00:00
Wim Taymans eee30f5bc2 Added a check for gsm/gsm.h
Original commit message from CVS:
Added a check for gsm/gsm.h
2001-05-28 22:02:02 +00:00
Wim Taymans 5dd20aa4a5 Removed the -pre0
Original commit message from CVS:
Removed the -pre0
2001-05-28 21:02:25 +00:00
Wim Taymans a4969acca0 Added the refcounting to the output targets.
Original commit message from CVS:
Added the refcounting to the output targets.
2001-05-28 20:47:47 +00:00
Wim Taymans 661fcdef87 Added a check for libgsm
Original commit message from CVS:
Added a check for libgsm
2001-05-28 20:36:13 +00:00
Wim Taymans 952019669a Updated to match configure.in
Original commit message from CVS:
Updated to match configure.in
2001-05-28 20:22:48 +00:00
Wim Taymans 09624b7335 The configure file for autoconf 2.50
Original commit message from CVS:
The configure file for autoconf 2.50
2001-05-28 20:05:03 +00:00