megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
changeset 155:f469771196a1
media-libs/blackmagic-desktop-video: updating to 10.6.6
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sat, 28 May 2016 17:12:54 +0200 |
parents | 60f110d900e4 |
children | 387c0f8f8ebc |
files | media-libs/blackmagic-desktop-video/Manifest media-libs/blackmagic-desktop-video/blackmagic-desktop-video-10.6.6.ebuild |
diffstat | 2 files changed, 175 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/media-libs/blackmagic-desktop-video/Manifest Thu May 05 16:38:59 2016 +0200 +++ b/media-libs/blackmagic-desktop-video/Manifest Sat May 28 17:12:54 2016 +0200 @@ -1,3 +1,5 @@ AUX 9-8-strict-prototypes.patch 600 SHA256 bdd692ad335f6b66f88149e52d59ee59e8401e0eb36234a3d175cccc04ccad91 SHA512 1c6ac8c6e8d97e1c428f720695831101568a51ebb47aaa346eef5fadca15bd9bc36ab1884156c1de5474f70b153097b04e7939c710c13338a7a9ed69086441ea WHIRLPOOL 34204ad2e7e3c18ee129876bbd93f0c22e94344694672ccb465ec8dfeae380ecc2f35a9e68fd33fef4745fde85cd3a2381ee7787361fbe1da155a2ac5ee97031 +DIST Blackmagic_Desktop_Video_Linux_10.6.6.tar 592264137 SHA256 444785bbeb5234bff4346deede1e19fa9a9fb20602a2637f38fbad2063bb8aab SHA512 4168f53fae755468f0808861bb8863c16a8197c7ca0f891e30a1f46c6051f17a4bc702e28bd74ade1bec3683bdfc46afa980d359fb21a6a800110aa0825ac107 WHIRLPOOL 278cd1a122ea5c7d9f1affd58ad08dbddc863d5e2732d6b85610ae6a8ea176020a34cc59b7a0e42277f227c71b4e6a17a73de21977813b331617f056830b3146 DIST Blackmagic_Desktop_Video_Linux_9.8.tar.gz 141900528 SHA256 6977360490c806f9952028d50bc10782d5878e5d42bd7c0f5eb070b3b6e1116c SHA512 af4ccd5f9732633c4b3756766cd54c3329bf9edeb640462bb316e9c2b782550399806973a51e51c52fa47eaa018a11889b343cc3c1531282cc6524c6f630fce1 WHIRLPOOL 6497d43c147db98e433edb3639a666b1f39036c44fe317f835407458924969ca0ae1741c577bb7b92853cc720eb0fd6cda09aca820c8222adcbfe66bd9540fb9 +EBUILD blackmagic-desktop-video-10.6.6.ebuild 6348 SHA256 54095ea0c0f9e742714ce64ec0b58711054038053547e4ea40b19abe84f0a70d SHA512 d2c9c3d54666713530abc80163912aa085dd5c25d070725aef0c3ff52e93d6dc60e7454586c6b146563a7f1fd93d4f8c6d8ef07a37320126433a3934481697bb WHIRLPOOL 5fb0eeeb688db34a205adbeb8a761e7b732151f657f97cfc91bae6342cb165b82f221ef10862f0f121610b3083d571d30d5ca4dd8f3f37d70791e1120ffa89e7 EBUILD blackmagic-desktop-video-9.8.ebuild 4164 SHA256 95301cff3c1901ef3ade16d0e043b5354c53f5795cf56950b0f5f07678a9054a SHA512 5028ba85c878f41baad35457aa75c3f785768ca3759519caafd9c90b73c181712b83ba5dd48d3ddf65583ef7e32b88db673ce4840af237ce9ae1f0e19189765c WHIRLPOOL 70d6a04f80dbfd2131e8d2845c4b909dbfb932c9aa88198b5ed97d947780584a7f0e0cd21370f0bbd038df0a72d99f7fe7a71f607394814bfd4e4475d4ad876f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-libs/blackmagic-desktop-video/blackmagic-desktop-video-10.6.6.ebuild Sat May 28 17:12:54 2016 +0200 @@ -0,0 +1,173 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# TODOs: +# - figure out exact kernel version required to build the module without errors +# - test if it works nonetheless +# - warn/abort if wrong kernel version +# - inheriting linux-info breaks installation?! +# - fix QA notice about installing symlinks in /usr/lib + +EAPI=5 + +inherit linux-mod +#inherit linux-info + +DESCRIPTION="Desktop Video - drivers and tools for products by Blackmagic Design including DeckLink and Intensity" +HOMEPAGE="http://www.blackmagicdesign.com/" +HOMEPAGE_DOWNLOAD_NAME="Desktop Video ${PV} Update" + +SRC_URI="Blackmagic_Desktop_Video_Linux_${PV}.tar" +UNPACKED_DIR="desktopvideo-10.6.6a10-x86_64" + +LICENSE="BlackmagicDesktopVideo" +SLOT="0" +KEYWORDS="~amd64" +IUSE="autostart" +RESTRICT="fetch" + +DEPEND="" +RDEPEND="${DEPEND}" + +# supress QA warnings about stripping etc., i.e. stuff we cannot change since we install prebuilt binaries +QA_PREBUILT="opt/blackmagic-desktop-video/usr/bin/* opt/blackmagic-desktop-video/usr/lib/*" + +# for kernel module compilation +MODULE_NAMES="blackmagic(misc:${S}/usr/src/blackmagic-10.6.6a10:${S}/usr/src/blackmagic-10.6.6a10) blackmagic-io(misc:${S}/usr/src/blackmagic-io-10.6.6a10:${S}/usr/src/blackmagic-io-10.6.6a10)" +BUILD_TARGETS="clean all" + +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 "The license should be shown and has to be accepted before the download" + einfo "starts." +} + +#pkg_pretend() { +# if kernel_is -ge 4 6 ; then +# # 12345678901234567890123456789012345678901234567890123456789012345678901234567890 +# ewarn "Your kernel version seems to be unsupported; please consider downgrading to 3.16" +# ewarn "if modules don't work." +# fi +#} + +src_unpack() { + unpack ${A} + + cd ${WORKDIR} + tar xfz Blackmagic_Desktop_Video_Linux_${PV}/other/x86_64/desktopvideo-10.6.6a10-x86_64.tar.gz + + # symlink to what is supposed to have been prepared + ln -s ${UNPACKED_DIR} ${P} +} + +#src_prepare() { +# epatch "${FILESDIR}/9-8-strict-prototypes.patch" +#} + +src_compile() { + # library/tools are binary but kernel module requires compilation + linux-mod_src_compile +} + +src_install() { + # all pre-built binaries should go into /opt and be symlinked to usr/bin etc. + installdir="${D}/opt/blackmagic-desktop-video" + + mkdir -p ${installdir} + cp -a ${WORKDIR}/${UNPACKED_DIR}/* ${installdir}/ + + # there should a blank directory in /etc according to the archive... + mkdir -p ${installdir}/etc/blackmagic + chmod 755 ${installdir}/etc/blackmagic + + # NOTE: Not linking usr/lib/systemd as I don't use that and thus can't test it... + symlinks=( + 'etc/init.d/DesktopVideoHelper' + 'usr/bin/BlackmagicDesktopVideoUtility' + 'usr/bin/BlackmagicFirmwareUpdater' + 'usr/bin/BlackmagicFirmwareUpdaterGui' + 'usr/lib/libDeckLinkAPI.so' + 'usr/lib/libDeckLinkPreviewAPI.so' + 'usr/lib/blackmagic' + 'usr/sbin/DesktopVideoHelper' + 'usr/share/applications/BlackmagicDesktopVideoUtility.desktop' + 'usr/share/applications/BlackmagicFirmwareUpdaterGui.desktop' + 'usr/share/doc/desktopvideo' + 'usr/share/doc/desktopvideo-gui' + 'usr/share/icons/hicolor/16x16/apps/BlackmagicDesktopVideoUtility.png' + 'usr/share/icons/hicolor/16x16/apps/BlackmagicFirmwareUpdaterGui.png' + 'usr/share/icons/hicolor/32x32/apps/BlackmagicDesktopVideoUtility.png' + 'usr/share/icons/hicolor/32x32/apps/BlackmagicFirmwareUpdaterGui.png' + 'usr/share/icons/hicolor/48x48/apps/BlackmagicDesktopVideoUtility.png' + 'usr/share/icons/hicolor/48x48/apps/BlackmagicFirmwareUpdaterGui.png' + 'usr/share/icons/hicolor/128x128/apps/BlackmagicDesktopVideoUtility.png' + 'usr/share/icons/hicolor/128x128/apps/BlackmagicFirmwareUpdaterGui.png' + 'usr/share/icons/hicolor/256x256/apps/BlackmagicDesktopVideoUtility.png' + 'usr/share/icons/hicolor/256x256/apps/BlackmagicFirmwareUpdaterGui.png' + ) + + for path in "${symlinks[@]}"; do + dosym /opt/blackmagic-desktop-video/${path} ${path} + done + + # don't symlink man-pages, install a copy instead + doman usr/share/man/man1/*.1 + + # udev rule should be placed in /lib/udev/rules.d instead + dosym /opt/blackmagic-desktop-video/etc/udev/rules.d/55-blackmagic.rules /lib/udev/rules.d/55-blackmagic.rules + + # add firmware check to autostart? + if use autostart; then + dosym /opt/blackmagic-desktop-video/etc/xdg/autostart/BlackmagicFirmwareUpdaterGuiAutoStart.desktop /etc/xdg/autostart/BlackmagicFirmwareUpdaterGuiAutoStart.desktop + fi + + # kernel module + linux-mod_src_install +} + +pkg_postinst() { + # kernel module + linux-mod_pkg_postinst + + # 12345678901234567890123456789012345678901234567890123456789012345678901234567890 + einfo "" + #einfo "Please do *NOT* report any QA errors to Gentoo or Blackmagic!" + #einfo "" + einfo "The kernel module to load is simply called blackmagic, but there's also" + einfo "blackmagic-io. When upgrading, please rmmod both first. Then modprobe blackmagic" + einfo "to see if it works (it should print your devices to kernel log)." + einfo "" + einfo "Installed tools are BlackmagicFirmwareUpdater, BlackmagicFirmwareUpdaterGui and" + einfo "BlackmagicDesktopVideoUtility (former BlackmagicControlPanel)." + einfo "" + if use autostart; then + einfo "Automated update check has been installed." + else + einfo "Automated update check has *not* been installed this time. (set USE flag" + einfo "autostart if you want that)" + fi + einfo "" + einfo "If your product is not being recognized, there are two common reasons:" + einfo "" + einfo " 1) You may need to increase the vmalloc limit in your kernel." + einfo " This can be done by adding e.g. vmalloc=256M to your kernel boot line. You" + einfo " can see current usage by running" + einfo "" + einfo " # grep VmallocUsed /proc/meminfo" + einfo "" + einfo " 2) Your firmware may be outdated. Make sure you reload the modules (or simply" + einfo " reboot) and then run BlackmagicFirmwareUpdater or, if you prefer," + einfo " BlackmagicFirmwareUpdaterGui" + einfo "" + einfo "We are reloading udev rules now..." + /bin/udevadm control --reload-rules || einfo " ... failed, you may want to check this before rebooting!" +} + +pkg_postrm() { + # kernel module + linux-mod_pkg_postrm +}