Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv8693

Modified Files:
        libdvdnav2.info 
Added Files:
        libdvdnav.info libdvdnav.patch 
Removed Files:
        libdvdnav2.patch 
Log Message:
latest version to stable


--- NEW FILE: libdvdnav.patch ---
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: 11
###
Depends: libdvdread4-shlibs, %N4-shlibs (= %v-%r)
BuildDepends: automake1.6, doxygen, libdvdread4
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
Patch: %n.patch
###
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: libdvdread4-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:[EMAIL PROTECTED]

  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
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://dvd.sourceforge.net/


--- libdvdnav2.patch DELETED ---

Index: libdvdnav2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libdvdnav2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libdvdnav2.info     13 Jan 2007 21:25:07 -0000      1.3
+++ libdvdnav2.info     29 Aug 2007 15:18:50 -0000      1.4
@@ -1,45 +1,35 @@
 Package: libdvdnav2
 Version: 0.1.10
-Revision: 2
-###
-Depends: libdvdread4-shlibs, %N-shlibs (= %v-%r)
-BuildDepends: doxygen, libdvdread4, libdvdcss
+Revision: 10
+Type: nosource
+BuildDepends: libdvdnav (>= 0.1.10-11)
 BuildDependsOnly: true
 Conflicts: libdvdnav1
 Replaces: libdvdnav1
 ###
-Source: mirror:sourceforge:dvd/libdvdnav-%v.tar.gz
-Source-MD5: c8ddee96ba1182d73447eaf0bb6fde81
-Patch: %n.patch
-###
-###
-ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+#Source: mirror:sourceforge:dvd/libdvdnav-%v.tar.gz
+#Source-MD5: c8ddee96ba1182d73447eaf0bb6fde81
 ###
-DocFiles: COPYING README
+CompileScript: echo "no CompileScript needed"
+InstallScript: <<
+ install -d -m 755 %i/share/doc/dummy
+ touch %i/share/doc/dummy/%n %i/share/doc/dummy/%N-shlibs
+<<
 ###
 SplitOff: <<
   Package: %N-shlibs
-  Depends: libdvdread4-shlibs
+  Depends: libdvdnav4-shlibs
   Conflicts: libdvdnav1-shlibs
-  replaces: libdvdnav1-shlibs
+  Replaces: libdvdnav1-shlibs
   Files: <<
-    lib/libdvdnav.*.dylib
-  <<
-  Shlibs: <<
-    %p/lib/libdvdnav.1.dylib 2.0.0 libdvdnav2-shlibs (>= 0.1.3-1)
+    share/doc/dummy/%N-shlibs
   <<
-  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:[EMAIL PROTECTED]
-
-  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
+Description: DVD navigation Library (dummy)
+DescPackaging: <<
+  This package is a placeholder, kept for upgrading purposes. 
+  The real package is libdvdnav / libdvdnav4-shlibs.
 <<
 ###
 License: GPL


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to