[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2020-11-30 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 1, 2020 @ 07:30:35
  Author: alucryd
Revision: 766985

upgpkg: svt-av1 0.8.6-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 05:59:07 UTC (rev 766984)
+++ PKGBUILD2020-12-01 07:30:35 UTC (rev 766985)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -14,7 +14,7 @@
   nasm
   ninja
 )
-_tag=45081abaeebd488946b576452e46ddac92c6381d
+_tag=a5ec26c0f0bd6e872a0b2bb340b4a777f4847020
 source=(git+https://github.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
 md5sums=(SKIP)
 


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2020-09-08 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 8, 2020 @ 12:26:08
  Author: alucryd
Revision: 701215

upgpkg: svt-av1 0.8.5-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-08 10:55:22 UTC (rev 701214)
+++ PKGBUILD2020-09-08 12:26:08 UTC (rev 701215)
@@ -2,18 +2,20 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
-url='https://github.com/OpenVisualCloud/SVT-AV1'
+url=https://github.com/AOMediaCodec/SVT-AV1
 license=(BSD)
 makedepends=(
   cmake
   git
   nasm
+  ninja
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=6cd553fecb93f68ff778d67f59d5392997f29521)
+_tag=45081abaeebd488946b576452e46ddac92c6381d
+source=(git+https://github.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
 md5sums=(SKIP)
 
 pkgver() {
@@ -23,31 +25,22 @@
 }
 
 prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
   sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-AV1/CMakeLists.txt
 }
 
 build() {
-  cd build
-
   export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
 
-  cmake ../SVT-AV1 \
+  cmake -S SVT-AV1 -B build -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=ON \
 -DNATIVE=OFF
-  make
+  ninja -C build
 }
 
 package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../SVT-AV1/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-av1/
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 SVT-AV1/LICENSE.md -t "${pkgdir}"/usr/share/licenses/svt-av1/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2020-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 21:52:28
  Author: dbermond
Revision: 657209

upgpkg: svt-av1 0.8.4-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 21:03:14 UTC (rev 657208)
+++ PKGBUILD2020-06-30 21:52:28 UTC (rev 657209)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2d5d4b627bc10db8d185752a1880f7c357be3610)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=6cd553fecb93f68ff778d67f59d5392997f29521)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2020-04-27 Thread Maxime Gauduin via arch-commits
Date: Monday, April 27, 2020 @ 12:10:31
  Author: alucryd
Revision: 621862

upgpkg: svt-av1 0.8.3-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 11:59:57 UTC (rev 621861)
+++ PKGBUILD2020-04-27 12:10:31 UTC (rev 621862)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=26938b09c34f973b08801ac66acb08fd006b4b3f)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2d5d4b627bc10db8d185752a1880f7c357be3610)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2020-04-20 Thread Maxime Gauduin via arch-commits
Date: Monday, April 20, 2020 @ 13:20:48
  Author: alucryd
Revision: 617031

upgpkg: svt-av1 0.8.2-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 11:46:33 UTC (rev 617030)
+++ PKGBUILD2020-04-20 13:20:48 UTC (rev 617031)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2a0e578979ca62fa8cc81e03c5901ae3fe017530)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=26938b09c34f973b08801ac66acb08fd006b4b3f)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2020-01-29 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 29, 2020 @ 15:09:46
  Author: alucryd
Revision: 558999

upgpkg: svt-av1 0.8.1-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 15:09:35 UTC (rev 558998)
+++ PKGBUILD2020-01-29 15:09:46 UTC (rev 558999)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=af16f709522e4800643c6e16eff6f9b3b44e32d4)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2a0e578979ca62fa8cc81e03c5901ae3fe017530)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2019-12-21 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 21, 2019 @ 13:11:07
  Author: alucryd
Revision: 538599

upgpkg: svt-av1 0.8.0-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 11:02:06 UTC (rev 538598)
+++ PKGBUILD2019-12-21 13:11:07 UTC (rev 538599)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.7.5
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=9a321eb5f1233c46ac44472b30db8efb953fffd3)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=af16f709522e4800643c6e16eff6f9b3b44e32d4)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2019-11-25 Thread Maxime Gauduin via arch-commits
Date: Monday, November 25, 2019 @ 20:50:23
  Author: alucryd
Revision: 533300

upgpkg: svt-av1 0.7.5-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 20:50:02 UTC (rev 533299)
+++ PKGBUILD2019-11-25 20:50:23 UTC (rev 533300)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.7.0
+pkgver=0.7.5
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=ea1f5ce2782b972a73c2356b1b5826a3ccc81ffc)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=9a321eb5f1233c46ac44472b30db8efb953fffd3)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in svt-av1/trunk (PKGBUILD)

2019-09-27 Thread Maxime Gauduin via arch-commits
Date: Friday, September 27, 2019 @ 12:30:19
  Author: alucryd
Revision: 511914

upgpkg: svt-av1 0.7.0-1

Modified:
  svt-av1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-27 12:30:02 UTC (rev 511913)
+++ PKGBUILD2019-09-27 12:30:19 UTC (rev 511914)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2bebd2df01b28a64dcd834b40f0a5ed090143945)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=ea1f5ce2782b972a73c2356b1b5826a3ccc81ffc)
 md5sums=(SKIP)
 
 pkgver() {