wok diff freedoom/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 c16b99eee970
children 71aed96e697c
line diff
     1.1 --- a/freedoom/receipt	Tue Mar 15 21:03:13 2011 +0000
     1.2 +++ b/freedoom/receipt	Sat Jan 23 11:28:22 2016 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="completely free Doom IWADS (game data)"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -BUILD_DEPENDS="deutex-devel python git ghostscript imagemagick"
     1.8 +LICENSE="BSD"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.nongnu.org/freedoom/"
    1.11  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/source/$TARBALL"
    1.12  
    1.13 +BUILD_DEPENDS="deutex-devel python git ghostscript imagemagick"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -23,6 +25,6 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr
    1.22 -	cp -a $_pkg/usr/share $fs/usr
    1.23 +	cp -a $install/usr/share $fs/usr
    1.24  }
    1.25