[arch-commits] Commit in x265/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Oct 31 08:49:47 UTC 2019
Date: Thursday, October 31, 2019 @ 08:49:46
Author: alucryd
Revision: 366150
archrelease: copy trunk to extra-x86_64
Added:
x265/repos/extra-x86_64/PKGBUILD
(from rev 366149, x265/trunk/PKGBUILD)
Deleted:
x265/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 166 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 83 insertions(+), 83 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 08:49:40 UTC (rev 366149)
+++ PKGBUILD 2019-10-31 08:49:46 UTC (rev 366150)
@@ -1,83 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: kfgz <kfgz at interia.pl>
-
-pkgname=x265
-pkgver=3.2
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=(x86_64)
-url=https://bitbucket.org/multicoreware/x265
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(
- cmake
- mercurial
- nasm
-)
-provides=(libx265.so)
-source=(hg+https://bitbucket.org/multicoreware/x265#revision=353572437201d551381002aebf20d244bd49ef17)
-sha256sums=(SKIP)
-
-pkgver() {
- cd x265
-
- hg id --tags
-}
-
-prepare() {
- cd x265
-
- for d in 8 10 12; do
- if [[ -d build-$d ]]; then
- rm -rf build-$d
- fi
- mkdir build-$d
- done
-}
-
-build() {
- cd x265/build-12
-
- cmake ../source \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DHIGH_BIT_DEPTH=TRUE \
- -DMAIN12=TRUE \
- -DEXPORT_C_API=FALSE \
- -DENABLE_CLI=FALSE \
- -DENABLE_SHARED=FALSE
- make
-
- cd ../build-10
-
- cmake ../source \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DHIGH_BIT_DEPTH=TRUE \
- -DEXPORT_C_API=FALSE \
- -DENABLE_CLI=FALSE \
- -DENABLE_SHARED=FALSE
- make
-
- cd ../build-8
-
- ln -s ../build-10/libx265.a libx265_main10.a
- ln -s ../build-12/libx265.a libx265_main12.a
-
- cmake ../source \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_SHARED=TRUE \
- -DENABLE_HDR10_PLUS=TRUE \
- -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
- -DEXTRA_LINK_FLAGS='-L .' \
- -DLINKED_10BIT=TRUE \
- -DLINKED_12BIT=TRUE
- make
-}
-
-package() {
- cd x265/build-8
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: x265/repos/extra-x86_64/PKGBUILD (from rev 366149, x265/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 08:49:46 UTC (rev 366150)
@@ -0,0 +1,83 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: kfgz <kfgz at interia.pl>
+
+pkgname=x265
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=(x86_64)
+url=https://bitbucket.org/multicoreware/x265
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(
+ cmake
+ mercurial
+ nasm
+)
+provides=(libx265.so)
+source=(hg+https://bitbucket.org/multicoreware/x265#revision=7fa570ead8d361bf6055cd2a881a8e15f12110ae)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd x265
+
+ hg id --tags
+}
+
+prepare() {
+ cd x265
+
+ for d in 8 10 12; do
+ if [[ -d build-$d ]]; then
+ rm -rf build-$d
+ fi
+ mkdir build-$d
+ done
+}
+
+build() {
+ cd x265/build-12
+
+ cmake ../source \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DHIGH_BIT_DEPTH=TRUE \
+ -DMAIN12=TRUE \
+ -DEXPORT_C_API=FALSE \
+ -DENABLE_CLI=FALSE \
+ -DENABLE_SHARED=FALSE
+ make
+
+ cd ../build-10
+
+ cmake ../source \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DHIGH_BIT_DEPTH=TRUE \
+ -DEXPORT_C_API=FALSE \
+ -DENABLE_CLI=FALSE \
+ -DENABLE_SHARED=FALSE
+ make
+
+ cd ../build-8
+
+ ln -s ../build-10/libx265.a libx265_main10.a
+ ln -s ../build-12/libx265.a libx265_main12.a
+
+ cmake ../source \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_SHARED=TRUE \
+ -DENABLE_HDR10_PLUS=TRUE \
+ -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
+ -DEXTRA_LINK_FLAGS='-L .' \
+ -DLINKED_10BIT=TRUE \
+ -DLINKED_12BIT=TRUE
+ make
+}
+
+package() {
+ cd x265/build-8
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list