blob: ece6a61897b221030697f3a4ed986e898d8ae5ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit deadbeef-plugins
DESCRIPTION="DeaDBeeF ogg opus decoder plugin"
HOMEPAGE="https://bitbucket.org/Lithopsian/deadbeef-opus"
SRC_URI="https://bitbucket.org/Lithopsian/${PN}/downloads/opus-${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT+=" strip"
LICENSE="GPL-2"
KEYWORDS="~*"
RDEPEND+=" >=media-libs/opusfile-0.5:0[float,http]
media-libs/libogg:0"
DEPEND="${RDEPEND}"
S="${WORKDIR}/opus-${PV}"
|