summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2011-10-10Kill off one more legacy libxv-dev alternative dependency.Darren Salt
2011-10-10Merge from 1.1.Darren Salt
2011-10-10Remove old (pre-etch) versioning on deps for libdirectfb-dev and libcdio-dev.Darren Salt
2011-10-10Remove old alternative deps on libxv-dev.Darren Salt
This breaks things for those using anything older than lenny.
2011-10-10Remove old alternative deps on gettext and cvs; require only autopoint.Darren Salt
This breaks things for those using anything older than squeeze.
2011-09-26Merge from 1.1. (Needs some testing.)Darren Salt
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h
2011-09-05No longer require libarts.Darren Salt
2011-01-21Fix parallel building (.deb packaging).Darren Salt
--HG-- extra : transplant_source : %D5%BC%1F%BAo%3A%88%CEOp%F4%83%B5%91%F1%C0H%C5%8E%40
2011-01-21Fix parallel building (.deb packaging).Darren Salt
2010-09-23Merge from 1.1.Darren Salt
2010-08-18Update JACK build-dependency.Darren Salt
2010-07-30Build-depend on autopoint, with fallbacks.Darren Salt
2010-07-28Allow GraphicsMagick (compat layer) to be used instead of ImageMagick.Darren Salt
Debian build deps are adjusted accordingly.
2010-07-27Changelog updates (version bump).Darren Salt
--HG-- extra : rebase_source : e6fae061a84a475065cd5e8869d02c4d9c5084c7
2010-07-29Merge from 1.1.Darren Salt
2010-04-08Merge from 1.1.Darren Salt
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-engine/video_out.h => include/xine/video_out.h
2010-03-30Allow dh_xine to take package name suffixes. Defaults are "x console".Darren Salt
2010-03-30Add dh 7 support (dh --with xine).Darren Salt
2010-03-14Merge from 1.1.Darren Salt
--HG-- rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h
2010-03-10Debian builds now use external libdvdnav & libdvdread.Darren Salt
2010-03-07Merge from 1.1.Darren Salt
2010-02-231.1.18.1.1.18Darren Salt
2009-12-04Changelog header for the next release.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2010-01-23Cope with missing libvdpau-dev (on lenny); adjust automake dependency.Darren Salt
2010-01-21No need to set CFLAGS.Darren Salt
2010-01-21Clean up DEB_BUILD_OPTIONS handling.Darren Salt
2010-01-19Remove obsolete configuration options from debian/rules.Darren Salt
2009-12-17Merge from 1.2 main.Darren Salt
2009-12-12Merge from 1.1.Darren Salt
--HG-- rename : include/xine.h.in => include/xine.h rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/libspuhdmv/xine_hdmv_decoder.c => src/spu_dec/spuhdmv_decoder.c
2009-12-01Build-Depend on libvdpau-dev and prefer that over nvidia-vdpau-dev.Darren Salt
2009-12-01Build-Depend on nvidia-libvdpau-dev.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-10Merge from 1.1.Darren Salt
2009-10-10Merge from 1.1.Darren Salt
2009-10-09Build-depend on cvs (autopoint needs it).Darren Salt
2009-08-05Merge from 1.1.Darren Salt
--HG-- rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c
2009-08-05Build with mpcdec (on Debian).Darren Salt
2009-05-19Allow "dpkg-buildpackage -j2" to work.Darren Salt
2009-03-25Merge from 1.1; adapt dh_xine for 1.2.Darren Salt
2009-03-25Add dh_xine, to be used when building front end .debs.Darren Salt
2009-02-17Merge from 1.1.Darren Salt
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : doc/hackersguide/intro.sgml => doc/hackersguide/intro.docbook
2009-02-17Update documentation etc. to point at the new home page.Darren Salt
--HG-- extra : transplant_source : %8D9%B3J%8E%DE%A1%81t%7E%A0%08%13%A4%AE%9C%EA.%C3%10
2009-01-12Merge from 1.1.Darren Salt
--HG-- rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am rename : src/libmpeg2new/xine_mpeg2new_decoder.c => src/video_dec/libmpeg2new/xine_mpeg2new_decoder.c
2009-01-12Start 1.1.17 (again).Darren Salt
2009-01-04Merge from 1.1.Darren Salt
2009-01-04FTBFS (i386 with 64bit kernel)Sven Joachim
Am 04.01.2009 um 04:55 schrieb Adrian Bunk: > .... > In file included from ../../../src/xine-engine/xine_internal.h:33, > from noise.c:24: > .../../../include/xine.h:2230: warning: 'xine_tvsystem' is deprecated > noise.c: Assembler messages: > noise.c:155: Error: bad register name `%rax' > noise.c:161: Error: bad register name `%rax)' > <-- snip --> One problem is that the configure script thinks we're running a 64-bit system: ,---- | checking build system type... x86_64-unknown-linux-gnu | checking host system type... x86_64-unknown-linux-gnu | checking build system type... (cached) x86_64-unknown-linux-gnu `---- This is bad, build and host type should be passed explicitly in debian/rules.
2008-10-13Merge from 1.1.Darren Salt
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h
2008-08-17Bump version ready for the next release.Darren Salt
2008-07-03Merge from 1.1.Darren Salt