Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499516
Collapse All | Expand All

(-)gstreamer-0.10.36.ebuild.orig (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils multilib pax-utils
7
inherit eutils libtool multilib pax-utils
8
8
9
DESCRIPTION="Streaming media framework"
9
DESCRIPTION="Streaming media framework"
10
HOMEPAGE="http://gstreamer.freedesktop.org/"
10
HOMEPAGE="http://gstreamer.freedesktop.org/"
Lines 39-44 Link Here
39
	if [[ ${ABI} != x86 && ${ABI} != amd64 ]]; then
39
	if [[ ${ABI} != x86 && ${ABI} != amd64 ]]; then
40
		sed -e 's#check:\(.*\)$(CHECK_EXPORTS)#check:\1#' -i Makefile.{am,in} || die
40
		sed -e 's#check:\(.*\)$(CHECK_EXPORTS)#check:\1#' -i Makefile.{am,in} || die
41
	fi
41
	fi
42
43
	# Needed to fix cross-compiling.
44
	elibtoolize
42
}
45
}
43
46
44
src_configure() {
47
src_configure() {
(-)gstreamer-1.2.0.ebuild.orig (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
inherit eutils multilib pax-utils
7
inherit eutils libtool multilib pax-utils
8
8
9
DESCRIPTION="Streaming media framework"
9
DESCRIPTION="Streaming media framework"
10
HOMEPAGE="http://gstreamer.freedesktop.org/"
10
HOMEPAGE="http://gstreamer.freedesktop.org/"
Lines 29-34 Link Here
29
"
29
"
30
# gtk-doc-am to install API docs
30
# gtk-doc-am to install API docs
31
31
32
src_prepare() {
33
	# Needed to fix cross-compiling.
34
	elibtoolize
35
}
36
32
src_configure() {
37
src_configure() {
33
	if [[ ${CHOST} == *-interix* ]] ; then
38
	if [[ ${CHOST} == *-interix* ]] ; then
34
		export ac_cv_lib_dl_dladdr=no
39
		export ac_cv_lib_dl_dladdr=no

Return to bug 499516