Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 594496 Details for
Bug 698882
media-libs/simage-1.7.1 available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
simage-1.7.1.ebuild
simage-1.7.1.ebuild (text/plain), 1.64 KB, created by
Miroslav Šulc
on 2019-10-29 19:42:12 UTC
(
hide
)
Description:
simage-1.7.1.ebuild
Filename:
MIME Type:
Creator:
Miroslav Šulc
Created:
2019-10-29 19:42:12 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit cmake-utils flag-o-matic > >DESCRIPTION="Image and video texturing library" >HOMEPAGE="https://bitbucket.org/Coin3D/simage" >SRC_URI="https://bitbucket.org/Coin3D/simage/downloads/${P}-src.zip" > >LICENSE="public-domain mpeg2enc" >KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" >SLOT="0" >IUSE="debug gif jpeg png qt5 sndfile tiff vorbis" > >RDEPEND=" > gif? ( media-libs/giflib ) > jpeg? ( virtual/jpeg:0= ) > png? ( media-libs/libpng:0= ) > qt5? ( > dev-qt/qtcore:5 > dev-qt/qtgui:5 > ) > sndfile? ( media-libs/libsndfile ) > tiff? ( media-libs/tiff:0= ) > vorbis? ( > media-libs/libogg > media-libs/libvorbis > ) >" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/${PN}" > >PATCHES=( > "${FILESDIR}/${PN}-1.7.1-cmake-automagic-deps.patch" >) > >DOCS=(AUTHORS ChangeLog NEWS README) > >src_configure() { > use debug && append-cppflags -DSIMAGE_DEBUG=1 > > local mycmakeargs=( > -DSIMAGE_AVIENC_SUPPORT=OFF # Windows only > -DSIMAGE_BUILD_SHARED_LIBS=ON > -DSIMAGE_CGIMAGE_SUPPORT=OFF # OS X only > -DSIMAGE_EPS_SUPPORT=ON > -DSIMAGE_GDIPLUS_SUPPORT=OFF # Windows only > -DSIMAGE_GIF_SUPPORT=$(usex gif) > -DSIMAGE_JASPER_SUPPORT=OFF > -DSIMAGE_JPEG_SUPPORT=$(usex jpeg) > -DSIMAGE_LIBSNDFILE_SUPPORT=$(usex sndfile) > -DSIMAGE_MPEG2ENC_SUPPORT=ON > -DSIMAGE_OGGVORBIS_SUPPORT=$(usex vorbis) > -DSIMAGE_PIC_SUPPORT=ON > -DSIMAGE_PNG_SUPPORT=$(usex png) > -DSIMAGE_QIMAGE_SUPPORT=$(usex qt5) > -DSIMAGE_QUICKTIME_SUPPORT=OFF # OS X only > -DSIMAGE_TIFF_SUPPORT=$(usex tiff) > -DUSE_QT5=ON > -DSIMAGE_RGB_SUPPORT=ON > -DSIMAGE_TGA_SUPPORT=ON > -DSIMAGE_XWD_SUPPORT=ON > ) > > cmake-utils_src_configure >}
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 698882
: 594496 |
594498