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

(-)smpeg-0.4.4-r9.ebuild (-3 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild,v 1.15 2012/11/14 02:52:00 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r9.ebuild,v 1.15 2012/11/14 02:52:00 mr_bones_ Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils toolchain-funcs autotools flag-o-matic
6
inherit eutils toolchain-funcs autotools
7
7
8
DESCRIPTION="SDL MPEG Player Library"
8
DESCRIPTION="SDL MPEG Player Library"
9
HOMEPAGE="http://icculus.org/smpeg/"
9
HOMEPAGE="http://icculus.org/smpeg/"
Lines 12-18 Link Here
12
12
13
LICENSE="LGPL-2"
13
LICENSE="LGPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
16
IUSE="X debug mmx opengl static-libs"
16
IUSE="X debug mmx opengl static-libs"
17
17
18
DEPEND=">=media-libs/libsdl-1.2.0
18
DEPEND=">=media-libs/libsdl-1.2.0
Lines 50-56 Link Here
50
}
50
}
51
51
52
src_configure() {
52
src_configure() {
53
	[[ ${CHOST} == *-solaris* ]] && append-libs -lnsl -lsocket
54
	tc-export CC CXX RANLIB AR
53
	tc-export CC CXX RANLIB AR
55
54
56
	# the debug option is bogus ... all it does is add extra
55
	# the debug option is bogus ... all it does is add extra

Return to bug 475970