From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-video/bbtools/bbtools-1.9.ebuild | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 media-video/bbtools/bbtools-1.9.ebuild (limited to 'media-video/bbtools/bbtools-1.9.ebuild') diff --git a/media-video/bbtools/bbtools-1.9.ebuild b/media-video/bbtools/bbtools-1.9.ebuild new file mode 100644 index 000000000000..f824754bccb5 --- /dev/null +++ b/media-video/bbtools/bbtools-1.9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit eutils flag-o-matic toolchain-funcs + +DESCRIPTION="bbdmux, bbinfo, bbvinfo and bbainfo from Brent Beyeler" +HOMEPAGE="http://members.cox.net/beyeler/bbmpeg.html" +SRC_URI="http://files.digital-digest.com/downloads/files/encode/bbtool${PV/./}_src.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_prepare() { + mv BBINFO.cpp bbinfo.cpp || die + mv BITS.CPP bits.cpp || die + mv BITS.H bits.h || die + mv bbdmux.CPP bbdmux.cpp || die + rm *.ide + edos2unix *.cpp *.h + + epatch "${FILESDIR}"/bbtools-${PV}-gentoo.patch + + append-lfs-flags + tc-export CXX +} + +src_install() { + dobin bbainfo bbdmux bbinfo bbvinfo +} -- cgit v1.2.3