aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-10 20:12:50 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-10 20:12:50 +0000
commitf7020d812eef72fc3ded87e0aba21cc75c5ff4a2 (patch)
tree74b491c788800c6bd258998fac7eadf1f1f80e06 /packages
parent74990684beabf1e464cc6d57a6a37df5ba864897 (diff)
downloadopenembedded-f7020d812eef72fc3ded87e0aba21cc75c5ff4a2.tar.gz
gtk-webcore: removed not used recipes
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk-webcore/osb-browser-0.5.0/.mtn2git_empty0
-rw-r--r--packages/gtk-webcore/osb-browser-0.5.0/no-pedantic.patch11
-rw-r--r--packages/gtk-webcore/osb-browser_0.5.0.bb12
-rw-r--r--packages/gtk-webcore/osb-jscore-0.5.0/.mtn2git_empty0
-rw-r--r--packages/gtk-webcore/osb-jscore-0.5.0/libm.patch13
-rw-r--r--packages/gtk-webcore/osb-jscore-0.5.0/missing-includes.patch10
-rw-r--r--packages/gtk-webcore/osb-jscore_0.5.0.bb33
-rw-r--r--packages/gtk-webcore/osb-nrcit_0.5.0.bb31
-rw-r--r--packages/gtk-webcore/osb-nrcore-0.5.0/.mtn2git_empty0
-rw-r--r--packages/gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch375
-rw-r--r--packages/gtk-webcore/osb-nrcore_0.5.0.bb36
11 files changed, 0 insertions, 521 deletions
diff --git a/packages/gtk-webcore/osb-browser-0.5.0/.mtn2git_empty b/packages/gtk-webcore/osb-browser-0.5.0/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gtk-webcore/osb-browser-0.5.0/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gtk-webcore/osb-browser-0.5.0/no-pedantic.patch b/packages/gtk-webcore/osb-browser-0.5.0/no-pedantic.patch
deleted file mode 100644
index faabbbf15f..0000000000
--- a/packages/gtk-webcore/osb-browser-0.5.0/no-pedantic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- osb-browser-0.5.0.orig/configure.in 2004-10-18 17:40:28.000000000 +0200
-+++ osb-browser-0.5.0/configure.in 2004-10-24 01:23:26.000000000 +0200
-@@ -54,7 +54,7 @@
- if test "x$GCC" = "xyes"; then
- case " $CFLAGS " in
- *[\ \ ]-Wall[\ \ ]*) ;;
-- *) CFLAGS="$CFLAGS -Wall -Werror -ansi -pedantic" ;;
-+ *) CFLAGS="$CFLAGS -Wall -Werror -ansi" ;;
- esac
- fi
- changequote([,])dnl
diff --git a/packages/gtk-webcore/osb-browser_0.5.0.bb b/packages/gtk-webcore/osb-browser_0.5.0.bb
deleted file mode 100644
index 93821ccb7f..0000000000
--- a/packages/gtk-webcore/osb-browser_0.5.0.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Gtk+ WebCore - reference browser"
-HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <rw@handhelds.org>"
-DEPENDS = "osb-nrcit gtk+ glib-2.0 libglade"
-SECTION = "gpe"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-browser-${PV}.tar.gz \
- file://no-pedantic.patch;patch=1"
-
-inherit autotools
diff --git a/packages/gtk-webcore/osb-jscore-0.5.0/.mtn2git_empty b/packages/gtk-webcore/osb-jscore-0.5.0/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gtk-webcore/osb-jscore-0.5.0/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch b/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
deleted file mode 100644
index b0c0cc6af2..0000000000
--- a/packages/gtk-webcore/osb-jscore-0.5.0/libm.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: osb-jscore-0.5.0/configure.in
-===================================================================
---- osb-jscore-0.5.0.orig/configure.in 2004-10-18 11:39:43.000000000 -0400
-+++ osb-jscore-0.5.0/configure.in 2005-02-02 17:36:36.551550088 -0500
-@@ -18,6 +18,8 @@
- AC_CHECK_HEADERS(string.h strings.h float.h)
-
-
-+# isnan & friends generally come from libm, so link to it if its available
-+AC_CHECK_LIB(m, sin)
-
- AC_CHECK_FUNCS(isnan,[
- AC_DEFINE(HAVE_FUNC_ISNAN,[],[Define to 1 if you have isnan function.])
diff --git a/packages/gtk-webcore/osb-jscore-0.5.0/missing-includes.patch b/packages/gtk-webcore/osb-jscore-0.5.0/missing-includes.patch
deleted file mode 100644
index 42d6ebc9f8..0000000000
--- a/packages/gtk-webcore/osb-jscore-0.5.0/missing-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- osb-jscore-0.5.0.orig/kjs/lookup.h 2004-09-23 10:27:54.000000000 +0200
-+++ osb-jscore-0.5.0/kjs/lookup.h 2004-10-23 22:09:47.000000000 +0200
-@@ -24,6 +24,7 @@
- #define _KJSLOOKUP_H_
-
- #include "identifier.h"
-+#include "object.h"
- #include "value.h"
- #include <stdio.h>
-
diff --git a/packages/gtk-webcore/osb-jscore_0.5.0.bb b/packages/gtk-webcore/osb-jscore_0.5.0.bb
deleted file mode 100644
index 5e38d59f77..0000000000
--- a/packages/gtk-webcore/osb-jscore_0.5.0.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Gtk+ WebCore - JavaScriptCore"
-HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <rw@handhelds.org>"
-SECTION = "gpe"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-jscore-${PV}.tar.gz \
- file://missing-includes.patch;patch=1 \
- file://libm.patch;patch=1"
-
-inherit autotools pkgconfig
-
-do_configure () {
- autotools_do_configure
- cd ${S}
-
- # prevent libtool from linking libs against libstdc++, libgcc, ...
- cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp
- mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool
-}
-
-do_stage () {
- oe_libinstall -so -C kjs libjscore ${STAGING_LIBDIR}
-
- autotools_stage_includes
-
- install -d ${STAGING_INCDIR}/osb/JavaScriptCore
- for i in ${S}/kjs/*.h ${S}/kjs/new; do
- install -m 0644 $i ${STAGING_INCDIR}/osb/JavaScriptCore
- done
-}
diff --git a/packages/gtk-webcore/osb-nrcit_0.5.0.bb b/packages/gtk-webcore/osb-nrcit_0.5.0.bb
deleted file mode 100644
index aadca65d45..0000000000
--- a/packages/gtk-webcore/osb-nrcit_0.5.0.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "Gtk+ WebCore - NRCit embeddable browser component"
-LICENSE = "nokia"
-HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <rw@handhelds.org>"
-DEPENDS = "curl osb-nrcore"
-SECTION = "gpe"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-nrcit-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_configure () {
- autotools_do_configure
- cd ${S}
-
- # prevent libtool from linking libs against libstdc++, libgcc, ...
- cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp
- mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool
-}
-
-do_stage () {
- oe_libinstall -so -C src libnrcit ${STAGING_LIBDIR}
-
- autotools_stage_includes
-
- install -d ${STAGING_INCDIR}/osb
- install -m 0644 ${S}/src/gtk/gtk-khtml.h ${STAGING_INCDIR}/osb
- install -m 0644 ${S}/src/osb.h ${STAGING_INCDIR}/osb
-}
diff --git a/packages/gtk-webcore/osb-nrcore-0.5.0/.mtn2git_empty b/packages/gtk-webcore/osb-nrcore-0.5.0/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gtk-webcore/osb-nrcore-0.5.0/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch b/packages/gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch
deleted file mode 100644
index 8f43d00a38..0000000000
--- a/packages/gtk-webcore/osb-nrcore-0.5.0/KWQDictImpl.patch
+++ /dev/null
@@ -1,375 +0,0 @@
-Index: NRCore/kwiq/KWQDictImpl.cpp
-===================================================================
---- NRCore/kwiq/KWQDictImpl.cpp 2004/10/18 18:39:48 1.3
-+++ NRCore/kwiq/KWQDictImpl.cpp 2004/10/25 10:08:30
-@@ -30,26 +30,90 @@
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-+#include <string.h>
-
- #include "KWQDictImpl.h"
-+#include "KWQAssertions.h"
-+#include "KWQMap.h"
- #include <CoreFoundation/CoreFoundation.h>
-+
-+typedef void (* DeleteFunction) (void *);
-+
-+class KWQDictPrivate
-+{
-+public:
-+ KWQDictPrivate(int size, bool caseSensitive, DeleteFunction);
-+ KWQDictPrivate(const KWQDictPrivate &dp);
-+ ~KWQDictPrivate();
-+
-+ QMap<QString,void*> map;
-+ DeleteFunction deleteFunc;
-+ bool modifyCase;
-+ KWQDictIteratorPrivate *iterators;
-+};
-+
-+class KWQDictIteratorPrivate
-+{
-+public:
-+ KWQDictIteratorPrivate(KWQDictPrivate *);
-+ ~KWQDictIteratorPrivate();
-+
-+ void remove(const QString &key);
-+ void dictDestroyed();
-+
-+ uint count;
-+ uint pos;
-+ QString **keys;
-+ void **values;
-+ KWQDictPrivate *dict;
-+ KWQDictIteratorPrivate *next;
-+ KWQDictIteratorPrivate *prev;
-+};
-+
-+KWQDictPrivate::KWQDictPrivate(int size, bool caseSensitive,
-+ DeleteFunction _deleteFunc)
-+ : deleteFunc(_deleteFunc),
-+ modifyCase(!caseSensitive),
-+ iterators(0)
-+{
-+}
-+
-+KWQDictPrivate::KWQDictPrivate(const KWQDictPrivate &dp)
-+ : map(dp.map),
-+ deleteFunc(dp.deleteFunc),
-+ modifyCase(dp.modifyCase),
-+ iterators(0)
-+{
-+}
-+
-+KWQDictPrivate::~KWQDictPrivate()
-+{
-+ for (KWQDictIteratorPrivate *it = iterators; it; it = it->next) {
-+ it->dictDestroyed();
-+ }
-+}
-+
-+
- /*
- * No KWQDictImpl::~KWQDictImpl() because QDict::~QDict calls KWQDictImpl::clear()
- * on
- */
- KWQDictImpl::KWQDictImpl(int size, bool caseSensitive, void (*deleteFunc_)(void *))
-- : deleteFunc(deleteFunc_)
-- , modifyCase(!caseSensitive)
-+ : d(new KWQDictPrivate(size, caseSensitive, deleteFunc_))
- {
-+}
-
-+KWQDictImpl::~KWQDictImpl()
-+{
-+ delete d;
- }
-
- void KWQDictImpl::insert(const QString &key, const void *value)
- {
-- if (modifyCase)
-- map.insert(key.lower(), const_cast<void*>(value));
-+ if (d->modifyCase)
-+ d->map.insert(key.lower(), const_cast<void*>(value));
- else
-- map.insert(key, const_cast<void*>(value) );
-+ d->map.insert(key, const_cast<void*>(value) );
- }
-
- bool KWQDictImpl::remove(const QString &key, bool deleteItem)
-@@ -57,21 +121,26 @@
- QMapIterator<QString, void*> i;
- void* data;
-
-- if (modifyCase)
-- i = map.find(key.lower());
-+ if (d->modifyCase)
-+ i = d->map.find(key.lower());
- else
-- i = map.find(key);
-+ i = d->map.find(key);
-
-- if (i == map.end())
-+ if (i == d->map.end())
- return false;
-
- data = *i;
-
-- map.remove(i);
-- if (deleteItem && deleteFunc) {
-- deleteFunc(data);
-+ d->map.remove(i);
-+ if (deleteItem && d->deleteFunc) {
-+ d->deleteFunc(data);
- return true;
- }
-+
-+ for (KWQDictIteratorPrivate *it = d->iterators; it; it = it->next) {
-+ it->remove(key);
-+ }
-+
- return false;
- }
-
-@@ -79,71 +148,159 @@
- {
- if (deleteItem)
- {
-- QMapIterator<QString,void*> i = map.begin();
-- QMapIterator<QString,void*> end = map.end();
-+ QMapIterator<QString,void*> i = d->map.begin();
-+ QMapIterator<QString,void*> end = d->map.end();
- void *data;
- while (i!=end)
- {
- data=*i;
-- if (deleteFunc) deleteFunc(data);
-+ if (d->deleteFunc) d->deleteFunc(data);
- ++i;
- }
- }
-
-- map.clear();
-+ d->map.clear();
- }
-
- uint KWQDictImpl::count() const
- {
-- return map.count();
-+ return d->map.count();
- }
-
- void *KWQDictImpl::find(const QString &key) const
- {
- QMapConstIterator<QString,void*> i;
-- if (modifyCase)
-- i = map.find(key.lower());
-+ if (d->modifyCase)
-+ i = d->map.find(key.lower());
- else
-- i = map.find(key);
-+ i = d->map.find(key);
-
-- if (i == map.end())
-+ if (i == d->map.end())
- return 0;
- return *i;
- }
-
-+void KWQDictImpl::swap(KWQDictImpl &di)
-+{
-+ KWQDictPrivate *tmp;
-+
-+ tmp = di.d;
-+ di.d = d;
-+ d = tmp;
-+}
-+
-+KWQDictImpl &KWQDictImpl::assign(const KWQDictImpl &di, bool deleteItems)
-+{
-+ KWQDictImpl tmp(di);
-+
-+ if (deleteItems) {
-+ clear(true);
-+ }
-+
-+ swap(tmp);
-+
-+ return *this;
-+}
-+
-+
-+KWQDictIteratorImpl::KWQDictIteratorImpl(const KWQDictImpl &di)
-+ : d(new KWQDictIteratorPrivate(di.d))
-+{
-+}
-+
- uint KWQDictIteratorImpl::count() const
- {
-- return dict->map.count();
-+ return d->count;
- }
-
- void* KWQDictIteratorImpl::current() const
- {
-- if (i == dict->map.end())
-- return 0;
-- return *i;
-+ if (d->pos >= d->count) {
-+ return NULL;
-+ }
-+ return d->values[d->pos];
- }
-
- void* KWQDictIteratorImpl::toFirst()
- {
-- i=dict->map.begin();
-- if (i == dict->map.end())
-- return 0;
--
-- return *i;
-+ d->pos = 0;
-+ return current();
- }
-+
- void* KWQDictIteratorImpl::operator++()
- {
-- ++i;
-- if (i==dict->map.end())
-- return 0;
-- return *i;
-+ ++d->pos;
-+ return current();
- }
-
- QString KWQDictIteratorImpl::currentStringKey() const
-+{
-+ if (d->pos >= d->count) {
-+ return QString();
-+ }
-+ return QString(*d->keys[d->pos]);
-+}
-+
-+
-+KWQDictIteratorPrivate::KWQDictIteratorPrivate(KWQDictPrivate *d) :
-+ count(d->map.count()),
-+ pos(0),
-+ keys(new QString * [count]),
-+ values(new void * [count]),
-+ dict(d),
-+ next(d->iterators),
-+ prev(0)
-+{
-+ d->iterators = this;
-+ if (next) {
-+ next->prev = this;
-+ }
-+
-+ unsigned int i = 0;
-+ QMap<QString,void*>::Iterator it = d->map.begin();
-+ QMap<QString,void*>::Iterator end = d->map.end();
-+ while (it != end) {
-+ keys[i] = new QString(it.key());
-+ values[i] = it.data();
-+ ++i;
-+ ++it;
-+ }
-+ ASSERT(i==count);
-+}
-+
-+KWQDictIteratorPrivate::~KWQDictIteratorPrivate()
- {
-- if (i == dict->map.end() )
-- return QString();
-+ if (prev) {
-+ prev->next = next;
-+ } else if (dict) {
-+ dict->iterators = next;
-+ }
-+ if (next) {
-+ next->prev = prev;
-+ }
-+
-+ delete [] keys;
-+ delete [] values;
-+}
-
-- return QString(i.key());
-+void KWQDictIteratorPrivate::remove(const QString &key)
-+{
-+ for (uint i = 0; i < count; ) {
-+ if (*keys[i] != key) {
-+ ++i;
-+ } else {
-+ --count;
-+ if (pos > i) {
-+ --pos;
-+ }
-+ memmove(&keys[i], &keys[i+1], sizeof(keys[i]) * (count - i));
-+ memmove(&values[i], &values[i+1], sizeof(values[i]) * (count - i));
-+ }
-+ }
- }
-
-+void KWQDictIteratorPrivate::dictDestroyed()
-+{
-+ count = 0;
-+ dict = 0;
-+}
-Index: NRCore/kwiq/KWQDictImpl.h
-===================================================================
---- NRCore/kwiq/KWQDictImpl.h 2004/09/23 08:27:53 1.1.1.1
-+++ NRCore/kwiq/KWQDictImpl.h 2004/10/25 10:08:30
-@@ -29,36 +29,42 @@
- #include "KWQMap.h"
- #include "KWQString.h"
-
-+class KWQDictPrivate;
-+class KWQDictIteratorPrivate;
-+
- class KWQDictImpl {
- public:
- KWQDictImpl(int size, bool caseSensitive, void (*deleteFunc)(void *));
-+ ~KWQDictImpl();
- void insert(const QString &key, const void *value);
- bool remove(const QString &key, bool deleteItems);
-
- void *find(const QString &key) const;
- void clear(bool deleteItem);
- uint count() const;
-- private:
-- void (*deleteFunc)(void*);
-- QMap<QString,void*> map;
-- bool modifyCase;
-+
-+ KWQDictImpl &assign(const KWQDictImpl &pdi, bool deleteItems);
-+private:
-+ void swap(KWQDictImpl &di);
-+ KWQDictPrivate *d;
- friend class KWQDictIteratorImpl;
- };
-
- class KWQDictIteratorImpl {
-- const KWQDictImpl *dict;
-- QMapConstIterator<QString,void*> i;
- public:
-- KWQDictIteratorImpl(const KWQDictImpl &di) :dict(&di), i(di.map.begin()) { }
-+ KWQDictIteratorImpl(const KWQDictImpl &di);
- uint count() const ;
- void *current() const;
-+
-+ void* toFirst();
-
-- void* toFirst();
--
- void *operator++();
-
-
- QString currentStringKey() const;
-+private:
-+ KWQDictIteratorPrivate *d;
-+
- };
-
- #endif
diff --git a/packages/gtk-webcore/osb-nrcore_0.5.0.bb b/packages/gtk-webcore/osb-nrcore_0.5.0.bb
deleted file mode 100644
index ec9e1067c5..0000000000
--- a/packages/gtk-webcore/osb-nrcore_0.5.0.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Gtk+ WebCore - rendering engine"
-HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <rw@handhelds.org>"
-DEPENDS = "glib-2.0 gtk+ pango osb-jscore"
-SECTION = "gpe"
-PR = "r2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-nrcore-${PV}.tar.gz \
- file://KWQDictImpl.patch;patch=1"
-
-LEAD_SONAME = "libnrcore.so"
-
-inherit autotools pkgconfig
-
-do_configure () {
- autotools_do_configure
- cd ${S}
-
- # prevent libtool from linking libs against libstdc++, libgcc, ...
- cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp
- mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool
-}
-
-do_stage () {
- oe_libinstall -so libnrcore ${STAGING_LIBDIR}
- oe_libinstall -so -C kwiq libnrcore_kwiq_gtk ${STAGING_LIBDIR}
-
- autotools_stage_includes
-
- install -d ${STAGING_INCDIR}/osb/NRCore
- for i in ${S}/kwiq/WebCore*.h ${S}/kwiq/KWIQ*.h; do
- install -m 0644 $i ${STAGING_INCDIR}/osb/NRCore
- done
-}