Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
DESCRIPION="plugin to allow capture from video4linux2 devices" |
7 |
DESCRIPION="plugin to allow capture from video4linux2 devices" |
8 |
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" |
8 |
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" |
9 |
IUSE="" |
9 |
IUSE="experimental" |
10 |
|
10 |
|
11 |
RDEPEND=">=media-libs/gst-plugins-base-0.10.33 |
11 |
RDEPEND=">=media-libs/gst-plugins-base-0.10.33 |
12 |
media-libs/libv4l" |
12 |
media-libs/libv4l" |
Lines 15-20
Link Here
|
15 |
|
15 |
|
16 |
GST_PLUGINS_BUILD="gst_v4l2" |
16 |
GST_PLUGINS_BUILD="gst_v4l2" |
17 |
|
17 |
|
|
|
18 |
if use experimental; then |
19 |
GST_PLUGINS_BUILD="${GST_PLUGINS_BUILD} experimental" |
20 |
fi |
21 |
|
18 |
src_configure() { |
22 |
src_configure() { |
19 |
gst-plugins-good_src_configure --with-libv4l2 |
23 |
gst-plugins-good_src_configure |
20 |
} |
24 |
} |