migrating overlay

git-svn-id: http://svn.sabayonlinux.org/overlay@4 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
cvill64
2006-09-13 23:25:21 +00:00
parent a5467272eb
commit 789783addb
205 changed files with 12077 additions and 0 deletions
@@ -0,0 +1,3 @@
MD5 f95699c2f4249d21105d7977a15d5dcc mmpython-0.4.9.tar.gz 127953
RMD160 d7096d74dfea2e0b0c7fae0b8d50d0306b578b30 mmpython-0.4.9.tar.gz 127953
SHA256 6d0ece18d422bc9f2d987efb3b4e24f8a66cdc8e3d011aa52b59cb40c85b212c mmpython-0.4.9.tar.gz 127953
@@ -0,0 +1,20 @@
--- disc/ifomodule.c~ 2004-07-17 10:46:52.000000000 +0200
+++ disc/ifomodule.c 2006-04-11 07:59:38.030697690 +0200
@@ -8,6 +8,7 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
+#include <stdint.h>
#include <dvdread/dvd_reader.h>
#include <dvdread/ifo_types.h>
--- disc/cdrommodule.c~ 2003-06-23 21:26:16.000000000 +0200
+++ disc/cdrommodule.c 2006-04-11 07:58:02.463087444 +0200
@@ -36,6 +36,7 @@
#include "Python.h"
#include <fcntl.h>
#include <sys/ioctl.h>
+#include <stdint.h>
#ifdef __linux__
#include <linux/cdrom.h>