Ticket #13439: lsdvd.patch

File lsdvd.patch, 1.8 KB (added by ecronin (Eric Cronin), 16 years ago)
  • files/configure.patch

     
     1--- configure.orig      2007-11-27 22:52:21.000000000 -0500
     2+++ configure   2007-11-27 22:53:16.000000000 -0500
     3@@ -2887,8 +2887,8 @@
     4 cat confdefs.h >>conftest.$ac_ext
     5 cat >>conftest.$ac_ext <<_ACEOF
     6 /* end confdefs.h.  */
     7-#include <dvdread/ifo_read.h>
     8                #include <stdint.h>
     9+#include <dvdread/ifo_read.h>
     10 int
     11 main ()
     12 {
  • files/lsdvd_c.patch

     
     1--- lsdvd.c.orig        2007-11-27 22:57:02.000000000 -0500
     2+++ lsdvd.c     2007-11-27 22:57:20.000000000 -0500
     3@@ -13,13 +13,13 @@
     4  *  2003-04-19  Cleanups get_title_name, added dvdtime2msec, added helper macros,
     5  *                       output info structures in form of a Perl module, by Henk Vergonet.
     6  */
     7+#include <stdint.h>
     8 #include <dvdread/ifo_read.h>
     9 #include <string.h>
     10 #include <sys/stat.h>
     11 #include <stdio.h>
     12 #include <stdlib.h>
     13 #include <unistd.h>
     14-#include <stdint.h>
     15 #include "lsdvd.h"
     16 #include "ocode.h"
     17 
  • Portfile

     
    44
    55name             lsdvd
    66version          0.16
     7revision         1
    78categories       sysutils multimedia
    89maintainers      gizmolabs.org:ecronin
    910platforms        darwin
     
    2021checksums        md5  340e1abe5c5e5abf7ff8031e78f49ee7 \
    2122                 sha1 d5c0d32bfb220807ebdc0bfbb17679e7294791f4 \
    2223                 rmd160 fcd0993aea6ad2203c8be019ec31ba7c8660ca25
     24patchfiles       configure.patch lsdvd_c.patch
    2325depends_lib      port:libdvdread