app-crypt/steghide - 0.5.1 (pentoo)

Search

Install

Install this version:

emerge -a =app-crypt/steghide-0.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/steghide-0.5.1

Or alternatively:

emerge --autounmask-write -a =app-crypt/steghide-0.5.1

Package Information

Description:
A steganography program which hides data in various media files
Homepage:
https://steghide.sourceforge.net/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A steganography program which hides data in various media files"
HOMEPAGE="https://steghide.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND="
	app-crypt/mhash
	dev-libs/libmcrypt
	sys-libs/zlib
	media-libs/libjpeg-turbo:="

RDEPEND="${DEPEND}"

src_prepare(){
	eapply "${FILESDIR}"/${P}-gcc34.patch
	eapply "${FILESDIR}"/${P}-gcc4.patch
	eapply "${FILESDIR}"/${P}-gcc43.patch

	eautoreconf
	default
}

src_configure() {
	econf $(use_enable debug)
}

src_compile() {
	export CXXFLAGS="$CXXFLAGS -std=c++0x"
	local libtool
	[[ ${CHOST} == *-darwin* ]] && libtool=$(type -P glibtool) || libtool=$(type -P libtool)
	emake LIBTOOL="${libtool}" || die "emake failed"
}

src_install() {
	local libtool
	[[ ${CHOST} == *-darwin* ]] && libtool=$(type -P glibtool) || libtool=$(type -P libtool)
	emake DESTDIR="${ED}" docdir="${EPREFIX}/usr/share/doc/${PF}" LIBTOOL="${libtool}" install || die "emake install failed"
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-crypt/steghide | euse -E <flag> -p app-crypt/steghide | euse -D <flag> -p app-crypt/steghide

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	app-crypt/mhash
	dev-libs/libmcrypt
	sys-libs/zlib
	media-libs/libjpeg-turbo:=

RDEPEND

	app-crypt/mhash
	dev-libs/libmcrypt
	sys-libs/zlib
	media-libs/libjpeg-turbo:=

Manifest for 0.5.1

Type File Size Source URLs
DIST steghide-0.5.1.tar.bz2 392761 bytes https://downloads.sourceforge.net/steghide/steghide-0.5.1.tar.bz2