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

Collapse All | Expand All

(-)/usr/local/portage/media-video/subtitleeditor/subtitleeditor-0.25.0.ebuild (-2 / +11 lines)
Lines 16-22 Link Here
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE="debug spell"
17
IUSE="debug spell"
18
18
19
DEPEND=">=dev-cpp/gtkmm-2.10.9
19
COMMON_DEPEND=">=dev-cpp/gtkmm-2.10.9
20
	>=dev-cpp/libglademm-2.4
20
	>=dev-cpp/libglademm-2.4
21
	dev-libs/libpcre
21
	dev-libs/libpcre
22
	>=media-libs/gstreamer-0.10
22
	>=media-libs/gstreamer-0.10
Lines 26-32 Link Here
26
	>=dev-cpp/libxmlpp-2.10
26
	>=dev-cpp/libxmlpp-2.10
27
	x11-libs/cairo
27
	x11-libs/cairo
28
	spell? ( >=app-text/enchant-1.1.0 )"
28
	spell? ( >=app-text/enchant-1.1.0 )"
29
RDEPEND="${DEPEND}
29
# 0.26.0 is missing m4/intltool.m4
30
DEPEND="${COMMON_DEPEND}
31
	dev-util/intltool"
32
RDEPEND="${COMMON_DEPEND}
30
	>=media-plugins/gst-plugins-ffmpeg-0.10"
33
	>=media-plugins/gst-plugins-ffmpeg-0.10"
31
34
32
S="${WORKDIR}/${MY_P}"
35
S="${WORKDIR}/${MY_P}"
Lines 43-48 Link Here
43
	fi
46
	fi
44
}
47
}
45
48
49
src_unpack() {
50
	# 0.26.0 is missing m4/intltool.m4
51
	unpack ${A} && cd "$S" || die "unpack failed"
52
	intltoolize --copy --force --automake || die "intltoolize failed"
53
}
54
46
src_compile() {
55
src_compile() {
47
	export GST_REGISTRY="${T}/home/registry.cache.xml"
56
	export GST_REGISTRY="${T}/home/registry.cache.xml"
48
	addpredict "${ROOT}root/.gconf"
57
	addpredict "${ROOT}root/.gconf"

Return to bug 125714