diff --git a/ffmpeg.be0 b/ffmpeg.be0 index cc3345182..954587b43 100755 --- a/ffmpeg.be0 +++ b/ffmpeg.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION ffmpeg-3.3.4-0 +# BEE_VERSION ffmpeg-3.4.5-0 SRCURL[0]="https://ffmpeg.org/releases/ffmpeg-${PKGVERSION}.tar.bz2" diff --git a/intel-vaapi-driver.be0 b/intel-vaapi-driver.be0 new file mode 100755 index 000000000..6bb27aebc --- /dev/null +++ b/intel-vaapi-driver.be0 @@ -0,0 +1,85 @@ +#!/usr/bin/env beesh + +# BEE_VERSION intel-vaapi-driver-2.3.0.pre1-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]="https://github.com/intel/intel-vaapi-driver/archive/${PKGVERSION}.tar.gz intel-vaapi-driver-2.3.0.pre1.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 +#} + +#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[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/ +## diff --git a/libva-utils.be0 b/libva-utils.be0 index a44721e3b..d4d8c8a96 100755 --- a/libva-utils.be0 +++ b/libva-utils.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libva-utils-1.8.2-0 +# BEE_VERSION libva-utils-2.3.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.) @@ -9,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]="https://www.freedesktop.org/software/vaapi/releases/libva/libva-utils-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/intel/libva-utils/archive/${PKGVERSION}.zip libva-utils-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. diff --git a/libva.be0 b/libva.be0 index ee1b9373b..8cfab2428 100755 --- a/libva.be0 +++ b/libva.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libva-1.8.2-0 +# BEE_VERSION libva-2.3.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.) @@ -9,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]="https://www.freedesktop.org/software/vaapi/releases/libva/libva-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/intel/libva/releases/download/${PKGVERSION}/libva-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. diff --git a/mesalib.be0 b/mesalib.be0 index e1f5e3f31..d5917a01e 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-18.2.6-0 +# BEE_VERSION mesalib-18.2.6-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.) @@ -58,6 +58,8 @@ mee_configure() { --enable-gles1 \ --enable-gles2 \ --enable-osmesa \ + --enable-va \ + --enable-vdpau \ --enable-xa \ --enable-glx-tls \ --with-platforms="drm,x11,wayland" \ diff --git a/nasm-2.09.04-0.bee b/nasm-2.09.04-0.bee deleted file mode 100755 index bfc90d6e1..000000000 --- a/nasm-2.09.04-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.nasm.us/pub/nasm/releasebuilds/2.09.04/nasm-2.09.04.tar.bz2" - -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 INSTALLROOT=${D} -} diff --git a/nasm.be0 b/nasm.be0 new file mode 100755 index 000000000..681601faa --- /dev/null +++ b/nasm.be0 @@ -0,0 +1,33 @@ +#!/bin/env beesh + +# BEE_VERSION nasm-2.14-0 + +SRCURL[0]="https://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION}/nasm-${PKGVERSION}.tar.xz" + +# PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + +build_in_sourcedir + +#mee_extract() { +# bee_extract ${@} +#} + +#mee_patch() { +# bee_patch ${@} +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +mee_install() { + bee_install INSTALLROOT=${D} +} diff --git a/vlc.be0 b/vlc.be0 index 7d1ffc4a1..35fec81fd 100755 --- a/vlc.be0 +++ b/vlc.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION vlc-3.0.4-0 +# BEE_VERSION vlc-3.0.4-1 SRCURL[0]="https://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz" diff --git a/xine-lib.be0 b/xine-lib.be0 index 06d157852..36bb58c94 100755 --- a/xine-lib.be0 +++ b/xine-lib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xine-lib-1.2.6-1 +# BEE_VERSION xine-lib-1.2.9-0 SRCURL[0]="http://sourceforge.net/projects/xine/files/xine-lib/${PKGVERSION}/xine-lib-${PKGVERSION}.tar.xz" diff --git a/yasm-1.2.0-0.bee b/yasm-1.2.0-0.bee deleted file mode 100755 index b59dea5bd..000000000 --- a/yasm-1.2.0-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/yasm.be0 b/yasm.be0 new file mode 100755 index 000000000..8872fb770 --- /dev/null +++ b/yasm.be0 @@ -0,0 +1,33 @@ +#!/bin/env beesh + +# BEE_VERSION yasm-1.3.0-0 + +SRCURL[0]="https://www.tortall.net/projects/yasm/releases/yasm-${PKGVERSION}.tar.gz" + +# PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + + + +#mee_extract() { +# bee_extract ${@} +#} + +#mee_patch() { +# bee_patch ${@} +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}