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

speps speps at archlinux.org
Mon Sep 15 08:54:09 UTC 2014


    Date: Monday, September 15, 2014 @ 10:54:09
  Author: speps
Revision: 119006

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 119005, harvid/trunk/PKGBUILD)
  harvid/repos/community-staging-x86_64/
  harvid/repos/community-staging-x86_64/PKGBUILD
    (from rev 119005, 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 119005, harvid/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-15 08:54:09 UTC (rev 119006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.7.5
+pkgrel=2
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/"
+license=('GPL')
+depends=('ffmpeg')
+source=("https://github.com/x42/harvid/archive/v$pkgver.tar.gz")
+md5sums=('b9b7ccc251a9077a06409e33bed3dce6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr
+}
+
+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 119005, harvid/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-15 08:54:09 UTC (rev 119006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.7.5
+pkgrel=2
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/"
+license=('GPL')
+depends=('ffmpeg')
+source=("https://github.com/x42/harvid/archive/v$pkgver.tar.gz")
+md5sums=('b9b7ccc251a9077a06409e33bed3dce6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr
+}
+
+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