diff --git a/babl-0.1.10-0.bee b/babl.be0 similarity index 91% rename from babl-0.1.10-0.bee rename to babl.be0 index cdd9db518..5d08f82b7 100755 --- a/babl-0.1.10-0.bee +++ b/babl.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION babl-0.1.30-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.) @@ -7,7 +9,7 @@ ## 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. -SRCURL[0]="http://ftp.gtk.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -43,12 +45,13 @@ SRCURL[0]="http://ftp.gtk.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.b #} #mee_configure() { -# bee_configure +# bee_configure #} -#mee_build() { -# bee_build -#} +mee_build() { + bee_build + start_cmd make check +} #mee_install() { # bee_install diff --git a/exiv2-0.21.1-0.bee b/exiv2-0.21.1-0.bee deleted file mode 100755 index 0f6620474..000000000 --- a/exiv2-0.21.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.exiv2.org/exiv2-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -B=${S} - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/exiv2.be0 b/exiv2.be0 new file mode 100755 index 000000000..a3b747cca --- /dev/null +++ b/exiv2.be0 @@ -0,0 +1,87 @@ +#!/usr/bin/env beesh + +# BEE_VERSION exiv2-0.26-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.) + +############################################################################### +## 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. + +SRCURL[0]="http://www.exiv2.org/builds/exiv2-${PKGVERSION}-trunk.tar.gz" + +############################################################################### +## 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 "${@}" +#} + +mee_configure() { + bee_configure \ + --enable-video \ + --enable-webready +} + +#mee_build() { +# bee_build +#} + +#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[${PKGVERSION}] 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/ +## diff --git a/ffmpeg.be0 b/ffmpeg.be0 index 20352393d..cc3345182 100755 --- a/ffmpeg.be0 +++ b/ffmpeg.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION ffmpeg-3.1.4-0 +# BEE_VERSION ffmpeg-3.3.4-0 SRCURL[0]="https://ffmpeg.org/releases/ffmpeg-${PKGVERSION}.tar.bz2" @@ -45,8 +45,7 @@ mee_configure() { --enable-libvorbis \ --enable-libvpx \ --enable-libx264 \ - --enable-libx265 \ - --enable-x11grab + --enable-libx265 } mee_build() { diff --git a/gegl.be0 b/gegl.be0 index abf319d47..cb04e3256 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.2.0-2 +# BEE_VERSION gegl-0.3.20-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.) @@ -9,14 +9,13 @@ ## 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. -SRCURL[0]="http://ftp.gtk.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${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[0]="http://www.linuxfromscratch.org/patches/blfs/7.9/gegl-0.2.0-ffmpeg2-1.patch" -PATCHURL[1]="/src/mariux/beeroot/downloads/gegl-without-exiv2.patch" +# PATCHURL[0]="" ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -47,13 +46,12 @@ PATCHURL[1]="/src/mariux/beeroot/downloads/gegl-without-exiv2.patch" mee_configure() { bee_configure --disable-docs \ - --without-vala \ - --without-graphviz \ - --without-lua + --without-vala } #mee_build() { # bee_build +# start_cmd make check #} #mee_install() { diff --git a/gimp.be0 b/gimp.be0 index 9917e27c1..b6750740f 100755 --- a/gimp.be0 +++ b/gimp.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gimp-2.8.22-0 +# 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.) @@ -49,9 +49,11 @@ SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PK # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +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