summaryrefslogtreecommitdiff
path: root/media-libs/qimageblitz
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /media-libs/qimageblitz
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'media-libs/qimageblitz')
-rw-r--r--media-libs/qimageblitz/Manifest5
-rw-r--r--media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch11
-rw-r--r--media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch16
-rw-r--r--media-libs/qimageblitz/metadata.xml8
-rw-r--r--media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild40
5 files changed, 0 insertions, 80 deletions
diff --git a/media-libs/qimageblitz/Manifest b/media-libs/qimageblitz/Manifest
deleted file mode 100644
index 54802a4fdfff..000000000000
--- a/media-libs/qimageblitz/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX qimageblitz-0.0.6_p20131029-cxx11.patch 390 BLAKE2B 8e338b462d69dd320e4545ac2a0d22ef3b258bf817d7e5eb8f9a16936c00d76b5366a73703e9710148447afb856a9d6873e697917d7600e61d2185ad1612a00e SHA512 e8cc1d28b93f05375c293c4ccedcf2f41be282106cec1afd6e3c81c7fc569a5b3ec33c1dc3876e6745ec5fd08ec8044ff4296859cdfee4ce966f7ce56e03f9d7
-AUX qimageblitz-0.0.6_p20131029-gcc.patch 693 BLAKE2B 73f99f9160db49fb9946c409c5e05b1559f391ad264b219b87a3efebc1edd3995ca8f8edd31d9d52bd3391ffc40c8d22964d6b76a152fe0364b472b5ddcec0ee SHA512 a189c0e44d09fb0b0fbd4c46e7fd4fb98a2af485174af2a8bbd176ccd4d4abd55f364236b6113b6ef32681d30131ff4c698b098f3c13fcac2544ef1a123f641e
-DIST qimageblitz-0.0.6_p20131029.tar.xz 43428 BLAKE2B 6a10f12236d759cb2999f807ae05345ad91ca2a3f965fa8ae6d38431a4a91439242ceac2facce67b46a5260cef11a4a5fdceccff73260235658830262fc909cc SHA512 2a32105aed52ea33fbd46702a2b7cdd9671efef9bb52209ede534abc95ac40dd9ae2bd22cf09b30a309337653c4a754c50ef3fe4ad0aad7d4ffd0b5994a85981
-EBUILD qimageblitz-0.0.6_p20131029.ebuild 1013 BLAKE2B afc3da6fd21b256f64cfe54d98de6cb6573a6e30bdbf567dfdd6c3b1e9d515d76963fe4ee7d3050654b0993cdd612e9b4537c526c1d94c023b7f18345852e72b SHA512 bd7f308a0a1f675cd1c3bd228e8ed886e76bca2e01622947a86fca46745dbd89db80317010ee685e04e419c20977c03f324533444b396471d607c1cd299151d9
-MISC metadata.xml 245 BLAKE2B 7d8aa6c42d332c65c417fb557b95907322f61713c6ee71b25af3944be1f2c693e2110598f877c28fe2bbef4a9fd064fe97c24a92092599d1c2df69e3e3676a60 SHA512 90bcfe500baf163912aaffc9958c9724c4a97cfca294cae6c2eea938f4ca7668c84b132b6dce55767efa47a28b9e87bb75e79634b59079ab8ef3eff3ea95968e
diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch
deleted file mode 100644
index da962cd1c95b..000000000000
--- a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt 2017-03-15 00:31:04.000000000 +0100
-+++ b/CMakeLists.txt 2019-07-21 16:39:14.365729343 +0200
-@@ -14,6 +14,8 @@
- set(CMAKE_AUTOMOC ON)
- find_package(Qt5Core REQUIRED)
- find_package(Qt5Gui REQUIRED)
-+ set (CMAKE_CXX_STANDARD 11)
-+ set (CMAKE_CXX_EXTENSIONS OFF)
- else()
- find_package(Qt4 REQUIRED)
- # properly set up compile flags (QT_DEBUG/QT_NO_DEBUG, ...)
diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch
deleted file mode 100644
index 922a26298351..000000000000
--- a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-gcc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/blitz/CMakeLists.txt
-+++ b/blitz/CMakeLists.txt
-@@ -31,12 +31,8 @@
-
- if(HAVE_MMX)
- if(NOT APPLE AND NOT WIN32)
-+ enable_language(ASM)
- set( blitz_LIB_SRCS ${blitz_LIB_SRCS} asm_scale.S )
-- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o
-- COMMAND ${CMAKE_C_COMPILER} -c ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S
-- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/asm_scale.S )
-- set( blitz_LIB_EXTRA_SRCS ${CMAKE_CURRENT_BINARY_DIR}/asm_scale.o )
-- set(HAVE_EXTERNAL_ASM TRUE)
- endif(NOT APPLE AND NOT WIN32)
- endif(HAVE_MMX)
- configure_file (config-processor.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-processor.h )
diff --git a/media-libs/qimageblitz/metadata.xml b/media-libs/qimageblitz/metadata.xml
deleted file mode 100644
index 0cf59224b009..000000000000
--- a/media-libs/qimageblitz/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
deleted file mode 100644
index c6a9d624180f..000000000000
--- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Graphical effect and filter library by KDE"
-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"
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-gcc.patch"
- "${FILESDIR}/${P}-cxx11.patch" # bug 690360
-)
-
-src_configure() {
- local mycmakeargs=(
- -DQT4_BUILD=OFF
- -DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow)
- -DHAVE_MMX=$(usex cpu_flags_x86_mmx)
- -DHAVE_SSE=$(usex cpu_flags_x86_sse)
- -DHAVE_SSE2=$(usex cpu_flags_x86_sse2)
- )
- use ppc && mycmakeargs+=( -DHAVE_ALTIVEC=$(usex altivec) )
-
- cmake_src_configure
-}