Difference between revisions of "Dev:Gentoo Ebuilds"
From Synfig Studio :: Documentation
(Let's make some ebuilds that people can use!) |
m (Adding listed deps.) |
||
Line 36: | Line 36: | ||
IUSE="" | IUSE="" | ||
− | DEPEND=">=dev-cpp/ETL-0.04.07" | + | DEPEND="dev-cpp/libxmlpp |
+ | dev-libs/libsigc++ | ||
+ | >=dev-cpp/ETL-0.04.07" | ||
</pre> | </pre> | ||
Line 55: | Line 57: | ||
− | DEPEND=">=media-gfx/synfig-${PV}" | + | DEPEND=">=dev-cpp/gtkmm-2.4 |
+ | >=media-gfx/synfig-${PV}" | ||
</pre> | </pre> | ||
Line 89: | Line 92: | ||
IUSE="" | IUSE="" | ||
− | DEPEND="dev-cpp/ETL-svn | + | DEPEND="dev-cpp/libxmlpp |
+ | dev-libs/libsigc++ | ||
+ | dev-cpp/ETL-svn | ||
!dev-cpp/ETL" | !dev-cpp/ETL" | ||
</pre> | </pre> | ||
Line 107: | Line 112: | ||
IUSE="" | IUSE="" | ||
− | DEPEND="media-gfx/synfig-svn | + | DEPEND=">=dev-cpp/gtkmm-2.4 |
+ | media-gfx/synfig-svn | ||
!media-gfx/synfig" | !media-gfx/synfig" | ||
</pre> | </pre> |
Revision as of 20:59, 24 January 2006
We're working on ebuild files for the Gentoo operating system here. To use this page directly with Gentoo, you need to know how Portage works. Specifically:
- Create a Portage overlay so these ebuilds won't be clobbered by an emerge sync
- Cut out each ebuild and put it in the proper place in the overlay.
- Find mistakes in the ebuilds, and post fixes here
These ebuilds are not yet complete! Only use if you know what you're doing and are prepared to fix them!
Contents
=dev-cpp/ETL-0.04.07
MY_P=${PN/-/}-${PV/_p/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Synfig: Film-Quality Vector Animation (support libraries)" HOMEPAGE="http://www.synfig.com/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE=""
=media-gfx/synfig-0.61.04
MY_P=${PN/-/}-${PV/_p/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Synfig: Film-Quality Vector Animation (core engine)" HOMEPAGE="http://www.synfig.com/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-cpp/libxmlpp dev-libs/libsigc++ >=dev-cpp/ETL-0.04.07"
=media-gfx/synfig-studio-0.61.04
MY_P=${PN/-/}-${PV/_p/-} S=${WORKDIR}/${MY_P} DESCRIPTION="Synfig: Film-Quality Vector Animation (main UI)" HOMEPAGE="http://www.synfig.com/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.4 >=media-gfx/synfig-${PV}"
dev-cpp/ETL-svn
inherit subversion DESCRIPTION="Synfig: Film-Quality Vector Animation (support libraries, SVN-sources)" HOMEPAGE="http://www.synfig.com/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=""
media-gfx/synfig-svn
inherit subversion DESCRIPTION="Synfig: Film-Quality Vector Animation (core engine, SVN-sources)" HOMEPAGE="http://www.synfig.com/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-cpp/libxmlpp dev-libs/libsigc++ dev-cpp/ETL-svn !dev-cpp/ETL"
media-gfx/synfig-studio-svn
inherit subversion DESCRIPTION="Synfig: Film-Quality Vector Animation (main UI, SVN-sources)" HOMEPAGE="http://www.synfig.com/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.4 media-gfx/synfig-svn !media-gfx/synfig"