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

(-)/usr/portage/net-libs/openh323/openh323-1.15.6.ebuild (-10 / +8 lines)
Lines 5-14 Link Here
5
inherit eutils flag-o-matic multilib
5
inherit eutils flag-o-matic multilib
6
6
7
MY_P="${PN}-v${PV//./_}"
7
MY_P="${PN}-v${PV//./_}"
8
MY_P2="${PN}_v${PV//./_}"
8
9
9
DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol"
10
DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol"
10
HOMEPAGE="http://www.openh323.org/"
11
HOMEPAGE="http://www.openh323.org/"
11
SRC_URI="http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/${P}.tar.gz"
12
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src-tar.gz"
12
13
13
IUSE="ssl novideo noaudio debug"
14
IUSE="ssl novideo noaudio debug"
14
SLOT="0"
15
SLOT="0"
Lines 16-35 Link Here
16
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
17
18
18
RDEPEND="
19
RDEPEND="
19
	~dev-libs/pwlib-1.8.7
20
	>=dev-libs/pwlib-1.10.1
20
	>=media-video/ffmpeg-0.4.7
21
	>=media-video/ffmpeg-0.4.7
21
	ssl? ( dev-libs/openssl )"
22
	ssl? ( dev-libs/openssl )"
22
23
23
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
24
	>=sys-apps/sed-4"
25
	>=sys-apps/sed-4"
25
26
	
27
S="${WORKDIR}/${MY_P2}"
28
	
26
src_unpack() {
29
src_unpack() {
27
	unpack ${A}
30
	cd ${WORKDIR}
28
31
	tar xfz "${DISTDIR}/${A}"
29
	cd ${S}
30
	# Makefile is currently broken with NOTRACE=1, fix that
31
	epatch "${FILESDIR}"/${PN}-1.15.2-notrace.diff
32
	epatch "${FILESDIR}"/${P}-gcc4.diff
33
}
32
}
34
33
35
src_compile() {
34
src_compile() {
Lines 94-100 Link Here
94
	# Install stuff
93
	# Install stuff
95
	#
94
	#
96
	make PREFIX=/usr DESTDIR=${D} \
95
	make PREFIX=/usr DESTDIR=${D} \
97
		OH323_FILE="libh323_${OPENH323_ARCH}.so.${PV}" \
98
		${makeopts} install || die "install failed"
96
		${makeopts} install || die "install failed"
99
97
100
	libdir=$(get_libdir)
98
	libdir=$(get_libdir)

Return to bug 127246