Skip to content

Commit

Permalink
Merge pull request #970 from mariux64/add-intel-vaapi-driver-2.3.0-pre1
Browse files Browse the repository at this point in the history
Add intel-vaapi-driver 2.3.0.pre1 and update NASM, Yasm, FFmpeg, xine-lib, and VLC
  • Loading branch information
pmenzel authored Dec 7, 2018
2 parents 406658d + bbd0392 commit 9d301b9
Show file tree
Hide file tree
Showing 11 changed files with 161 additions and 70 deletions.
2 changes: 1 addition & 1 deletion ffmpeg.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
85 changes: 85 additions & 0 deletions intel-vaapi-driver.be0
Original file line number Diff line number Diff line change
@@ -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/
##
4 changes: 2 additions & 2 deletions libva-utils.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions libva.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion mesalib.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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" \
Expand Down
31 changes: 0 additions & 31 deletions nasm-2.09.04-0.bee

This file was deleted.

33 changes: 33 additions & 0 deletions nasm.be0
Original file line number Diff line number Diff line change
@@ -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}
}
2 changes: 1 addition & 1 deletion vlc.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion xine-lib.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
31 changes: 0 additions & 31 deletions yasm-1.2.0-0.bee

This file was deleted.

33 changes: 33 additions & 0 deletions yasm.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 9d301b9

Please sign in to comment.