platform/upstream/gst-common.git
18 years agomake module a param
Thomas Vander Stichele [Tue, 30 Aug 2005 18:55:48 +0000 (18:55 +0000)]
make module a param

Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* common/plugins.xsl:
* docs/plugins/Makefile.am:
make module a param

18 years agoincrease default timeout on tests for slow powerbooks
Thomas Vander Stichele [Mon, 29 Aug 2005 11:37:20 +0000 (11:37 +0000)]
increase default timeout on tests for slow powerbooks

Original commit message from CVS:
increase default timeout on tests for slow powerbooks

18 years agoadd a .gdb target always rebuild registry
Thomas Vander Stichele [Fri, 26 Aug 2005 00:43:54 +0000 (00:43 +0000)]
add a .gdb target always rebuild registry

Original commit message from CVS:
add a .gdb target
always rebuild registry

18 years agocheck/Makefile.am: clean up environment for when registry gets built versus when...
Thomas Vander Stichele [Sun, 21 Aug 2005 15:01:17 +0000 (15:01 +0000)]
check/Makefile.am: clean up environment for when registry gets built versus when actual tests are run; valgrind seems...

Original commit message from CVS:

* check/Makefile.am:
clean up environment for when registry gets built versus
when actual tests are run; valgrind seems to not report
leaks if GST_PLUGIN_PATH is set to some specific values
* check/gst/gstbin.c: (GST_START_TEST):
add more refcounting checks; maybe this exposes a
preroll lock bug ?
* common/check.mak:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object):
* gst/check/gstcheck.h:
* gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_get_state),
(gst_bin_change_state):
* gst/gstpad.c: (gst_pad_activate_push), (gst_pad_chain):
add/fix debugging/whitespace

18 years agoseparate out REGISTRY_ENVIRONMENT; we want to use that from our valgrind runs, but...
Thomas Vander Stichele [Sun, 21 Aug 2005 11:31:40 +0000 (11:31 +0000)]
separate out REGISTRY_ENVIRONMENT; we want to use that from our valgrind runs, but we also want TESTS_ENVIRONMENT to ...

Original commit message from CVS:
separate out REGISTRY_ENVIRONMENT; we want to use that from
our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
everything that the first test, gst-register, needs

18 years agorun valgrind with proper env
Thomas Vander Stichele [Sun, 21 Aug 2005 11:15:57 +0000 (11:15 +0000)]
run valgrind with proper env

Original commit message from CVS:
run valgrind with proper env

18 years agoparse output of valgrind and check for definitely lost, and error out; somehow I...
Thomas Vander Stichele [Sun, 21 Aug 2005 10:29:47 +0000 (10:29 +0000)]
parse output of valgrind and check for definitely lost, and error out; somehow I was led to believe valgrind returns ...

Original commit message from CVS:
parse output of valgrind and check for definitely lost, and error
out; somehow I was led to believe valgrind returns non-zero for
leaks, but I can't make it do that, so let's parse

18 years agocheck.mak: for some weird reason valgrind does not report actual memleaks if GST_PLUG...
Thomas Vander Stichele [Sat, 20 Aug 2005 18:03:03 +0000 (18:03 +0000)]
check.mak: for some weird reason valgrind does not report actual memleaks if GST_PLUGIN_PATH is set to anything but t...

Original commit message from CVS:

* check.mak:
for some weird reason valgrind does not report actual memleaks
if GST_PLUGIN_PATH is set to anything but the core gstreamer dir           while valgrind is running.  Since the registry is going to go
anyway, I don't want to waste any more time on this; I just run
valgrind without GST_PLUGIN_PATH set.  Since the registry loading
doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
the registry, that's actually fine.

18 years agofactor out the common stuff
Thomas Vander Stichele [Sat, 20 Aug 2005 14:00:11 +0000 (14:00 +0000)]
factor out the common stuff

Original commit message from CVS:
factor out the common stuff

18 years agomangle-tmpl.py: keep original Long_Description; only insert an include if it's not...
Thomas Vander Stichele [Mon, 15 Aug 2005 16:50:25 +0000 (16:50 +0000)]
mangle-tmpl.py: keep original Long_Description; only insert an include if it's not already the first line in there

Original commit message from CVS:

