summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-16 10:00:33 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-16 10:00:33 +0000
commitc20a165addf1ee3085a6a5a367bbaf9b4c478861 (patch)
tree590f3ade9186c63a516eeddecf93faff6bb39c1f /media-libs/libdvdnav/files
parentVersion bumped. (diff)
downloadgentoo-2-c20a165addf1ee3085a6a5a367bbaf9b4c478861.tar.gz
gentoo-2-c20a165addf1ee3085a6a5a367bbaf9b4c478861.tar.bz2
gentoo-2-c20a165addf1ee3085a6a5a367bbaf9b4c478861.zip
Version bumped.
Diffstat (limited to 'media-libs/libdvdnav/files')
-rw-r--r--media-libs/libdvdnav/files/digest-libdvdnav-0.1.71
-rw-r--r--media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch24
2 files changed, 1 insertions, 24 deletions
diff --git a/media-libs/libdvdnav/files/digest-libdvdnav-0.1.7 b/media-libs/libdvdnav/files/digest-libdvdnav-0.1.7
new file mode 100644
index 000000000000..49f5dffccda4
--- /dev/null
+++ b/media-libs/libdvdnav/files/digest-libdvdnav-0.1.7
@@ -0,0 +1 @@
+MD5 d17a4a77d06d6c97328b177c7e48baf5 libdvdnav-0.1.7.tar.gz 333610
diff --git a/media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch b/media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch
deleted file mode 100644
index 03d5a4d3b694..000000000000
--- a/media-libs/libdvdnav/files/libdvdnav-0.1.2-gentoo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- read_cache.c 26 Jun 2002 14:59:48 -0000 1.10
-+++ read_cache.c 30 Jun 2002 16:02:55 -0000 1.11
-@@ -83,7 +83,7 @@
- #define _MT_TRACE 1
-
- #if _MT_TRACE
--#define dprintf(fmt, args...) fprintf(stderr, "%s: " fmt, __FUNCTION__, ##args);
-+#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, ##__FUNCTION__##, ##args);
- #else
- #define dprintf(fmt, args...) /* Nowt */
- #endif
-@@ -384,9 +384,9 @@
- * This is so that fewer realloc's happen if at all.
- */
- if (self->cache_buffer) {
-- if( block_count > self->cache_malloc_size) {
-+ if(block_count > self->cache_malloc_size) {
- self->cache_buffer = realloc(self->cache_buffer, block_count * DVD_VIDEO_LB_LEN);
-- dprintf("libdvdnav:read_cache:pre_cache DVD read realloc happened\n");
-+ dprintf("libdvdnav:read_cache:pre_cache DVD read realloc happened\n");
- self->cache_malloc_size = block_count;
- }
- } else {
-