jtc-overlay/media-gfx/synfigstudio/synfigstudio-0.64.2.ebuild
2022-08-30 15:46:53 -04:00

28 lines
611 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
DESCRIPTION="Powerful, industrial-strength vector-based 2D animation software package"
HOMEPAGE="http://www.synfig.org/"
SRC_URI="mirror://sourceforge/synfig/releases/${PV}/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fmod"
DEPEND=">=dev-cpp/ETL-0.04.17
>=dev-cpp/gtkmm-2.4.0
dev-cpp/libxmlpp
dev-libs/libsigc++
>=media-libs/synfig-0.64.2
fmod? ( media-libs/fmod )
"
RDEPEND="${DEPEND}"
src_configure() {
econf \
$(use_with fmod libfmod)
}