Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280381 Details for
Bug 147693
New ebuild for DCMTK (Dicom Tool Kit)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
More recent snapshot ebuild
dcmtk-3.6.1_pre20110707.ebuild (text/plain), 1.82 KB, created by
Attila Tóth
on 2011-07-19 15:00:33 UTC
(
hide
)
Description:
More recent snapshot ebuild
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2011-07-19 15:00:33 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" > >inherit cmake-utils eutils > >MY_P=${P/pre/} > >DESCRIPTION="The DICOM Toolkit" >HOMEPAGE="http://dicom.offis.de/dcmtk.php.en" >SRC_URI="http://dicom.offis.de/download/${PN}/snapshot/${MY_P}.tar.gz" >LICENSE="BSD" > >KEYWORDS="~amd64 ~x86" >SLOT="0" >IUSE="doc png ssl tcpd tiff +threads xml zlib" > >RDEPEND=" > virtual/jpeg > png? ( media-libs/libpng ) > ssl? ( dev-libs/openssl ) > tcpd? ( sys-apps/tcp-wrappers ) > tiff? ( media-libs/tiff ) > xml? ( dev-libs/libxml2:2 ) > zlib? ( sys-libs/zlib )" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > epatch "${FILESDIR}"/${PN}-asneeded.patch > sed -e "s:share/doc/dcmtk:&-${PV}:" \ > -e "s:DIR \"/:DIR \"/usr/:" \ > -e "s:usr/etc:etc:" \ > -e "s:/lib\":/$(get_libdir)\":" \ > -e "s:COPYRIGHT::" \ > -i CMakeLists.txt || die > sed -e 's:${CMAKE_INSTALL_PREFIX}/::' \ > -i dcmwlm/data/CMakeLists.txt doxygen/CMakeLists.txt || die > # Temporary workaround: docs are not build with CMake > sed -i -e '/include/d' doxygen/Makefile.in || die >} > >src_configure() { > mycmakeargs="${mycmakeargs} > -DBUILD_SHARED_LIBS=ON > -DCMAKE_INSTALL_PREFIX=/ > $(cmake-utils_use tiff DCMTK_WITH_TIFF) > $(cmake-utils_use png DCMTK_WITH_PNG) > $(cmake-utils_use xml DCMTK_WITH_XML) > $(cmake-utils_use zlib DCMTK_WITH_ZLIB) > $(cmake-utils_use ssl DCMTK_WITH_OPENSSL) > $(cmake-utils_use doc DCMTK_WITH_DOXYGEN) > $(cmake-utils_use threads DCMTK_WITH_THREADS)" > cmake-utils_src_configure > if use doc; then > cd "${S}"/doxygen > econf > fi >} > >src_compile() { > cmake-utils_src_compile > if use doc; then > emake -C "${S}"/doxygen || die > fi >} > >src_install() { > cmake-utils_src_install > if use doc; then > cd "${S}" > doman doxygen/manpages/man1/* || die > dohtml -r doxygen/htmldocs/* || die > fi >}
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 147693
:
97050
|
141801
|
237709
|
245533
|
245534
|
245536
|
257249
|
280379
| 280381