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

Daniel Bermond dbermond at archlinux.org
Sat Jan 16 15:56:32 UTC 2021


    Date: Saturday, January 16, 2021 @ 15:56:32
  Author: dbermond
Revision: 821152

archrelease: copy trunk to community-x86_64

Added:
  avisynthplus/repos/community-x86_64/PKGBUILD
    (from rev 821151, avisynthplus/trunk/PKGBUILD)
Deleted:
  avisynthplus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 15:56:09 UTC (rev 821151)
+++ PKGBUILD	2021-01-16 15:56:32 UTC (rev 821152)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=avisynthplus
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='An improved version of the AviSynth frameserver'
-arch=('x86_64')
-url='https://avs-plus.net/'
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}.tar.gz")
-sha256sums=('a157648c0535013ec4895b8f03640d74ada43b93ac3d07b91087177f93278a30')
-
-build() {
-    cmake -B build -S "AviSynthPlus-${pkgver}" \
-        -DCMAKE_BUILD_TYPE:STRING='None' \
-        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
-        -Wno-dev
-    make -C build
-}
-
-package() {
-    make -C build DESTDIR="$pkgdir" install
-}

Copied: avisynthplus/repos/community-x86_64/PKGBUILD (from rev 821151, avisynthplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-16 15:56:32 UTC (rev 821152)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=avisynthplus
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='An improved version of the AviSynth frameserver'
+arch=('x86_64')
+url='https://avs-plus.net/'
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('devil: for ImageSeq plugin')
+makedepends=('cmake' 'devil')
+source=("https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8906d9e46dc90a194413d69b710e3106c0aafddc0c5c62004885d0c3beb79862')
+
+build() {
+    cmake -B build -S "AviSynthPlus-${pkgver}" \
+        -DCMAKE_BUILD_TYPE:STRING='None' \
+        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+        -Wno-dev
+    make -C build
+}
+
+package() {
+    make -C build DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list