Package: libbluray1-shlibs Version: 0.2.2 Revision: 1 Description: Blu-Ray disc playback library License: OSI-Approved Maintainer: Hanspeter Niederstrasser Depends: << libxml2-shlibs << BuildDepends: << fink-package-precedence, libiconv-dev, libxml2, pkgconfig << Source: ftp://ftp.videolan.org/pub/videolan/libbluray/%v/libbluray-%v.tar.bz2 Source-MD5: cb3254de43276861ea6b07c603f4651c PatchScript: << ### src/examples can use installed headers, so make sure we put the internal headers ahead perl -pi -e 's|DEFAULT_INCLUDES = -I.\@am__isrc\@|$& -I..|g' src/examples/Makefile.in # darwin8 needs the following typedefs from sed -i.orig -e '/#define _DARWIN_C_SOURCE/a\ typedef unsigned char u_char;\ typedef unsigned short u_short;\ typedef unsigned int u_int;\ typedef unsigned long u_long;\ ' src/libbluray/bluray.c << ConfigureParams: << --disable-static --disable-doxygen-doc << CompileScript: << #!/bin/sh -ev ./configure %c make -w fink-package-precedence --prohibit-bdep=libbluray1-dev . << InfoTest: TestScript: make check || exit 2 InstallScript: << make install DESTDIR=%d << DocFiles: COPYING README.txt Shlibs: %p/lib/libbluray.1.dylib 3.0.0 %n (>= 0.2.2-1) SplitOff: << Package: libbluray1-dev Description: libbluray1 developer files Depends: %N (= %v-%r) BuildDependsOnly: true Files: << include lib/libbluray.dylib lib/libbluray.la lib/pkgconfig << DocFiles: COPYING README.txt << Homepage: http://www.videolan.org/developers/libbluray.html DescDetail: << Library designed for Blu-Ray Discs playback for media players << DescPackaging: << Doxygen docs are not generated. If needed, a new libblura1-doc package can be made that just has 'make doxygen-doc' in CompileScript. <<