diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-14 16:05:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-14 16:05:20 +0000 |
commit | f6476753d995bedb37934f852d3ae0f96d5ecf48 (patch) | |
tree | cdc93b943a52687273d94935909c02b6637993e9 /packages/libxine/libxine-opie-1.0/no-caca.patch | |
parent | b87cac1cf23eab6ad1e8a7498702f408263c2ae4 (diff) |
xine and dependencies:
- rename to make more consistent with other -x11 and -fb packages
- include libmodplug pluging
- make libxine-x11 depend on x11
- reorder metadata
- remove missing-in-action MAINTAINER
Diffstat (limited to 'packages/libxine/libxine-opie-1.0/no-caca.patch')
-rw-r--r-- | packages/libxine/libxine-opie-1.0/no-caca.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/libxine/libxine-opie-1.0/no-caca.patch b/packages/libxine/libxine-opie-1.0/no-caca.patch deleted file mode 100644 index 978c4fc38a..0000000000 --- a/packages/libxine/libxine-opie-1.0/no-caca.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: xine-lib-1.0/configure.ac -=================================================================== ---- xine-lib-1.0.orig/configure.ac 2005-03-06 16:50:09.019575452 +0100 -+++ xine-lib-1.0/configure.ac 2005-03-06 17:07:55.605266498 +0100 -@@ -719,8 +719,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 --------------------------------------------- |