wok-next diff xine-ui/receipt @ rev 21375

updated mpd (0.17.2 -> 0.21.22)
author Hans-G?nter Theisgen
date Thu Apr 16 13:45:16 2020 +0100 (2020-04-16)
parents 0c430fcaf2d9
children
line diff
     1.1 --- a/xine-ui/receipt	Sun Nov 04 11:22:16 2018 +0200
     1.2 +++ b/xine-ui/receipt	Thu Apr 16 13:45:16 2020 +0100
     1.3 @@ -12,8 +12,8 @@
     1.4  WGET_URL="$SF_MIRROR/xine/$TARBALL"
     1.5  
     1.6  # Keep Xine small for Live system, we have MPlayer or VLC has big video player.
     1.7 -BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-dev xorg-libXv-dev \
     1.8 -xorg-libXxf86vm-dev libpng16-dev libjpeg-turbo-dev xorg-libXScrnSaver-dev"
     1.9 +BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-dev libxv-dev \
    1.10 +libxxf86vm-dev libpng-dev libjpeg-turbo-dev libxscrnsaver-dev"
    1.11  
    1.12  COOKOPTS="!menus" # Use a custom .desktop file
    1.13  
    1.14 @@ -29,6 +29,6 @@
    1.15  genpkg_rules() {
    1.16  	copy @std
    1.17  	rm $fs/usr/share/xine/visuals/*.mpv # remove the sample
    1.18 -	DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv xorg-libXi libpng16 \
    1.19 -	xorg-libXft xorg-libXxf86vm xorg-libXScrnSaver"
    1.20 +	DEPENDS="xine-lib libvorbis libxtst libxv libxi libpng \
    1.21 +	libxft libxxf86vm libxscrnsaver"
    1.22  }