diff options
author | 2013-05-06 20:20:24 +0000 | |
---|---|---|
committer | 2013-05-06 20:20:24 +0000 | |
commit | 6332ece434715fdbc89933ff51d312d16dbc2887 (patch) | |
tree | d1ae90b330de22ad1eb501d409cbc76a8846305d /kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild | |
parent | Fix LICENSE, bug 447390. (diff) | |
download | historical-6332ece434715fdbc89933ff51d312d16dbc2887.tar.gz historical-6332ece434715fdbc89933ff51d312d16dbc2887.tar.bz2 historical-6332ece434715fdbc89933ff51d312d16dbc2887.zip |
Version bump KDE SC 4.10.3.
Package-Manager: portage-2.2.0_alpha174/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0xF3CFD2BD
Diffstat (limited to 'kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild')
-rw-r--r-- | kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild b/kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild new file mode 100644 index 000000000000..c166719ff0a8 --- /dev/null +++ b/kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk-core/nepomuk-core-4.10.3.ebuild,v 1.1 2013/05/06 20:18:28 johu Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Nepomuk core libraries" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug exif ffmpeg pdf taglib" + +DEPEND=" + >=dev-libs/shared-desktop-ontologies-0.10.0 + >=dev-libs/soprano-2.9.0[dbus,raptor,redland,virtuoso] + exif? ( media-gfx/exiv2 ) + ffmpeg? ( virtual/ffmpeg ) + pdf? ( app-text/poppler[qt4] ) + taglib? ( media-libs/taglib ) +" +RDEPEND="${DEPEND}" + +add_blocker nepomuk '<4.8.80' + +RESTRICT="test" +# bug 392989 + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with exif Exiv2) + $(cmake-utils_use_with ffmpeg FFmpeg) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with taglib Taglib) + ) + + kde4-base_src_configure +} |