* mangle-tmpl.py:
keep original Long_Description; only insert an include if it's
not already the first line in there
* plugins.xsl:
output more information for plugins, including an origin hyperlink

18 years agocreate links from element back to plugin; add class
Thomas Vander Stichele [Mon, 15 Aug 2005 16:31:22 +0000 (16:31 +0000)]
create links from element back to plugin; add class

Original commit message from CVS:
create links from element back to plugin; add class

18 years agoadding a script to mangle tmpl/*.sgml and insert short/long descs for elements
Thomas Vander Stichele [Mon, 15 Aug 2005 16:14:38 +0000 (16:14 +0000)]
adding a script to mangle tmpl/*.sgml and insert short/long descs for elements

Original commit message from CVS:
adding a script to mangle tmpl/*.sgml and insert short/long descs for elements

18 years agoorder by element name
Thomas Vander Stichele [Mon, 15 Aug 2005 14:41:18 +0000 (14:41 +0000)]
order by element name

Original commit message from CVS:
order by element name

18 years agoadding support files for plugins documentation
Thomas Vander Stichele [Mon, 15 Aug 2005 14:20:19 +0000 (14:20 +0000)]
adding support files for plugins documentation

Original commit message from CVS:
adding support files for plugins documentation

18 years agorenamed to actual element names, so much nicer to look at
Thomas Vander Stichele [Fri, 5 Aug 2005 18:51:28 +0000 (18:51 +0000)]
renamed to actual element names, so much nicer to look at

Original commit message from CVS:

* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
renamed to actual element names, so much nicer to look at
* docs/plugins/tmpl/gstmultifdsink.sgml:
remove
* docs/plugins/tmpl/multifdsink.sgml:
* docs/plugins/tmpl/tcpserversink.sgml:
add
* ext/alsa/gstalsa.c:
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
* ext/ogg/gstoggmux.c:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
* gst/playback/gstdecodebin.c:
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
* gst/tcp/gsttcpserversink.c:
various fixes and documentation additions

18 years agofirst stab at documenting elements
Thomas Vander Stichele [Fri, 5 Aug 2005 17:12:58 +0000 (17:12 +0000)]
first stab at documenting elements

Original commit message from CVS:
first stab at documenting elements

18 years agom4/gst-doc.m4: s/pdf/eps/ in test for whether we output EPS images (#309379).
Ronald S. Bultje [Wed, 20 Jul 2005 16:23:01 +0000 (16:23 +0000)]
m4/gst-doc.m4: s/pdf/eps/ in test for whether we output EPS images (#309379).

Original commit message from CVS:
* m4/gst-doc.m4:
s/pdf/eps/ in test for whether we output EPS images (#309379).

18 years agom4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much better. Thanks, Paolo...
Andy Wingo [Mon, 18 Jul 2005 14:54:33 +0000 (14:54 +0000)]
m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much better. Thanks, Paolo Bonzini!

Original commit message from CVS:
2005-07-18  Andy Wingo  <wingo@pobox.com>

* m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
better. Thanks, Paolo Bonzini!

18 years agom4/: New file, tries to disable some CXX and fortran checks.
Andy Wingo [Mon, 18 Jul 2005 14:44:45 +0000 (14:44 +0000)]
m4/: New file, tries to disable some CXX and fortran checks.

Original commit message from CVS:
2005-07-18  Andy Wingo  <wingo@pobox.com>

* m4/Makefile.am (EXTRA_DIST):
* m4/as-libtool-tags.m4: New file, tries to disable some CXX and
fortran checks.

18 years agoadd macro to set ERROR_CFLAGS RELEASE-0_8_3 RELEASE-0_8_4 RELEASE-0_8_6 RELEASE-0_8_7
Thomas Vander Stichele [Fri, 8 Jul 2005 14:33:28 +0000 (14:33 +0000)]
add macro to set ERROR_CFLAGS

Original commit message from CVS:
add macro to set ERROR_CFLAGS

18 years agoremove hack for LANG now that we require gtk-doc 1.3
Thomas Vander Stichele [Fri, 8 Jul 2005 11:19:46 +0000 (11:19 +0000)]
remove hack for LANG now that we require gtk-doc 1.3

Original commit message from CVS:
remove hack for LANG now that we require gtk-doc 1.3

18 years agocopy extra content files; make plugins-base use gtk-doc.mak
Thomas Vander Stichele [Thu, 7 Jul 2005 16:41:20 +0000 (16:41 +0000)]
copy extra content files; make plugins-base use gtk-doc.mak

Original commit message from CVS:
copy extra content files; make plugins-base use gtk-doc.mak

18 years agofactor out gtk-doc
Thomas Vander Stichele [Thu, 7 Jul 2005 14:16:38 +0000 (14:16 +0000)]
factor out gtk-doc

Original commit message from CVS:
factor out gtk-doc

18 years agogst-autogen.sh: Remove the old autoregen.sh if it exists before recreating it, to...
Jan Schmidt [Thu, 30 Jun 2005 11:56:37 +0000 (11:56 +0000)]
gst-autogen.sh: Remove the old autoregen.sh if it exists before recreating it, to prevent confusing any shell process...

Original commit message from CVS:
2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>

* gst-autogen.sh:
Remove the old autoregen.sh if it exists before recreating it,
to prevent confusing any shell process that might be reading it
currently.

18 years agoadding gtk-doc.m4 RELEASE-0_8_10
Thomas Vander Stichele [Wed, 29 Jun 2005 10:53:24 +0000 (10:53 +0000)]
adding gtk-doc.m4

Original commit message from CVS:
adding gtk-doc.m4

18 years agoBackport from 0.8 branch and added new .defs file from GStreamer 0.9
Edward Hervey [Fri, 17 Jun 2005 10:59:47 +0000 (10:59 +0000)]
Backport from 0.8 branch and added new .defs file from GStreamer 0.9

Original commit message from CVS:
Backport from 0.8 branch and added new .defs file from GStreamer 0.9

19 years agocreate autoregen.sh *before* shifting the options
Stefan Kost [Fri, 3 Jun 2005 16:38:53 +0000 (16:38 +0000)]
create autoregen.sh *before* shifting the options

Original commit message from CVS:
create autoregen.sh *before* shifting the options

19 years agogst-autogen.sh: only update autoregen.sh on actual runs
Thomas Vander Stichele [Tue, 17 May 2005 14:47:43 +0000 (14:47 +0000)]
gst-autogen.sh: only update autoregen.sh on actual runs

Original commit message from CVS:
* gst-autogen.sh: only update autoregen.sh on actual runs

19 years agoadding m4 from the check unit test suite BRANCH-GSTREAMER-0_8-ROOT RELEASE-0_8_5
Thomas Vander Stichele [Fri, 11 Mar 2005 13:06:26 +0000 (13:06 +0000)]
adding m4 from the check unit test suite

Original commit message from CVS:
adding m4 from the check unit test suite

19 years agom4/gst-arch.m4: remove MMX stuff, since it doesn't work and isn't needed anywhere BRANCH-GSTREAMER-0_6-ROOT RELEASE-0_8_8 RELEASE-0_8_9
David Schleef [Tue, 14 Dec 2004 08:46:06 +0000 (08:46 +0000)]
m4/gst-arch.m4: remove MMX stuff, since it doesn't work and isn't needed anywhere

Original commit message from CVS:
* m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
isn't needed anywhere

19 years agoallow tool_run to run a failure command
Thomas Vander Stichele [Wed, 8 Dec 2004 09:16:14 +0000 (09:16 +0000)]
allow tool_run to run a failure command

Original commit message from CVS:
allow tool_run to run a failure command

19 years agoupdate with a newer upstream version of this m4 file RELEASE-0_7_93 RELEASE-0_7_94
Stéphane Loeuillet [Fri, 17 Sep 2004 21:30:15 +0000 (21:30 +0000)]
update with a newer upstream version of this m4 file

Original commit message from CVS:
update with a newer upstream version of this m4 file

19 years agoTrying to correct the GST_CHECK_CONFIGPROG macro
Zeeshan Ali [Fri, 3 Sep 2004 17:50:31 +0000 (17:50 +0000)]
Trying to correct the GST_CHECK_CONFIGPROG macro

Original commit message from CVS:
Trying to correct the GST_CHECK_CONFIGPROG macro

19 years agoTrying to correct the GST_CHECK_CONFIGPROG macro
Zeeshan Ali [Thu, 2 Sep 2004 22:18:47 +0000 (22:18 +0000)]
Trying to correct the GST_CHECK_CONFIGPROG macro

Original commit message from CVS:
Trying to correct the GST_CHECK_CONFIGPROG macro

19 years agom4/.cvsignore: exciting updates for libtool m4 files
Benjamin Otte [Wed, 21 Jul 2004 21:35:56 +0000 (21:35 +0000)]
m4/.cvsignore: exciting updates for libtool m4 files

Original commit message from CVS:
* m4/.cvsignore: exciting updates for libtool m4 files

19 years agom4/as-objc.m4: Add a macro to test for objective C RELEASE-0_8_0 RELEASE-0_8_1
David Schleef [Tue, 13 Jul 2004 06:35:55 +0000 (06:35 +0000)]
m4/as-objc.m4: Add a macro to test for objective C

Original commit message from CVS:
* m4/as-objc.m4:  Add a macro to test for objective C

19 years agocommon/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
David Schleef [Sun, 4 Jul 2004 23:24:19 +0000 (23:24 +0000)]
common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)

Original commit message from CVS:
* common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)

20 years agoredirect stderr BRANCH-RELEASE-0_8_2-ROOT RELEASE-0_7_92
Thomas Vander Stichele [Sat, 12 Jun 2004 10:54:42 +0000 (10:54 +0000)]
redirect stderr

Original commit message from CVS:
redirect stderr

20 years agofix #132440
Thomas Vander Stichele [Sat, 12 Jun 2004 08:30:20 +0000 (08:30 +0000)]
fix  #132440

Original commit message from CVS:
fix  #132440

20 years agom4/gst-feature.m4: write a big marker into configure output when checking next plugin...
Benjamin Otte [Mon, 7 Jun 2004 02:47:18 +0000 (02:47 +0000)]
m4/gst-feature.m4: write a big marker into configure output when checking next plugin to allow easier parsing of why ...

Original commit message from CVS:
* m4/gst-feature.m4:
write a big marker into configure output when checking next plugin
to allow easier parsing of why plugins are(n't) built.

20 years agoupstream fixes
Thomas Vander Stichele [Tue, 1 Jun 2004 10:05:04 +0000 (10:05 +0000)]
upstream fixes

Original commit message from CVS:
upstream fixes

20 years agosync with upstream
Thomas Vander Stichele [Tue, 1 Jun 2004 09:44:19 +0000 (09:44 +0000)]
sync with upstream

Original commit message from CVS:
sync with upstream

20 years agouse scrub
Thomas Vander Stichele [Mon, 24 May 2004 16:16:37 +0000 (16:16 +0000)]
use scrub

Original commit message from CVS:
use scrub

20 years agoreadd -ko, fix sed
Thomas Vander Stichele [Mon, 24 May 2004 16:13:27 +0000 (16:13 +0000)]
readd -ko, fix sed

Original commit message from CVS:
readd -ko, fix sed

20 years agoremove to readd ko
Thomas Vander Stichele [Mon, 24 May 2004 16:12:53 +0000 (16:12 +0000)]
remove to readd ko

Original commit message from CVS:
remove to readd ko

20 years agofix macro
Thomas Vander Stichele [Sat, 22 May 2004 13:10:40 +0000 (13:10 +0000)]
fix macro

Original commit message from CVS:
fix macro

20 years agocommon/m4/as-compiler-flag.m4: Properly quote arguments, which may contain commas...
David Schleef [Fri, 7 May 2004 23:40:02 +0000 (23:40 +0000)]
common/m4/as-compiler-flag.m4: Properly quote arguments, which may contain commas.  Fixes detection of -Wa,-mregnames

Original commit message from CVS:
* common/m4/as-compiler-flag.m4: Properly quote arguments,
which may contain commas.  Fixes detection of -Wa,-mregnames

20 years agosillyfix
Thomas Vander Stichele [Mon, 3 May 2004 13:42:16 +0000 (13:42 +0000)]
sillyfix

Original commit message from CVS:
sillyfix

20 years agopo update snippet
Thomas Vander Stichele [Mon, 3 May 2004 13:36:45 +0000 (13:36 +0000)]
po update snippet

Original commit message from CVS:
po update snippet

20 years agocommon/as-libtool.mak: Fine-tune DLL building.
David Schleef [Tue, 20 Apr 2004 22:21:59 +0000 (22:21 +0000)]
common/as-libtool.mak: Fine-tune DLL building.

Original commit message from CVS:
* common/as-libtool.mak: Fine-tune DLL building.
* configure.ac: Link plugins against libgstreamer.  Define plugindir
(like gst-plugins)
* examples/plugins/Makefile.am: remove plugindir
* gst/autoplug/Makefile.am: DLL building fixes
* gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
Windows.
* gst/elements/gstelements.c: Conditionally disable pipefilter.
* gst/indexers/Makefile.am: DLL building fixes
* gst/schedulers/Makefile.am: DLL building fixes.
* libs/gst/bytestream/Makefile.am: DLL building fixes.
* libs/gst/control/Makefile.am: same
* libs/gst/getbits/Makefile.am: same
* testsuite/Makefile.am: New dlopen directory
* testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
when dlopened.
* testsuite/dlopen/dlopen_gst.c: (main): same
* testsuite/dlopen/loadgst.c: (do_test): same

20 years agofix minor typo in last checkin
David Schleef [Fri, 16 Apr 2004 23:55:56 +0000 (23:55 +0000)]
fix minor typo in last checkin

Original commit message from CVS:
fix minor typo in last checkin

20 years agocommon/m4/gst-arch.m4: Implmenent a whitelist and blacklist for GST_UNALIGNED_ACESS...
David Schleef [Fri, 16 Apr 2004 23:53:19 +0000 (23:53 +0000)]
common/m4/gst-arch.m4: Implmenent a whitelist and blacklist for GST_UNALIGNED_ACESS, since we essentially know which ...

Original commit message from CVS:
* common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
for GST_UNALIGNED_ACESS, since we essentially know which archs
are ok.

20 years agocommon/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that checks if we can access...
David Schleef [Fri, 16 Apr 2004 03:26:43 +0000 (03:26 +0000)]
common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that checks if we can access unaligned memory.

Original commit message from CVS:
* common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
checks if we can access unaligned memory.
* configure.ac: Use it.

20 years agocommon/m4/gst-feature.m4: Call -config scripts with
David Schleef [Tue, 13 Apr 2004 23:25:19 +0000 (23:25 +0000)]
common/m4/gst-feature.m4: Call -config scripts with

Original commit message from CVS:
* common/m4/gst-feature.m4: Call -config scripts with
--plugin-libs if it is supported.
* gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
JPEG images are image/jpeg.
* gst/debug/Makefile.am:
* gst/debug/negotiation.c: (gst_negotiation_class_init),
(gst_negotiation_getcaps), (gst_negotiation_pad_link),
(gst_negotiation_update_caps), (gst_negotiation_get_property),
(gst_negotiation_plugin_init): Add a property that acts like
filter caps.
* testsuite/gst-lint:  Move license checking to be a standard
test.

20 years agoNeeded for building DLLs on Windows
David Schleef [Tue, 13 Apr 2004 22:20:43 +0000 (22:20 +0000)]
Needed for building DLLs on Windows

Original commit message from CVS:
Needed for building DLLs on Windows

20 years agoadding Makefile.am to integrate with dist RELEASE_0_7_90 RELEASE_0_7_91
Thomas Vander Stichele [Thu, 18 Mar 2004 11:03:03 +0000 (11:03 +0000)]
adding Makefile.am to integrate with dist

Original commit message from CVS:
adding Makefile.am to integrate with dist

20 years agouse common/release.mak
Thomas Vander Stichele [Wed, 17 Mar 2004 10:30:34 +0000 (10:30 +0000)]
use common/release.mak

Original commit message from CVS:
use common/release.mak

20 years agoadd release target
Thomas Vander Stichele [Wed, 17 Mar 2004 10:27:53 +0000 (10:27 +0000)]
add release target

Original commit message from CVS:
add release target

20 years agofix X check explain version check
Thomas Vander Stichele [Tue, 16 Mar 2004 18:00:19 +0000 (18:00 +0000)]
fix X check explain version check

Original commit message from CVS:
fix X check
explain version check

20 years agouse head -n syntax BEFORE_INDENT RELEASE-0_7_0 RELEASE-0_7_6
Thomas Vander Stichele [Tue, 9 Mar 2004 14:57:53 +0000 (14:57 +0000)]
use head -n syntax

Original commit message from CVS:
use head -n syntax

20 years agocheck for dvips
Thomas Vander Stichele [Fri, 5 Mar 2004 16:12:07 +0000 (16:12 +0000)]
check for dvips

Original commit message from CVS:
check for dvips

20 years agofixing the --help text for docs building/non-building. Finally the correct text for... RELEASE-0_7_1
Christian Schaller [Wed, 25 Feb 2004 18:40:55 +0000 (18:40 +0000)]
fixing the --help text for docs building/non-building. Finally the correct text for dummies like me :)

Original commit message from CVS:
fixing the --help text for docs building/non-building. Finally the correct text for dummies like me :)

20 years agom4/as-docbook.m4: don't use == operator with test(1) (fixes #135115) BRANCH-RELEASE-0_7_5-ROOT RELEASE-0_7_5
Benjamin Otte [Sun, 22 Feb 2004 15:18:08 +0000 (15:18 +0000)]
m4/as-docbook.m4: don't use == operator with test(1) (fixes #135115)

Original commit message from CVS:
2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>

reviewed by: Benjamin Otte  <otte@gnome.org>

* m4/as-docbook.m4:
don't use == operator with test(1) (fixes #135115)

20 years agox86_64 is 86 too
Thomas Vander Stichele [Mon, 16 Feb 2004 12:21:27 +0000 (12:21 +0000)]
x86_64 is 86 too

Original commit message from CVS:
x86_64 is 86 too

20 years agoam 1.6 requires AM_CONDITIONAL in configure.ac
Thomas Vander Stichele [Fri, 13 Feb 2004 17:37:06 +0000 (17:37 +0000)]
am 1.6 requires AM_CONDITIONAL in configure.ac

Original commit message from CVS:
am 1.6 requires AM_CONDITIONAL in configure.ac

20 years agotake required version as argument
Thomas Vander Stichele [Fri, 13 Feb 2004 12:52:55 +0000 (12:52 +0000)]
take required version as argument

Original commit message from CVS:
take required version as argument

20 years agorename and fix GST_CHECK_DISABLE_SUBSYSTEM
Thomas Vander Stichele [Thu, 12 Feb 2004 16:30:29 +0000 (16:30 +0000)]
rename and fix GST_CHECK_DISABLE_SUBSYSTEM

Original commit message from CVS:
rename and fix GST_CHECK_DISABLE_SUBSYSTEM

20 years agoignore m4
Thomas Vander Stichele [Thu, 12 Feb 2004 11:50:44 +0000 (11:50 +0000)]
ignore m4

Original commit message from CVS:
ignore m4

20 years agosync with upstream
Thomas Vander Stichele [Wed, 11 Feb 2004 17:03:36 +0000 (17:03 +0000)]
sync with upstream

Original commit message from CVS:
sync with upstream

20 years agomove entries to right ChangeLog
Thomas Vander Stichele [Wed, 11 Feb 2004 17:02:22 +0000 (17:02 +0000)]
move entries to right ChangeLog

Original commit message from CVS:
move entries to right ChangeLog

20 years agosync from autostars cvs
Thomas Vander Stichele [Wed, 11 Feb 2004 16:51:27 +0000 (16:51 +0000)]
sync from autostars cvs

Original commit message from CVS:
sync from autostars cvs

20 years agofix gettext/automake problem fix underquoted macros
Thomas Vander Stichele [Wed, 11 Feb 2004 16:25:45 +0000 (16:25 +0000)]
fix gettext/automake problem fix underquoted macros

Original commit message from CVS:
fix gettext/automake problem
fix underquoted macros

20 years agoignore gettext m4 stuff
Thomas Vander Stichele [Wed, 11 Feb 2004 15:33:24 +0000 (15:33 +0000)]
ignore gettext m4 stuff

Original commit message from CVS:
ignore gettext m4 stuff

20 years agogst-autogen.sh: Use A-Z instead of A-z in sed expression to avoid a warning
Johan Dahlin [Wed, 11 Feb 2004 10:49:05 +0000 (10:49 +0000)]
gst-autogen.sh: Use A-Z instead of A-z in sed expression to avoid a warning

Original commit message from CVS:
2004-02-11  Johan Dahlin  <johan@gnome.org>

* gst-autogen.sh: Use A-Z instead of A-z in sed expression to
avoid a warning

20 years agobump required gtk-doc version
Thomas Vander Stichele [Thu, 5 Feb 2004 15:08:04 +0000 (15:08 +0000)]
bump required gtk-doc version

Original commit message from CVS:
bump required gtk-doc version

20 years agoappease libtool gods bump to prerel version BRANCH-RELEASE-0_7_4-ROOT RELEASE-0_7_4
Thomas Vander Stichele [Wed, 4 Feb 2004 21:29:37 +0000 (21:29 +0000)]
appease libtool gods bump to prerel version

Original commit message from CVS:
appease libtool gods
bump to prerel version

20 years agoremove glib_root add hack rule for .Plo files
Thomas Vander Stichele [Tue, 3 Feb 2004 20:20:07 +0000 (20:20 +0000)]
remove glib_root add hack rule for .Plo files

Original commit message from CVS:
remove glib_root
add hack rule for .Plo files

20 years agoadding makefile snippet to generate enums and marshal stuff
Thomas Vander Stichele [Tue, 3 Feb 2004 16:48:52 +0000 (16:48 +0000)]
adding makefile snippet to generate enums and marshal stuff

Original commit message from CVS:
adding makefile snippet to generate enums and marshal stuff

20 years agoco/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h.
Benjamin Otte [Tue, 3 Feb 2004 02:40:15 +0000 (02:40 +0000)]
co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h.

Original commit message from CVS:
2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* common/m4/ax_create_stdint_h.m4:
* configure.ac:
add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
_stdint.h.
* Makefile.am:
remove generated _stdint.h in DISTCLEANFILES
* ext/a52dec/gsta52dec.c:
include _stdint.h for a52dec. (should fix #133064)

20 years agocvsignore updates
Benjamin Otte [Fri, 30 Jan 2004 17:59:15 +0000 (17:59 +0000)]
cvsignore updates

Original commit message from CVS:
cvsignore updates

20 years agoifix stupid VERSION overwriting
Thomas Vander Stichele [Wed, 28 Jan 2004 22:03:43 +0000 (22:03 +0000)]
ifix stupid VERSION overwriting

Original commit message from CVS:
ifix stupid VERSION overwriting

20 years agofix doc build fix autogen
Thomas Vander Stichele [Fri, 23 Jan 2004 13:16:34 +0000 (13:16 +0000)]
fix doc build fix autogen

Original commit message from CVS:
fix doc build
fix autogen

20 years agoadding ChangeLog adding gettext.patch to use around autopoint
Thomas Vander Stichele [Tue, 13 Jan 2004 11:29:14 +0000 (11:29 +0000)]
adding ChangeLog adding gettext.patch to use around autopoint

Original commit message from CVS:
adding ChangeLog
adding gettext.patch to use around autopoint

20 years agosilly fix related to #106097 CAPS-END CAPS-MERGE-3 MOVE-TO-FDO RELEASE-0_7_3 TAG_END_0_6_COMPATIBILITY
Thomas Vander Stichele [Tue, 16 Dec 2003 16:27:28 +0000 (16:27 +0000)]
silly fix related to #106097

Original commit message from CVS:
silly fix related to #106097

20 years agomake pixbuf loader dir configurable
Thomas Vander Stichele [Sun, 14 Dec 2003 16:51:39 +0000 (16:51 +0000)]
make pixbuf loader dir configurable

Original commit message from CVS:
make pixbuf loader dir configurable

20 years agofixing up X test and general features test
Thomas Vander Stichele [Wed, 3 Dec 2003 12:23:37 +0000 (12:23 +0000)]
fixing up X test and general features test

Original commit message from CVS:
fixing up X test and general features test

20 years agochanged doc build again to use docbook2 tools.
Thomas Vander Stichele [Mon, 1 Dec 2003 18:21:32 +0000 (18:21 +0000)]
changed doc build again to use docbook2 tools.

Original commit message from CVS:
changed doc build again to use docbook2 tools.
*please* stop quickfixing the docs build, I'm tired of tracking and
properly fixing the build at the whim of each developer :)

20 years agobuild docs by default. BRANCH-RELEASE-0_7_2-ROOT CAPS-MERGE-1 CAPS-MERGE-2 RELEASE-0_7_2
Benjamin Otte [Fri, 14 Nov 2003 18:40:13 +0000 (18:40 +0000)]
build docs by default.

Original commit message from CVS:
build docs by default.
docs are part of the default install so they should be built by default.

btw: The default install is broken on at least Debian unstable.

20 years agofix typo CAPS-ROOT TYPEFIND-ROOT
Thomas Vander Stichele [Wed, 8 Oct 2003 14:49:29 +0000 (14:49 +0000)]
fix typo

Original commit message from CVS:
fix typo

20 years agofix docs build for good
Thomas Vander Stichele [Wed, 8 Oct 2003 14:34:01 +0000 (14:34 +0000)]
fix docs build for good

Original commit message from CVS:
fix docs build for good

20 years agosort the list of plugins that are built and don't spit out so much empty lines
Benjamin Otte [Thu, 25 Sep 2003 21:40:35 +0000 (21:40 +0000)]
sort the list of plugins that are built and don't spit out so much empty lines

Original commit message from CVS:
sort the list of plugins that are built and don't spit out so much empty lines

20 years agoUpdate macro BRANCH-ERROR-ROOT RELEASE_0_5_2
David Schleef [Sun, 17 Aug 2003 22:02:18 +0000 (22:02 +0000)]
Update macro

Original commit message from CVS:
Update macro

20 years agoversion check that doesnt choke on new libtool
Andy Wingo [Thu, 7 Aug 2003 13:17:46 +0000 (13:17 +0000)]
version check that doesnt choke on new libtool

Original commit message from CVS:
version check that doesnt choke on new libtool

20 years agoAdded the file back in, as it is still needed by the 0.6 branch. We can drop it again...
Jan Schmidt [Fri, 1 Aug 2003 16:14:11 +0000 (16:14 +0000)]
Added the file back in, as it is still needed by the 0.6 branch. We can drop it again with 0.8

Original commit message from CVS:
Added the file back in, as it is still needed by the 0.6 branch. We can drop it again with 0.8

20 years agoDon't complain and fail if we can't build docs, just disable
David Schleef [Tue, 29 Jul 2003 03:19:10 +0000 (03:19 +0000)]
Don't complain and fail if we can't build docs, just disable

Original commit message from CVS:
Don't complain and fail if we can't build docs, just disable

20 years agoRemove AC_MSG_ERROR() if gtk-doc version is too low
David Schleef [Tue, 29 Jul 2003 02:55:16 +0000 (02:55 +0000)]
Remove AC_MSG_ERROR() if gtk-doc version is too low

Original commit message from CVS:
Remove AC_MSG_ERROR() if gtk-doc version is too low

20 years agoMove to m4/ instead of common/m4/
Ronald S. Bultje [Thu, 17 Jul 2003 06:57:40 +0000 (06:57 +0000)]
Move to m4/ instead of common/m4/

Original commit message from CVS:
Move to m4/ instead of common/m4/

20 years agoNow set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that...
Brian Cameron [Tue, 15 Jul 2003 12:39:40 +0000 (12:39 +0000)]
Now set XVIDEO_LIBS only if the Xv library is found.  Fixed matroska check so that it doesn't stop the configure if i...

Original commit message from CVS:
Now set XVIDEO_LIBS only if the Xv library is found.  Fixed matroska check
so that it doesn't stop the configure if it fails.

20 years agoFirst version of a matroska demuxer... Table-of-contents isn't used, metadata isn...
Ronald S. Bultje [Mon, 14 Jul 2003 17:37:04 +0000 (17:37 +0000)]
First version of a matroska demuxer... Table-of-contents isn't used, metadata isn't parsed yet, no subtitle support y...

Original commit message from CVS:
First version of a matroska demuxer... Table-of-contents isn't used, metadata isn't parsed yet, no subtitle support yet (obviously, since we don't support that anywhere). Apart from that, it mostly works

20 years agoallow for PPC64 as per Red Hat patch RELEASE-0_1_0
Christian Schaller [Sat, 5 Jul 2003 17:59:00 +0000 (17:59 +0000)]
allow for PPC64 as per Red Hat patch

Original commit message from CVS:
allow for PPC64 as per Red Hat patch