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

Collapse All | Expand All

(-)quickplot-0.8.13.ebuild.old (-1 / +4 lines)
Lines 12-22 Link Here
12
SLOT="0"
12
SLOT="0"
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
KEYWORDS="amd64 ~ppc ~x86"
14
KEYWORDS="amd64 ~ppc ~x86"
15
15
16
RDEPEND=">=dev-cpp/gtkmm-2.4.5
16
RDEPEND=">=dev-cpp/gtkmm-2.4.5
17
	sndfile? ( >=media-libs/libsndfile-1.0.5 )"
17
	sndfile? ( >=media-libs/libsndfile-1.0.5 )
18
	>=dev-libs/libsigc++-2"
18
19
19
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
20
	>=dev-util/pkgconfig-0.15"
21
	>=dev-util/pkgconfig-0.15"
21
22
22
src_unpack() {
23
src_unpack() {
Lines 26-35 Link Here
26
	sed -i -e 's|quickplot_icon.png|/usr/share/pixmaps/quickplot.png|' \
27
	sed -i -e 's|quickplot_icon.png|/usr/share/pixmaps/quickplot.png|' \
27
		index.html.in
28
		index.html.in
28
	sed -i -e 's|href="ChangeLog"|href="../ChangeLog.gz"|' index.html.in
29
	sed -i -e 's|href="ChangeLog"|href="../ChangeLog.gz"|' index.html.in
29
	sed -i -e 's|href="COPYING"|href="/usr/portage/licenses/GPL-2"|' \
30
	sed -i -e 's|href="COPYING"|href="/usr/portage/licenses/GPL-2"|' \
30
		about.html.in
31
		about.html.in
32
	epatch "${FILESDIR}/${P}-gcc43.patch"
33
	epatch "${FILESDIR}/${P}-libsigc++-2.2.2.patch"
31
}
34
}
32
35
33
src_compile() {
36
src_compile() {
34
	econf `use_with sndfile libsndfile` || die "econf step failed."
37
	econf `use_with sndfile libsndfile` || die "econf step failed."
35
	emake htmldir=/usr/share/doc/${PF}/html || die "emake step failed."
38
	emake htmldir=/usr/share/doc/${PF}/html || die "emake step failed."

Return to bug 220493