From dbbdac664e39bd7ff1421b351ce688c663c42677 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 15:35:10 +0200 Subject: [PATCH 01/15] babl: Update from 0.1.30 to 0.1.46 --- babl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl.be0 b/babl.be0 index 5d08f82b7..28ff16caf 100755 --- a/babl.be0 +++ b/babl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION babl-0.1.30-0 +# BEE_VERSION babl-0.1.46-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From d9bce11ca82e3cb0cd0f44569de3f803c1c7aeab Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 15:36:54 +0200 Subject: [PATCH 02/15] gegl: Update from 0.3.20 to 0.4.0 --- gegl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gegl.be0 b/gegl.be0 index cb04e3256..a7fbe648a 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.3.20-0 +# BEE_VERSION gegl-0.4.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From a2b0d86a643588f8a460f1b14928f592a0d4049b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 15:38:05 +0200 Subject: [PATCH 03/15] fontconfig: Update from 2.12.1 to 2.12.4 --- fontconfig.be0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fontconfig.be0 b/fontconfig.be0 index 059cfd51e..860464082 100755 --- a/fontconfig.be0 +++ b/fontconfig.be0 @@ -1,9 +1,12 @@ #!/usr//bin/env beesh -# BEE_VERSION fontconfig-2.12.1-0 +# BEE_VERSION fontconfig-2.12.4-0 SRCURL[0]="https://fontconfig.org/release/fontconfig-${PKGVERSION}.tar.gz" +mee_patch() { + start_cmd rm -fv ${S}/src/fcobjshash.h +} mee_configure() { bee_configure \ From 6fd2a5c1a6fd623192e0ccdf1eb7b84c2cb736c1 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 15:40:00 +0200 Subject: [PATCH 04/15] lcms2: convert to versionless --- lcms2-2.7-0.bee => lcms2.be0 | 2 ++ 1 file changed, 2 insertions(+) rename lcms2-2.7-0.bee => lcms2.be0 (93%) diff --git a/lcms2-2.7-0.bee b/lcms2.be0 similarity index 93% rename from lcms2-2.7-0.bee rename to lcms2.be0 index 2e32822ad..fce0adbb3 100755 --- a/lcms2-2.7-0.bee +++ b/lcms2.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION lcms2-2.7.0 + SRCURL[0]="http://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz" PATCHURL[0]="" From db3439d6e75bee38ba5fe0ca42d7f7e5b17b1a2c Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 15:41:07 +0200 Subject: [PATCH 05/15] lcms2: update from 2.7.0 to 2.9.0 --- lcms2.be0 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lcms2.be0 b/lcms2.be0 index fce0adbb3..0f9d3ace5 100755 --- a/lcms2.be0 +++ b/lcms2.be0 @@ -1,13 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION lcms2-2.7.0 +# BEE_VERSION lcms2-2.9-0 -SRCURL[0]="http://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz" +SRCURL[0]="https://downloads.sourceforge.net/project/lcms/lcms/${PKGVERSION}/lcms2-${PKGVERSION}.tar.gz" PATCHURL[0]="" -# BEE_CONFIGURE=compat - # BEE_BUILDTYPE= # EXCLUDE="" @@ -26,9 +24,9 @@ PATCHURL[0]="" # bee_patch ${@} #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --disable-static +} #mee_build() { # bee_build From a6725b3dfbb6017f85f062418c7c1533466eccc4 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:01:28 +0200 Subject: [PATCH 06/15] libgexiv2: convert to versionless bee-file --- libgexiv2-0.4.1-0.bee => libgexiv2.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libgexiv2-0.4.1-0.bee => libgexiv2.be0 (92%) diff --git a/libgexiv2-0.4.1-0.bee b/libgexiv2.be0 similarity index 92% rename from libgexiv2-0.4.1-0.bee rename to libgexiv2.be0 index 518ac4bb7..ef41574f4 100755 --- a/libgexiv2-0.4.1-0.bee +++ b/libgexiv2.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libgexiv2-0.4.1-0 + SRCURL[0]="http://yorba.org/download/gexiv2/${PKGVERSION[2]}/libgexiv2-${PKGVERSION}.tar.bz2" PATCHURL[0]="" From bc2fc3afe08243b2190930c2574663fecf0aaf63 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:02:12 +0200 Subject: [PATCH 07/15] libgexiv2: Update from 0.4.1 to 0.10.8 configure switches need because of python readonly mount --- libgexiv2.be0 | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/libgexiv2.be0 b/libgexiv2.be0 index ef41574f4..76d1bc5dc 100755 --- a/libgexiv2.be0 +++ b/libgexiv2.be0 @@ -1,21 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION libgexiv2-0.4.1-0 +# BEE_VERSION libgexiv2-0.10.8-0 -SRCURL[0]="http://yorba.org/download/gexiv2/${PKGVERSION[2]}/libgexiv2-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz" PATCHURL[0]="" -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= +BEE_BUILDTYPE=autotools # EXCLUDE=() -build_in_sourcedir - - - +#build_in_sourcedir #mee_extract() { @@ -26,9 +21,10 @@ build_in_sourcedir # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --with-python3-girdir \ + --with-python2-girdir +} #mee_build() { # bee_build From e9c3ce6b8c90dc92908bc2971b92d9eafc1fde6f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:04:03 +0200 Subject: [PATCH 08/15] poppler-data: convert to versionless bee-file --- poppler-data-0.4.7-0.bee => poppler-data.be0 | 2 ++ 1 file changed, 2 insertions(+) rename poppler-data-0.4.7-0.bee => poppler-data.be0 (91%) diff --git a/poppler-data-0.4.7-0.bee b/poppler-data.be0 similarity index 91% rename from poppler-data-0.4.7-0.bee rename to poppler-data.be0 index 2f8639ea7..8a33fab05 100755 --- a/poppler-data-0.4.7-0.bee +++ b/poppler-data.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION poppler-data-0.4.7-0 + SRCURL[0]="http://poppler.freedesktop.org/poppler-data-${PKGVERSION}.tar.gz" PATCHURL[0]="" From 7839a1640ba065772a43ac66f328227e0fd4dd19 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:04:46 +0200 Subject: [PATCH 09/15] poppler-data: Update from version 0.4.7 to 0.4.9 --- poppler-data.be0 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/poppler-data.be0 b/poppler-data.be0 index 8a33fab05..c1c96d326 100755 --- a/poppler-data.be0 +++ b/poppler-data.be0 @@ -1,13 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION poppler-data-0.4.7-0 +# BEE_VERSION poppler-data-0.4.9-0 SRCURL[0]="http://poppler.freedesktop.org/poppler-data-${PKGVERSION}.tar.gz" PATCHURL[0]="" -# BEE_CONFIGURE=compat - # BEE_BUILDTYPE= # EXCLUDE=() @@ -15,9 +13,6 @@ PATCHURL[0]="" # build_in_sourcedir - - - #mee_extract() { # bee_extract "${@}" #} @@ -27,7 +22,7 @@ PATCHURL[0]="" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From f6bfb9cebbf3802351ec116ad29f80965c5a0cdb Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:06:23 +0200 Subject: [PATCH 10/15] libpng15: remove --- libpng15-1.5.11-0.bee | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 libpng15-1.5.11-0.bee diff --git a/libpng15-1.5.11-0.bee b/libpng15-1.5.11-0.bee deleted file mode 100755 index 73c94b072..000000000 --- a/libpng15-1.5.11-0.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz" - -PATCHURL[0]="http://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz" - -BEE_BUILDTYPE=configure - -mee_configure() { - bee_configure \ - --disable-static -} - -mee_install_post() { - if [ "${PKGEXTRANAME}" != "compat" ] ; then - return - fi - - start_cmd rm -f ${D}${BINDIR}/libpng-config - start_cmd rm -f ${D}${INCLUDEDIR}/png.h - start_cmd rm -f ${D}${INCLUDEDIR}/pngconf.h - start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h - start_cmd rm -f ${D}${LIBDIR}/libpng.so - start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc - start_cmd rm -fr ${D}${MANDIR} -} From a07476436558a4caadb2f975e0ed7228c5012163 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:07:07 +0200 Subject: [PATCH 11/15] libpng15: add compat version & update to 1.5.30 latest versin for libpng15 --- libpng15_compat.be0 | 28 ++++++++++++++++++++++++++++ libpng16.be0 | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100755 libpng15_compat.be0 create mode 100755 libpng16.be0 diff --git a/libpng15_compat.be0 b/libpng15_compat.be0 new file mode 100755 index 000000000..cf3bb32a8 --- /dev/null +++ b/libpng15_compat.be0 @@ -0,0 +1,28 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libpng15_compat-1.5.30-0 + +SRCURL[0]="https://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz" + +PATCHURL[0]="https://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz" + +BEE_BUILDTYPE=configure + +mee_configure() { + bee_configure \ + --disable-static +} + +mee_install_post() { + if [ "${PKGEXTRANAME}" != "compat" ] ; then + return + fi + + start_cmd rm -f ${D}${BINDIR}/libpng-config + start_cmd rm -f ${D}${INCLUDEDIR}/png.h + start_cmd rm -f ${D}${INCLUDEDIR}/pngconf.h + start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h + start_cmd rm -f ${D}${LIBDIR}/libpng.so + start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc + start_cmd rm -fr ${D}${MANDIR} +} diff --git a/libpng16.be0 b/libpng16.be0 new file mode 100755 index 000000000..9cab42f04 --- /dev/null +++ b/libpng16.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libpng16-1.6.34-0 + +SRCURL[0]="https://downloads.sourceforge.net/libpng/libpng-${PKGVERSION}.tar.xz" + +PATCHURL[0]="https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${PKGVERSION}-apng.patch.gz" + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure --disable-static +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' From d53ef080be8c68d9c21d01eb6f7ce63a95d56c7b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:15:06 +0200 Subject: [PATCH 12/15] libpng16: Add version 1.6.34 --- libpng16.be0 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libpng16.be0 b/libpng16.be0 index 9cab42f04..2eb3f433f 100755 --- a/libpng16.be0 +++ b/libpng16.be0 @@ -33,3 +33,17 @@ mee_configure() { # bee_install #} ## by default this may be 'make install DESTDIR="${D}"' + +mee_install_post() { + if [ "${PKGNAME}" != "compat" ]; then + return + fi + + start_cmd rm -f ${D}${BINDIR}/libpng-config + start_cmd rm -f ${D}${INCLUDEDIR}/png.h + start_cmd rm -f ${D}${INCLUDEDIR}/pngconf.h + start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h + start_cmd rm -f ${D}${LIBDIR}/libpng.so + start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc + start_cmd rm -fr ${D}${MANDIR +} From a77e3078db2b55aef7d949e80ac84ed243922c99 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:22:20 +0200 Subject: [PATCH 13/15] libmypaint: Add Version 1.3.0 needed for gimp-2.10 --- libmypaint.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 libmypaint.be0 diff --git a/libmypaint.be0 b/libmypaint.be0 new file mode 100755 index 000000000..39c742518 --- /dev/null +++ b/libmypaint.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libmypaint-1.3.0-0 + +SRCURL[0]="https://github.com/mypaint/libmypaint/releases/download/v${PKGVERSION}/libmypaint-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' From c6d81edc6a57556c281ea74ec3dfe500c9b6501c Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:23:23 +0200 Subject: [PATCH 14/15] mypaint-brushes: Add version 1.3.0 needed for gimp --- mypaint-brushes.be0 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 mypaint-brushes.be0 diff --git a/mypaint-brushes.be0 b/mypaint-brushes.be0 new file mode 100755 index 000000000..3ac919e75 --- /dev/null +++ b/mypaint-brushes.be0 @@ -0,0 +1,41 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mypaint-brushes-1.3.0-0 + +SRCURL[0]="https://github.com/Jehan/mypaint-brushes/archive/v${PKGVERSION}.tar.gz" + +#BEE_BUILDTYPE=autotools + +# PATCHURL+=() + +# EXCLUDE+=() + +#build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +mee_configure_post() { + ${S}/configure --prefix=${PREFIX} +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' From d5f3a04c7f293e45a3f2fc25c3ce0b1c98767e64 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:24:57 +0200 Subject: [PATCH 15/15] gimp: update from version 2.8.22 to 2.10.0 is faster then the old one --- gimp.be0 | 68 ++++++++------------------------------------------------ 1 file changed, 9 insertions(+), 59 deletions(-) diff --git a/gimp.be0 b/gimp.be0 index b6750740f..678c229c1 100755 --- a/gimp.be0 +++ b/gimp.be0 @@ -1,59 +1,27 @@ #!/usr/bin/env beesh -# BEE_VERSION gimp-2.8.22-1 - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. +# BEE_VERSION gimp-2.10.0-0 SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2" -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - # PATCHURL+=() -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - # EXCLUDE+=() -############################################################################### -## Uncomment the next statement, if the software may not be able to be built -## outside the source directory and needs to be built inside the source -## directory. - # build_in_sourcedir -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - # sourcesubdir_append src -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - #mee_extract() { # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - start_cmd sed -i '/gegl/s/2/3/' configure - start_cmd sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c -} +#mee_patch() { +# bee_patch "${@}" +# start_cmd sed -i '/gegl/s/2/3/' configure +# start_cmd sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c +#} #mee_configure() { # bee_configure @@ -63,25 +31,7 @@ mee_patch() { # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install +} ## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0] is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -##