Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217610 Details for
Bug 111279
synfig-studio-0.61.00_p39.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Development version. Fixed C&P error.
synfigstudio-9999.ebuild (text/plain), 1.44 KB, created by
Diego Barrios Romero
on 2010-01-27 15:56:47 UTC
(
hide
)
Description:
Development version. Fixed C&P error.
Filename:
MIME Type:
Creator:
Diego Barrios Romero
Created:
2010-01-27 15:56:47 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit git autotools libtool > >DESCRIPTION="Synfig: Film-Quality Vector Animation (core engine)" >HOMEPAGE="http://www.synfig.com" >EGIT_REPO_URI="git://synfig.git.sourceforge.net/gitroot/synfig/synfig" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="imagemagick ffmpeg dv openexr truetype jpeg tiff fontconfig nls" > >DEPEND=">=dev-libs/libsigc++-2.0.0 > >=dev-cpp/libxmlpp-2.6.1 > media-libs/libpng > >=dev-cpp/ETL-0.04.13 > ffmpeg? ( media-video/ffmpeg ) > openexr? ( media-libs/openexr ) > truetype? ( >=media-libs/freetype-2.1.9 ) > fontconfig? ( media-libs/fontconfig ) > jpeg? ( media-libs/jpeg ) > tiff? ( media-libs/tiff ) > nls? ( sys-devel/gettext )" > >RDEPEND="${DEPEND} > dv? ( media-libs/libdv ) > imagemagick? ( media-gfx/imagemagick )" > >src_unpack() { > git_src_unpack > elibtoolize --ltdl --copy --force || die "libtoolize failed" > eautoreconf --install --force || die "autoreconf failed" >} > >src_compile() { > econf \ > $(use_with ffmpeg) \ > $(use_with fontconfig) \ > $(use_with imagemagick) \ > $(use_with dv libdv) \ > $(use_with openexr ) \ > $(use_with truetype freetype) \ > $(use_with jpeg) \ > || die "Configure failed!" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed!" > dodoc doc/*.txt > insinto /usr/share/${PN}/examples > doins examples/*.sif > doins examples/*.sifz >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 111279
:
71949
|
72880
|
79164
|
79165
|
81073
|
99129
|
105316
|
108559
|
121924
|
126881
|
133242
|
136434
|
149435
|
168740
|
184387
|
195955
|
213861
|
213863
|
213864
|
213865
|
217608
| 217610 |
370382
|
391498
|
633946