summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-02-25Change how win32/common/config.h is updatedDavid Schleef1-0/+4
Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer and gst-plugins-good. The previous config.h file in -good was in pretty bad shape, so unlike core and base, I didn't attempt to leave it strictly the same, but fixed it as necessary. Needs testing I cannot do myself.
2008-01-09Makefile.am: Include lcov.mak to allow builging coverage reports. Guard ↵Stefan Kost1-0/+8
check-torture target like in the other packages. Original commit message from CVS: * Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages.
2007-12-18Makefile.am: Include common/win32.mak for CRLF check of win32 project files ↵Tim-Philipp Müller1-4/+2
(see #393626). Original commit message from CVS: * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626). * win32/vs6/libgstpng.dsp: Fix line endings and do cvs admin -kb.
2006-12-15adding doap fileThomas Vander Stichele1-1/+1
Original commit message from CVS: * Makefile.am: * gst-plugins-good.doap: * gst-plugins-good.spec.in: adding doap file
2006-05-03add win32 stuffThomas Vander Stichele1-1/+8
Original commit message from CVS: * Makefile.am: * configure.ac: * win32/common/config.h.in: add win32 stuff
2006-04-03add a .pc file so other modules can use good plugins in testsThomas Vander Stichele1-1/+3
Original commit message from CVS: * Makefile.am: * configure.ac: * pkgconfig/.cvsignore: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in: add a .pc file so other modules can use good plugins in tests
2005-12-05update translationsThomas Vander Stichele1-1/+1
Original commit message from CVS: update translations
2005-11-30add tests subdirThomas Vander Stichele1-0/+1
Original commit message from CVS: add tests subdir
2005-11-30move under testsThomas Vander Stichele1-10/+2
Original commit message from CVS: move under tests
2005-11-27add ACLOCAL_AMFLAGS; remove old stuff from spec changelogThomas Vander Stichele1-0/+2
Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
2005-11-24fix torture targetThomas Vander Stichele1-1/+1
Original commit message from CVS: fix torture target
2005-11-23add a torture targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add a torture target
2005-10-12don't build checks if we don't have gstcheckThomas Vander Stichele1-1/+9
Original commit message from CVS: don't build checks if we don't have gstcheck
2005-09-23convert to using GstClockTime for all time values, finally.Thomas Vander Stichele1-1/+1
Original commit message from CVS: convert to using GstClockTime for all time values, finally.
2005-09-19add check-valgrind targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add check-valgrind target
2005-09-04fix distcheckThomas Vander Stichele1-0/+2
Original commit message from CVS: fix distcheck
2005-09-01Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele1-19/+11
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
2005-09-01add docs to buildThomas Vander Stichele1-2/+2
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
2005-08-30add some i18n headersThomas Vander Stichele1-0/+4
Original commit message from CVS: add some i18n headers
2005-08-30tidying up -good for businessThomas Vander Stichele1-10/+9
Original commit message from CVS: tidying up -good for business
2005-07-08gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines ↵Andy Wingo1-2/+2
come from config.h. Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h. * autogen.sh: Run autopoint, etc. * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/. * configure.ac: Add gettext stuff.
2005-07-07remove docsThomas Vander Stichele1-11/+0
Original commit message from CVS: remove docs
2005-07-05fix disting and spec fileChristian Schaller1-2/+2
Original commit message from CVS: fix disting and spec file
2005-05-19Make my automake version shut up about undefined variablesJan Schmidt1-1/+1
Original commit message from CVS: * Makefile.am: * ext/Makefile.am: * sys/Makefile.am: Make my automake version shut up about undefined variables * gst/goom/gstgoom.c: GstAdapter moved to base objects.
2005-05-06various fixes to make it possible to build rpms from gst-plugins headChristian Schaller1-2/+2
Original commit message from CVS: various fixes to make it possible to build rpms from gst-plugins head
2005-05-06ported mad and effectv pluginsChristian Schaller1-2/+2
Original commit message from CVS: ported mad and effectv plugins
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller1-38/+11
Original commit message from CVS: make this module a bit more 0.9 friendly
2004-12-24disable docs again until it passes make distcheckThomas Vander Stichele1-5/+10
Original commit message from CVS: disable docs again until it passes make distcheck
2004-12-24really fix distThomas Vander Stichele1-30/+34
Original commit message from CVS: really fix dist
2004-12-20Added boilerplate gtk-doc files for plugin-libs documentation.Stefan Kost1-1/+8
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
2004-07-02clean up install/dist problemThomas Vander Stichele1-2/+6
Original commit message from CVS: clean up install/dist problem
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte1-0/+8
Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/tcp/Makefile.am: * sys/dxr3/Makefile.am: don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. Also add all *.list files that were missing. * Makefile.am: add a distcheck hook to ensure the above doesn't happen again.
2004-05-03updated translationsThomas Vander Stichele1-3/+1
Original commit message from CVS: updated translations
2004-04-20up required gst version fix po download snippetThomas Vander Stichele1-0/+3
Original commit message from CVS: up required gst version fix po download snippet
2004-03-18dist common and m4 correctlyThomas Vander Stichele1-5/+5
Original commit message from CVS: dist common and m4 correctly
2004-03-17use release.makThomas Vander Stichele1-15/+2
Original commit message from CVS: use release.mak
2004-03-13dist NEWSThomas Vander Stichele1-1/+1
Original commit message from CVS: dist NEWS
2004-02-26back to nanoThomas Vander Stichele1-1/+1
Original commit message from CVS: back to nano
2004-02-06remove RELEASEThomas Vander Stichele1-1/+16
Original commit message from CVS: remove RELEASE
2004-02-03co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte1-0/+2
_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)
2004-01-21adding NAS pluginChristian Schaller1-2/+2
Original commit message from CVS: adding NAS plugin
2004-01-19putting i18n in place for pluginsThomas Vander Stichele1-0/+2
Original commit message from CVS: putting i18n in place for plugins
2003-12-03what was this doing here ?Thomas Vander Stichele1-2/+0
Original commit message from CVS: what was this doing here ?
2003-12-02Add ACLOCAL_AMFLAGSDavid Schleef1-0/+2
Original commit message from CVS: Add ACLOCAL_AMFLAGS
2003-09-14add COPYING.LIBChristian Schaller1-1/+1
Original commit message from CVS: add COPYING.LIB
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje1-28/+17
pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-01-03some dist fixesThomas Vander Stichele1-2/+3
Original commit message from CVS: some dist fixes
2002-12-17Also generate uninstalled .pc filesRonald S. Bultje1-1/+1
Original commit message from CVS: Also generate uninstalled .pc files
2002-12-15apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and ↵Christian Schaller1-1/+1
spec file. Original commit message from CVS: apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
2002-12-08small fixThomas Vander Stichele1-2/+7
Original commit message from CVS: small fix