the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libx264-115-shlibs
Version: 0.0.20110517
Revision: 4
###
BuildDepends: x11-dev, fink (>= 0.24.12-1), yasm (>= 0.8.0-1)
Depends: x11
###
Source: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20110517-2245.tar.bz2
SourceDirectory: x264-snapshot-20110517-2245
Source-MD5: d397fa1bd50e96ba310c8ea25b5e1a73
###
#PatchFile: %n.patch
#PatchFile-MD5: e19f27c355fca4b2493f9250c8668151
###
DocFiles: AUTHORS COPYING
###
NoSetCFLAGS: true
ConfigureParams: <<
--enable-shared \
--disable-lavf \
--disable-swscale \
--enable-visualize \
--enable-pic \
--host=%m-apple-darwin`uname -r`
<<
###
InstallScript: <<
make install DESTDIR=%d
<<
###
Shlibs: %p/lib/libx264.115.dylib 0.0.0 %n (>= 0.0.20110517-1)
###
SplitOff: <<
Package: x264
Depends: libx264-115-shlibs (>= %v-%r), x11
Files: <<
bin
share
<<
DocFiles: AUTHORS COPYING
<<
SplitOff2: <<
Package: libx264-115-dev
Depends: libx264-115-shlibs (>= %v-%r)
Conflicts: <<
libx264-dev,
libx264-98-dev,
libx264-115-dev,
libx264-118-dev,
libx264-devel-dev
<<
Replaces: <<
libx264-dev,
libx264-98-dev,
libx264-115-dev,
libx264-118-dev,
libx264-devel-dev
<<
BuildDependsOnly: true
Files: <<
include
lib/libx264.dylib
lib/pkgconfig
<<
DocFiles: AUTHORS COPYING
<<
###
Description: Encoding H264/AVC video streams
DescDetail: <<
x264 is a free library for encoding H264/AVC video streams
<<
DescPackaging: <<
Starting with library version -98-, the -dev splitoff is named to match the -shlibs splitoff. In version -57-, the dev splitoff was simply named libx264-dev, and this generated much confusion for the dependency engine.
Static library removed beginning with library version -115-.
<<
###
License: GPL
Maintainer: Hanspeter Niederstrasser
Homepage: http://www.videolan.org/developers/x264.html