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

comparison media-libs/blackmagic-desktop-video/blackmagic-desktop-video-10.7.ebuild @ 180:6a6b4b2dc204

Blackmagic: updating Desktop Video + SDK to 10.8, adding check for kernel version to 10.7, bumping download archive in Media Express 3.5.2
author Daniel Neugebauer <dneuge@energiequant.de>
date Thu, 15 Sep 2016 11:00:57 +0200
parents a7e9f1aabd14
children
comparison
equal deleted inserted replaced
179:0e11f0586bd5 180:6a6b4b2dc204
50 einfo " expected filename: ${SRC_URI}" 50 einfo " expected filename: ${SRC_URI}"
51 einfo "" 51 einfo ""
52 einfo "If your browser downloads a .tar.gz file you will need to gunzip it." 52 einfo "If your browser downloads a .tar.gz file you will need to gunzip it."
53 } 53 }
54 54
55 #pkg_pretend() { 55 pkg_pretend() {
56 # if kernel_is -gt 3 18; then 56 if kernel_is -gt 4 5; then
57 # # 12345678901234567890123456789012345678901234567890123456789012345678901234567890 57 # 12345678901234567890123456789012345678901234567890123456789012345678901234567890
58 # ewarn "Your kernel version seems to be unsupported; please consider downgrading to 3.18" 58 ewarn "Your kernel version seems to be unsupported; please consider downgrading to 4.4"
59 # ewarn "if modules don't work." 59 ewarn "if modules don't work or upgrade to a Desktop Video 10.8 or later."
60 # fi 60 fi
61 #} 61 }
62 62
63 src_unpack() { 63 src_unpack() {
64 unpack ${A} 64 unpack ${A}
65 65
66 cd ${WORKDIR} 66 cd ${WORKDIR}