diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-04-05 22:07:14 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-05 22:07:14 +0000 |
| commit | bf39bb6e3fabae6da5f9b8084f8d478f07e4836c (patch) | |
| tree | fa86a0ab3b29ca6e78f34c99ba3b649d8e6a344a /packages/gnuplot | |
| parent | 2b5295d1ca8c5f876e8b6a5592706b751f03a401 (diff) | |
| parent | 58ec003f0bbcaaa89c6080b675726bac9b952e29 (diff) | |
merge of '2bc71b9b93f22417784c3a4ed3576a76841878f2'
and 'edac95232b05ccd8efaeee530e0442683d1ef50a'
Diffstat (limited to 'packages/gnuplot')
| -rw-r--r-- | packages/gnuplot/gnuplot.inc | 8 | ||||
| -rw-r--r-- | packages/gnuplot/gnuplot_4.0.0.bb | 2 | ||||
| -rw-r--r-- | packages/gnuplot/gnuplot_4.2.3.bb (renamed from packages/gnuplot/gnuplot_4.2.2.bb) | 0 | ||||
| -rw-r--r-- | packages/gnuplot/gnuplot_cvs.bb | 2 | ||||
| -rw-r--r-- | packages/gnuplot/qtplot_0.2.bb | 12 |
5 files changed, 12 insertions, 12 deletions
diff --git a/packages/gnuplot/gnuplot.inc b/packages/gnuplot/gnuplot.inc index 9f1eebf003..bf442527af 100644 --- a/packages/gnuplot/gnuplot.inc +++ b/packages/gnuplot/gnuplot.inc @@ -4,18 +4,16 @@ HOMEPAGE = "http://www.gnuplot.info/" SECTION = "console/scientific" LICENSE = "BSD-4" PRIORITY = "optional" -DEPENDS = "pango cairo virtual/libx11 libpng gd readline" +DEPENDS = "virtual/libx11 readline" inherit autotools acpaths = "" EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ - --without-plot \ - --with-png=${STAGING_LIBDIR}/.. \ - --with-gd=${STAGING_LIBDIR}/.. \ --without-lisp-files \ - --without-tutorial" + --without-tutorial \ + --disable-wxwidgets" do_compile_prepend() { install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ diff --git a/packages/gnuplot/gnuplot_4.0.0.bb b/packages/gnuplot/gnuplot_4.0.0.bb index 6e1be52173..abf519ae6e 100644 --- a/packages/gnuplot/gnuplot_4.0.0.bb +++ b/packages/gnuplot/gnuplot_4.0.0.bb @@ -1,6 +1,6 @@ require gnuplot.inc -PR = "r4" +PR = "r5" SRC_URI = "ftp://ftp.gnuplot.info/pub/gnuplot/gnuplot-${PV}.tar.gz \ file://subdirs.patch;patch=1 \ diff --git a/packages/gnuplot/gnuplot_4.2.2.bb b/packages/gnuplot/gnuplot_4.2.3.bb index 478f6e2b0f..478f6e2b0f 100644 --- a/packages/gnuplot/gnuplot_4.2.2.bb +++ b/packages/gnuplot/gnuplot_4.2.3.bb diff --git a/packages/gnuplot/gnuplot_cvs.bb b/packages/gnuplot/gnuplot_cvs.bb index d63d31a492..ff3e9b3810 100644 --- a/packages/gnuplot/gnuplot_cvs.bb +++ b/packages/gnuplot/gnuplot_cvs.bb @@ -3,6 +3,8 @@ require gnuplot.inc PV = "4.3.0+cvs${SRCDATE}" PR = "r0" +DEFAULT_PREFERENCE = "-1" + SRC_URI = "cvs://anonymous@gnuplot.cvs.sourceforge.net/cvsroot/${PN};module=${PN} \ http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \ file://subdirs.patch;patch=1 \ diff --git a/packages/gnuplot/qtplot_0.2.bb b/packages/gnuplot/qtplot_0.2.bb index 80b3e4a603..cc57260f49 100644 --- a/packages/gnuplot/qtplot_0.2.bb +++ b/packages/gnuplot/qtplot_0.2.bb @@ -1,14 +1,14 @@ DESCRIPTION = "QT Gnuplot is a front end for Gnuplot. Install Opie-Embedded \ console to enable the Launch Gnuplot menu option." +HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html" SECTION = "opie/applications" -PRIORITY = "optional" -LICENSE = "GPL" -PRIORITY = "optional" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gnuplot" +RDEPDENDS_${PN} = "gnuplot" -DEPENDS = "gnuplot" -RDEPDENDS = "gnuplot" +PR = "r1" -HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html" SRC_URI = "http://www.mneuroth.de/privat/zaurus/qtplot-${PV}.tar.gz" APPTYPE = "binary" |
