Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 387747 | Differences between
and this patch

Collapse All | Expand All

(-)a/portage/gst-plugins-v4l2/gst-plugins-v4l2-0.10.30.ebuild (-2 / +6 lines)
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
}
(-)a/portage/gst-plugins-v4l2/metadata.xml (+1 lines)
Lines 2-5 Link Here
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
3
<pkgmetadata>
4
<herd>gstreamer</herd>
4
<herd>gstreamer</herd>
5
<flag name="experimental">Build the v4l2sink plugin.</flag>
5
</pkgmetadata>
6
</pkgmetadata>

Return to bug 387747