public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/opencv/files/, media-libs/opencv/
Date: Fri, 29 Apr 2011 19:39:07 +0000 (UTC)	[thread overview]
Message-ID: <c9d131843e69f93b4bbaae90f1f17e3eb29bfe5a.scarabeus@gentoo> (raw)

commit:     c9d131843e69f93b4bbaae90f1f17e3eb29bfe5a
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 19:38:22 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:38:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9d13184

[media-libs/opencv] Add initial patch to fix bundled libraries calls (will for sure need more work)

---
 .../opencv/files/2.2.0-use_system_libs.patch       |   12 ++++++++++++
 media-libs/opencv/opencv-2.2.0.ebuild              |    1 +
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/media-libs/opencv/files/2.2.0-use_system_libs.patch b/media-libs/opencv/files/2.2.0-use_system_libs.patch
new file mode 100644
index 0000000..c85bd6e
--- /dev/null
+++ b/media-libs/opencv/files/2.2.0-use_system_libs.patch
@@ -0,0 +1,12 @@
+diff -urN OpenCV-2.2.0.old/modules/core/src/lapack.cpp OpenCV-2.2.0/modules/core/src/lapack.cpp
+--- OpenCV-2.2.0.old/modules/core/src/lapack.cpp	2010-12-05 04:35:24.000000000 +0100
++++ OpenCV-2.2.0/modules/core/src/lapack.cpp	2011-04-29 21:34:50.000000000 +0200
+@@ -48,7 +48,7 @@
+   typedef __CLPK_integer    integer;
+   typedef __CLPK_real       real;
+ #else
+-  #include "clapack.h"
++  #include <clapack/clapack.h>
+ #endif
+ 
+ #undef abs

diff --git a/media-libs/opencv/opencv-2.2.0.ebuild b/media-libs/opencv/opencv-2.2.0.ebuild
index 249cc73..3af965d 100644
--- a/media-libs/opencv/opencv-2.2.0.ebuild
+++ b/media-libs/opencv/opencv-2.2.0.ebuild
@@ -60,6 +60,7 @@ PATCHES=(
 	"${FILESDIR}/${PV}-gcc46.patch"
 	"${FILESDIR}/${PV}-ptrcvcapture.patch"
 	"${FILESDIR}/${PV}-v4l_2.6.38.patch"
+	"${FILESDIR}/${PV}-use_system_libs.patch"
 )
 
 S=${WORKDIR}/${MY_P}



             reply	other threads:[~2011-04-29 19:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 19:39 Tomas Chvatal [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-30 19:57 [gentoo-commits] proj/kde:master commit in: media-libs/opencv/files/, media-libs/opencv/ Andreas K. Huettel
2011-04-30 10:28 Tomas Chvatal
2011-04-30  9:59 Tomas Chvatal
2011-04-30  9:20 Tomas Chvatal
2011-04-29 22:09 Tomas Chvatal
2011-04-29 21:43 Tomas Chvatal
2011-04-29 20:00 Tomas Chvatal
2011-04-29 19:25 Tomas Chvatal
2011-04-29 19:08 Tomas Chvatal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c9d131843e69f93b4bbaae90f1f17e3eb29bfe5a.scarabeus@gentoo \
    --to=scarabeus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox