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

comparison media-video/blackmagic-media-express/blackmagic-media-express-3.5.2.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 2ee95703831d
children
comparison
equal deleted inserted replaced
179:0e11f0586bd5 180:6a6b4b2dc204
4 # TODOs: 4 # TODOs:
5 # - fix QA notice about installing symlinks in /usr/lib 5 # - fix QA notice about installing symlinks in /usr/lib
6 6
7 EAPI=5 7 EAPI=5
8 8
9 DESKTOP_VIDEO_SHORT_VERSION="10.7" 9 DESKTOP_VIDEO_SHORT_VERSION="10.8"
10 MEDIA_EXPRESS_VERSION="3.5.2a2" 10 MEDIA_EXPRESS_VERSION="3.5.2a2"
11 11
12 DESCRIPTION="Media Express - Blackmagic Design's tool for media capture, organization and playback" 12 DESCRIPTION="Media Express - Blackmagic Design's tool for media capture, organization and playback"
13 HOMEPAGE="http://www.blackmagicdesign.com/" 13 HOMEPAGE="http://www.blackmagicdesign.com/"
14 HOMEPAGE_DOWNLOAD_NAME="Desktop Video ${DESKTOP_VIDEO_SHORT_VERSION}" 14 HOMEPAGE_DOWNLOAD_NAME="Desktop Video ${DESKTOP_VIDEO_SHORT_VERSION}"
15 15
16 SRC_URI="Blackmagic_Desktop_Video_Linux_${DESKTOP_VIDEO_SHORT_VERSION}.tar" 16 SRC_URI="Blackmagic_Desktop_Video_Linux_${DESKTOP_VIDEO_SHORT_VERSION}.tar.gz"
17 UNPACKED_DIR="mediaexpress-${MEDIA_EXPRESS_VERSION}-x86_64" 17 UNPACKED_DIR="mediaexpress-${MEDIA_EXPRESS_VERSION}-x86_64"
18 18
19 LICENSE="BlackmagicDesktopVideo" 19 LICENSE="BlackmagicDesktopVideo"
20 SLOT="0" 20 SLOT="0"
21 KEYWORDS="~amd64" 21 KEYWORDS="~amd64"
50 einfo "Please visit ${HOMEPAGE} and download \"${HOMEPAGE_DOWNLOAD_NAME}\"" 50 einfo "Please visit ${HOMEPAGE} and download \"${HOMEPAGE_DOWNLOAD_NAME}\""
51 einfo "for your product from the support section and move it to ${DISTDIR}" 51 einfo "for your product from the support section and move it to ${DISTDIR}"
52 einfo "" 52 einfo ""
53 einfo " expected filename: ${SRC_URI}" 53 einfo " expected filename: ${SRC_URI}"
54 einfo "" 54 einfo ""
55 einfo "If your browser downloads a .tar.gz file you will need to gunzip it." 55 einfo "If your browser downloads a .tar file you will need to rename it to .tar.gz"
56 } 56 }
57 57
58 src_unpack() { 58 src_unpack() {
59 unpack ${A} 59 unpack ${A}
60 60