summaryrefslogtreecommitdiff
path: root/update-common
Commit message (Collapse)AuthorAgeFilesLines
* update-common: Update to use gitlab repositoriesThibault Saunier2018-12-051-10/+4
|
* update-common: use the existing libav git submoduleMatthew Waters2017-12-141-4/+4
| | | | | We were still using the old name ffmpeg and thus the entirety of ffmpeg was being downloaded every time the script was run.
* update-common: add gstreamer-vaapi to the listThiago Santos2016-02-051-1/+1
|
* update-common: Update for s/libav/ffmpeg/Sebastian Dröge2015-10-211-4/+4
|
* update-common: update gst-omx autogen.sh as well when updatingTim-Philipp Müller2015-04-071-1/+1
|
* update-common: update autogen.sh in gst-rtsp-server tooTim-Philipp Müller2015-04-061-1/+1
|
* update-common: don't update gnonlin module any longer, it's deadTim-Philipp Müller2015-04-031-1/+1
|
* update-common: add --commit=REF option for local testingTim-Philipp Müller2015-04-031-0/+15
| | | | | Add option to clone repositories and checkout a specific common commit for testing purposes.
* update-common: add --dry-run, --keep, --help command line optionsTim-Philipp Müller2015-04-031-2/+42
|
* update-common: re-use local common and libav submodule checkoutsTim-Philipp Müller2015-04-031-0/+23
| | | | | Avoid downloading the common submodule a dozen times and libav by re-using objects from an already-existing checkout if possible.
* update-common: Revert accidentially committed reference path changeSebastian Dröge2014-05-031-1/+1
|
* update-common: gst-plugins-gl is now merged into gst-plugins-badSebastian Dröge2014-05-031-2/+2
|
* update-common: generate autogen.sh for gst-libav and gst-editing-services as ↵Tim-Philipp Müller2013-06-181-1/+1
| | | | | | | | | well Should fix srcdir != builddir issues in those two modules. https://bugzilla.gnome.org/show_bug.cgi?id=702319 https://bugzilla.gnome.org/show_bug.cgi?id=702424
* update-common: run update-readmes for selected modulesTim-Philipp Müller2013-04-221-0/+9
| | | | To keep things in sync.
* update-common: fix case statementTim-Philipp Müller2013-04-141-5/+1
|
* update-common: generate autogen.sh from template for selected modulesTim-Philipp Müller2013-04-141-0/+13
|
* update-common: gst-ffmpeg -> gst-libavTim-Philipp Müller2013-02-281-1/+1
|
* update-common: gst-omx wants an updated common module tooSebastian Dröge2012-04-161-1/+1
|
* update-common: don't update gst-python's common any moreTim-Philipp Müller2012-04-071-1/+1
| | | | There's no gst-python for 0.11/1.0.
* Update update-common script to work with branch master tooSebastian Dröge2012-04-051-2/+11
|
* update-common: Use correct branch and this script requires bashSebastian Dröge2012-04-051-2/+2
|
* Merge branch 'master' into 0.11Thomas Vander Stichele2012-01-251-2/+9
|\
| * update-common: read the url to push to from configThomas Vander Stichele2012-01-251-2/+9
| |
* | update-common: our branch is 0.11Tim-Philipp Müller2012-01-041-1/+1
| |
* | update-common: add support for branchesTim-Philipp Müller2012-01-041-2/+12
|/
* update-common: add gst-editing-services to modules to be updatedTim-Philipp Müller2011-01-101-1/+1
|
* update-common: also update gst-rtsp-serverTim-Philipp Müller2010-12-131-1/+1
| | | | Now that it's been converted to use the common submodule
* update-common: remove gst-openmaxFelipe Contreras2009-03-111-1/+1
| | | | | | No more spam :) Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* update-common: trivial cleanupFelipe Contreras2009-03-111-1/+1
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* Make the update-common script push from the correct directory...Jan Schmidt2009-02-251-1/+1
|
* Enable pushing. Add documentationDavid Schleef2009-02-221-5/+10
| | | | No need to update other modules for this change.
* Use git log instead of git-log as the latter doesn't exist anymore in newer ↵Sebastian Dröge2009-02-211-2/+2
| | | | git versions
* A script to update common in all modulesDavid Schleef2009-02-131-0/+60
Updates all modules to common's current master by cloning fresh repositories, using --reference if possible. Currently does not push any of the modules or clean up after itself.