* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2011-04-10 1:12 Marc Schiffbauer
0 siblings, 0 replies; 15+ messages in thread
From: Marc Schiffbauer @ 2011-04-10 1:12 UTC (permalink / raw
To: gentoo-commits
commit: 34b826f0999db675e6cef4904c6b6769462f337a
Author: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Sun Apr 10 01:11:41 2011 +0000
Commit: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sun Apr 10 01:11:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=34b826f0
[kde-base/libkdcraw] Fix 4.6.9999
---
kde-base/libkdcraw/libkdcraw-4.6.9999.ebuild | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.6.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.6.9999.ebuild
index ec8e0a4..5448458 100644
--- a/kde-base/libkdcraw/libkdcraw-4.6.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.6.9999.ebuild
@@ -4,10 +4,14 @@
EAPI=3
+if [[ ${PV} == *9999 ]]; then
+KDE_SCM="git"
+inherit kde4-base
+else
KMNAME="kdegraphics"
KMMODULE="libs/${PN}"
-
inherit kde4-meta
+fi
DESCRIPTION="KDE digital camera raw image library wrapper"
HOMEPAGE="http://www.kipi-plugins.org"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2011-05-26 5:14 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 15+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 5:14 UTC (permalink / raw
To: gentoo-commits
commit: c99f5858968c9dfb875dc76b5feae32f5f3b7626
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 04:37:16 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 04:37:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c99f5858
[kde-base/libkdcraw] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/libkdcraw/libkdcraw-4.6.80.ebuild | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.6.80.ebuild b/kde-base/libkdcraw/libkdcraw-4.6.80.ebuild
new file mode 100644
index 0000000..94f2429
--- /dev/null
+++ b/kde-base/libkdcraw/libkdcraw-4.6.80.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_SCM="git"
+inherit "kde4-base"
+
+DESCRIPTION="KDE digital camera raw image library wrapper"
+HOMEPAGE="http://www.kipi-plugins.org"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ media-libs/lcms:0
+ virtual/jpeg
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2011-06-09 21:44 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2011-06-09 21:44 UTC (permalink / raw
To: gentoo-commits
commit: ce7ea8537d4a06f2a5b30884cce9236579da37a9
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jun 9 21:44:38 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 21:44:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ce7ea853
[kde-base/libkdcraw] remove duplicate file
(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/libkdcraw/libkdcraw-4.6.4.ebuild | 9 +++++++++
kde-base/libkdcraw/libkdcraw-4.6.49.9999.ebuild | 9 +++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.6.4.ebuild b/kde-base/libkdcraw/libkdcraw-4.6.4.ebuild
index 9dd30ac..a8ec02b 100644
--- a/kde-base/libkdcraw/libkdcraw-4.6.4.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.6.4.ebuild
@@ -26,3 +26,12 @@ DEPEND="
virtual/jpeg
"
RDEPEND="${DEPEND}"
+
+if [[ ${PV} != *9999 ]]; then
+src_install() {
+ kde4-meta_src_install
+
+ # why, oh why?!
+ rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}
+fi
diff --git a/kde-base/libkdcraw/libkdcraw-4.6.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.6.49.9999.ebuild
index 578cda4..df2c225 100644
--- a/kde-base/libkdcraw/libkdcraw-4.6.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.6.49.9999.ebuild
@@ -26,3 +26,12 @@ DEPEND="
virtual/jpeg
"
RDEPEND="${DEPEND}"
+
+if [[ ${PV} != *9999 ]]; then
+src_install() {
+ kde4-meta_src_install
+
+ # why, oh why?!
+ rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}
+fi
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2012-10-13 22:29 Johannes Huber
0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2012-10-13 22:29 UTC (permalink / raw
To: gentoo-commits
commit: a07e5f5b714b5cd5f2d0d565583f5e9f1df4f511
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 22:28:18 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 22:28:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a07e5f5b
[kde-base/libkdcraw] Drop HOMEPAGE + LICENSE, handled by eclass, bug #438088.
(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/libkdcraw/libkdcraw-4.9.49.9999.ebuild | 3 ---
kde-base/libkdcraw/libkdcraw-9999.ebuild | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.9.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.9.49.9999.ebuild
index d9f5310..a114a9e 100644
--- a/kde-base/libkdcraw/libkdcraw-4.9.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.9.49.9999.ebuild
@@ -7,9 +7,6 @@ EAPI=4
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index d9f5310..a114a9e 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -7,9 +7,6 @@ EAPI=4
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2012-10-14 0:10 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2012-10-14 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 17534689ed87acbd167cb589c1754d87e98ca760
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Oct 14 00:12:39 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 00:13:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17534689
[kde-base/libkdcraw] Allow building master with kde-4.9.0
(Portage version: 2.2.0_alpha137/git/Linux x86_64)
---
kde-base/libkdcraw/libkdcraw-9999.ebuild | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index a114a9e..788bafd 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -4,6 +4,9 @@
EAPI=4
+# needed for digikam
+KDE_OVERRIDE_MINIMAL="4.9.0"
+
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-02-09 20:10 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2013-02-09 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 9e595cc64614e19b7d3e0c35fc2de91ad725bd43
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Feb 9 20:10:59 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 9 20:10:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9e595cc6
[kde-base/libkdcraw] remove digikam-3 workaround, not needed anymore
Package-Manager: portage-2.2.0_alpha161
---
kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild | 3 ---
kde-base/libkdcraw/libkdcraw-9999.ebuild | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
index 3c119c6..b13906f 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
@@ -4,9 +4,6 @@
EAPI=5
-# needed for digikam
-KDE_OVERRIDE_MINIMAL="4.9.0"
-
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 3c119c6..b13906f 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -4,9 +4,6 @@
EAPI=5
-# needed for digikam
-KDE_OVERRIDE_MINIMAL="4.9.0"
-
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-06-28 14:06 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2013-06-28 14:06 UTC (permalink / raw
To: gentoo-commits
commit: d5a88da01fa0fde8e2f0b0744ad8498de0efc2e5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 14:04:19 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 14:04:45 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d5a88da0
[kde-base/libkdcraw] Add jasper and lcms USE flags to solve automagic dependency issues.
Package-Manager: portage-2.1.12.10
---
kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild | 14 +++++++++++++-
kde-base/libkdcraw/libkdcraw-4.10.80.ebuild | 16 ++++++++++++++--
kde-base/libkdcraw/libkdcraw-4.10.90.ebuild | 16 ++++++++++++++--
kde-base/libkdcraw/libkdcraw-9999.ebuild | 14 +++++++++++++-
kde-base/libkdcraw/metadata.xml | 7 ++++++-
5 files changed, 60 insertions(+), 7 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
index b13906f..756e847 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
@@ -8,10 +8,22 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug"
+IUSE="debug jasper lcms"
DEPEND="
media-libs/lcms:0
virtual/jpeg
+ jasper? ( media-libs/jasper )
+ lcms? ( media-libs/lcms:2 )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_LCMS=ON
+ $(cmake-utils_use_find_package jasper)
+ $(cmake-utils_use_find_package lcms LCMS2)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.80.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.80.ebuild
index d78a95b..4c5419b 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.80.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.80.ebuild
@@ -7,11 +7,23 @@ EAPI=5
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug jasper lcms"
DEPEND="
media-libs/lcms:0
virtual/jpeg
+ jasper? ( media-libs/jasper )
+ lcms? ( media-libs/lcms:2 )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_LCMS=ON
+ $(cmake-utils_use_find_package jasper)
+ $(cmake-utils_use_find_package lcms LCMS2)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
index d78a95b..4c5419b 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
@@ -7,11 +7,23 @@ EAPI=5
inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug jasper lcms"
DEPEND="
media-libs/lcms:0
virtual/jpeg
+ jasper? ( media-libs/jasper )
+ lcms? ( media-libs/lcms:2 )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_LCMS=ON
+ $(cmake-utils_use_find_package jasper)
+ $(cmake-utils_use_find_package lcms LCMS2)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index b13906f..756e847 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -8,10 +8,22 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug"
+IUSE="debug jasper lcms"
DEPEND="
media-libs/lcms:0
virtual/jpeg
+ jasper? ( media-libs/jasper )
+ lcms? ( media-libs/lcms:2 )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_LCMS=ON
+ $(cmake-utils_use_find_package jasper)
+ $(cmake-utils_use_find_package lcms LCMS2)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/kde-base/libkdcraw/metadata.xml b/kde-base/libkdcraw/metadata.xml
index 8d1e86a..4f08ae5 100644
--- a/kde-base/libkdcraw/metadata.xml
+++ b/kde-base/libkdcraw/metadata.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>kde</herd>
+ <herd>kde</herd>
+ <use>
+ <flag name="jasper">
+ Use <pkg>media-libs/jasper</pkg> to support RedOne digital movie cameras (R3D format)
+ </flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-07-06 9:32 Johannes Huber
0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2013-07-06 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 447129b36de3408a0bd5d3977b13a3b505c30c2b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 09:32:32 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 09:32:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=447129b3
[kde-base/libkdcraw] Remove unused useflag by Arfrever.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-4.10.90.ebuild | 29 ------------------------
kde-base/libkdcraw/libkdcraw-9999.ebuild | 2 +-
4 files changed, 3 insertions(+), 32 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
index 2af8988..2561ceb 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug jasper lcms"
+IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild
index c2fc886..98407a3 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.90-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug jasper lcms"
+IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
deleted file mode 100644
index 4c5419b..0000000
--- a/kde-base/libkdcraw/libkdcraw-4.10.90.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE digital camera raw image library wrapper"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug jasper lcms"
-
-DEPEND="
- media-libs/lcms:0
- virtual/jpeg
- jasper? ( media-libs/jasper )
- lcms? ( media-libs/lcms:2 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_LCMS=ON
- $(cmake-utils_use_find_package jasper)
- $(cmake-utils_use_find_package lcms LCMS2)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 8a89c6a..28b129f 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug jasper lcms"
+IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-08-01 6:19 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2013-08-01 6:19 UTC (permalink / raw
To: gentoo-commits
commit: 77af5710603def6b0b54056fad2054f23465a659
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 06:16:24 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 06:16:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77af5710
[kde-base/libkdcraw] Remove unused dependency wrt bug #478412.
It is no longer required since the libraw unbundling.
Package-Manager: portage-2.1.13.2
---
kde-base/libkdcraw/libkdcraw-4.10.97.ebuild | 1 -
kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild | 1 -
kde-base/libkdcraw/libkdcraw-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.10.97.ebuild b/kde-base/libkdcraw/libkdcraw-4.10.97.ebuild
index d2a24cf..d56b18d 100644
--- a/kde-base/libkdcraw/libkdcraw-4.10.97.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.10.97.ebuild
@@ -12,7 +12,6 @@ IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
- virtual/jpeg
jasper? ( media-libs/jasper )
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild
index 28b129f..ac279b9 100644
--- a/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild
@@ -12,7 +12,6 @@ IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
- virtual/jpeg
jasper? ( media-libs/jasper )
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 28b129f..ac279b9 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -12,7 +12,6 @@ IUSE="debug jasper"
DEPEND="
>=media-libs/libraw-0.15:=
- virtual/jpeg
jasper? ( media-libs/jasper )
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-08-27 15:44 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2013-08-27 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 9450114b92f06f5d37eff9ba802efe8041411115
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 15:41:55 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 15:41:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9450114b
[kde-base/libkdcraw] Remove USE flag that was only useful when libraw was still bundled.
Package-Manager: portage-2.2.1
---
kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild | 11 +----------
kde-base/libkdcraw/libkdcraw-9999.ebuild | 11 +----------
kde-base/libkdcraw/metadata.xml | 5 -----
3 files changed, 2 insertions(+), 25 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild
index ac279b9..473b113 100644
--- a/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.11.49.9999.ebuild
@@ -8,20 +8,11 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug jasper"
+IUSE="debug"
DEPEND="
>=media-libs/libraw-0.15:=
- jasper? ( media-libs/jasper )
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-4.10.90-extlibraw.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package jasper)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index ac279b9..473b113 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -8,20 +8,11 @@ inherit kde4-base
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug jasper"
+IUSE="debug"
DEPEND="
>=media-libs/libraw-0.15:=
- jasper? ( media-libs/jasper )
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-4.10.90-extlibraw.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package jasper)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-base/libkdcraw/metadata.xml b/kde-base/libkdcraw/metadata.xml
index 4f08ae5..a23f444 100644
--- a/kde-base/libkdcraw/metadata.xml
+++ b/kde-base/libkdcraw/metadata.xml
@@ -2,9 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
- <use>
- <flag name="jasper">
- Use <pkg>media-libs/jasper</pkg> to support RedOne digital movie cameras (R3D format)
- </flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-12-16 20:01 Johannes Huber
0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2013-12-16 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 10617a052a7d70c00643fccc233ed6e8713e6917
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 20:01:07 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 20:01:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=10617a05
[media-libs/libraw] Lower dep on media-libs/libraw by upstream
Package-Manager: portage-2.2.7
---
kde-base/libkdcraw/libkdcraw-4.11.97.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-4.12.0.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.11.97.ebuild b/kde-base/libkdcraw/libkdcraw-4.11.97.ebuild
index 0460064..225575d 100644
--- a/kde-base/libkdcraw/libkdcraw-4.11.97.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.11.97.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.16:=
+ >=media-libs/libraw-0.15:=
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkdcraw/libkdcraw-4.12.0.ebuild b/kde-base/libkdcraw/libkdcraw-4.12.0.ebuild
index 0460064..225575d 100644
--- a/kde-base/libkdcraw/libkdcraw-4.12.0.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.12.0.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.16:=
+ >=media-libs/libraw-0.15:=
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
index 21a9e52..709d70c 100644
--- a/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.16:=
+ >=media-libs/libraw-0.15:=
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 21a9e52..709d70c 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.16:=
+ >=media-libs/libraw-0.15:=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2013-12-23 14:24 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2013-12-23 14:24 UTC (permalink / raw
To: gentoo-commits
commit: d9b872ef4d79925eced89da5247f6c27e83ba18f
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 14:26:11 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 14:26:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d9b872ef
[kde-base/libkdcraw] Depend on libraw-0.16, works more reliably
Package-Manager: portage-2.2.7
---
kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild | 2 +-
kde-base/libkdcraw/libkdcraw-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
index 709d70c..f9d781b 100644
--- a/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.15:=
+ >=media-libs/libraw-0.16_beta1-r1:=
"
RDEPEND="${DEPEND}"
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 709d70c..f9d781b 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.15:=
+ >=media-libs/libraw-0.16_beta1-r1:=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2014-04-03 13:11 Johannes Huber
0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2014-04-03 13:11 UTC (permalink / raw
To: gentoo-commits
commit: c1e6b3cfd48528f96ce9d0ebccbddf63a82acb81
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 11:10:22 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 11:10:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c1e6b3cf
[kde-base/libkdcraw] Lower dep on media-libs/libraw
Package-Manager: portage-2.2.10
---
kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild b/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
index 059504a..65359d5 100644
--- a/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-4.12.49.9999.ebuild
@@ -11,6 +11,6 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- >=media-libs/libraw-0.16_beta1-r1:=
+ >=media-libs/libraw-0.15:=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2014-11-14 18:27 Manuel Rüger
0 siblings, 0 replies; 15+ messages in thread
From: Manuel Rüger @ 2014-11-14 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 363ee898a8c2e618ec73bc73915e44375cea71d9
Author: Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Fri Nov 7 23:15:41 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Nov 7 23:16:14 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=363ee898
[kde-base/libkdcraw] add KF5 based live ebuild
---
kde-base/libkdcraw/libkdcraw-9999.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
new file mode 100644
index 0000000..251f710
--- /dev/null
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE digital camera raw image library wrapper"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep threadweaver)
+ >=media-libs/libraw-0.16:=
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/
@ 2014-11-15 14:46 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2014-11-15 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 975567f03d267fb957daa6380ddf1b39bce3b3cc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 14:46:35 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 14:46:35 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=975567f0
[kde-base/libkdcraw] Drop USE flag handled by eclass.
Package-Manager: portage-2.2.14
---
kde-base/libkdcraw/libkdcraw-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild
index 251f710..c281346 100644
--- a/kde-base/libkdcraw/libkdcraw-9999.ebuild
+++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE digital camera raw image library wrapper"
KEYWORDS=""
-IUSE="debug"
+IUSE=""
DEPEND="
$(add_frameworks_dep kcompletion)
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2014-11-15 14:46 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-06 9:32 [gentoo-commits] proj/kde:master commit in: kde-base/libkdcraw/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2014-11-15 14:46 Michael Palimaka
2014-11-14 18:27 Manuel Rüger
2014-04-03 13:11 Johannes Huber
2013-12-23 14:24 Andreas Hüttel
2013-12-16 20:01 Johannes Huber
2013-08-27 15:44 Michael Palimaka
2013-08-01 6:19 Michael Palimaka
2013-06-28 14:06 Michael Palimaka
2013-02-09 20:10 Andreas Hüttel
2012-10-14 0:10 Andreas Hüttel
2012-10-13 22:29 Johannes Huber
2011-06-09 21:44 Andreas Hüttel
2011-05-26 5:14 Jorge Manuel B. S. Vicetto
2011-04-10 1:12 Marc Schiffbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox