pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import harvid-0.8.1 as wip/harvid.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Jun 18 23:31:16 2016 +0200
Changeset: daed2d29f2cc5d213d16306f485f879441ca3259
Added Files:
harvid/DESCR
harvid/Makefile
harvid/PLIST
harvid/distinfo
Log Message:
Import harvid-0.8.1 as wip/harvid.
harvid -- HTTP Ardour Video Daemon
Harvid decodes still images from movie files and serves them via HTTP.
Its intended use-case is to efficiently provide frame-accurate data and act as
second level cache for rendering the video-timeline in Ardour.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=daed2d29f2cc5d213d16306f485f879441ca3259
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
harvid/DESCR | 6 ++++++
harvid/Makefile | 25 +++++++++++++++++++++++++
harvid/PLIST | 3 +++
harvid/distinfo | 6 ++++++
4 files changed, 40 insertions(+)
diffs:
diff --git a/harvid/DESCR b/harvid/DESCR
new file mode 100644
index 0000000..faa61be
--- /dev/null
+++ b/harvid/DESCR
@@ -0,0 +1,6 @@
+harvid -- HTTP Ardour Video Daemon
+
+Harvid decodes still images from movie files and serves them via HTTP.
+
+Its intended use-case is to efficiently provide frame-accurate data and act as
+second level cache for rendering the video-timeline in Ardour.
diff --git a/harvid/Makefile b/harvid/Makefile
new file mode 100644
index 0000000..be2666e
--- /dev/null
+++ b/harvid/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= harvid-0.8.1
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_GITHUB:=x42/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://x42.github.com/harvid/
+COMMENT= HTTP Ardour Video Daemon
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= pkg-config gmake
+
+MAKE_JOBS_SAFE= no
+
+PKGCONFIG_OVERRIDE+= libharvid/harvid.pc.in
+
+MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+= VERSION=${PKGVERSION_NOREV}
+
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../multimedia/ffmpeg3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/harvid/PLIST b/harvid/PLIST
new file mode 100644
index 0000000..17022cf
--- /dev/null
+++ b/harvid/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/harvid
+man/man1/harvid.1
diff --git a/harvid/distinfo b/harvid/distinfo
new file mode 100644
index 0000000..0ae8be9
--- /dev/null
+++ b/harvid/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (harvid-0.8.1.tar.gz) = ad132fed434bf648f92ed84c57b5b4a749ceeea2
+RMD160 (harvid-0.8.1.tar.gz) = 4b4545fafcaa620402f417a72e235062a41d88f5
+SHA512 (harvid-0.8.1.tar.gz) = b425eca844bb9eec3ec8caa324f783132a3e83938b258a5f8e92ce6dc47108ae491a009223b7e3c8051d965a1ff1b5e5509a804d1462641128a8524cde5ae60a
+Size (harvid-0.8.1.tar.gz) = 116277 bytes
Home |
Main Index |
Thread Index |
Old Index