summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-16 01:26:58 +0000
committerSam James <sam@gentoo.org>2022-12-16 01:38:32 +0000
commitaa3bb02337b3904112da21cbdc58cfaa961ce51b (patch)
treee401882c55a12d0b62c6377d19097f1f9845d16d /media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild
parentmedia-gfx/scantailor-advanced: add media-libs/libtiff subslot dep (diff)
downloadgentoo-aa3bb02337b3904112da21cbdc58cfaa961ce51b.tar.gz
gentoo-aa3bb02337b3904112da21cbdc58cfaa961ce51b.tar.bz2
gentoo-aa3bb02337b3904112da21cbdc58cfaa961ce51b.zip
media-gfx/sfftobmp: add media-libs/libtiff subslot dep
libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild')
-rw-r--r--media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild b/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild
deleted file mode 100644
index 8aa37d54a2a4..000000000000
--- a/media-gfx/sfftobmp/sfftobmp-3.1.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-MY_P=${PN}${PV//./_}
-
-DESCRIPTION="sff to bmp converter"
-HOMEPAGE="https://sfftools.sourceforge.io/"
-SRC_URI="mirror://sourceforge/sfftools/${MY_P}_src.zip"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="HPND MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
-
-RDEPEND="
- dev-libs/boost:=
- media-libs/tiff:0
- virtual/jpeg:0"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.1.1-gcc44-and-boost-1_37.patch
- "${FILESDIR}"/${PN}-3.1.2-boost_fs3.patch
- "${FILESDIR}"/${PN}-3.1.2-Wformat.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -DBOOST_FILESYSTEM_VERSION=3
- default
-}
-
-src_install() {
- default
- dodoc doc/{changes,credits,readme}
-}