wok diff libvpx/receipt @ rev 13710

get-OpenOffice3: small fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 17 20:32:43 2012 +0100 (2012-12-17)
parents f04c3a68b778
children 6d82665228b2
line diff
     1.1 --- a/libvpx/receipt	Thu Nov 17 20:44:01 2011 +0000
     1.2 +++ b/libvpx/receipt	Mon Dec 17 20:32:43 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libvpx"
     1.7 -VERSION="0.9.7-p1"
     1.8 +VERSION="1.1.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="The VP8 Codec SDK"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -17,8 +17,8 @@
    1.13  {
    1.14  	./configure --enable-vp8 \
    1.15  		--enable-runtime-cpu-detect \
    1.16 +		--enable-postproc \
    1.17  		--enable-shared \
    1.18 -		--enable-postproc \
    1.19  		--enable-pic \
    1.20  		--disable-install-docs \
    1.21  		--disable-install-srcs && 
    1.22 @@ -30,5 +30,5 @@
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25  	cp -a $install/usr/bin $fs/usr
    1.26 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/*.so.* $fs/usr/lib
    1.28  }