wok diff libplayer/receipt @ rev 11042

Add pciids. This is so pciutils doesn't have to download anything.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:54:18 2011 +0000 (2011-10-16)
parents f5809be05c82
children 8d6f480bf664
line diff
     1.1 --- a/libplayer/receipt	Thu Mar 10 18:16:56 2011 +0100
     1.2 +++ b/libplayer/receipt	Sun Oct 16 07:54:18 2011 +0000
     1.3 @@ -1,12 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libplayer"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="2.0.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A multimedia A/V abstraction layer API."
    1.11 -DEPENDS="xine-lib"
    1.12 -BUILD_DEPENDS="xine-lib-dev python-dev"
    1.13 -SUGGESTED="mplayer-svn"
    1.14 +DEPENDS="xine-lib mplayer"
    1.15  MAINTAINER="pankso@slitaz.org"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://libplayer.geexbox.org/"
    1.18 @@ -17,13 +15,11 @@
    1.19  {
    1.20  	cd $src
    1.21  	sed -i 's/cat -n/awk '"'"'{ printf "%6d  %s\\n",++n,$0 }'"'"' </' configure
    1.22 -	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--enable-binding-python \
    1.25 +	./configure --prefix=/usr\
    1.26  		--enable-mplayer \
    1.27  		--disable-gstreamer \
    1.28  		--disable-vlc &&
    1.29 -	make -j1 && make -j1 DESTDIR=$PWD/_pkg install
    1.30 +	make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.