[arch-commits] Commit in harvid/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Feb 17 21:08:02 UTC 2016


    Date: Wednesday, February 17, 2016 @ 22:08:02
  Author: arojas
Revision: 162126

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  harvid/repos/community-staging-i686/
  harvid/repos/community-staging-i686/PKGBUILD
    (from rev 162125, harvid/trunk/PKGBUILD)
  harvid/repos/community-staging-x86_64/
  harvid/repos/community-staging-x86_64/PKGBUILD
    (from rev 162125, harvid/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: harvid/repos/community-staging-i686/PKGBUILD (from rev 162125, harvid/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-17 21:08:02 UTC (rev 162126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/"
+license=('GPL')
+depends=('ffmpeg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz")
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
+  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
+
+  # doc
+  install -Dm644 README.md \
+    "$pkgdir/usr/share/doc/$pkgname/README"
+}

Copied: harvid/repos/community-staging-x86_64/PKGBUILD (from rev 162125, harvid/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-17 21:08:02 UTC (rev 162126)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/"
+license=('GPL')
+depends=('ffmpeg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz")
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
+  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
+
+  # doc
+  install -Dm644 README.md \
+    "$pkgdir/usr/share/doc/$pkgname/README"
+}



More information about the arch-commits mailing list