summaryrefslogtreecommitdiffstats
path: root/update
Commit message (Collapse)AuthorAgeFilesLines
* Switch FFmpeg to GitHub mirror, prefer HTTP(S)Martin Herkt2014-01-081-2/+2
| | | | | FFmpeg's own site tends to be overloaded/slow at times, and using HTTP(S) avoids trouble with fascist firewalls.
* Fix updatingwm42014-01-021-0/+4
| | | | | ./update didn't download new commits/releases, so it was severely broken.
* Implement version sorting using POSIX.1-2008 only.Rudolf Polzer2013-12-301-1/+11
|
* Adding waf support for mpv.Josh Driver2013-12-291-0/+7
|
* Modify update script to always do git checkoutswm42013-12-291-23/+37
|
* Detab update scriptwm42013-12-291-41/+41
| | | | Death to tabs.
* update --master: use git pull --rebase.Rudolf Polzer2013-11-041-2/+2
|
* update: Add missing 'git pull' command.Rudolf Polzer2013-11-041-0/+1
|
* ./update script: support extra arguments.Rudolf Polzer2013-11-041-3/+63
| | | | | | --submodule: update to the submodule-registered versions. --master: update to the master branch versions. --release: update to the latest released versions.
* Add git submodule sync to updatewm42013-04-011-0/+1
| | | | | To make existing repos actually change the URL. No idea why this is needed.
* Initial commitwm42012-10-131-0/+3
This is based on mplayer-git [1], except that it doesn't need Python. Some features, such as specifying custom options, are not available, but these should be considered out of the scope of the basic build wrapper. [1] http://repo.or.cz/w/mplayer-build.git