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.8.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
20 SLOT="0" 20 SLOT="0"
21 KEYWORDS="~amd64" 21 KEYWORDS="~amd64"
22 IUSE="autostart" 22 IUSE="autostart"
23 RESTRICT="fetch" 23 RESTRICT="fetch"
24 24
25 # dependencies found via command: (ldd would include transitive dependencies)
26 # 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)')
25 DEPEND="" 27 DEPEND=""
26 RDEPEND="${DEPEND}" 28 RDEPEND="${DEPEND}
29 dev-libs/glib:2
30 dev-libs/libxml2
31 media-libs/libpng:1.2
32 sys-devel/gcc
33 sys-libs/glibc
34 sys-libs/zlib
35 x11-libs/libX11
36 x11-libs/libXext
37 "
27 38
28 # supress QA warnings about stripping etc., i.e. stuff we cannot change since we install prebuilt binaries 39 # supress QA warnings about stripping etc., i.e. stuff we cannot change since we install prebuilt binaries
29 QA_PREBUILT="opt/blackmagic-desktop-video/usr/bin/* opt/blackmagic-desktop-video/usr/lib/*" 40 QA_PREBUILT="opt/blackmagic-desktop-video/usr/bin/* opt/blackmagic-desktop-video/usr/lib/*"
30 41
31 # for kernel module compilation 42 # for kernel module compilation