add gstreamer-player-1.1.2

This commit is contained in:
Andreas Billmeier 2019-11-22 22:18:25 +01:00
parent 131fdd7872
commit 284b58135c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -103,6 +103,7 @@
* add Pysher-1.0.4, bump autobahn-18.7.1 from main repo, add txaio-18.7.1 and txaio-18.8.1
* add pygogogate2-0.2.1
* add greeneye-monitor-1.0.1
* add gstreamer-player-1.1.2
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST gstreamer-player-1.1.2.tar.gz 3687 BLAKE2B b64ce1bd52fc535f4e70033b33594585bf7cfad62a3f5a16d7f8fa0d1693ac5261e7e6cad3ca511f5b0639d74cd90b5cc017b31534a202a9a0f5b13348bba67a SHA512 cba50036375864cc360201f9ac9a15699ec377c8e5a1d16230769ddf0f502203232ab414a3c1086eef6e274998029f15ad7966a622875c220226947c277a93b1
EBUILD gstreamer-player-1.1.2.ebuild 747 BLAKE2B 188f551f2eb4c5172a26f0a84ef18fb2ae26e1cbb0e8507b9c8b05df472048ddd3d48e9b95f06e56b255feae99c6a93b12206c38a98c133b00a41311fbd306de SHA512 c1f040e03e986dce9898befaffcac2145dc908d9f9f795df08646891583f79af5c0dc24f1c8eaf0b07260e844f89f9b7b24c38326ecc6b7b85877a62bb9e60ae
MISC metadata.xml 472 BLAKE2B 7a832a2683f211fb56fb2c09ab2c7c0ff236fb2e721e151b409f00d132930e79f3ae6ba7fa42f50109687c28cfea001d7038e8813ae8481e2093c17e7ddac0dc SHA512 db7ef2fd99881da74065e3a7c80860904af62cf5b9cf82e1157d888a699369a0a8546e7542637e79fe94b30193766d3a890725e7d2ccecabe4e93715cf956759

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python 3 wrapper for playing media via gstreamer"
HOMEPAGE="https://github.com/happyleavesaoc/gstreamer-player/ https://pypi.org/project/gstreamer-player/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/mutagen-1.36.2[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">gstreamer-player</remote-id>
<maintainer status="unknown">
<email>happyleaves.tfr@gmail.com</email>
<name>happyleaves</name>
</maintainer>
</upstream>
</pkgmetadata>