Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (695bc4e4a2ddbf2e393d0bccf78c8a3d045fbe9f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (695bc4e4a2ddbf2e393d0bccf78c8a3d045fbe9f)
  • Date: Sat, 29 Nov 2008 07:19:48 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
graphics-libs/opencv/DEPENDS | 11 +++++++++++
graphics-libs/opencv/DETAILS | 15 +++++++++++++++
graphics-libs/opencv/HISTORY | 5 +++++
graphics-libs/opencv/PRE_BUILD | 7 +++++++
kde4-apps/digikam4/DEPENDS | 4 ++--
kde4-apps/kipi-plugins4/DEPENDS | 1 +
kde4-apps/kipi-plugins4/HISTORY | 3 +++
8 files changed, 47 insertions(+), 2 deletions(-)

New commits:
commit 695bc4e4a2ddbf2e393d0bccf78c8a3d045fbe9f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell - graphics-libs/opencv

commit 8c9f57b7fab6e37240086ef68eadd8a19babb386
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

digikam4 - missing DEPENDS changes

commit 83798ab36b05f6927fd85632dbd5a1c79b709919
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kipi-plugins4 0 extra depends opencv

diff --git a/ChangeLog b/ChangeLog
index 4690bfb..185e24a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * graphics-libs/opencv: new spell, computer vision library
+
2008-11-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* audio-players/ncmpcpp: new spell, a console mpd client

diff --git a/graphics-libs/opencv/DEPENDS b/graphics-libs/opencv/DEPENDS
new file mode 100755
index 0000000..9932b87
--- /dev/null
+++ b/graphics-libs/opencv/DEPENDS
@@ -0,0 +1,11 @@
+depends g++ &&
+depends pkgconfig &&
+optional_depends python '--with-python' '--without-python' '' &&
+optional_depends swig '--with-swig' '--without-swig' '' &&
+optional_depends xine-lib '--with-xine' '--without-xine' '' &&
+optional_depends gstreamer '--with-gstreamer' '--without-gstreamer' ''
&&
+optional_depends libraw1394 '--with-1394libs' '--without-1394libs'
'Firewire support' &&
+optional_depends unicap '--with-unicap' '--without-unicap'
'video capture' &&
+optional_depends libquicktime '--with-quicktime' '--without-quicktime' ''
&&
+optional_depends gtk+2 '--with-gtk' '--without-gtk' 'gtk+ 2.0
windows' &&
+optional_depends LIBAVCODEC '--with-ffmpeg' '--without-ffmpeg' ''
diff --git a/graphics-libs/opencv/DETAILS b/graphics-libs/opencv/DETAILS
new file mode 100755
index 0000000..34f8580
--- /dev/null
+++ b/graphics-libs/opencv/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=opencv
+ VERSION=1.1pre1
+
SOURCE_HASH=sha512:d241f4cc19f7c3783cfe327ed8c7246dbfb7a217c55b5b03841f04d674eaf387a363c5e3dcd5b26ab7082cd66944ace10c9bc79dced2cf566bfa2b020f700168
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/pre?/.0}
+ SOURCE_URL[0]=$SOURCEFORGE_URL/opencvlibrary/$SOURCE
+ WEB_SITE=http://opencv.willowgarage.com/wiki/
+ LICENSE[0]=GPL
+ ENTERED=20081112
+ KEYWORDS="graphics"
+ SHORT="real time computer vision"
+cat << EOF
+The Open Computer Vision Library has > 500 algorithms, documentation and
sample code for
+real time computer vision.
+EOF
diff --git a/graphics-libs/opencv/HISTORY b/graphics-libs/opencv/HISTORY
new file mode 100644
index 0000000..4c2e83c
--- /dev/null
+++ b/graphics-libs/opencv/HISTORY
@@ -0,0 +1,5 @@
+2008-11-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1pre1
+ * PRE_BUILD: added, fix for recent ffmpeg
+ spell created
+
diff --git a/graphics-libs/opencv/PRE_BUILD b/graphics-libs/opencv/PRE_BUILD
new file mode 100755
index 0000000..cb1cdcc
--- /dev/null
+++ b/graphics-libs/opencv/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix for recent ffmpeg
+sed -i -e
's|ffmpeg/avc|libavcodec/avc|;s|ffmpeg/sw|libswscale/sw|;s|ffmpeg/avf|libavformat/avf|'
\
+configure otherlibs/highgui/cvcap_ffmpeg.cpp
+
+#patch -p0 < $SPELL_DIRECTORY/xxx.diff
diff --git a/kde4-apps/digikam4/DEPENDS b/kde4-apps/digikam4/DEPENDS
index 96a7b01..02d07d0 100755
--- a/kde4-apps/digikam4/DEPENDS
+++ b/kde4-apps/digikam4/DEPENDS
@@ -2,10 +2,10 @@ source "$SECTION_DIRECTORY/KDE_DEPENDS" &&
sub_depends qt4 SQLITE &&
depends sqlite &&
depends lcms &&
-depends libgphoto2 &&
depends kdegraphics4 &&
depends jasper &&
depends lensfun &&
if [[ $VERSION == svn ]];then
depends subversion
-fi
+fi &&
+optional_depends libgphoto2 '' '' 'digital camera support'
diff --git a/kde4-apps/kipi-plugins4/DEPENDS b/kde4-apps/kipi-plugins4/DEPENDS
index 23dce97..07b3f49 100755
--- a/kde4-apps/kipi-plugins4/DEPENDS
+++ b/kde4-apps/kipi-plugins4/DEPENDS
@@ -3,5 +3,6 @@ depends kdegraphics4 &&
optional_depends libxslt "" "" "for HtmlExport plugin" &&
optional_depends libgphoto2 "" "" "for kameraklient plugin" &&
optional_depends libgpod "" "" "for iPod Export support" &&
+optional_depends opencv "" "" "for RemoveRedEyes plugin" &&
optional_depends tiff "" "" "for
AcquireImages/JpegLossless/RawConverter plugins"

diff --git a/kde4-apps/kipi-plugins4/HISTORY b/kde4-apps/kipi-plugins4/HISTORY
index 381460e..31fd7af 100644
--- a/kde4-apps/kipi-plugins4/HISTORY
+++ b/kde4-apps/kipi-plugins4/HISTORY
@@ -1,3 +1,6 @@
+2008-11-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional opencv
+
2008-11-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.0-beta4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (695bc4e4a2ddbf2e393d0bccf78c8a3d045fbe9f), Treeve Jelbert, 11/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page