wok diff openttd/receipt @ rev 18847

midori-video: remove gst-plugins-bad from depends

most used codecs are inside gst-ffmpeg-0.10.13
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jan 23 11:28:22 2016 +0100 (2016-01-23)
parents 600aaedb561d
children be1594cae466
line diff
     1.1 --- a/openttd/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/openttd/receipt	Sat Jan 23 11:28:22 2016 +0100
     1.3 @@ -11,12 +11,11 @@
     1.4  WGET_URL="http://us.binaries.openttd.org/binaries/releases/$VERSION/$TARBALL"
     1.5  
     1.6  DEPENDS="libsdl lzo zlib libpng icu"
     1.7 -BUILD_DEPENDS="libsdl-dev lzo-dev zlib-dev libpng-dev liblzma-dev"
     1.8 +BUILD_DEPENDS="libsdl-dev lzo-dev zlib-dev libpng-dev liblzma-dev icu-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	./configure \
    1.15  		--prefix-dir=/usr \
    1.16  		--binary-dir=/usr/games \