libplayer: mark python bindings as broken
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 8 Oct 2011 20:39:29 +0000 (22:39 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 8 Oct 2011 20:39:29 +0000 (22:39 +0200)
As it doesn't build.

- upstream didn't adjust player_init call when prototype changed:
  http://hg.geexbox.org/libplayer/rev/e3705df5ce2e

- It tries to build the extension for the host, and not the target:

building 'player' extension
/usr/bin/gcc -pthread -fno-strict-aliasing -O2 ..
/usr/bin/ld: skipping incompatible ./../../src/libplayer.so when
searching for -lplayer.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/libplayer/Config.in

index c9add532cad6996e8052c0900c71baaac8d04d85..fe851ac6b9239470218907e34a1b958d7f4b7457 100644 (file)
@@ -23,6 +23,7 @@ comment "gstreamer backend requires a toolchain with WCHAR support"
 
 config BR2_PACKAGE_LIBPLAYER_PYTHON
        depends on BR2_PACKAGE_PYTHON
+       depends on BROKEN # player_init params, builds for host
        bool "Libplayer python bindings"
 endif