From cf45b4648f82fca263ccbca9d786d4b3f887a16b Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 18 Sep 2006 12:31:52 +0000 Subject: [PATCH] Stefan Fiedler: add imgseek, pyqt, sip [2006091121472024215] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7900 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/stf/imgseek/imgseek.desc | 44 ++++++++++++++++++++++++++++ package/stf/pyqt/pyqt.conf | 1 + package/stf/pyqt/pyqt.desc | 45 +++++++++++++++++++++++++++++ package/stf/sip/sip.conf | 1 + package/stf/sip/sip.desc | 49 ++++++++++++++++++++++++++++++++ 5 files changed, 140 insertions(+) create mode 100644 package/stf/imgseek/imgseek.desc create mode 100644 package/stf/pyqt/pyqt.conf create mode 100644 package/stf/pyqt/pyqt.desc create mode 100644 package/stf/sip/sip.conf create mode 100644 package/stf/sip/sip.desc diff --git a/package/stf/imgseek/imgseek.desc b/package/stf/imgseek/imgseek.desc new file mode 100644 index 000000000..751a9aeb6 --- /dev/null +++ b/package/stf/imgseek/imgseek.desc @@ -0,0 +1,44 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/stf/imgseek/imgseek.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] a photo collection manager and viewer + +[T] imgSeek is a photo collection manager and viewer with content-based +[T] search and many other features. The query is expressed either as a +[T] rough sketch painted by the user or as another image you supply (or an +[T] image in your collection). The searching algorithm makes use of +[T] multiresolution wavelet decomposition of the query and database images. + +[U] http://www.imgseek.net/ + +[A] Ricardo Niederberger Cabral { Admin / Lead Developer } +[M] Stefan Fiedler + +[C] extra/multimedia + +[L] GPL +[S] Stable +[V] 0.8.6 +[P] X -----5---9 810.000 + +[D] 701158350 imgSeek-0.8.6.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/imgseek/ diff --git a/package/stf/pyqt/pyqt.conf b/package/stf/pyqt/pyqt.conf new file mode 100644 index 000000000..de523c8a3 --- /dev/null +++ b/package/stf/pyqt/pyqt.conf @@ -0,0 +1 @@ +hook_add preconf 5 "echo yes | python configure.py -y qt-mt" diff --git a/package/stf/pyqt/pyqt.desc b/package/stf/pyqt/pyqt.desc new file mode 100644 index 000000000..439230fa6 --- /dev/null +++ b/package/stf/pyqt/pyqt.desc @@ -0,0 +1,45 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/stf/pyqt/pyqt.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Python Bindings for the Qt Toolkit + +[T] PyQt is a set of Python bindings for Trolltech's Qt application +[T] framework and runs on all platforms supported by Qt including +[T] Windows, MacOS/X and Linux. There are two sets of bindings: PyQt v4 +[T] supports Qt v4; and the older PyQt v3 supports Qt v3 and earlier. +[T] The bindings are implemented as a set of Python modules and contain +[T] over 300 classes and nearly 6,000 functions and methods. + +[U] http://www.riverbankcomputing.co.uk/pyqt/ + +[A] Riverbank Computing Limited +[M] Stefan Fiedler + +[C] extra/development + +[L] GPL +[S] Stable +[V] 3.16 +[P] X -----5---9 800.000 + +[D] 173697692 PyQt-x11-gpl-3.16.tar.gz http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ diff --git a/package/stf/sip/sip.conf b/package/stf/sip/sip.conf new file mode 100644 index 000000000..dd8ceb2f5 --- /dev/null +++ b/package/stf/sip/sip.conf @@ -0,0 +1 @@ +hook_add preconf 5 "python configure.py" diff --git a/package/stf/sip/sip.desc b/package/stf/sip/sip.desc new file mode 100644 index 000000000..675dcd980 --- /dev/null +++ b/package/stf/sip/sip.desc @@ -0,0 +1,49 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/stf/sip/sip.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Python C/C++ Bindings Generator + +[T] SIP is a tool that makes it very easy to create Python bindings for C +[T] and C++ libraries. It was originally developed to create PyQt, the +[T] Python bindings for the Qt toolkit, but can be used to create bindings +[T] for any C or C++ library. +[T] +[T] SIP comprises a code generator and a Python module. The code generator +[T] processes a set of specification files and generates C or C++ code +[T] which is then compiled to create the bindings extension module. The +[T] SIP Python module provides support functions to the automatically +[T] generated code. + +[U] http://www.riverbankcomputing.co.uk/sip/ + +[A] Riverbank Computing Limited +[M] Stefan Fiedler + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 4.4.5 +[P] X -----5---9 800.000 + +[D] 191675364 sip-4.4.5.tar.gz http://www.riverbankcomputing.com/Downloads/sip4/