[packages/gtkpod] - mp4v2 dependency removed upstream

kiesiu kiesiu at pld-linux.org
Mon Oct 22 21:05:08 CEST 2012


commit 060a067941d878998fe2958f04d26f6d7b3bd638
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Mon Oct 22 20:35:48 2012 +0200

    - mp4v2 dependency removed upstream

 itmf_tags.patch | 27 ---------------------------
 1 file changed, 27 deletions(-)
---
diff --git a/itmf_tags.patch b/itmf_tags.patch
deleted file mode 100644
index 66e88de..0000000
--- a/itmf_tags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- gtkpod-2.1.0/./CMakeLists.txt~	2011-07-17 20:46:59.000000000 +0300
-+++ gtkpod-2.1.0/./CMakeLists.txt	2011-08-18 01:19:43.993660139 +0300
-@@ -51,7 +51,7 @@
- # typedef void* MP4FileHandle;//>
- # #include <mp4v2/itmf_tags.h>
- # This matches the way it's used in the code, and the autoconf test
--CHECK_INCLUDE_FILES("mp4v2/platform.h>\ntypedef void* MP4FileHandle\;//;mp4v2/itmf_tags.h" HAVE_MP4V2_ITMF_TAGS_H)
-+CHECK_INCLUDE_FILES("mp4v2/platform.h>\ninclude <stdint.h>\ntypedef void* MP4FileHandle\;//;mp4v2/itmf_tags.h" HAVE_MP4V2_ITMF_TAGS_H)
- 
- set(OPT_INCLUDES "")
- set(OPT_CFLAGS "")
---- gtkpod-2.1.0/configure.ac	2011-08-18 01:19:58.317693619 +0300
-+++ gtkpod-2.1.0/configure.ac	2011-08-18 01:24:48.655205091 +0300
-@@ -280,9 +280,12 @@
- 	dnl rollback to older mp4 library - should help with distros
- 	dnl not using 1.9.1 of the mp4v2 library
- 	AC_CHECK_HEADERS([mp4.h], have_mp4=yes, have_mp4=no)
-+else
-+	AC_CHECK_HEADERS([mp4v2/platform.h], [], [])
- fi
- AC_CHECK_HEADERS([mp4v2/itmf_tags.h], [], [],
--		 [#ifdef HAVE_MP4V2_PLATFORM_H
-+		 [#include <stdint.h>
-+		  #ifdef HAVE_MP4V2_PLATFORM_H
- 		  # include <mp4v2/platform.h>
- 		  #endif
- 		  typedef void* MP4FileHandle;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtkpod.git/commitdiff/6a6ed57a3ce8641b1a32870efe24cd7c27fe71fe



More information about the pld-cvs-commit mailing list