Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Use $(MAKE) instead of 'make' inside the Makefile,
otherwise the make will run as if -j1 had been
specified and complain about the job server not
being available, and with $(MAKE) in inherits the
parent make's settings it seems.
Upgrade common submodule for parallel check-valgrind.
|
|
Allows building checks without running them
|
|
It needs to be reworked for 1.0
|
|
|
|
It's not really relevant anymore
|
|
Conflicts:
configure.ac
gst-libs/gst/audio/gstbaseaudiosink.c
gst/audioconvert/channelmixtest.c
gst/playback/gstplaybasebin.c
gst/playback/gstsubtitleoverlay.c
tests/examples/Makefile.am
tests/examples/audio/Makefile.am
|
|
|
|
The old v4l interface has been deprecated for years and even
been removed from the kernel headers. If anyone still needs
this plugin, they can resurrect it in gst-plugins-bad, there's
no reason for it to be in -base.
|
|
And add old testchannels binary to CRUFT_FILES.
|
|
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
|
|
|
|
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files.
|
|
|
|
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.
|
|
Original commit message from CVS:
* Makefile.am:
Use new common/win32.mak.
|
|
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.
|
|
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.
|
|
Original commit message from CVS:
* Makefile.am:
* gst-plugins-base.doap:
* gst-plugins-base.spec.in:
add doap file
|
|
Original commit message from CVS:
* Makefile.am:
include lcov.mak
* configure.ac:
add GCOV_LIBS to GST_LIBS
|
|
Original commit message from CVS:
don't go through check-torture if no check installed
|
|
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
|
|
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
|
|
pressure an AP
Original commit message from CVS:
add win32 MANIFEST file
in a possibly vain attempt to make high blood pressure an AP
|
|
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
|
|
Original commit message from CVS:
reorganize stuff under tests/
|
|
Original commit message from CVS:
move location of test registry
|
|
Original commit message from CVS:
add ACLOCAL_AMFLAGS
|
|
Original commit message from CVS:
fix torture target
|
|
Original commit message from CVS:
add a torture target
|
|
Original commit message from CVS:
add a check-valgrind target
|
|
Original commit message from CVS:
run --enable-gtk-doc for distcheck
|
|
Original commit message from CVS:
updating docs build
|
|
Original commit message from CVS:
remove hook
|
|
Original commit message from CVS:
only build if you have check
|
|
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
|
|
Original commit message from CVS:
no check yet
|
|
Original commit message from CVS:
copy extra content files; make plugins-base use gtk-doc.mak
|
|
Original commit message from CVS:
dist docs
|
|
Original commit message from CVS:
fix build so you can make dist and create rpms
|
|
Original commit message from CVS:
disable docs again until it passes make distcheck
|
|
Original commit message from CVS:
really fix dist
|
|
Original commit message from CVS:
Added boilerplate gtk-doc files for plugin-libs documentation.
|
|
Original commit message from CVS:
clean up install/dist problem
|
|
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.
|
|
Original commit message from CVS:
updated translations
|
|
Original commit message from CVS:
up required gst version
fix po download snippet
|
|
Original commit message from CVS:
dist common and m4 correctly
|
|
Original commit message from CVS:
use release.mak
|
|
Original commit message from CVS:
dist NEWS
|