summaryrefslogtreecommitdiff
path: root/media-gfx/greycstoration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /media-gfx/greycstoration
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'media-gfx/greycstoration')
-rw-r--r--media-gfx/greycstoration/Manifest5
-rw-r--r--media-gfx/greycstoration/files/greycstoration-2.9-gcc6.patch11
-rw-r--r--media-gfx/greycstoration/files/greycstoration-2.9-libpng14.patch22
-rw-r--r--media-gfx/greycstoration/greycstoration-2.9-r2.ebuild68
-rw-r--r--media-gfx/greycstoration/metadata.xml11
5 files changed, 0 insertions, 117 deletions
diff --git a/media-gfx/greycstoration/Manifest b/media-gfx/greycstoration/Manifest
deleted file mode 100644
index 23ba17296a62..000000000000
--- a/media-gfx/greycstoration/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX greycstoration-2.9-gcc6.patch 396 BLAKE2B d18a53be921ffe3da15e6523c7881fbc0037c34ee96eb72a220cd28c90ddef50520fd5cd2a6069e97e5e55b7bc8d5ab5896d85932317dc3a14d381d612f74aac SHA512 a7d9b02824790d16548ca83278d57906ee55004f01fed5ae2fef4ca2f4a492971caa83cb8bd7ba3639426f087d0c42c290a6c592712dc6180f43cd69f65bd00d
-AUX greycstoration-2.9-libpng14.patch 843 BLAKE2B 45e3908343f7462538675c4402e96b4f759767858cba74b2a5e19eeaf506aa990ab258e0c71938e33430f7b36c59452544d9b45ac65a01899e6efadcb1f42b10 SHA512 3fead7452c311467ae6a2f91452243f233cd4c45fc58ffc191ad4a6b151080a9df2cf4994f2cc3b2a6b4980e0142076ac3134d3a76b77f8d94b202daafb1c885
-DIST GREYCstoration-2.9.zip 3639412 BLAKE2B ed8b7adb08f11969a4994ad6f784bea49c7a9b9310fff3b7664fab51f349b6ff00af45b21e247e6a8d77964e68147cad2b3f5db10ff08c359c04cf88b371b056 SHA512 f0f90e02087d2670213ed72876105202eab996bb483bed069046c0e01153eb05da91d92f00aa3ed5cc2fecba19f35e20739049c149426453e0e11efd446844ba
-EBUILD greycstoration-2.9-r2.ebuild 1792 BLAKE2B 10d39e1f6ba57d930f19294c62a7a225136461735bffc0e14f938e74679dee58f7f1ae3a446e8f12f269695d696c6410974b04fc7a3ca9350abf74726f7260f1 SHA512 a8c35a0d0528f4a0375726a91adc1acd94d917f9964e6a0024d488a1c8a095e4f4b86cb58561ee3e3309213d521d57be94c6e66fe945e34f179a4c935a3e93b7
-MISC metadata.xml 332 BLAKE2B 7f2ba960282344b95c763b477a5ad56257f74a16eafc5b661582d1c08f3e0332c8d16dc9b30c1d6574a587338b0e807435fee082b6d19343ff7e9729e0cca2e2 SHA512 1e2071791ac7b3c3b911678b83c10fe09b75ecff6c7266b49bb45b115f64df50af33017ce4192df94fa2c3960817bd8e47ecdde6b98e39765e167df3f41ad7b1
diff --git a/media-gfx/greycstoration/files/greycstoration-2.9-gcc6.patch b/media-gfx/greycstoration/files/greycstoration-2.9-gcc6.patch
deleted file mode 100644
index 5b957c6ece9d..000000000000
--- a/media-gfx/greycstoration/files/greycstoration-2.9-gcc6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/plugins/greycstoration.h 2016-09-22 22:46:42.907946423 -0400
-+++ b/plugins/greycstoration.h 2016-09-22 22:49:56.439530308 -0400
-@@ -454,7 +454,7 @@
- p.temporary = 0;
- p.counter = 0;
- p.tile = p.tile_border = p.thread = p.nb_threads = 0;
-- p.stop_request = false;
-+ p.stop_request = NULL;
- greycstoration_mutex_destroy(p);
- }
- p.is_running = false;
diff --git a/media-gfx/greycstoration/files/greycstoration-2.9-libpng14.patch b/media-gfx/greycstoration/files/greycstoration-2.9-libpng14.patch
deleted file mode 100644
index 087f20fb8756..000000000000
--- a/media-gfx/greycstoration/files/greycstoration-2.9-libpng14.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-http://repos.archlinux.org/wsvn/community/greycstoration/trunk/libpng14.patch
-
---- a/CImg.h
-+++ b/CImg.h
-@@ -25671,7 +25671,7 @@
- png_read_info(png_ptr,info_ptr);
- png_uint_32 W, H;
- int bit_depth, color_type, interlace_type;
-- png_get_IHDR(png_ptr,info_ptr,&W,&H,&bit_depth,&color_type,&interlace_type,int_p_NULL,int_p_NULL);
-+ png_get_IHDR(png_ptr,info_ptr,&W,&H,&bit_depth,&color_type,&interlace_type,NULL,NULL);
- int new_bit_depth = bit_depth;
- int new_color_type = color_type;
-
-@@ -25682,7 +25682,7 @@
- new_bit_depth = 8;
- }
- if (new_color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8){
-- png_set_gray_1_2_4_to_8(png_ptr);
-+ png_set_expand_gray_1_2_4_to_8(png_ptr);
- new_bit_depth = 8;
- }
- if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
diff --git a/media-gfx/greycstoration/greycstoration-2.9-r2.ebuild b/media-gfx/greycstoration/greycstoration-2.9-r2.ebuild
deleted file mode 100644
index 393b930c5b28..000000000000
--- a/media-gfx/greycstoration/greycstoration-2.9-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Image regularization algorithm for denoising, inpainting and resizing"
-HOMEPAGE="http://www.greyc.ensicaen.fr/~dtschump/greycstoration/"
-SRC_URI="mirror://sourceforge/cimg/GREYCstoration-${PV}.zip"
-
-LICENSE="CeCILL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="fftw imagemagick jpeg lapack png tiff"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- fftw? ( >=sci-libs/fftw-3:3.0= )
- imagemagick? ( media-gfx/imagemagick:0= )
- jpeg? ( virtual/jpeg:0 )
- lapack? ( virtual/lapack )
- png? ( >=media-libs/libpng-1.4:0= )
- tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
- fftw? ( virtual/pkgconfig )
- lapack? ( virtual/pkgconfig )
- png? ( virtual/pkgconfig )
-"
-
-S="${WORKDIR}/GREYCstoration-${PV}/src"
-
-PATCHES=(
- "${FILESDIR}"/${P}-libpng14.patch
- "${FILESDIR}"/${P}-gcc6.patch
-)
-
-src_prepare() {
- default
- sed -i \
- -e "s:../CImg.h:CImg.h:" \
- greycstoration.cpp || die
-}
-
-src_compile() {
- local myconf="-Dcimg_use_xshm -Dcimg_use_xrandr -lX11 -lXext -lXrandr"
-
- use png && myconf+=" -Dcimg_use_png $($(tc-getPKG_CONFIG) --libs libpng) -lz"
- use jpeg && myconf+=" -Dcimg_use_jpeg -ljpeg"
- use tiff && myconf+=" -Dcimg_use_tiff -ltiff"
- use imagemagick && \
- myconf+=" -Dcimg_use_magick $(Magick++-config --cppflags) $(Magick++-config --libs)"
- use fftw && myconf+=" -Dcimg_use_fftw3 $($(tc-getPKG_CONFIG) --libs fftw3)"
- use lapack && myconf+=" -Dcimg_use_lapack $($(tc-getPKG_CONFIG) --libs lapack)"
-
- _cmd="$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS} -fno-tree-pre \
- -o greycstoration greycstoration.cpp \
- ${myconf} -lm -lpthread"
- einfo "${_cmd}"
- eval ${_cmd} || die
-}
-
-src_install() {
- dobin greycstoration
-}
diff --git a/media-gfx/greycstoration/metadata.xml b/media-gfx/greycstoration/metadata.xml
deleted file mode 100644
index 665279969af4..000000000000
--- a/media-gfx/greycstoration/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>calchan@gentoo.org</email>
- <name>Denis Dupeyron</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">cimg</remote-id>
- </upstream>
-</pkgmetadata>