Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 298293 Details for
Bug 374137
media-libs/openjpeg-9999.ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild file for openjpeg from trunk svn repository
openjpeg-9999.ebuild (text/plain), 1.45 KB, created by
Christian Kruse
on 2012-01-08 00:10:08 UTC
(
hide
)
Description:
ebuild file for openjpeg from trunk svn repository
Filename:
MIME Type:
Creator:
Christian Kruse
Created:
2012-01-08 00:10:08 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-1.4-r1.ebuild,v 1.11 2011/11/13 11:24:33 jlec Exp $ > >EAPI=4 > >inherit base cmake-utils multilib subversion > >ESVN_REPO_URI="http://openjpeg.googlecode.com/svn/trunk/" >#ESVN_STORE_DIR="${DISTDIR}/svn-src" >ESVN_PROJECT="${PN/-svn}" >ESVN_BOOTSTRAP="bootstrap.sh" > >DESCRIPTION="An open-source JPEG 2000 codec written in C" >HOMEPAGE="http://code.google.com/p/openjpeg/" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" >IUSE="doc test" > >RDEPEND=" > media-libs/lcms:2 > media-libs/libpng:0 > media-libs/tiff:0 > sys-libs/zlib >" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >S=${WORKDIR}/${MY_P} > >#PATCHES=( ># "${FILESDIR}/${P}-libpng15.patch" ># "${FILESDIR}/${P}-linking.patch" ># "${FILESDIR}/${P}-pkgconfig.patch" ># "${FILESDIR}/${P}-cmake-stdbool.patch" >#) > >#src_prepare() { ># # drop install of license file ># sed -i -e 's:LICENSE::g' CMakeLists.txt || die ># ># base_src_prepare >#} > >src_configure() { > # in the package dir are only useless modules > # but might be good for documentation :) > local mycmakeargs=( > "-DOPENJPEG_INSTALL_LIB_DIR=$(get_libdir)" > "-DOPENJPEG_INSTALL_DOC_DIR=share/doc/${PF}" > "-DOPENJPEG_INSTALL_PACKAGE_DIR=share/doc/${PF}" > $(cmake-utils_use_build test TESTING) > $(cmake-utils_use_build doc) > ) > > 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 374137
: 298293