diff --git a/media-video/cfourcc/Manifest b/media-video/cfourcc/Manifest new file mode 100644 index 0000000..9b0f344 --- /dev/null +++ b/media-video/cfourcc/Manifest @@ -0,0 +1 @@ +DIST 0.1.3.1.tar.gz 15554 BLAKE2B b56ada3f2fb567044defad42c4c98f3783d4ebcfd6757292fb49566b6bd49efd98bc147f8e132aa87af814227474c5997d5ed7db236db89e4b035e1ceb2755b7 SHA512 e6b2e0ea3380b32b780f114b7ffcd0f1fc941c3584b3ce2148c960663495527fb9bea2369ab2dddef7e142040ffe55fa1db6db1d366b303c5fd00716bec39fc5 diff --git a/media-video/cfourcc/cfourcc-0.1.3.1.ebuild b/media-video/cfourcc/cfourcc-0.1.3.1.ebuild new file mode 100644 index 0000000..05e1d7c --- /dev/null +++ b/media-video/cfourcc/cfourcc-0.1.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="console fourcc changer" +HOMEPAGE="https://github.com/mypapit/cfourcc" +SRC_URI="https://github.com/mypapit/${PN}/archive/${PV}.tar.gz" +RESTRICT="mirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + mkdir "${D}/bin" + emake install PREFIX="${D}" || die "install failed" + dodoc AUTHORS BUGS ChangeLog codeclist.txt README README.md TIPS TODO +} diff --git a/media-video/cfourcc/metadata.xml b/media-video/cfourcc/metadata.xml new file mode 100644 index 0000000..77119fb --- /dev/null +++ b/media-video/cfourcc/metadata.xml @@ -0,0 +1,12 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + + + Change the 4 bytes representing the codec in some DIVX files + Some hardware players are sensitive to this. + +