[arch-commits] Commit in svt-hevc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Tue Aug 4 00:05:47 UTC 2020


    Date: Tuesday, August 4, 2020 @ 00:05:46
  Author: dbermond
Revision: 668686

archrelease: copy trunk to community-x86_64

Added:
  svt-hevc/repos/community-x86_64/PKGBUILD
    (from rev 668685, svt-hevc/trunk/PKGBUILD)
Deleted:
  svt-hevc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 00:05:23 UTC (rev 668685)
+++ PKGBUILD	2020-08-04 00:05:46 UTC (rev 668686)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Contributor: Luis Garcia <luigi311.lg at gmail.com>
-
-pkgname=svt-hevc
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='Scalable Video Technology HEVC encoder'
-arch=(x86_64)
-url='https://github.com/OpenVisualCloud/SVT-HEVC'
-license=(BSD)
-makedepends=(
-  cmake
-  git
-  nasm
-)
-source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=951038a3f847f31d9fe776a9388aa1e7ef2a92f1)
-md5sums=(SKIP)
-
-pkgver() {
-  cd SVT-HEVC
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-
-  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-HEVC/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
-
-  cmake ../SVT-HEVC \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON \
-    -DNATIVE=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../SVT-HEVC/LICENSE.md -t "${pkgdir}"/usr/share/licenses/svt-hevc/
-}
-
-# vim: ts=2 sw=2 et:

Copied: svt-hevc/repos/community-x86_64/PKGBUILD (from rev 668685, svt-hevc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-04 00:05:46 UTC (rev 668686)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Luis Garcia <luigi311.lg at gmail.com>
+
+pkgname=svt-hevc
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Scalable Video Technology HEVC encoder'
+arch=(x86_64)
+url='https://github.com/OpenVisualCloud/SVT-HEVC'
+license=(BSD)
+makedepends=(
+  cmake
+  git
+  nasm
+)
+source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=909a9f38f07709991d640bf65a25834acfad6505)
+md5sums=(SKIP)
+
+pkgver() {
+  cd SVT-HEVC
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+
+  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-HEVC/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+  cmake ../SVT-HEVC \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS=ON \
+    -DNATIVE=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../SVT-HEVC/LICENSE.md -t "${pkgdir}"/usr/share/licenses/svt-hevc/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list