summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02scripts: add some more modules to git-update.shTim-Philipp Müller1-2/+5
https://bugzilla.gnome.org/show_bug.cgi?id=697058
2013-04-02gst-uninstalled: add uninstalled orc/orc-test/.libs to library pathsTim-Philipp Müller1-2/+2
This is needed by the unit tests in gst-plugins-base, -good etc. Spotted by Alex Kaye. https://bugzilla.gnome.org/show_bug.cgi?id=697093
2013-03-16gst-uninstalled: remove ffmpeg libs from dynamic linker pathsTim-Philipp Müller1-7/+0
We link those libs into the plugin statically, or use external system libs, but never the internal snapshot dynamically.
2013-03-16gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATHTim-Philipp Müller1-0/+1
So pygi can find it. https://bugzilla.gnome.org/show_bug.cgi?id=695937
2013-03-05gst-uninstalled: Add all the base/bad libraries and remove obsolete onesSebastian Dröge1-3/+3
2013-02-28gst-uninstalled: add gst-libav to pkg-config pathTim-Philipp Müller1-0/+1
2013-02-21gst-uninstalled: Add ORCSebastian Dröge1-0/+6
2013-02-19scripts: add new -base allocators library to gst-uninstalled search pathsTim-Philipp Müller1-1/+1
2012-12-22scripts: fix location of repository with sshThijs Vermeir1-1/+1
2012-11-26add gst-editing-services to PKG_CONFIG_PATHLuis de Bethencourt1-5/+7
2012-11-03Fix FSF addressTim-Philipp Müller2-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-09-11scripts: update for gst-ffmpeg -> gst-libavTim-Philipp Müller2-1/+21
Now that we have a gst-libav git repository (symlinked to gst-ffmpeg).
2012-08-12scripts: fix unterminated quoted string in create-uninstalled-setup.shTim-Philipp Müller1-1/+1
2012-07-28scripts: create-uninstalled-setup.sh: check for basic build tools and depsTim-Philipp Müller1-0/+35
.. before checking out stuff.
2012-07-12gst-uninstalled: fix gst-ffmpeg plugin path againTim-Philipp Müller1-1/+1
2012-07-12gst-uninstalled: add clutter-gst and refine plugin search pathsTim-Philipp Müller1-4/+11
2012-06-21gst-uninstalled: add gst-p-bad gst-libs to the pathThiago Santos1-0/+8
Makes videoparsers and camerabins from bad usable from an uninstalled environment at osx
2012-06-09scripts: add create-uninstalled-setup scriptTim-Philipp Müller1-0/+110
Little script that sets up things in ~/gst and clones the main modules and prints some instructions. From http://gstreamer.freedesktop.org/wiki/UninstalledSetup
2012-05-25five-bugs-a-day: use splice to trim the bug listLuis de Bethencourt1-1/+1
2012-05-24scripts: remove a stray print from debugging and fix up cron entry docsTim-Philipp Müller1-2/+1
2012-05-24five-bugs-a-day: Make #! to perl more portableSebastian Dröge1-1/+1
2012-05-24scripts: remove fixed 'known issue' from five-bugs-a-day scriptTim-Philipp Müller1-6/+0
This was with commas actually, and should be fixed now.
2012-05-24scripts: add five-bugs-a-day scriptTim-Philipp Müller1-0/+175
Cron fodder.
2012-04-25gst-uninstalled: Add insanity, insanity-gst and gst-editing-servicesSebastian Dröge1-3/+10
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-0/+6
2012-01-21scripts: set GI_TYPELIB_PATH in gst-uninstalledTim-Philipp Müller1-0/+6
So pygi finds/uses the local g-i files.
2011-12-25libs: remove gdp dataprotocol libraryTim-Philipp Müller1-1/+1
Made private and moved to gdp plugin in -base for the time being, until we figure out what we do with gdp and 0.11.
2011-09-14scripts: remove gstcvstest.shTim-Philipp Müller1-89/+0
2011-08-15gst-uninstalled: add Farsight and Nice supportGuillaume Desmottes1-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=656557
2011-02-02gst-uninstalled: use $GST_PREFIX variablePeter Collingbourne1-6/+7
This makes it easier to change the prefix by editing the script. https://bugzilla.gnome.org/show_bug.cgi?id=641212
2011-01-08configure, gst-uninstalled: remove a few bashismTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=638961
2010-09-07gst-uninstalled: add ugly/bad/ffmpeg pkg-config dirs to PKG_CONFIG_PATHTim-Philipp Müller1-0/+3
So we can figure out plugin directories of other modules properly in the uninstalled setup case, for unit tests that need elements from other modules.
2010-03-24git-update: Fix and restructure logicRobert Swain1-20/+21
2010-03-22git-update.sh: use autogen.sh instead of autoregen.sh on fresh repositories.André Dieb Martins1-1/+13
Fixes #613593.
2010-03-12git-update: Fix error return value and make the script exit on errorsRobert Swain1-3/+5
Newer versions of BASH (4.x?) seem to dislike using -1 for a return. Even though it's documented as being signed, BASH complains about it, so use 255 instead.
2010-02-08git-update.sh: Fix issuesRobert Swain1-29/+73
2010-01-13scripts: move gst-uninstalled from docs/faq to scriptsStefan Kost1-0/+173
Don't include the long gst-uninstalled script in verbatim in the faq anymore (there is a link to cgit). Dist the script under its new location.
2009-06-13git-version.sh: make executableThomas Vander Stichele1-0/+0
2009-06-13Update scripts/cvs-update.sh to git-update.sh; add git-version.shThomas Vander Stichele2-7/+59
add script to get git versions first update all, then build add gnonlin too specify where to pull from also update submodule rename and change cvs-update script to git-update
2008-06-20scripts/cvs-update.sh: Pass arguments to make.Thomas Vander Stichele1-2/+14
Original commit message from CVS: * scripts/cvs-update.sh: Pass arguments to make. Run autoregen.sh if Makefile is not there.
2005-11-30prune empty dirs when updatingThomas Vander Stichele1-1/+1
Original commit message from CVS: prune empty dirs when updating
2005-11-23API Changes.Jan Schmidt1-0/+1
Original commit message from CVS: * gst/gststructure.c: (gst_structure_get_fraction), (gst_structure_parse_value), (gst_structure_fixate_field_nearest_fraction): * gst/gststructure.h: * gst/gstutils.c: (gst_util_uint64_scale_int): * gst/gstutils.h: * scripts/update-funcnames: API Changes. Rename gst_util_clock_time_scale to gst_util_uint64_scale_int Make gst_structure_fixate_field_nearest_fraction take a numerator and denominator argument instead of a GValue add gst_structure_get_fraction helper function.
2005-11-22fix borked commitAndy Wingo1-0/+1
Original commit message from CVS: fix borked commit
2005-11-22update update-funcs for tagsetterAndy Wingo1-1/+3
Original commit message from CVS: update update-funcs for tagsetter
2005-11-22gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, ↵Andy Wingo1-0/+25
gst_event_new_buffer_size) Original commit message from CVS: 2005-11-22 Andy Wingo <wingo@pobox.com> * gst/gstevent.h (gst_event_new_new_segment) (gst_event_parse_new_segment, gst_event_new_buffer_size) (gst_event_parse_buffer_size, gst_ghost_pad_new_no_target): Renamed from *_newsegment, *_buffersize, *_notarget. * scripts/update-funcnames: New script, performs the changes listed above.
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h ↵Andy Wingo1-0/+26
(GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> * *.h: * *.c: Ran scripts/update-macros. Oh yes. * gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK) (GST_OBJECT_TRYLOCK, GST_OBJECT_UNLOCK): Renamed from GST_GET_LOCK, etc. * scripts/update-macros: New script. Run it on your files to change GST_LOCK to GST_OBJECT_LOCK, and the same for UNLOCK as well.
2005-10-26make sure dirs get checked outThomas Vander Stichele1-1/+1
Original commit message from CVS: make sure dirs get checked out
2005-10-16Dear Andy: here's a script to update stuff from CVSThomas Vander Stichele1-0/+48
Original commit message from CVS: Dear Andy: here's a script to update stuff from CVS Love, Thomas
2005-09-02gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a ↵Andy Wingo1-0/+66
normal enum instead of flags. Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. (GstStateChangeReturn): Renamed from GstElementStateReturn, names munged to be GST_STATE_CHANGE_*. (GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to work with the new state representation. (GstStateChange): New enumeration of possible state transitions. Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR. (GstElementClass::change_state): Pass the GstStateChange along as an argument. Helps language bindings, so they don't have to use tricky lock-needing macros like GST_STATE_CHANGE (). * scripts/update-states (file): New script. Run it on a file to update it for state naming and API changes. Updates files in place. * All files updated for the new API.
2001-12-14check out cvs code, autogen, make, make distcheck if you have spare machines ↵Thomas Vander Stichele1-0/+89
at work sitting idly during the night, r... Original commit message from CVS: check out cvs code, autogen, make, make distcheck if you have spare machines at work sitting idly during the night, run this before you go home or at night ;)