diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-25 07:40:36 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-25 07:40:36 +0000 |
commit | dd6b7bfd657ba41c700c5bebe44e38a10b5b79fa (patch) | |
tree | 58eb74c28d848feaf9379ce94c408e0208241de7 /media-plugins | |
parent | Remove old. (diff) | |
download | gentoo-2-dd6b7bfd657ba41c700c5bebe44e38a10b5b79fa.tar.gz gentoo-2-dd6b7bfd657ba41c700c5bebe44e38a10b5b79fa.tar.bz2 gentoo-2-dd6b7bfd657ba41c700c5bebe44e38a10b5b79fa.zip |
Remove old.
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/kipi-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/kipi-plugins/kipi-plugins-2.5.0.ebuild | 115 |
2 files changed, 4 insertions, 116 deletions
diff --git a/media-plugins/kipi-plugins/ChangeLog b/media-plugins/kipi-plugins/ChangeLog index 66f0628372e0..55f055d5a40a 100644 --- a/media-plugins/kipi-plugins/ChangeLog +++ b/media-plugins/kipi-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/kipi-plugins # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/kipi-plugins/ChangeLog,v 1.127 2012/08/25 07:36:21 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/kipi-plugins/ChangeLog,v 1.128 2012/08/25 07:40:36 johu Exp $ + + 25 Aug 2012; Johannes Huber <johu@gentoo.org> -kipi-plugins-2.5.0.ebuild: + Remove old. 25 Aug 2012; Johannes Huber <johu@gentoo.org> kipi-plugins-2.6.0-r1.ebuild: Stable for x86, wrt bug #429842 diff --git a/media-plugins/kipi-plugins/kipi-plugins-2.5.0.ebuild b/media-plugins/kipi-plugins/kipi-plugins-2.5.0.ebuild deleted file mode 100644 index e23f55a40dfd..000000000000 --- a/media-plugins/kipi-plugins/kipi-plugins-2.5.0.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/kipi-plugins/kipi-plugins-2.5.0.ebuild,v 1.3 2012/04/18 22:05:41 maekke Exp $ - -EAPI=4 - -OPENGL_REQUIRED="optional" - -KDE_MINIMAL="4.7" - -KDE_LINGUAS="ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et eu fa fi fo fr fy ga -gl ha he hi hr hsb hu id is it ja ka kk km ko ku lb lo lt lv mi mk mn ms mt nb nds ne nl nn -nso oc pa pl pt pt_BR ro ru rw se sk sl sq sr ss sv ta te tg th tr tt uk uz ven vi wa xh -zh_CN zh_HK zh_TW zu" - -KDE_HANDBOOK="optional" - -inherit flag-o-matic kde4-base - -MY_P="digikam-${PV/_/-}" - -DESCRIPTION="Plugins for the KDE Image Plugin Interface" -HOMEPAGE="http://www.digikam.org/" -SRC_URI="mirror://sourceforge/digikam/${MY_P}.tar.bz2" - -LICENSE="GPL-2 - handbook? ( FDL-1.2 )" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="cdr calendar crypt debug expoblending gpssync +imagemagick ipod mjpeg panorama redeyes scanner vkontakte" - -DEPEND=" - $(add_kdebase_dep libkipi) - $(add_kdebase_dep libkdcraw) - $(add_kdebase_dep libkexiv2) - dev-libs/expat - dev-libs/libxml2 - dev-libs/libxslt - dev-libs/qjson - gpssync? ( >=media-libs/libkgeomap-${PV} ) - media-libs/libpng - media-libs/tiff - virtual/jpeg - calendar? ( $(add_kdebase_dep kdepimlibs) ) - crypt? ( app-crypt/qca:2 ) - ipod? ( - media-libs/libgpod - x11-libs/gtk+:2 - ) - redeyes? ( >=media-libs/opencv-2.2.0-r10 ) - scanner? ( - $(add_kdebase_dep libksane) - media-gfx/sane-backends - ) - vkontakte? ( >=net-libs/libkvkontakte-${PV} ) -" -RDEPEND="${DEPEND} - cdr? ( app-cdr/k3b ) - expoblending? ( media-gfx/hugin ) - imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) - mjpeg? ( media-video/mjpegtools ) - panorama? ( - media-gfx/enblend - >=media-gfx/hugin-2011.0.0 - ) -" - -S=${WORKDIR}/${MY_P}/extra/${PN} - -PATCHES=( - "${FILESDIR}/${PN}-1.7.0-expoblending.patch" - "${FILESDIR}/${PN}-2.2.0-panorama.patch" -) - -src_prepare() { - # prepare the handbook - mv "${WORKDIR}/${MY_P}/doc/${PN}" "${WORKDIR}/${MY_P}/extra/${PN}/doc" || die - if use handbook; then - echo "add_subdirectory( doc )" >> CMakeLists.txt - fi - - # prepare the translations - mv "${WORKDIR}/${MY_P}/po" po || die - find po -name "*.po" -and -not -name "kipiplugin*.po" -exec rm {} + - echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt || die - echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die - echo "add_subdirectory( po )" >> CMakeLists.txt - - kde4-base_src_prepare -} - -src_configure() { - # Remove flags -floop-block -floop-interchange - # -floop-strip-mine due to bug #305443. - filter-flags -floop-block - filter-flags -floop-interchange - filter-flags -floop-strip-mine - - mycmakeargs+=( - $(cmake-utils_use_with ipod GLIB2) - $(cmake-utils_use_with ipod GObject) - $(cmake-utils_use_with ipod Gdk) - $(cmake-utils_use_with ipod Gpod) - $(cmake-utils_use_with calendar KdepimLibs) - $(cmake-utils_use_with gpssync KGeoMap) - $(cmake-utils_use_with redeyes OpenCV) - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with crypt QCA2) - $(cmake-utils_use_with scanner Sane) - $(cmake-utils_use_enable expoblending) - $(cmake-utils_use_enable panorama) - ) - - kde4-base_src_configure -} |