* [gentoo-commits] proj/kde-sunset:master commit in: media-libs/qimageblitz/
@ 2020-12-07 18:19 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-12-07 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 9ba12d1c738251e1934fb6c41bfb41922469af2a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 18:08:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 18:18:58 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9ba12d1c
media-libs/qimageblitz: https, cmake-utils -> cmake
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
index 6326d05b..c175cfb0 100644
--- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
+++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
@@ -3,11 +3,11 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Graphical effect and filter library by KDE"
HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/"
-SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
+SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
@@ -42,5 +42,5 @@ src_configure() {
)
use ppc && mycmakeargs+=( -DHAVE_ALTIVEC=$(usex altivec) )
- cmake-utils_src_configure
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde-sunset:master commit in: media-libs/qimageblitz/
@ 2020-12-07 22:57 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-12-07 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 6f20523627900b452121b57d4da2423b366bf76a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 22:47:28 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 22:47:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6f205236
media-libs/qimageblitz: Drop IUSE=qt5
Package was last-rited in Gentoo ebuild repo almost a year ago and we'll
just ignore it ever had the option.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
index c175cfb0..b4751876 100644
--- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
+++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
@@ -10,20 +10,13 @@ HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/"
SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
SLOT="0"
-IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug qt5"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug"
DEPEND="
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- )
- !qt5? (
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- )
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
"
RDEPEND="${DEPEND}"
@@ -34,7 +27,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
- -DQT4_BUILD=$(usex !qt5)
+ -DQT4_BUILD=ON
-DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow)
-DHAVE_MMX=$(usex cpu_flags_x86_mmx)
-DHAVE_SSE=$(usex cpu_flags_x86_sse)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-07 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 18:19 [gentoo-commits] proj/kde-sunset:master commit in: media-libs/qimageblitz/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-12-07 22:57 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox