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

Collapse All | Expand All

(-)libkate.orig/libkate-0.3.8.ebuild (-3 / +15 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.3.8.ebuild,v 1.1 2010/08/11 08:02:58 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.3.8.ebuild,v 1.1 2010/08/11 08:02:58 aballier Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="*::3.2"
7
inherit eutils python
8
5
DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
9
DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
6
HOMEPAGE="http://code.google.com/p/libkate/"
10
HOMEPAGE="http://code.google.com/p/libkate/"
7
SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
11
SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
Lines 10-15 Link Here
10
SLOT="0"
14
SLOT="0"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
IUSE="debug doc wxwidgets"
16
IUSE="debug doc wxwidgets"
17
DOCS=( AUTHORS ChangeLog README )
13
18
14
COMMON_DEPEND="media-libs/libogg
19
COMMON_DEPEND="media-libs/libogg
15
	media-libs/libpng"
20
	media-libs/libpng"
Lines 22-34 Link Here
22
RDEPEND="${COMMON_DEPEND}
27
RDEPEND="${COMMON_DEPEND}
23
	wxwidgets? ( =dev-python/wxpython-2.8* media-libs/liboggz )"
28
	wxwidgets? ( =dev-python/wxpython-2.8* media-libs/liboggz )"
24
29
25
src_compile() {
30
pkg_setup() {
31
	python_pkg_setup
32
}
33
34
src_configure() {
26
	use wxwidgets || sed -i -e "s/HAVE_PYTHON=yes/HAVE_PYTHON=no/" configure
35
	use wxwidgets || sed -i -e "s/HAVE_PYTHON=yes/HAVE_PYTHON=no/" configure
27
	econf $(use_enable debug) $(use_enable doc) --docdir=/usr/share/doc/${PF}
36
	econf $(use_enable debug) $(use_enable doc) --docdir=/usr/share/doc/${PF}
37
}
38
39
src_compile() {
28
	emake || die "emake failed"
40
	emake || die "emake failed"
29
}
41
}
30
42
31
src_install() {
43
src_install() {
32
	emake DESTDIR="${D}" install || die "make install failed"
44
	emake DESTDIR="${ED}" install || die "make install failed"
33
	dodoc AUTHORS ChangeLog README
45
	dodoc ${DOCS[@]}
34
}
46
}
(-)libkate.orig/libkate-0.4.1.ebuild (-3 / +16 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.4.1.ebuild,v 1.1 2011/09/08 18:00:27 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.4.1.ebuild,v 1.1 2011/09/08 18:00:27 aballier Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="*::3.2"
7
inherit eutils python
8
5
DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
9
DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
6
HOMEPAGE="http://code.google.com/p/libkate/"
10
HOMEPAGE="http://code.google.com/p/libkate/"
7
SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
11
SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
Lines 10-15 Link Here
10
SLOT="0"
14
SLOT="0"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
IUSE="debug doc wxwidgets"
16
IUSE="debug doc wxwidgets"
17
DOCS=( AUTHORS ChangeLog README )
13
18
14
COMMON_DEPEND="media-libs/libogg
19
COMMON_DEPEND="media-libs/libogg
15
	media-libs/libpng"
20
	media-libs/libpng"
Lines 22-34 Link Here
22
RDEPEND="${COMMON_DEPEND}
27
RDEPEND="${COMMON_DEPEND}
23
	wxwidgets? ( =dev-python/wxpython-2.8* media-libs/liboggz )"
28
	wxwidgets? ( =dev-python/wxpython-2.8* media-libs/liboggz )"
24
29
25
src_compile() {
30
pkg_setup() {
31
	python_pkg_setup
32
}
33
34
src_configure() {
26
	use wxwidgets || sed -i -e "s/HAVE_PYTHON=yes/HAVE_PYTHON=no/" configure
35
	use wxwidgets || sed -i -e "s/HAVE_PYTHON=yes/HAVE_PYTHON=no/" configure
27
	econf $(use_enable debug) $(use_enable doc) --docdir=/usr/share/doc/${PF}
36
	econf $(use_enable debug) $(use_enable doc) --docdir=/usr/share/doc/${PF}
37
}
38
39
src_compile() {
28
	emake || die "emake failed"
40
	emake || die "emake failed"
29
}
41
}
30
42
31
src_install() {
43
src_install() {
32
	emake DESTDIR="${D}" install || die "make install failed"
44
	emake DESTDIR="${ED}" install || die "make install failed"
33
	dodoc AUTHORS ChangeLog README
45
	dodoc ${DOCS[@]}
46
#AUTHORS ChangeLog README
34
}
47
}

Return to bug 313533