summaryrefslogtreecommitdiffstats
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded ncurses from debian build dependenciesKevin Mitchell2014-10-101-2/+0
|
* enable caca in the debian pacakge - in a silly moodKevin Mitchell2014-03-271-0/+1
|
* put myself in the maintainer fieldKevin Mitchell2014-03-271-1/+1
|
* enable gnutls in ffmpeg build to handle https:// streamsKevin Mitchell2014-03-261-0/+1
|
* add libmpg123-dev to debian package now that the fix for precise is in 0.3.6Kevin Mitchell2014-03-111-1/+2
| | | | | | | | | also add rst2pdf even though the new pdf generation didn't make it to 0.3.6. On git master, it builds the pdf manual (in /usr/share/doc/mpv.pdf.gz). On 0.3.6, its just a few more packages that can be removed after build. Closes #29
* add lua5.2 for UbuntuKevin Mitchell2014-03-021-0/+1
|
* enable more codecs in debian packageKevin Mitchell2014-03-021-3/+9
|
* ughgh, harfbuzz is yet another unsatisfiable dependency in ubuntu preciseKevin Mitchell2014-02-221-1/+1
| | | | 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-191-1/+2
|
* enable more external libraries for ffmpeg buildKevin Mitchell2014-02-181-0/+10
| | | | this enables all the codecs available in the official debian package
* 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
* add dependency on gcc-4.7 or gcc-4.8 for arm (needed for atomic builtins)Kevin Mitchell2014-02-111-1/+1
|
* 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-061-2/+0
| | | | | | | 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-021-0/+2
| | | | | | 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.
* debian package: build-depend and enable libmp3lame and libx264 in ffmpegKevin Mitchell2014-01-291-1/+7
| | | | add note to package description about what this package is and where it came from
* take fribidi build out of the debian pacakge and replace it with aKevin Mitchell2014-01-281-0/+1
| | | | dependency on the debian pacakge libfribidi-dev
* build more features in debian package including custom-built fribidiKevin Mitchell2014-01-281-1/+45
| | | | | | | | | | | | | | | | * 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/+12
| | | | This reverts commit ba60c400ae5c69bd8b7f6c1368e6e8c6bfb42f24.
* Remove incomprehensible Debian magicwm42013-12-291-12/+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.
* Some more improvements to README.rst and debian/controlwm42013-03-111-1/+1
|
* Minor improvements to README.rst and debian/controlwm42013-03-101-1/+1
|
* Add a basic dh-based debian directorywm42013-01-231-0/+12
Merges pull request #1.