wok-next diff libplayer/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/libplayer/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/libplayer/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,8 +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 xorg-libxcb-dev"
     1.8 -# xorg-libX11-dev libvdpau-dev with --enable-xlib-hack
     1.9 +BUILD_DEPENDS="shared-mime-info xine-lib-dev libxcb-dev"
    1.10 +# libx11-dev libvdpau-dev with --enable-xlib-hack
    1.11  SPLIT="$PACKAGE-dev"
    1.12  
    1.13  compile_rules() {
    1.14 @@ -31,11 +31,11 @@
    1.15  	case $PACKAGE in
    1.16  		libplayer)
    1.17  			copy @std
    1.18 -			DEPENDS="xine-lib xorg-libxcb"
    1.19 +			DEPENDS="xine-lib libxcb"
    1.20  			;;
    1.21  		*-dev)
    1.22  			copy @dev
    1.23 -			DEPENDS="libplayer xine-lib-dev xorg-libxcb-dev"
    1.24 +			DEPENDS="libplayer xine-lib-dev libxcb-dev"
    1.25  			;;
    1.26  	esac
    1.27  }