Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101411 Details for
Bug 153992
media-video/jubler-3.3.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild
jubler-3.0.0_rc4-r1.ebuild (text/plain), 1.34 KB, created by
Serkan Kaba (RETIRED)
on 2006-11-07 12:43:43 UTC
(
hide
)
Description:
Ebuild
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2006-11-07 12:43:43 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg-2 java-utils-2 versionator > >MY_PV=$(replace_version_separator 3 '-' ) >MY_PN=${PN/#j/J} >DESCRIPTION="Java subtitle editor" >HOMEPAGE="http://www.panayotis.com/jubler/" >SRC_URI="mirror://sourceforge/${PN}/Jubler-fullsrc-${MY_PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="nls spell" > >RDEPEND=">=virtual/jre-1.5 > spell? ( app-text/aspell )" > >DEPEND=">=virtual/jdk-1.5 > dev-java/ant-core > nls? ( sys-devel/gettext)" > >S=${WORKDIR}/${MY_PN}-${MY_PV} > >src_unpack() { > unpack ${A} > cd ${S} > chmod +x resources/ffmpeg-cvs/configure.patched > chmod +x resources/ffmpeg-cvs/build_avopt > chmod +x resources/ffmpeg-cvs/clean-diff > chmod +x resources/ffmpeg-cvs/unwrap-diff > epatch ${FILESDIR}/ffdecode_makefile.patch > epatch ${FILESDIR}/build.patch > cd ${S}/src > epatch ${FILESDIR}/ffdecode.patch > epatch ${FILESDIR}/os.patch > >} > >src_compile() { > if use nls; then > ant i18n > fi > ant jar > ant xdevelop >} > >src_install() { > cd ${S} > java-pkg_newjar dist/Jubler.jar ${PN}.jar > java-pkg_doso resources/ffdecode/libffdecode.so > newicon src/icons/frame.png jubler.png > java-pkg_dolauncher jubler --main com.panayotis.jubler.Main > domenu ${FILESDIR}/jubler.desktop >}
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 153992
:
101186
|
101187
|
101188
|
101189
|
101190
|
101204
|
101207
|
101411
|
101412
|
103008
|
103009
|
103010
|
103485
|
103486