Initial import

This commit is contained in:
2022-08-30 15:46:53 -04:00
commit e712bb5dc2
274 changed files with 27716 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST synfigstudio-0.64.2.tar.gz 4178449 SHA256 87d5c45dd50d33d35ac1d4752871e5f4e3b0ce9cbdee2a6d250f9ceecd271c8e SHA512 48c53de7d4f7ae7277b1053c4f5eab9fd2d9d4feadae0969c6fab498578a83f4c02441fe39c7629665d7f9450636cf310b3d0ab78040e20421e422d5685a8739 WHIRLPOOL 8d1671408e94788293fe93db10acb0f1c58df752f9b04b6c90dbf36431eeeee9c3cd44cd510bc96bd55ae87f099312dd354eca2ccd95d18263b2f399869235c9
EBUILD synfigstudio-0.64.2.ebuild 611 SHA256 b742b760cd99354ce4371bc4c16919f362926ad9f6863ab58a0a12c2b7cc10c7 SHA512 3f62ca841ac09797cd9796bff3db3aef4e2d1ed152419c77d7b1bf8b39c7c97e3979552099b56109621003e6b6b01309995acc91a8a8e5adaa4d083e70274c79 WHIRLPOOL 800547d817ab040db368c131bc80a706c52393e14cca7d859b66ba6e8d22c38a08ae3fa1b62b94ee11262af8300058f13984fcc5bedfad7629405a57089f0a2d

View 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)
}