From a8b7149efb841e8a385501e3f89e47bb6bacfcac Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 7 Jun 2018 10:26:11 +0200 Subject: [PATCH 1/5] plplot: update from 5.9.7 to 5.13.0 - be0ify - get rid of png12 dependency --- plplot-5.9.7-1.bee | 30 ----------------------------- plplot.be0 | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 30 deletions(-) delete mode 100755 plplot-5.9.7-1.bee create mode 100755 plplot.be0 diff --git a/plplot-5.9.7-1.bee b/plplot-5.9.7-1.bee deleted file mode 100755 index 56d339160..000000000 --- a/plplot-5.9.7-1.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/plplot/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION[2]}.7.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -BEE_CONFIGURE=none - -EXCLUDE="^/usr/share/plplot${PKGVERSION}/examples ^/usr/share/doc" - -mee_patch() { - bee_patch -} - -mee_configure() { - cmake ${S} -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_DYNDRIVERS=OFF -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/plplot.be0 b/plplot.be0 new file mode 100755 index 000000000..fb5539279 --- /dev/null +++ b/plplot.be0 @@ -0,0 +1,47 @@ +#!/usr/bin/env beesh + +# BEE_VERSION plplot-5.13.0-0 +SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + # control which languages we support to keep dependency impact low + bee_configure \ + -DBUILD_SHARED_LIBS=OFF \ + -DDEFAULT_NO_BINDINGS=ON \ + -DENABLE_cxx=ON \ + -DENABLE_qt=ON \ + -DENABLE_tcl=ON \ + -DENABLE_tk=ON \ + -DENABLE_wxwidgets=ON \ + -DBUILD_TEST=ON +} + +#mee_build() { +# bee_build +#} + +#mee_build_post() { +# ctest +# 100% tests passed, 0 tests failed out of 19 +#} + +mee_install() { + bee_install + rm -rf ${D}/usr/share/plplot${PKGVERSION}/examples + rm -rf ${D}/usr/share/doc/plplot +} +## by default this may be 'make install DESTDIR="${D}"' From 2b3d1736a58f3823c7d38a0ed3311860ad0d7bcb Mon Sep 17 00:00:00 2001 From: david Date: Tue, 10 Jul 2018 14:03:24 +0200 Subject: [PATCH 2/5] gnudatalanguage: remove old bee-file --- gnudatalanguage-gdl-0.9.5-2.bee | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 gnudatalanguage-gdl-0.9.5-2.bee diff --git a/gnudatalanguage-gdl-0.9.5-2.bee b/gnudatalanguage-gdl-0.9.5-2.bee deleted file mode 100755 index 53cec5cef..000000000 --- a/gnudatalanguage-gdl-0.9.5-2.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/gnudatalanguage/gdl/${PKGVERSION}/gdl-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure --with-python=no --enable-shared -DHDF=OFF -DFFTW=OFF -DPSLIB=OFF -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - From c3a27cf677a79557f87f7d056fc3960cc3524b69 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 10 Jul 2018 14:04:08 +0200 Subject: [PATCH 3/5] gnudatalanguage-gdl: Update from version 0.9.5 to 0.9.8 create new bee-file from template --- gnudatalanguage-gdl.be0 | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 gnudatalanguage-gdl.be0 diff --git a/gnudatalanguage-gdl.be0 b/gnudatalanguage-gdl.be0 new file mode 100755 index 000000000..2e530672b --- /dev/null +++ b/gnudatalanguage-gdl.be0 @@ -0,0 +1,42 @@ +#!/usr/bin/env beesh + +# BEE_VERSION gnudatalanguage-gdl-0.9.8-0 + +SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure -DHDF=OFF \ + -DFFTW=OFF \ + -DPSLIB=OFF \ + -DCMAKE_CXX_FLAGS=-fpermissive +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +mee_install_post() { + rm -fv ${D}${DATAROOTDIR}/gnudatalanguage/lib/{README.txt,STATUS} +} From da2dd79dfadb011b808d35f87cfe506eb4633ed2 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 10 Jul 2018 15:27:21 +0200 Subject: [PATCH 4/5] plplot: new Revision enable shared lib switch for gdl update --- plplot.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plplot.be0 b/plplot.be0 index fb5539279..63f40d8cc 100755 --- a/plplot.be0 +++ b/plplot.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION plplot-5.13.0-0 +# BEE_VERSION plplot-5.13.0-1 SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz" # PATCHURL+=() @@ -20,7 +20,7 @@ SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20 mee_configure() { # control which languages we support to keep dependency impact low bee_configure \ - -DBUILD_SHARED_LIBS=OFF \ + -DBUILD_SHARED_LIBS=ON \ -DDEFAULT_NO_BINDINGS=ON \ -DENABLE_cxx=ON \ -DENABLE_qt=ON \ From edef283e7f2cf5d3dde4e7126b0d077be0e827dc Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 6 Sep 2018 12:59:46 +0200 Subject: [PATCH 5/5] gnudatalanguage-gdl: Rebuild After #879 "Update imagemagick from 6.9.4 4 to 6.9.10 10" we need to rebuild gnudatalanguage-gdl: buczek@deinemuddah:~$ gdl gdl: error while loading shared libraries: libMagick++-6.Q16.so.6: cannot open shared object file: No such file or directory Rebuild to compile against current imagemagick library. buczek@theinternet:~$ gdl GDL - GNU Data Language, Version 0.9.8 svn - For basic information type HELP,/INFO - Default library routine search path used (GDL_PATH/IDL_PATH env. var. not set): +/usr/share/gnudatalanguage/lib - No startup file read (GDL_STARTUP/IDL_STARTUP env. var. not set). - Please report bugs, feature or help requests and patches at: http://sourceforge.net/projects/gnudatalanguage/ --- gnudatalanguage-gdl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnudatalanguage-gdl.be0 b/gnudatalanguage-gdl.be0 index 2e530672b..a2b2187bd 100755 --- a/gnudatalanguage-gdl.be0 +++ b/gnudatalanguage-gdl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gnudatalanguage-gdl-0.9.8-0 +# BEE_VERSION gnudatalanguage-gdl-0.9.8-1 SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"