summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a simpler way to switch between release and master versionswm42014-10-278-28/+78
* Disable building fribidi (again)wm42014-10-271-2/+2
* debian: add xrandr to build depsKevin Mitchell2014-10-251-0/+1
* debian: target Jessie, Wheezy, Utopic, and TrustyKevin Mitchell2014-10-233-49/+44
* debian: enable cddaKevin Mitchell2014-10-231-1/+1
* debian: update "recommended" hwdec driversKevin Mitchell2014-10-231-2/+2
* debian: add hardening flagsKevin Mitchell2014-10-231-0/+2
* remove unneeded ncurses from debian build dependenciesKevin Mitchell2014-10-101-2/+0
* redirect cd stdout to null in debian-update-versionsKevin Mitchell2014-09-251-2/+2
* replace tabs with spaces in debian-update-versionsKevin Mitchell2014-09-251-10/+9
* README: add autotools as dependencywm42014-08-301-0/+1
* Allow building libmpvwm42014-06-265-3/+44
* debian: install more stuff in /usr/share/docKevin Mitchell2014-04-281-4/+33
* libass: always use git masterwm42014-04-221-1/+2
* increment the debian epoch (the number before : in the version) for git maste...Kevin Mitchell2014-04-191-3/+4
* update README.debian now that trusty is releasedKevin Mitchell2014-04-191-22/+39
* README: make ffmpeg_options and mpv_options usage crystal clearKevin Mitchell2014-04-191-5/+7
* scripts/mpv-config: don't add extra options twicewm42014-04-191-1/+3
* Fix previous commitwm42014-04-181-1/+2
* Remove customization note in ffmpeg-configwm42014-04-183-7/+19
* Update README.DebianKevin Mitchell2014-04-131-28/+45
* debian: just remove old debian changelog stuff. the git log makes this redund...Kevin Mitchell2014-04-131-44/+0
* Don't use ffmpeg release candidateswm42014-04-071-1/+1
* move the ./update command to before mk-build-deps in debian instructionsKevin Mitchell2014-03-271-8/+8
* remove wrong pluralisation in READMEKevin Mitchell2014-03-271-1/+1
* remove the trailing / from subrepositories in .gitignoreKevin Mitchell2014-03-271-6/+6
* tweak debian build instructionsKevin Mitchell2014-03-271-14/+16
* enable caca in the debian pacakge - in a silly moodKevin Mitchell2014-03-272-1/+2
* and add to the copyright fileKevin Mitchell2014-03-271-0/+3
* put myself in the maintainer fieldKevin Mitchell2014-03-271-1/+1
* enable gnutls in ffmpeg build to handle https:// streamsKevin Mitchell2014-03-262-7/+4
* add --ignore-missing-info for dh_shlibdeps in debian/rules to allowKevin Mitchell2014-03-221-0/+4
* update README.Debian now that mpg123 is enabledKevin Mitchell2014-03-111-4/+3
* oops: fix location of some docs in debian pacakgeKevin Mitchell2014-03-111-1/+1
* add libmpg123-dev to debian package now that the fix for precise is in 0.3.6Kevin Mitchell2014-03-111-1/+2
* Merge branch 'master' of github.com:mpv-player/mpv-buildKevin Mitchell2014-03-020-0/+0
|\
| * enable more codecs in debian packageKevin Mitchell2014-02-222-9/+23
* | add lua5.2 for UbuntuKevin Mitchell2014-03-021-0/+1
* | put user DOCS in /usr/share/docKevin Mitchell2014-03-021-0/+5
* | enable more codecs in debian packageKevin Mitchell2014-03-022-9/+23
|/
* ughgh, harfbuzz is yet another unsatisfiable dependency in ubuntu preciseKevin Mitchell2014-02-222-14/+7
* enable harfbuzz support for libassKevin Mitchell2014-02-222-1/+2
* Force libass version to 0.10.2wm42014-02-211-1/+10
* disable opus, which is not available in Ubuntu 12.04 preciseKevin Mitchell2014-02-193-8/+9
* enable more external libraries for ffmpeg buildKevin Mitchell2014-02-182-1/+22
* debian: Remove the comment suggesting todo: multi-package shared library.Kevin Mitchell2014-02-161-2/+0
* debian: permit libquv-0.9-dev to satisfy the quvi dependency, but keep 0.4 th...Kevin Mitchell2014-02-161-1/+1
* Explicitly allow libjack-jackd2-dev to be used instead of libjack-devKevin Mitchell2014-02-121-1/+1
* improve/clarify Debian sections of README.rstKevin Mitchell2014-02-111-11/+21
* untab debian/rules makefile comment to avoid emacs complainingKevin Mitchell2014-02-111-1/+1
* debian package: small fix to README.Kevin Mitchell2014-02-111-1/+1
* on second thought, it looks like dpkg-buildpackage runs into trouble.Kevin Mitchell2014-02-111-1/+1
* recommend dpkg-buildpackage over debuildKevin Mitchell2014-02-111-1/+1
* add dependency on gcc-4.7 or gcc-4.8 for arm (needed for atomic builtins)Kevin Mitchell2014-02-112-2/+4
* just call ./clean in override_dh_auto_clean: instead of calling each of the c...Kevin Mitchell2014-02-081-4/+1
* add more debian build files to .gitignoreKevin Mitchell2014-02-081-1/+6
* add gitignore file for separately tracked repository directories and build-ti...Kevin Mitchell2014-02-081-0/+8
* minor whitespace tweakKevin Mitchell2014-02-081-1/+1
* add rm -rf build_libs to debian/rules override_dh_auto_clean:Kevin Mitchell2014-02-081-0/+1
* move debian/changelog to debian/changelog.TEMPLATEKevin Mitchell2014-02-082-5/+5
* fridibi: disable glibwm42014-02-071-1/+1
* Merge github.com:kevmitch/mpv-buildKevin Mitchell2014-02-070-0/+0
|\
| * recommend video acceleration librariesKevin Mitchell2014-02-051-2/+5
| * Better changelog hack in separate script called from ./update.Kevin Mitchell2014-02-045-8/+71
| * recommend libgl1-mesa-dri and suggest libaacs0Kevin Mitchell2014-02-031-0/+2
| * !hurd-any for dependencies not available in debian hurd (libva,libv4l)Kevin Mitchell2014-02-031-2/+2
| * debian changelog hackKevin Mitchell2014-02-013-4/+18
* | Add stuff to the README.Debian file describing differencesKevin Mitchell2014-02-071-8/+97
* | remove libwayland-dev build dependencyKevin Mitchell2014-02-071-1/+0
* | recommend video acceleration librariesKevin Mitchell2014-02-061-2/+5
* | Better changelog hack in separate script called from ./update.Kevin Mitchell2014-02-065-8/+71
* | recommend libgl1-mesa-dri and suggest libaacs0Kevin Mitchell2014-02-061-0/+2
* | !hurd-any for dependencies not available in debian hurd (libva,libv4l)Kevin Mitchell2014-02-061-2/+2
* | debian changelog hackKevin Mitchell2014-02-023-4/+18
|/
* Fix bashism in debian/rules, handle errors betterWessel Dankers2014-01-301-7/+10
* Merge remote-tracking branch 'origin/pr/18'wm42014-01-305-12/+47
|\
| * add notes about non-free codecs to README.debianKevin Mitchell2014-01-291-0/+9
| * update debian changelogKevin Mitchell2014-01-291-0/+7
| * debian package: build-depend and enable libmp3lame and libx264 in ffmpegKevin Mitchell2014-01-292-3/+8
| * allow user to specify ffmpeg options from either or both theKevin Mitchell2014-01-291-1/+2
| * fix parallel building in the debian package: ffmpeg at least was only buildin...Kevin Mitchell2014-01-281-9/+22
* | Switch libass repo to githubwm42014-01-291-1/+1
* | Always force the git fetch remote URLwm42014-01-291-0/+1
|/
* Merge remote-tracking branch 'origin/pr/17'wm42014-01-2813-2/+212
|\
| * take fribidi build out of the debian pacakge and replace it with aKevin Mitchell2014-01-283-16/+4
| * build more features in debian package including custom-built fribidiKevin Mitchell2014-01-285-10/+102
| * Bring back a waf-compatible deiban build systemKevin Mitchell2014-01-272-4/+32
| * Revert "Remove incomprehensible Debian magic"Kevin Mitchell2014-01-2711-0/+102
* | libass: fix compilation with newer git versionswm42014-01-281-0/+3
|/
* Switch FFmpeg to GitHub mirror, prefer HTTP(S)Martin Herkt2014-01-081-2/+2
* Re-enable building fribidi (with -j1)Martin Herkt2014-01-084-1/+7
* Fix updatingwm42014-01-021-0/+4
* Implement version sorting using POSIX.1-2008 only.Rudolf Polzer2013-12-301-1/+11
* Remove incomprehensible Debian magicwm42013-12-2911-102/+0
* Add ./rebuild command and suggest its use over ./update and ./buildwm42013-12-292-9/+14
* clean: remove build_libs at the endwm42013-12-291-1/+1
* mpv-clean: use distcleanwm42013-12-291-1/+1
* README: list of dependencies is not at the end of the file anymorewm42013-12-291-2/+1
* README: mention what happened to force-headwm42013-12-291-0/+2
* mpv-clean: explicitly remove files produced by old build systemwm42013-12-291-0/+3
* Adding waf support for mpv.Josh Driver2013-12-2919-57/+87
* README.rst: add a warning about making local changeswm42013-12-291-0/+12
* Remove force-head scriptwm42013-12-292-13/+1
* Modify update script to always do git checkoutswm42013-12-291-23/+37
* Detab update scriptwm42013-12-291-41/+41
* Remove git submoduleswm42013-12-295-12/+0
* Switch ffmpeg from git to latest stable releasewm42013-12-101-0/+0
* Updatewm42013-12-012-0/+0
* Updatewm42013-11-082-0/+0
* debian: increase compat level for debianization to allow for more build optionsblinxwang2013-11-051-1/+1
* fix debian packagingblinxwang2013-11-041-6/+5
* 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
* Update mpv and ffmpegwm42013-11-032-0/+0
* Update ffmpegwm42013-10-291-0/+0
* Add uninstall targetwm42013-10-251-1/+4
* Update mpvwm42013-10-211-0/+0
* Update everythingwm42013-10-163-0/+0
* Update ffmpeg and libasswm42013-10-072-0/+0
* Updatewm42013-09-202-0/+0
* Updatewm42013-09-152-0/+0
* Updatewm42013-09-072-0/+0
* Updatewm42013-08-292-0/+0
* Updatewm42013-08-242-0/+0
* Updatewm42013-08-192-0/+0
* Updatewm42013-08-122-0/+0
* Updatewm42013-08-052-0/+0
* Update libasswm42013-07-191-0/+0
* README: fix rst formatting and github displaywm42013-07-181-4/+7
* Update mpvwm42013-07-161-0/+0
* Disable building fribidi for nowwm42013-07-152-4/+4
* Updatewm42013-07-152-0/+0
* Update mpvwm42013-07-111-0/+0
* force-head: add fribidiTuncer Ayaz2013-07-111-3/+4
* Slightly better way to allow custom ffmpeg configurationwm42013-07-092-4/+29
* libass-config: override FRIBIDI_CFLAGSTuncer Ayaz2013-07-061-1/+1
* Add support for building fribidi locallyTuncer Ayaz2013-07-065-4/+23
* Updatewm42013-07-052-0/+0
* Mention how to get mk-build-depswm42013-06-281-1/+5
* Updatewm42013-06-283-0/+0
* ffmpeg-config: remove needless --enable-nonfree flag; add example flagsRudolf Polzer2013-06-211-1/+6
* Updatewm42013-06-153-0/+0
* Updatewm42013-06-012-0/+0
* debian: update some MPlayer leftoverswm42013-05-232-23/+20
* Updatewm42013-05-232-0/+0
* Updatewm42013-05-151-0/+0
* Updatewm42013-05-142-0/+0
* Updatewm42013-05-122-0/+0
* Updatewm42013-05-102-0/+0
* Update mpvwm42013-04-301-0/+0
* Updatewm42013-04-272-0/+0
* Update ffmpegwm42013-04-131-0/+0
* Add force-head script, which throws away everything and uses masterwm42013-04-132-0/+26
* Update mpv and libasswm42013-04-132-0/+0
* Update mpvwm42013-04-081-0/+0
* Update mpvwm42013-04-021-0/+0
* Updatewm42013-04-023-0/+0
* Enable libavresample by defaultwm42013-04-011-1/+1
* Add git submodule sync to updatewm42013-04-011-0/+1
* Switch libass repo to google'swm42013-04-011-1/+2
* Updatewm42013-03-223-0/+0
* Update mpvwm42013-03-132-1/+1
* Some more improvements to README.rst and debian/controlwm42013-03-113-11/+31
* Oops.wm42013-03-101-1/+2
* Minor improvements to README.rst and debian/controlwm42013-03-102-2/+23
* Updatewm42013-03-092-0/+0
* Update mpvwm42013-03-021-0/+0
* Updatewm42013-02-212-0/+0
* Update mpvwm42013-02-072-1/+1
* Change README to .rstwm42013-02-011-3/+29
* Update mpvwm42013-02-011-0/+0
* Update mpv (libcdio compatibility)wm42013-01-241-0/+0
* Add a basic dh-based debian directorywm42013-01-2311-1/+72
* Updatewm42013-01-233-0/+0
* Updatewm42013-01-062-0/+0
* Updatewm42012-12-292-0/+0
* Update mpvwm42012-12-051-0/+0
* Update mpv and ffmpegwm42012-12-055-10/+26
* Fix compilation on systems where autoconf will use lib64 instead of libwm42012-10-231-1/+1
* Update (some bug fixes)wm42012-10-231-0/+0
*