slang and xine-lib-vdr
Dominique Dumont
domi.dumont at free.fr
Sat Oct 1 19:29:29 UTC 2005
Hello
Currently, xine-lib in sid depends on libslang2-dev instead of
slang1-dev.
xine-lib-vdr should have the same dependency lest building xine-ui on
the same machine as xine-lib-vdr is a pain.
So here's a small patch against xine-lib-vdr/debian/control:
xine-lib-vdr builds fine, but I've yet to test it.
HTH
$ svn diff general/xine-lib-vdr/debian/control
Index: general/xine-lib-vdr/debian/control
===================================================================
--- general/xine-lib-vdr/debian/control (revision 1321)
+++ general/xine-lib-vdr/debian/control (working copy)
@@ -10,7 +10,7 @@
Package: libxine-dev
Architecture: any
Section: libdevel
-Depends: libxine1 (= ${Source-Version}), libc6-dev, xlibs-dev, zlib1g-dev | libz-dev, slang1-dev | slang1-utf8-dev, libfreetype6-dev
+Depends: libxine1 (= ${Source-Version}), libc6-dev, xlibs-dev, zlib1g-dev | libz-dev, libslang2-dev, libfreetype6-dev
Conflicts: xine-ui (<< 0.9.10)
Description: the xine video player library, development packages
This contains development files (headers, documentation and the like)
More information about the pkg-vdr-dvb-devel
mailing list