|
|
SLOT="0" | SLOT="0" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
KEYWORDS="amd64 ~ppc ~x86" | KEYWORDS="amd64 ~ppc ~x86" |
| |
RDEPEND=">=dev-cpp/gtkmm-2.4.5 | RDEPEND=">=dev-cpp/gtkmm-2.4.5 |
sndfile? ( >=media-libs/libsndfile-1.0.5 )" |
sndfile? ( >=media-libs/libsndfile-1.0.5 ) |
|
>=dev-libs/libsigc++-2" |
| |
DEPEND="${RDEPEND} | DEPEND="${RDEPEND} |
>=dev-util/pkgconfig-0.15" | >=dev-util/pkgconfig-0.15" |
| |
src_unpack() { | src_unpack() { |
|
|
sed -i -e 's|quickplot_icon.png|/usr/share/pixmaps/quickplot.png|' \ | sed -i -e 's|quickplot_icon.png|/usr/share/pixmaps/quickplot.png|' \ |
index.html.in | index.html.in |
sed -i -e 's|href="ChangeLog"|href="../ChangeLog.gz"|' index.html.in | sed -i -e 's|href="ChangeLog"|href="../ChangeLog.gz"|' index.html.in |
sed -i -e 's|href="COPYING"|href="/usr/portage/licenses/GPL-2"|' \ | sed -i -e 's|href="COPYING"|href="/usr/portage/licenses/GPL-2"|' \ |
about.html.in | about.html.in |
|
epatch "${FILESDIR}/${P}-gcc43.patch" |
|
epatch "${FILESDIR}/${P}-libsigc++-2.2.2.patch" |
} | } |
| |
src_compile() { | src_compile() { |
econf `use_with sndfile libsndfile` || die "econf step failed." | econf `use_with sndfile libsndfile` || die "econf step failed." |
emake htmldir=/usr/share/doc/${PF}/html || die "emake step failed." | emake htmldir=/usr/share/doc/${PF}/html || die "emake step failed." |