From fa14d6a40ba542282a745a49be90586d2e57948a Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Tue, 28 Jan 2014 01:46:27 -0800 Subject: build more features in debian package including custom-built fribidi * 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 --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 927c2cf..b8dd102 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +mpv (1:0.3.3) UNRELEASED; urgency=low + + * reimagine for waf build system + * build fribidi for the debian package + * test building on saucy,precise,stable,sid amd64 + * enable as many mpv features as possible 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 + + -- Kevin Mitchell Tue, 28 Jan 2014 04:59:52 -0800 + mpv (1.0git) stable; urgency=low * Initial package. -- cgit v1.2.3