From 6fdac80bba1c2ccc0e675e2428f830a127fb3fb5 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sat, 24 Sep 2005 22:08:31 +0000 Subject: added libxine 1.1.0 - someone more familiar with assembly should check it DEFAULT_PREFERENCE = "-1" as it is not tested on device patches status: - cpu-1.0.patch renamed to cpuid.patch - configure-1.0.patch renamed to configure.patch - fix-syntax.patch dropped as fix-syntax-xine-vorbis-decoder.patch do the same - demuxogg.patch and libxine-libvorbis.patch joined into tremor.patch - libxine-arm-configure.patch should be sent upstream - libxine-ffmpeg-enable-arm.patch probably too - libxine-libavcodec.patch was broken for 1.1.0 - we should update libffmpeg/ dir to current CVS --- packages/libxine/libxine-1.1.0/no-caca.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/libxine/libxine-1.1.0/no-caca.patch (limited to 'packages/libxine/libxine-1.1.0/no-caca.patch') diff --git a/packages/libxine/libxine-1.1.0/no-caca.patch b/packages/libxine/libxine-1.1.0/no-caca.patch new file mode 100644 index 0000000000..dc861693e9 --- /dev/null +++ b/packages/libxine/libxine-1.1.0/no-caca.patch @@ -0,0 +1,19 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- xine-lib-1.1.0/configure.ac~no-caca ++++ xine-lib-1.1.0/configure.ac +@@ -749,8 +749,9 @@ + dnl Checks for Color AsCii Art library + dnl --------------------------------------------- + +-AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***])) +-AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes") ++dnl AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***])) ++AM_CONDITIONAL(HAVE_CACA, 0) ++ + + + dnl --------------------------------------------- -- cgit v1.2.3