Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 562346 Details for
Bug 675946
media-libs/sdl-ilbm - library and viewer for handling ILBM images in SDL applications
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sdl-ilbm-9999.ebuild
sdl-ilbm-9999.ebuild (text/plain), 1.13 KB, created by
Jon Daniel
on 2019-01-20 21:52:30 UTC
(
hide
)
Description:
sdl-ilbm-9999.ebuild
Filename:
MIME Type:
Creator:
Jon Daniel
Created:
2019-01-20 21:52:30 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >if [[ ${PV} == *9999 ]]; then > inherit autotools git-r3 > EGIT_REPO_URI="https://github.com/svanderburg/SDL_ILBM.git" >else > SRC_URI="https://github.com/svanderburg/SDL_ILBM/archives/master.tar.gz" > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" >fi > >DESCRIPTION="A library and viewer for handling ILBM images in SDL applications" >HOMEPAGE="http://github.com/svanderburg/SDL_ILBM" >MAKEOPTS="-j1" >LICENSE="ZLIB" >SLOT="0" >IUSE="static-libs test" > >RDEPEND="" >DEPEND="${RDEPEND}" >BDEPEND=" > virtual/pkgconfig > sys-devel/autogen > media-libs/libiff > media-libs/libilbm > media-libs/libamivideo > media-libs/libsdl2" > > >src_prepare() { > default > > [[ ${PV} == *9999 ]] && eautoreconf >} > >multilib_src_configure() { > ECONF_SOURCE="${S}" econf \ > $(use_enable static-libs static) >} > >multilib_src_install_all() { > einstalldocs > > # package provides .pc files > find "${D}" -name '*.la' -delete || die >}
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 675946
: 562346