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-libs/blackmagic-desktop-video/blackmagic-desktop-video-10.6.6.ebuild @ 162:aa7e75f60629
media-libs/blackmagic-desktop-video: adding dependency information to 10.6.6 and 10.6.8 ebuilds
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 12 Jun 2016 16:23:27 +0200 |
parents | 8f57dd94cc9c |
children |
comparison
equal
deleted
inserted
replaced
161:8f57dd94cc9c | 162:aa7e75f60629 |
---|---|
19 SLOT="0" | 19 SLOT="0" |
20 KEYWORDS="~amd64" | 20 KEYWORDS="~amd64" |
21 IUSE="autostart" | 21 IUSE="autostart" |
22 RESTRICT="fetch" | 22 RESTRICT="fetch" |
23 | 23 |
24 # dependencies found via command: (ldd would include transitive dependencies) | |
25 # equery belongs $(for file in /usr/lib/libDeckLink* /usr/lib/blackmagic/*; do objdump -p $file | grep NEEDED; done 2>/dev/null | cut -b24- | sort | uniq | grep -vE 'lib(Qt5(Core|Network|Gui|Widgets)|qxcb|qgtk2|DeckLink)') | |
24 DEPEND="" | 26 DEPEND="" |
25 RDEPEND="${DEPEND}" | 27 RDEPEND="${DEPEND} |
28 dev-libs/glib:2 | |
29 dev-libs/libxml2 | |
30 media-libs/libpng:1.2 | |
31 sys-devel/gcc | |
32 sys-libs/glibc | |
33 sys-libs/zlib | |
34 x11-libs/libX11 | |
35 x11-libs/libXext | |
36 " | |
26 | 37 |
27 # supress QA warnings about stripping etc., i.e. stuff we cannot change since we install prebuilt binaries | 38 # supress QA warnings about stripping etc., i.e. stuff we cannot change since we install prebuilt binaries |
28 QA_PREBUILT="opt/blackmagic-desktop-video/usr/bin/* opt/blackmagic-desktop-video/usr/lib/*" | 39 QA_PREBUILT="opt/blackmagic-desktop-video/usr/bin/* opt/blackmagic-desktop-video/usr/lib/*" |
29 | 40 |
30 # for kernel module compilation | 41 # for kernel module compilation |