Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv32600

Added Files:
        libvpx.info 
Log Message:
to 10.7 with owner OK

--- NEW FILE: libvpx.info ---
Package: libvpx
Version: 0.9.6
Revision: 3
Description: WebM VP8 Codec SDK
DescPackaging: <<
        Only contains headers and static library. Doesn't make shared libs.
<<
License: BSD
Homepage: http://www.webmproject.org/
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>

Source: http://webm.googlecode.com/files/%n-v%v.tar.bz2
Source-MD5: 383f3f07a76099682abb43f79b692b72

PatchScript: <<
        perl -pi -e 's/-isysroot.*sdk//g' build/make/configure.sh
        perl -pi -e 's/USE_POSIX_MMAP 0/USE_POSIX_MMAP 1/' vpxenc.c
<<

BuildDepends: (%m != powerpc) yasm
BuildDependsOnly: true

NoSetCPPFLAGS: true
NoSetLDFLAGS: true

CompileScript: <<
        #!/bin/bash -ev
        
        let version=`uname -r | cut -d . -f 1`
        if [ $version -gt 9 ]; then
                let version=9
        fi
        
        if [ "%m" = "powerpc" ]; then
                ./configure %c --target=ppc32-darwin${version}-gcc
        elif [ "%m" = "i386" ]; then
                if [ $version = "8" ]; then
                        ./configure %c --target=x86-darwin${version}-gcc 
--disable-postproc
                else
                        ./configure %c --target=x86-darwin${version}-gcc
                fi
        else
                ./configure %c --target=%m-darwin${version}-gcc
        fi
        make
<<

InstallScript: <<
        make install DESTDIR=%d
        chmod 0644 %i/include/vpx/*
<<

DocFiles: AUTHORS CHANGELOG LICENSE README PATENTS

SplitOff: <<
        Package: %N-bin
        Files: bin
        
        DocFiles: AUTHORS CHANGELOG LICENSE README PATENTS
<<


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to