blob: 59a5f7bb33576e9a9e4db921ad1660e1c052b9ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/konqburn/konqburn-1.0.ebuild,v 1.3 2006/10/06 11:00:58 nixnut Exp $
inherit kde
DESCRIPTION="The Konqueror CD writing sidebar lets you use your CD/DVD burner
from the konqueror sidebar. K3b provides most of the backend."
HOMEPAGE="http://konqburn.sourceforge.net"
SRC_URI="mirror://sourceforge/konqburn/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc ~x86"
IUSE="dvdr"
DEPEND="|| ( kde-base/konqueror kde-base/kdebase )
media-libs/taglib
app-cdr/k3b" # uses libk3b for burner detection; configure uses it if it's detected
RDEPEND="$DEPEND
virtual/cdrtools
dvdr? ( app-cdr/dvd+rw-tools )"
need-kde 3.4
|