summaryrefslogtreecommitdiffstats
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* 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.