summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | comment out/document this limitation
* enable harfbuzz support for libassKevin Mitchell2014-02-221-0/+1
|
* 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
| | | | this enables all the codecs available in the official debian package
* debian: Remove the comment suggesting todo: multi-package shared library.Kevin Mitchell2014-02-161-2/+0
| | | | I don't know why I thought that was a good idea for this case.
* debian: permit libquv-0.9-dev to satisfy the quvi dependency, but keep 0.4 ↵Kevin Mitchell2014-02-161-1/+1
| | | | the default.
* Explicitly allow libjack-jackd2-dev to be used instead of libjack-devKevin Mitchell2014-02-121-1/+1
| | | | | | This fixes a conflict encountered when installing skype on both debian and ubuntu. I don't know why this is necessary since libjack-jackd2-dev "provides" libjack-dev, but this seems to resolve the issue
* untab debian/rules makefile comment to avoid emacs complainingKevin 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 ↵Kevin Mitchell2014-02-081-4/+1
| | | | clean scripts individually
* add rm -rf build_libs to debian/rules override_dh_auto_clean:Kevin Mitchell2014-02-081-0/+1
| | | | so that it isn't still hanging around between builds
* move debian/changelog to debian/changelog.TEMPLATEKevin Mitchell2014-02-081-2/+2
| | | | | and drop version control on debian/changelog, which gets modified by scripts/debian-update-version
* Add stuff to the README.Debian file describing differencesKevin Mitchell2014-02-071-8/+97
| | | | | | with the official Debian package. Also add instruction for enabling Wayland support on Debian testing/unstable (the only place it natively works).
* remove libwayland-dev build dependencyKevin Mitchell2014-02-071-1/+0
| | | | | This is not enough to enable Wayland support on it's own. You also need libxkbcommon-dev which is not universally available.
* recommend video acceleration librariesKevin Mitchell2014-02-061-2/+5
|
* Better changelog hack in separate script called from ./update.Kevin Mitchell2014-02-063-8/+16
| | | | | | | dpkg-buildpackage reads the changelog before ever calling debian/rules, so its not a good idea to change it from there. Move this to a separate script called from ./update which does not depend on any debian-specific commands.
* 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
| | | | | | put dummy UNRELEASED entry in changelog before build with dch -v "version" "localbuild". This has the "papercut" of repeating the "local build" bullet in the same entry each time the package is built.
* Fix bashism in debian/rules, handle errors betterWessel Dankers2014-01-301-7/+10
| | | | | | | | | POSIX sh requires a ';' before a closing ')'. However, in this case the () were not even necessary, so leave them out entirely (make already starts a separate shell process for each command). Also tidy up the whitespace a little to make things easier on the eye.
* 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
| | | | add note to package description about what this package is and where it came from
* fix parallel building in the debian package: ffmpeg at least was only ↵Kevin Mitchell2014-01-281-9/+22
| | | | building serially before
* take fribidi build out of the debian pacakge and replace it with aKevin Mitchell2014-01-283-16/+4
| | | | dependency on the debian pacakge libfribidi-dev
* build more features in debian package including custom-built fribidiKevin Mitchell2014-01-283-5/+88
| | | | | | | | | | | | | | | | * 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
* Bring back a waf-compatible deiban build systemKevin Mitchell2014-01-271-3/+29
| | | | | | | | | | For override_dh_auto_install, just tell waf to install the files under debian/mpv. The main problem was that the script names clean,build,install in the root directory collided with makefile targets in debian/rules which lead make to do nothing since they appeared already up-to-date. .PHONY wasn't enough since the targets are implicit via the % operator. I had to explicitly declare the problematic targets AND list them as .PHONY
* Revert "Remove incomprehensible Debian magic"Kevin Mitchell2014-01-2710-0/+69
| | | | This reverts commit ba60c400ae5c69bd8b7f6c1368e6e8c6bfb42f24.
* Remove incomprehensible Debian magicwm42013-12-2910-69/+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.
* Adding waf support for mpv.Josh Driver2013-12-291-3/+5
|
* debian: increase compat level for debianization to allow for more build optionsblinxwang2013-11-051-1/+1
|
* fix debian packagingblinxwang2013-11-041-6/+5
|
* debian: update some MPlayer leftoverswm42013-05-232-23/+20
| | | | The mime file is probably incomplete/broken anyway.
* Some more improvements to README.rst and debian/controlwm42013-03-112-2/+2
|
* Minor improvements to README.rst and debian/controlwm42013-03-101-1/+1
|
* Add a basic dh-based debian directorywm42013-01-2310-0/+71
Merges pull request #1.