Initial import
This commit is contained in:
28
media-gfx/synfigstudio/synfigstudio-0.64.2.ebuild
Normal file
28
media-gfx/synfigstudio/synfigstudio-0.64.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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)
|
||||
}
|
||||
Reference in New Issue
Block a user