Add cfourcc 0.1.3.1

This commit is contained in:
2019-05-11 10:11:47 +03:00
parent bac41834ee
commit 803b7c1f40
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST 0.1.3.1.tar.gz 15554 BLAKE2B b56ada3f2fb567044defad42c4c98f3783d4ebcfd6757292fb49566b6bd49efd98bc147f8e132aa87af814227474c5997d5ed7db236db89e4b035e1ceb2755b7 SHA512 e6b2e0ea3380b32b780f114b7ffcd0f1fc941c3584b3ce2148c960663495527fb9bea2369ab2dddef7e142040ffe55fa1db6db1d366b303c5fd00716bec39fc5

View File

@@ -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
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac.paragon@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
Change the 4 bytes representing the codec in some DIVX files
Some hardware players are sensitive to this.
</longdescription>
</pkgmetadata>