You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libopenshot-audio/libopenshot-audio-0.1.4.ebuild

29 lines
665 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Audio library used by OpenShot"
HOMEPAGE="https://www.openshot.org/ https://launchpad.net/libopenshot"
SRC_URI="https://github.com/OpenShot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
media-libs/alsa-lib
media-libs/freetype
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXrandr
"
DEPEND="${RDEPEND}"
# https://github.com/OpenShot/libopenshot-audio/pull/7
PATCHES=( "${FILESDIR}/${P}-fix-under-linking.patch" )