Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73960 Details for
Bug 114304
media-video/sabbu-0.3.0: application to create/edit subtitle scripts.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 0.3.0
sabbu-0.3.0.ebuild (text/plain), 858 bytes, created by
Josu López Fernández
on 2005-12-02 15:51:07 UTC
(
hide
)
Description:
ebuild for 0.3.0
Filename:
MIME Type:
Creator:
Josu López Fernández
Created:
2005-12-02 15:51:07 UTC
Size:
858 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Subtitle script creator/editor" >HOMEPAGE="http://www.sabbu.com" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="ffmpeg nls oss" > >DEPEND="ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20051120 ) > nls? ( sys-devel/gettext ) > >=x11-libs/gtk+-2.6 > dev-util/pkgconfig > media-libs/libsndfile" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} ; cd ${S} > epatch "${FILESDIR}/${P}-new-ffmpeg.patch" >} > >src_compile() { > econf $(use_with ffmpeg) \ > $(use_enable nls) \ > $(use_with oss) || die "configure failed" > emake || die "make failed" >} > >src_install() { > make install DESTDIR=${D} || die "install failed" > dodoc ABOUT-NLS AUTHORS ChangeLog NEWS 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 114304
:
73960
|
73961
|
93952