Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267793 Details for
Bug 355811
media-libs/openjpeg-1.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openjpeg-1.4.ebuild
openjpeg-1.4.ebuild (text/plain), 1.10 KB, created by
Tomáš Chvátal (RETIRED)
on 2011-03-30 12:08:59 UTC
(
hide
)
Description:
openjpeg-1.4.ebuild
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2011-03-30 12:08:59 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >MY_P="${PN}_v${PV/./_}_sources_r697" > >inherit cmake-utils multilib > >DESCRIPTION="An open-source JPEG 2000 codec written in C" >HOMEPAGE="http://code.google.com/p/openjpeg/" >SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" >IUSE="doc test" > >RDEPEND=" > media-libs/libpng > media-libs/tiff > media-libs/lcms:2 > sys-libs/zlib >" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > # drop install of license file > sed -i -e 's:LICENSE::g' CMakeLists.txt || die >} > >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 355811
:
264179
|
264201
| 267793