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 @ 173:a7e9f1aabd14

media-libs/blackmagic-desktop-video: kernel modules now successfully compile against Linux 4.4.6, removing notice
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 24 Jul 2016 17:51:28 +0200
parents 197ccaad1187
children 6a6b4b2dc204
comparison
equal deleted inserted replaced
172:2ee95703831d 173:a7e9f1aabd14
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 3 18; 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 3.18"
59 ewarn "if modules don't work." 59 # ewarn "if modules don't work."
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}