summaryrefslogtreecommitdiffstats
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* improve/clarify Debian sections of README.rstKevin Mitchell2014-02-111-11/+21
|
* debian package: small fix to README.Kevin Mitchell2014-02-111-1/+1
| | | | | dpkg -i mpv-build-deps_*.deb since the package name will vary with version
* on second thought, it looks like dpkg-buildpackage runs into trouble.Kevin Mitchell2014-02-111-1/+1
| | | | | | | | | For some reason it ignores override_dh_auto_install and tries to incorrectly guess how to install mpv. Revert "recommend dpkg-buildpackage over debuild" This reverts commit 5b4fc57391d6f58e11a1af4e9f436606bd0395c5.
* recommend dpkg-buildpackage over debuildKevin Mitchell2014-02-111-1/+1
| | | | | | dpkg-buildpacakge * does not create a source tarball (can take a while) * does not automatically run lintian
* build more features in debian package including custom-built fribidiKevin Mitchell2014-01-281-4/+11
| | | | | | | | | | | | | | | | * build fribidi for the debian package * add dependencies to debian package taking cues from the official debian version enable everything except: + libsdl2 (not available in wheezy or precise) + libmpeg123 (build error on precise due to old version) + caca, radio interface, openal output, portaudio output, rsound/libroar/sndio input/output, sdl1, joystick, videoio.h/libpt * additional ffmpeg features (and dependencies) are still to be handled manually by the builder using the ffmpeg_options file as described in README.rst * adjust debian/changelog so building works on both debian and ubuntu (tested on saucy,precise,wheezy,sid amd64) * tweak debian parts of README.rst
* Revert "Remove incomprehensible Debian magic"Kevin Mitchell2014-01-271-0/+33
| | | | This reverts commit ba60c400ae5c69bd8b7f6c1368e6e8c6bfb42f24.
* Remove incomprehensible Debian magicwm42013-12-291-33/+0
| | | | | | | | | | | | | | | I don't know how to fix this. It appears that debian/rules should contain a override_dh_auto_install target, but I have not the slightest clue what it should do or what it did with the old Makefile or how to make it work with waf. Why the heck can't I just list the files that should be installed? Note: this is not a real removal. If someone wants to fix this, a pull request reverting this commit + fixing the waf build would be welcome. For now I'm removing this, because fixing it is probably a huge time sink (just to learn Debian cryptomagic?), and I don't want to confuse users with non-working instructions and packaging files.
* Add ./rebuild command and suggest its use over ./update and ./buildwm42013-12-291-9/+8
|
* 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
|
* Adding waf support for mpv.Josh Driver2013-12-291-9/+5
|
* README.rst: add a warning about making local changeswm42013-12-291-0/+12
|
* Remove force-head scriptwm42013-12-291-1/+1
| | | | This is now done by ./update --master
* README: fix rst formatting and github displaywm42013-07-181-4/+7
|
* Slightly better way to allow custom ffmpeg configurationwm42013-07-091-2/+21
| | | | | This read options from a file named ffmpeg_options and passes them to ffmpeg's configure.
* Mention how to get mk-build-depswm42013-06-281-1/+5
|
* Add force-head script, which throws away everything and uses masterwm42013-04-131-0/+15
| | | | | The script is intentionally not marked +x. The hasbang is just for making clear that it's a shell script.
* Some more improvements to README.rst and debian/controlwm42013-03-111-9/+29
|
* Oops.wm42013-03-101-1/+2
|
* Minor improvements to README.rst and debian/controlwm42013-03-101-1/+22
|
* Update mpvwm42013-02-071-1/+1
|
* Change README to .rstwm42013-02-011-0/+67