media-libs/qimageblitz: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Andreas Sturmlechner
2017-07-30 23:46:06 +02:00
parent 76b894c6c0
commit e9d0a0aa2b
2 changed files with 0 additions and 48 deletions

View File

@@ -1,11 +0,0 @@
diff -Naur qimageblitz/blitz/asm_scale.S qimageblitz~/blitz/asm_scale.S
--- a/qimageblitz-orig/blitz/asm_scale.S 2007-10-17 01:17:57.000000000 +0200
+++ b/qimageblitz/blitz/asm_scale.S 2007-10-17 01:19:12.000000000 +0200
@@ -814,3 +814,7 @@
SIZE(qimageScale_mmx_AARGBA)
#endif
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils
DESCRIPTION="A graphical effect and filter library for KDE4"
HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/"
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="hppa"
SLOT="0"
IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2"
DEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-9999-exec-stack.patch"
"${FILESDIR}/${P}-gcc.patch"
)
src_configure() {
mycmakeargs=(
$(cmake-utils_use_has cpu_flags_x86_3dnow 3dnow)
$(cmake-utils_use_has altivec)
$(cmake-utils_use_has cpu_flags_x86_mmx mmx)
$(cmake-utils_use_has cpu_flags_x86_sse sse)
$(cmake-utils_use_has cpu_flags_x86_sse2 sse2)
)
cmake-utils_src_configure
}