kover-6.ebuild 538 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. KDE_LINGUAS="de es fr it nb no pl"
  5. inherit kde4-base
  6. DESCRIPTION="An easy to use WYSIWYG CD cover printer with CDDB support"
  7. HOMEPAGE="http://lisas.de/kover/"
  8. SRC_URI="http://lisas.de/${PN}/${P}.tar.bz2"
  9. LICENSE="GPL-2"
  10. SLOT="4"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE="nls"
  13. RDEPEND="
  14. dev-libs/libcdio-paranoia
  15. media-libs/libcddb
  16. "
  17. DEPEND="${RDEPEND}
  18. nls? ( sys-devel/gettext )
  19. "
  20. PATCHES=(
  21. "${FILESDIR}/${PN}-4-cflags.patch"
  22. )