diff --git a/libdrm.be0 b/libdrm.be0 index 8a76f53e4..97b416e1e 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.77-0 +# BEE_VERSION libdrm-2.4.81-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.) diff --git a/libevdev.be0 b/libevdev.be0 index 6c320b57f..5717e867e 100755 --- a/libevdev.be0 +++ b/libevdev.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libevdev-1.5.6-0 +# BEE_VERSION libevdev-1.5.7-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.) diff --git a/libwacom-0.18-0.bee b/libwacom.be0 similarity index 98% rename from libwacom-0.18-0.bee rename to libwacom.be0 index 2f21358f8..e1de4e430 100755 --- a/libwacom-0.18-0.bee +++ b/libwacom.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libwacom-0.25-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.) diff --git a/libxcb-1.10-0.bee b/libxcb.be0 similarity index 98% rename from libxcb-1.10-0.bee rename to libxcb.be0 index 5e9a37fdd..bce127858 100755 --- a/libxcb-1.10-0.bee +++ b/libxcb.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libxcb-1.12-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.) diff --git a/mesalib.be0 b/mesalib.be0 index cd732bf7d..4339589f0 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-17.0.3-0 +# BEE_VERSION mesalib-17.1.3-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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/mesa-17.0.3-add_xdemos-1.patch) +PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/mesa-17.1.3-add_xdemos-1.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -28,7 +28,7 @@ PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/mesa-17.0.3-add_xdem ## outside the source directory and need to be build inside the source ## directory. -build_in_sourcedir +# build_in_sourcedir ############################################################################### ## bee cannot detect buildtypes specified in subdirectories. @@ -60,13 +60,10 @@ mee_configure() { --enable-gles2 \ --enable-osmesa \ --enable-xa \ - --enable-gbm \ - --enable-gallium-egl \ - --enable-gallium-gbm \ --enable-glx-tls \ --with-llvm-shared-libs \ --with-egl-platforms="drm,x11" \ - --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast" + --with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" } #mee_build() { diff --git a/xcb-proto-1.10-0.bee b/xcb-proto.be0 similarity index 98% rename from xcb-proto-1.10-0.bee rename to xcb-proto.be0 index 890082ed7..77b0eaf56 100755 --- a/xcb-proto-1.10-0.bee +++ b/xcb-proto.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION xcb-proto-1.12-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.)