[Xine-vdpau] True build dependencies
Timothy D. Lenz
tlenz at vorgon.com
Sun Apr 19 01:55:15 CEST 2009
I am trying to build cvs xine-vdpau and am getting demands for a lot of dependencies that shouldn't be needed. Including one that
wanted software suspend built into the kernel. I had started trying to add what it wanted, but it wants too much extra rap, so I
purged what I installed and did an autoremove to try to clean up the mess. Here is what it is wanting now:
dpkg-checkbuilddeps: Unmet build dependencies: libpostproc-dev (>= 0.cvs20070307-3) | libpostproccvs-dev libxcb-xv0-dev | libxv-dev
(<< 1:1.0.3) libxcb-shm0-dev | libxv-dev (<< 1:1.0.3) libxcb-shape0-dev | libxv-dev (<< 1:1.0.3) libxinerama-dev libxv-dev
libxvmc-dev libxt-dev libaa1-dev libcaca-dev libmodplug-dev libjack-dev libpulse-dev libesd0-dev libgnomevfs2-dev liblircclient-dev
libdirectfb-dev (>= 0.9.22) libgtk2.0-dev libflac-dev libsdl1.2-dev libwavpack-dev libsmbclient-dev libspeex-dev libmng-dev
libmad0-dev libmpcdec-dev libcdio-dev (>= 0.76-1) transfig sgmltools-lite
The debian/rules patch I'm uisng is:
--- xine-vdpau/debian/rules.orig 2009-03-06 10:16:28.000000000 -0800
+++ xine-vdpau/debian/rules 2009-03-06 10:18:41.000000000 -0800
@@ -80,6 +80,26 @@ CONFIGURE_FLAGS := --prefix=/usr \
--with-freetype \
--with-wavpack \
--enable-ipv6 \
+ --with-vdpau \
+ --disable-opengl \
+ --disable-dxr3 \
+ --disable-xvmc \
+ --without-caca \
+ --without-sdl \
+ --without-pulseaudio \
+ --without-vorbis \
+ --without-theora \
+ --without-speex \
+ --without-esound \
+ --without-xcb \
+ --disable-syncfb \
+ --disable-xinerama \
+ --disable-fb \
+ --disable-vidix \
+ --disable-aa \
+ --disable-oss \
+ --disable-musepack \
+ --enable-debug \
$(DEB_BUILD_CONFIG_OPTIONS) \
CFLAGS="$(CFLAGS)"
More information about the Xine-vdpau
mailing list