Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144649 Details for
Bug 210435
media-video/subtitleripper-0.3.4-r2 fails with media-libs/netpbm-10.41.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
minor correction from prev submission
subtitleripper-0.3.4-r3.ebuild (text/plain), 1.72 KB, created by
jon R-B
on 2008-02-25 22:57:43 UTC
(
hide
)
Description:
minor correction from prev submission
Filename:
MIME Type:
Creator:
jon R-B
Created:
2008-02-25 22:57:43 UTC
Size:
1.72 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/subtitleripper/subtitleripper-0.3.4-r2.ebuild,v 1.1 2006/11/29 09:36:45 zzam Exp $ > >inherit versionator > >MY_PV="$(replace_version_separator 2 "-")" > >DESCRIPTION="DVD Subtitle Ripper for Linux" >HOMEPAGE="http://subtitleripper.sourceforge.net/" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tgz" >SLOT="0" >IUSE="zlib png pbm" > >DEPEND="media-libs/netpbm > media-libs/libpng > sys-libs/zlib > png? ( >=media-libs/libpng-1.2.8 ) > zlib? ( >=sys-libs/zlib-1.2.3 )" > >RDEPEND="${DEPEND} > >=app-text/gocr-0.39" > >S="${WORKDIR}/${PN}" > >src_compile() { > # PPM library is libnetppm > sed -i -e "s:ppm:netpbm:g" Makefile > if ! use zlib; then > sed -i -e "s:DEFINES += -D_HAVE_ZLIB_:#DEFINES += -D_HAVE_ZLIB:g" Makefile > sed -i -e "s:LIBS += -lz:#LIBS += -lz:g" Makefile > fi > if ! use png; then > sed -i -e "s:DEFINES += -D_HAVE_PNG_:#DEFINES += -D_HAVE_PNG_:g" Makefile > sed -i -e "s:LIBS += -lpng:#LIBS += -lpng:g" Makefile > fi > if ! use pbm; then > sed -i -e "s:DEFINES += -D_HAVE_LIB_PBM_:#DEFINES += -D_HAVE_PBM_:g" Makefile > sed -i -e "s:LIBS += -lnetpbm:#LIBS += -lnetpbm:g" Makefile > fi > > sed -i -e "s:#include <ppm.h>:#include <netpbm/ppm.h>:g" spudec.c subtitle2pgm.c > > > > > > # we will install the gocrfilters into /usr/share/subtitleripper > sed -i -e 's:~/sourceforge/subtitleripper/src/:/usr/share/subtitleripper:' pgm2txt > > emake || die >} > >src_install () { > exeinto /usr/bin > doexe pgm2txt srttool subtitle2pgm subtitle2vobsub vobsub2pgm > > insinto /usr/share/subtitleripper > doins gocrfilter_*.sed > > dodoc ChangeLog README* >}
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 210435
:
144646
| 144649