[arch-commits] Commit in harvid/repos (4 files)
speps
speps at archlinux.org
Thu Jan 28 23:31:28 UTC 2016
Date: Friday, January 29, 2016 @ 00:31:28
Author: speps
Revision: 159388
archrelease: copy trunk to community-i686, community-x86_64
Added:
harvid/repos/community-i686/PKGBUILD
(from rev 159387, harvid/trunk/PKGBUILD)
harvid/repos/community-x86_64/PKGBUILD
(from rev 159387, harvid/trunk/PKGBUILD)
Deleted:
harvid/repos/community-i686/PKGBUILD
harvid/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ----------------------
community-x86_64/PKGBUILD | 34 ----------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-01-28 23:31:22 UTC (rev 159387)
+++ community-i686/PKGBUILD 2016-01-28 23:31:28 UTC (rev 159388)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps <speps dot aur dot archlinux dot org>
-
-pkgname=harvid
-pkgver=0.8.0
-pkgrel=1
-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=('a3f39791c5eec94be5e43c6545538f9d')
-
-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-i686/PKGBUILD (from rev 159387, harvid/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 23:31:28 UTC (rev 159388)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=1
+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
+}
+
+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"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-01-28 23:31:22 UTC (rev 159387)
+++ community-x86_64/PKGBUILD 2016-01-28 23:31:28 UTC (rev 159388)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps <speps dot aur dot archlinux dot org>
-
-pkgname=harvid
-pkgver=0.8.0
-pkgrel=1
-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=('a3f39791c5eec94be5e43c6545538f9d')
-
-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-x86_64/PKGBUILD (from rev 159387, harvid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-28 23:31:28 UTC (rev 159388)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps dot aur dot archlinux dot org>
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=1
+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
+}
+
+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