Skip to content

x265: rebuild #1541

Merged
merged 1 commit into from
Dec 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 5 additions & 24 deletions x265.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION x265-2.1-0
# BEE_VERSION x265-2.1-1

SRCURL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKGVERSION}.tar.gz"
# SRCURL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKGVERSION}.tar.gz"
SRCURL="/src/mariux/beeroot/downloads/x265_${PKGVERSION}.tar.gz"

PATCHURL="http://www.linuxfromscratch.org/patches/blfs/svn/x265_2.1-enable_static-1.patch"

# EXCLUDE+=()
# PATCHURL="http://www.linuxfromscratch.org/patches/blfs/svn/x265_2.1-enable_static-1.patch"
PATCHURL="/src/mariux/beeroot/downloads/x265_2.1-enable_static-1.patch"

# build_in_sourcedir

Expand All @@ -32,22 +32,3 @@ mee_configure() {
#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/
##