wok-next diff libplayer/receipt @ rev 20978

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents d2950281f122
children d5aab818505e
line diff
     1.1 --- a/libplayer/receipt	Wed Sep 05 00:08:37 2018 +0300
     1.2 +++ b/libplayer/receipt	Thu Sep 27 01:34:11 2018 +0300
     1.3 @@ -11,7 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://libplayer.geexbox.org/releases/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="shared-mime-info xine-lib-dev"
     1.8 +BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-libxcb-dev"
     1.9 +# xorg-libX11-dev libvdpau-dev with --enable-xlib-hack
    1.10  SPLIT="libplayer-dev"
    1.11  
    1.12  compile_rules() {
    1.13 @@ -34,10 +35,11 @@
    1.14  	case $PACKAGE in
    1.15  		libplayer)
    1.16  			copy @std
    1.17 -			DEPENDS="xine-lib"
    1.18 +			DEPENDS="xine-lib xorg-libxcb"
    1.19  			;;
    1.20  		*-dev)
    1.21  			copy @dev
    1.22 +			DEPENDS="libplayer xine-lib-dev xorg-libxcb-dev"
    1.23  			;;
    1.24  	esac
    1.25  }