code format.

This commit is contained in:
Jerome Duval
2018-09-14 12:11:45 +02:00
parent 9bdfc7fd9e
commit b369b0e338
29 changed files with 208 additions and 228 deletions

View File

@@ -4,29 +4,36 @@ DESCRIPTION="x265 is a full-fledged video encoder for the HEVC video format \
and ITU-T H.265). HEVC is a direct successor to the earlier H.264/MPEG-4 AVC \
video compression standard, aiming to achieve the same video quality at half \
the bit rate. x265 is a free software project implementing that standard."
HOMEPAGE="http://x265.org/"
LICENSE="GNU GPL v2"
COPYRIGHT="2013-2016 x265 Project"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="https://bitbucket.org/multicoreware/x265/get/$portVersion.tar.bz2"
CHECKSUM_SHA256="67a681ae9907002712075c0ad149f0b4f84333ebc4b37ccee6385804760d2d64"
REVISION="2"
# BitBucket sucks
SOURCE_DIR="multicoreware-x265-960c9991d0dc"
PATCHES="x265-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
# BitBucket sucks
SOURCE_DIR='multicoreware-x265-960c9991d0dc'
PROVIDES="
x265$secondaryArchSuffix = $portVersion
cmd:x265 = $portVersion
lib:libx265$secondaryArchSuffix = 87
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
x265${secondaryArchSuffix}_devel = $portVersion
devel:libx265$secondaryArchSuffix = 87
"
REQUIRES_devel="
x265$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -37,8 +44,6 @@ BUILD_PREREQUIRES="
cmd:yasm
"
PATCHES="x265-$portVersion.patchset"
BUILD()
{
# Can't put this in SOURCE_DIR as cmake uses a file in the root
@@ -64,13 +69,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
x265${secondaryArchSuffix}_devel = $portVersion
devel:libx265$secondaryArchSuffix = 87
"
REQUIRES_devel="
x265$secondaryArchSuffix == $portVersion base
"

View File

@@ -4,29 +4,36 @@ DESCRIPTION="x265 is a full-fledged video encoder for the HEVC video format \
and ITU-T H.265). HEVC is a direct successor to the earlier H.264/MPEG-4 AVC \
video compression standard, aiming to achieve the same video quality at half \
the bit rate. x265 is a free software project implementing that standard."
HOMEPAGE="http://x265.org/"
LICENSE="GNU GPL v2"
COPYRIGHT="2013-2016 x265 Project"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://bitbucket.org/multicoreware/x265/get/tip.tar.bz2"
CHECKSUM_SHA256="228446ebbbcf3923f1f8b7ef29e954a36ff7689b48f83e3908cd437de1b231d1"
REVISION="1"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 ?x86"
# BitBucket sucks
SOURCE_DIR="multicoreware-x265-2737c6ff5f80"
PATCHES="x265-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 ?x86"
PROVIDES="
x265$secondaryArchSuffix = $portVersion
cmd:x265 = $portVersion
lib:libx265$secondaryArchSuffix = 89
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
x265${secondaryArchSuffix}_devel = $portVersion
devel:libx265$secondaryArchSuffix = 89
"
REQUIRES_devel="
x265$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -37,8 +44,6 @@ BUILD_PREREQUIRES="
cmd:yasm
"
PATCHES="x265-$portVersion.patchset"
BUILD()
{
# Can't put this in SOURCE_DIR as cmake uses a file in the root
@@ -64,13 +69,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
x265${secondaryArchSuffix}_devel = $portVersion
devel:libx265$secondaryArchSuffix = 89
"
REQUIRES_devel="
x265$secondaryArchSuffix == $portVersion base
"