- 28 May, 2011 1 commit
-
-
Tim-Philipp Müller authored
And add old testchannels binary to CRUFT_FILES.
-
- 30 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
We're not providing a wrapper like we do for the tools in core, since wrappers are confusing (e.g. for debugging purposes), mostly pointless (since the API is likely to change between major versions), and cause packaging issues when packages for two different major versions are to be installed in parallel. https://bugzilla.gnome.org/show_bug.cgi?id=633023
-
- 14 Mar, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 13 Sep, 2009 1 commit
-
-
Sebastian Dröge authored
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files.
-
- 06 Mar, 2009 1 commit
-
-
Tim-Philipp Müller authored
-
- 26 Feb, 2009 1 commit
-
-
David Schleef authored
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, except that it adds a few -base specific defines.
-
- 17 Dec, 2007 1 commit
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * Makefile.am: Use new common/win32.mak.
-
- 13 Dec, 2007 1 commit
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * Makefile.am: Add check-exports target and run it with 'make check'. * configure.ac: Be stricter about what we export in our libraries: change regexp so that we only export _gst_foo(), but not __gst_foo(). * gst-libs/gst/cdda/base64.h: (rfc822_binary): * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final): Change internal functions to __gst_foo so they dont' get exported. * win32/common/libgstaudio.def: Add missing symbols.
-
- 13 Jul, 2007 1 commit
-
-
Jan Schmidt authored
Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and... Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
-
- 15 Dec, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * gst-plugins-base.doap: * gst-plugins-base.spec.in: add doap file
-
- 02 Jul, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: include lcov.mak * configure.ac: add GCOV_LIBS to GST_LIBS
-
- 24 Mar, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: don't go through check-torture if no check installed
-
- 13 Feb, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * configure.ac: * win32/MANIFEST: * win32/common/_stdint.h: Windows does not have long long; copy the generated _stdint.h * win32/common/interfaces-enumtypes.c: (gst_color_balance_type_get_type), (gst_mixer_type_get_type), (gst_mixer_track_flags_get_type), (gst_tuner_channel_flags_get_type): * win32/common/multichannel-enumtypes.c: (gst_audio_channel_position_get_type): update
-
- 29 Jan, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * win32/MANIFEST: * win32/common/interfaces-enumtypes.c: (gst_color_balance_type_get_type), (gst_mixer_type_get_type), (gst_mixer_track_flags_get_type), (gst_tuner_channel_flags_get_type): * win32/common/interfaces-enumtypes.h: * win32/common/multichannel-enumtypes.c: (gst_audio_channel_position_get_type): * win32/common/multichannel-enumtypes.h: add a win32-update rule like in core, and copy over enumtypes files
-
- 01 Dec, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP
-
- 30 Nov, 2005 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * LICENSE: move * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: * Makefile.am: update * scripts/autoplugins.sh: remove
-
Thomas Vander Stichele authored
Original commit message from CVS: reorganize stuff under tests/
-
Thomas Vander Stichele authored
Original commit message from CVS: move location of test registry
-
- 27 Nov, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add ACLOCAL_AMFLAGS
-
- 24 Nov, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix torture target
-
- 23 Nov, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add a torture target
-
- 18 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add a check-valgrind target
-
- 04 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: run --enable-gtk-doc for distcheck
-
- 03 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: updating docs build
-
- 02 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: remove hook
-
- 20 Aug, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: only build if you have check
-
Thomas Vander Stichele authored
add tests to gst-plugins-base add a volume element test clean up volume a little more for basetransform Original commit message from CVS: add tests to gst-plugins-base add a volume element test clean up volume a little more for basetransform
-
- 07 Jul, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: no check yet
-
Thomas Vander Stichele authored
Original commit message from CVS: copy extra content files; make plugins-base use gtk-doc.mak
-
- 29 Jun, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: dist docs
-
- 05 May, 2005 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: fix build so you can make dist and create rpms
-
- 24 Dec, 2004 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: disable docs again until it passes make distcheck
-
Thomas Vander Stichele authored
Original commit message from CVS: really fix dist
-
- 20 Dec, 2004 1 commit
-
-
Stefan Kost authored
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
-
- 02 Jul, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: clean up install/dist problem
-
- 24 Jun, 2004 1 commit
-
-
Benjamin Otte authored
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.
-
- 03 May, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: updated translations
-
- 20 Apr, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: up required gst version fix po download snippet
-
- 18 Mar, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: dist common and m4 correctly
-
- 17 Mar, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: use release.mak
-