[arch-commits] CVS update of extra/multimedia/lsdvd (stdint_usage.patch)

Aaron Griffin aaron at archlinux.org
Fri Sep 28 23:18:24 UTC 2007


    Date: Friday, September 28, 2007 @ 19:18:24
  Author: aaron
    Path: /home/cvs-extra/extra/multimedia/lsdvd

   Added: stdint_usage.patch (1.1)

I always forget these...


--------------------+
 stdint_usage.patch |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: extra/multimedia/lsdvd/stdint_usage.patch
diff -u /dev/null extra/multimedia/lsdvd/stdint_usage.patch:1.1
--- /dev/null	Fri Sep 28 19:18:24 2007
+++ extra/multimedia/lsdvd/stdint_usage.patch	Fri Sep 28 19:18:24 2007
@@ -0,0 +1,22 @@
+--- a/lsdvd.c	2006-03-02 07:48:11.000000000 -0600
++++ b/lsdvd.c	2007-09-27 19:15:28.000000000 -0500
+@@ -13,6 +13,7 @@
+  *  2003-04-19  Cleanups get_title_name, added dvdtime2msec, added helper macros,
+  *			  output info structures in form of a Perl module, by Henk Vergonet.
+  */
++#include <stdint.h>
+ #include <dvdread/ifo_read.h>
+ #include <string.h>
+ #include <sys/stat.h>
+--- a/configure	2005-12-12 14:22:45.000000000 -0600
++++ b/configure	2007-09-27 19:15:13.000000000 -0500
+@@ -2887,8 +2887,8 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+-#include <dvdread/ifo_read.h>
+ 		#include <stdint.h>
++#include <dvdread/ifo_read.h>
+ int
+ main ()
+ {




More information about the arch-commits mailing list