We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

changeset 174:f80f46f8cb55

adding media-libs/blackmagic-desktop-video-sdk
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 24 Jul 2016 18:26:44 +0200
parents a7e9f1aabd14
children 53f1be71165d
files media-libs/blackmagic-desktop-video-sdk/Manifest media-libs/blackmagic-desktop-video-sdk/blackmagic-desktop-video-sdk-10.7.ebuild profiles/license_groups
diffstat 3 files changed, 47 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-libs/blackmagic-desktop-video-sdk/Manifest	Sun Jul 24 18:26:44 2016 +0200
@@ -0,0 +1,2 @@
+DIST Blackmagic_DeckLink_SDK_10.7.zip 50501702 SHA256 01562df363dce1f427273ef96595aa6964dbf8cbe492fa2eddaf9d9aff3eaadd SHA512 87e9efaa0ed8a6f89524410a6412adadd0fae9ce1b8d7938bc4a3121a7a526800cbf922c147a0bca4402cf082799733d4b37b8e4c977105779216b08df2feced WHIRLPOOL 924a52c5e41acebc95d9c3ebbb9560acd6b889f0e9aaa78b17f8103cf6e529c94e560fd64cf176c144483a95997c9b25a46bfb12b6f23dafa24c14ebb1076a97
+EBUILD blackmagic-desktop-video-sdk-10.7.ebuild 1282 SHA256 5cbb9dad6a54dc3b65193b20892ddaae2c0335bc91ca77f82d7b788db55fbc52 SHA512 8ed29cea70f1c3ed13d500c9e09f197c8d1ccb1cb6d95ae4724eb6f60be4e6a490384d5895ab501c7e435926d2bbdf5658e258e3ca978511231b9147f71b1dc4 WHIRLPOOL 3d05f7d459efeff608f5c10f547bd4773b4fd56efce73b72713aa32c027efe52b90ffdaeed87f2af3104489340bf42ee628011aab8aff4eb8e4078502dd5d1d3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/media-libs/blackmagic-desktop-video-sdk/blackmagic-desktop-video-sdk-10.7.ebuild	Sun Jul 24 18:26:44 2016 +0200
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Desktop Video SDK - headers, examples and documentation necessary to develop/compile custom applications for products by Blackmagic Design (also known as DeckLink SDK)"
+HOMEPAGE="http://www.blackmagicdesign.com/"
+HOMEPAGE_DOWNLOAD_NAME="Desktop Video ${PV} SDK"
+
+SRC_URI="Blackmagic_DeckLink_SDK_${PV}.zip"
+UNPACKED_DIR="Blackmagic DeckLink SDK ${PV}"
+
+LICENSE="BlackmagicDesktopVideoSDK"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples"
+RESTRICT="fetch"
+
+pkg_nofetch() {
+	einfo "Please visit ${HOMEPAGE} and download \"${HOMEPAGE_DOWNLOAD_NAME}\""
+	einfo "for your product from the support section and move it to ${DISTDIR}"
+	einfo ""
+	einfo "  expected filename: ${SRC_URI}"
+	#einfo ""
+	#einfo "If your browser downloads a .tar.gz file you will need to gunzip it."
+}
+
+src_unpack() {
+	unpack ${A}
+	
+	# symlink to what is supposed to have been prepared
+	ln -s "${UNPACKED_DIR}" "${P}"
+}
+
+src_install() {
+	# do not compress documentation (only RTF) or samples (makes no sense)
+	docompress -x /usr/share/doc
+	
+	use doc && dodoc -r *.pdf *.rtf
+	use examples && dodoc -r Examples Linux/Samples
+	
+	insinto "/usr/include/blackmagic"
+	doins -r Linux/include/*
+}
--- a/profiles/license_groups	Sun Jul 24 17:51:28 2016 +0200
+++ b/profiles/license_groups	Sun Jul 24 18:26:44 2016 +0200
@@ -1,1 +1,1 @@
-EULA BlackmagicDesktopVideo Lightworks
+EULA BlackmagicDesktopVideo BlackmagicDesktopVideoSDK Lightworks