Thomas Vander Stichele [Sat, 3 Sep 2005 23:56:25 +0000 (23:56 +0000)]
common/: only inspect plugins for this given package require gst-python 0.9
Original commit message from CVS:
* common/gst-xmlinspect.py:
* common/gtk-doc-plugins.mak:
only inspect plugins for this given package
require gst-python 0.9
Thomas Vander Stichele [Sat, 3 Sep 2005 18:08:22 +0000 (18:08 +0000)]
get out debug for now
Original commit message from CVS:
get out debug for now
Thomas Vander Stichele [Sat, 3 Sep 2005 15:02:23 +0000 (15:02 +0000)]
updating docs build
Original commit message from CVS:
updating docs build
Thomas Vander Stichele [Sat, 3 Sep 2005 13:49:48 +0000 (13:49 +0000)]
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
Original commit message from CVS:
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
Thomas Vander Stichele [Thu, 1 Sep 2005 20:23:21 +0000 (20:23 +0000)]
Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins
Original commit message from CVS:
Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins
Add a regression test for level and fix a casting bug that made the additional
channels turn out wrong
Thomas Vander Stichele [Thu, 1 Sep 2005 17:55:13 +0000 (17:55 +0000)]
add docs to build
Original commit message from CVS:
* Makefile.am:
* configure.ac:
add docs to build
* common/plugins.xsl:
wrap Description into a refsect2
* docs/Makefile.am:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
(gst_goom_change_state):
* gst/goom/gstgoom.h:
GstGOOM -> GstGoom
add an example launch line
* gst/level/gstlevel.h:
* gst/monoscope/gstmonoscope.c:
cleanups
Thomas Vander Stichele [Thu, 1 Sep 2005 10:04:53 +0000 (10:04 +0000)]
adding doc stuff
Original commit message from CVS:
adding doc stuff
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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).
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!
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.
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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)
Thomas Vander Stichele [Sat, 12 Jun 2004 10:54:42 +0000 (10:54 +0000)]
redirect stderr
Original commit message from CVS:
redirect stderr
Thomas Vander Stichele [Sat, 12 Jun 2004 08:30:20 +0000 (08:30 +0000)]
fix #132440
Original commit message from CVS:
fix #132440
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.
Thomas Vander Stichele [Tue, 1 Jun 2004 10:05:04 +0000 (10:05 +0000)]
upstream fixes
Original commit message from CVS:
upstream fixes
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
Thomas Vander Stichele [Mon, 24 May 2004 16:16:37 +0000 (16:16 +0000)]
use scrub
Original commit message from CVS:
use scrub
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
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
Thomas Vander Stichele [Sat, 22 May 2004 13:10:40 +0000 (13:10 +0000)]
fix macro
Original commit message from CVS:
fix macro
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
Thomas Vander Stichele [Mon, 3 May 2004 13:42:16 +0000 (13:42 +0000)]
sillyfix
Original commit message from CVS:
sillyfix
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
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
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
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.
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.
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.
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
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
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
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
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
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
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
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 :)
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)
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
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
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
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
Thomas Vander Stichele [Thu, 12 Feb 2004 11:50:44 +0000 (11:50 +0000)]
ignore m4
Original commit message from CVS:
ignore m4
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
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
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
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
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
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
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
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
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
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
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)
Benjamin Otte [Fri, 30 Jan 2004 17:59:15 +0000 (17:59 +0000)]
cvsignore updates
Original commit message from CVS:
cvsignore updates
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
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
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
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
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
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
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 :)
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.
Thomas Vander Stichele [Wed, 8 Oct 2003 14:49:29 +0000 (14:49 +0000)]
fix typo
Original commit message from CVS:
fix typo
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
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
David Schleef [Sun, 17 Aug 2003 22:02:18 +0000 (22:02 +0000)]
Update macro
Original commit message from CVS:
Update macro
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