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

Added Files:
        libdvdnav.info libdvdnav.patch libdvdread.3.info 
Log Message:
to 10.7

--- NEW FILE: libdvdnav.patch ---
diff -ru libdvdnav-0.1.10.orig/configure libdvdnav-0.1.10/configure
--- libdvdnav-0.1.10.orig/configure     2004-06-10 17:13:17.000000000 -0400
+++ libdvdnav-0.1.10/configure  2008-04-22 10:55:11.000000000 -0400
@@ -21464,7 +21464,7 @@
 
 
 
-case "`id`" in
+case dontmatch in
   uid=0\(* )
     echo "$as_me:$LINENO: checking for aclocal directory" >&5
 echo $ECHO_N "checking for aclocal directory... $ECHO_C" >&6
diff -ru libdvdnav-0.1.10.orig/src/dvdread/bswap.h 
libdvdnav-0.1.10/src/dvdread/bswap.h
--- libdvdnav-0.1.10.orig/src/dvdread/bswap.h   2004-01-11 16:43:13.000000000 
-0500
+++ libdvdnav-0.1.10/src/dvdread/bswap.h        2006-03-02 20:38:09.000000000 
-0500
@@ -84,6 +84,12 @@
       (((x) & 0x000000000000ff00) << 40) | \
       (((x) & 0x00000000000000ff) << 56))
 
+#elif defined(__APPLE__)
+#include <libkern/OSByteOrder.h>
+#define B2N_16(x) x = OSSwapInt16(x)
+#define B2N_32(x) x = OSSwapInt32(x)
+#define B2N_64(x) x = OSSwapInt64(x)
+
 #else
 
 /* If there isn't a header provided with your system with this functionality

--- NEW FILE: libdvdnav.info ---
Package: libdvdnav
Version: 0.1.10
Revision: 14
###
Depends: %N4-shlibs (= %v-%r)
BuildDepends: doxygen, fink (>= 0.24.12-1), libdvdread.3
BuildDependsOnly: true
Conflicts: libdvdnav1, libdvdnav2 (<= 0.1.10-1)
Replaces: libdvdnav1, libdvdnav2 (<= 0.1.10-1)
###
Source: mirror:sourceforge:dvd/libdvdnav-%v.tar.gz
Source-MD5: c8ddee96ba1182d73447eaf0bb6fde81
# Patch enables building on Intel
PatchFile: %n.patch
PatchFile-MD5: 54f4a2f15a2103100a07c741eacdbccb
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
NoSetLDFLAGS: true
DocFiles: COPYING README
###
SplitOff: <<
  Package: %N4-shlibs
  Depends: libdvdread.3-shlibs
  Conflicts: libdvdnav1-shlibs
  Replaces: libdvdnav1-shlibs, libdvdnav2-shlibs (<= 0.1.10-1)
  Files: <<
    lib/libdvdnav.*.dylib
  <<
  Shlibs: <<
    %p/lib/libdvdnav.4.dylib 5.0.0 libdvdnav4-shlibs (>= 0.1.10-10)
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
Description: DVD navigation Library based on Ogle-code
DescDetail: <<
  This library is based on Ogle-code, but will be rewritten in the time
  comming. It's hosted on http://dvd.sourceforge.net/. Please report bugs
  to the developers mailinglist at mailto:dvd-de...@lists.sourceforge.net

  The library is currently used by the following projects:
    menu - A simple example program to demonstrate some features
    xine-dvdnav - A full-featuted DVD plugin for xine
<<
DescPackaging: <<
  Make sure installed .m4 goes in correct place
<<
###
License: GPL
Maintainer: Justin F. Hallett <the...@users.sourceforge.net>
Homepage: http://dvd.sourceforge.net/


--- NEW FILE: libdvdread.3.info ---
Package: libdvdread.3
Version: 0.9.7
Revision: 101.1
###
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libdvdread, libdvdread4
Replaces: libdvdread, libdvdread4
###
Source: http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-%v.tar.gz
Source-MD5: 078788c9241ae16763529e1235502337
###
PatchScript: <<
  ### dlopen fix
  perl -pi -e 's,libdvdcss.so.2,%p/lib/libdvdcss.2.dylib,g' dvdread/dvd_input.c
  ### keep for the moment UDFFindFile external for the sake of the dvdbackup pkg
  perl -pi -e 's,(export-symbols-regex.*)DVD,$1UDFFindFile|DVD,' 
dvdread/Makefile.in
<<
###
ConfigureParams: --without-libdvdcss --with-pic --enable-shared --enable-static 
--mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib 
--disable-dependency-tracking --libdir=%p/lib/libdvdread
InstallScript: <<
        make install DESTDIR=%d
        ln -s libdvdread/libdvdread.{a,dylib,la} %i/lib
<<
###
SplitOff: <<
  Package: %N-shlibs
  Recommends: libdvdcss-shlibs
  Files: <<
    lib/libdvdread/libdvdread.*.dylib
  <<
  Shlibs: <<
    %p/lib/libdvdread/libdvdread.3.dylib 6.0.0 %n (>= 0.9.7-1)
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: COPYING
###
Description: Provides functions for reading video DVDs
DescDetail: <<
  libdvdread provides a simple foundation for reading DVD video disks. It
  provides the functionality that is required to access many DVDs. It parses
  IFO files, reads NAV-blocks, and performs CSS authentication and 
  descrambling.

  libdvdcss-shlibs is required to be installed if you want decryption support.
<<
DescUsage: <<
  Use libdvdread.3/libdvdread.3-shlibs instead of either
  libdvdread4/libdvdread4-shlibs or libdvdread/libdvdread3-shlibs
<<
DescPackaging: <<
  There have been package sets libdvdread4/libdvdread4-shlibs and
  libdvdread/libdvdread3-shlibs that both supply the same install_name
  .dylib. This situation causes hopeless deadlocks and/or breakage
  when switching from one to the other. We'll make a clean break,
  installing a self-consistent (and consistently-named) set of
  packages with an install_name and package-name that have never been
  used before.
<<
###
License: GPL
Maintainer: Justin F. Hallett <the...@users.sourceforge.net>
Homepage: http://www.dtek.chalmers.se/~dvd/downloads.shtml


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to