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

David Runge dvzrv at archlinux.org
Wed Feb 20 23:18:32 UTC 2019


    Date: Wednesday, February 20, 2019 @ 23:18:31
  Author: dvzrv
Revision: 434823

archrelease: copy trunk to community-x86_64

Added:
  harvid/repos/community-x86_64/PKGBUILD
    (from rev 434822, harvid/trunk/PKGBUILD)
Deleted:
  harvid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-20 23:18:23 UTC (rev 434822)
+++ PKGBUILD	2019-02-20 23:18:31 UTC (rev 434823)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps dot aur dot archlinux dot org>
-
-pkgname=harvid
-pkgver=0.8.2
-pkgrel=2
-pkgdesc="HTTP Ardour Video Daemon"
-arch=('x86_64')
-url="https://x42.github.io/harvid/"
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('xxd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/v$pkgver.tar.gz")
-sha512sums=('fde352124008cd3d6230950c79a3a2b8d581803f952c7313c941226b00e80f8078053d941f2c5ead04672639a8db696f0c33482f69dab78187801d7ebce23fce')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # different job setting needed to not crash build
-  make PREFIX=/usr -j1
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}/" install
-
-  # ffmpeg and ffprobe symlinks (for ardour)
-  ln -sv ffmpeg "${pkgdir}/usr/bin/ffmpeg_${pkgname}"
-  ln -sv ffprobe "${pkgdir}/usr/bin/ffprobe_${pkgname}"
-
-  install -vDm 644 README.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: harvid/repos/community-x86_64/PKGBUILD (from rev 434822, harvid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-20 23:18:31 UTC (rev 434823)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('x86_64')
+url="https://x42.github.io/harvid/"
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('xxd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/v$pkgver.tar.gz")
+sha512sums=('748475602c7279f10790523cbd5cbf34c9cd283ca9e959ac0535fbb5b4ee6d2fcab976c5ddba3fa40862552b49d73df7145f36d26c9fe708063505812537a8ac')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # different job setting needed to not crash build
+  make PREFIX=/usr -j1
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -sv ffmpeg "${pkgdir}/usr/bin/ffmpeg_${pkgname}"
+  ln -sv ffprobe "${pkgdir}/usr/bin/ffprobe_${pkgname}"
+
+  install -vDm 644 README.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list