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.
comparison media-video/blackmagic-media-express/blackmagic-media-express-3.5.3.ebuild @ 202:f5f54e0e27a3
media-video/blackmagic-media-express: bumped download archive to 10.9; does not contain any update to Media Express
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 14 May 2017 16:19:10 +0200 |
parents | 99358bd23968 |
children | ea74cb722388 |
comparison
equal
deleted
inserted
replaced
201:cbb5cf71be86 | 202:f5f54e0e27a3 |
---|---|
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.8.4" | 9 DESKTOP_VIDEO_SHORT_VERSION="10.9" |
10 DESKTOP_VIDEO_VERSION="10.9a7" | |
10 MEDIA_EXPRESS_VERSION="3.5.3a1" | 11 MEDIA_EXPRESS_VERSION="3.5.3a1" |
11 | 12 |
12 DESCRIPTION="Media Express - Blackmagic Design's tool for media capture, organization and playback" | 13 DESCRIPTION="Media Express - Blackmagic Design's tool for media capture, organization and playback" |
13 HOMEPAGE="http://www.blackmagicdesign.com/" | 14 HOMEPAGE="http://www.blackmagicdesign.com/" |
14 HOMEPAGE_DOWNLOAD_NAME="Desktop Video ${DESKTOP_VIDEO_SHORT_VERSION}" | 15 HOMEPAGE_DOWNLOAD_NAME="Desktop Video ${DESKTOP_VIDEO_SHORT_VERSION}" |
57 | 58 |
58 src_unpack() { | 59 src_unpack() { |
59 unpack ${A} | 60 unpack ${A} |
60 | 61 |
61 cd ${WORKDIR} | 62 cd ${WORKDIR} |
62 tar xfz Blackmagic_Desktop_Video_Linux_${DESKTOP_VIDEO_SHORT_VERSION}/other/x86_64/mediaexpress-${MEDIA_EXPRESS_VERSION}-x86_64.tar.gz | 63 tar xfz Blackmagic_Desktop_Video_Linux_${DESKTOP_VIDEO_VERSION}/other/x86_64/mediaexpress-${MEDIA_EXPRESS_VERSION}-x86_64.tar.gz |
63 | 64 |
64 # symlink to what is supposed to have been prepared | 65 # symlink to what is supposed to have been prepared |
65 ln -s ${UNPACKED_DIR} ${P} | 66 ln -s ${UNPACKED_DIR} ${P} |
66 } | 67 } |
67 | 68 |