[arch-commits] Commit in x265/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-31 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2019-10-31 08:49:40 UTC (rev 366149)
+++ PKGBUILD2019-10-31 08:49:46 UTC (rev 366150)
@@ -1,83 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kfgz 
-
-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)
+++ PKGBUILD2019-10-31 08:49:46 UTC (rev 366150)
@@ -0,0 +1,83 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kfgz 
+
+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:


[arch-commits] Commit in x265/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 1, 2019 @ 19:53:57
  Author: alucryd
Revision: 358865

archrelease: copy trunk to extra-x86_64

Added:
  x265/repos/extra-x86_64/PKGBUILD
(from rev 358864, x265/trunk/PKGBUILD)
Deleted:
  x265/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-01 19:53:51 UTC (rev 358864)
+++ PKGBUILD2019-08-01 19:53:57 UTC (rev 358865)
@@ -1,77 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kfgz 
-
-pkgname=x265
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=(x86_64)
-url=https://bitbucket.org/multicoreware/x265
-license=(GPL)
-depends=()
-makedepends=(
-  cmake
-  mercurial
-  nasm
-)
-provides=(libx265.so)
-source=(hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver})
-sha256sums=(SKIP)
-
-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 358864, x265/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-01 19:53:57 UTC (rev 358865)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kfgz 
+
+pkgname=x265
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=(x86_64)
+url=https://bitbucket.org/multicoreware/x265
+license=(GPL)
+depends=()
+makedepends=(
+  cmake
+  mercurial
+  nasm
+)
+provides=(libx265.so)
+source=(hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver})
+sha256sums=(SKIP)
+
+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:


[arch-commits] Commit in x265/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-18 Thread Maxime Gauduin via arch-commits
Date: Thursday, July 18, 2019 @ 10:46:38
  Author: alucryd
Revision: 358118

archrelease: copy trunk to extra-x86_64

Added:
  x265/repos/extra-x86_64/PKGBUILD
(from rev 358117, x265/trunk/PKGBUILD)
Deleted:
  x265/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-18 10:46:32 UTC (rev 358117)
+++ PKGBUILD2019-07-18 10:46:38 UTC (rev 358118)
@@ -1,77 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kfgz 
-
-pkgname=x265
-pkgver=3.1
-pkgrel=1
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=(x86_64)
-url=https://bitbucket.org/multicoreware/x265
-license=(GPL)
-depends=()
-makedepends=(
-  cmake
-  mercurial
-  nasm
-)
-provides=(libx265.so)
-source=(hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver})
-sha256sums=(SKIP)
-
-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 358117, x265/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-18 10:46:38 UTC (rev 358118)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kfgz 
+
+pkgname=x265
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=(x86_64)
+url=https://bitbucket.org/multicoreware/x265
+license=(GPL)
+depends=()
+makedepends=(
+  cmake
+  mercurial
+  nasm
+)
+provides=(libx265.so)
+source=(hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver})
+sha256sums=(SKIP)
+
+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: