| View previous topic :: View next topic |
| Author |
Message |
simkin Apprentice


Joined: 25 Jun 2003 Posts: 164 Location: Valencian Country
|
Posted: Tue Jan 10, 2006 11:02 am Post subject: Gaupol Subtitle Editor |
|
|
Hello everyone, today I've seen this app in gnomefiles.org, and instantly wanted to install it since the only subtitle editor (gtk-based) I know about is gsubedit wich is an old and buggy one. Usually I find all this 'new' apps in Gentoo bugzilla but there've been no luck with this one. So time has arrived to do my first ebuild...
All Gaupol dependencies are in gentoo portage except pyenchant-1.1.3, wich can be found here: http://bugs.gentoo.org/show_bug.cgi?id=85959
I have installed it as dev-python/pyenchant , I don't know if this is the correct category...
This is my ebuild:
app-editors/gaupol-0.3.0.ebuild
| Code: | # Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils
DESCRIPTION="Gaupol is a subtitle editor for text-based subtitles."
HOMEPAGE="http://home.gna.org/gaupol/"
SRC_URI="http://download.gna.org/gaupol/0.3/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="nomirror"
RDEPEND=">=dev-lang/python-2.4
>=dev-python/pygtk-2.8
>=dev-python/psyco-1.4
>=dev-python/pyenchant-1.1.3
app-text/iso-codes
media-video/mplayer"
DEPEND=""
src_install() {
distutils_src_install --prefix=/usr
}
|
With this ebuild, the application works, but I'm not sure that the spell-check feature is working as well.
From the requirements page of Gaupol I deduce that Psyco, PyEnchant, iso-codes and Mplayer are optional features... that means we should use the USE flags to manage this dependencies? Then, Will we be able to tell to the app that we don't want to use them?
I also don't know the differences between DEPEND and RDEPEND... how do I know where to put the dependencies?
The way I'm renaming MY_PV is correct? there is a better way?
Ok, I know I should make a more intensive read of the docs, but I don't have the necessary time right now. This is the reason I decided to post here, and listen some advices about the ebuild. When this is finished someone can post the ebuild to bugzilla, and We could replace gsubedit with gaupol in portage, sine it covers almost the same functionality, provides new features, and it's being developed. gsubedit is really out of date.
Gaupol Subtitle Editor Homepage
Thanks for your help!
[edited: no replies, however I've changed the ebuild; new version of gaupol 0.3.2] _________________ [signature img] |
|
| Back to top |
|
 |
simkin Apprentice


Joined: 25 Jun 2003 Posts: 164 Location: Valencian Country
|
|
| Back to top |
|
 |
RA6 n00b

Joined: 13 Mar 2007 Posts: 35 Location: Polonia - Vladislavia
|
Posted: Mon Jun 16, 2008 5:26 am Post subject: |
|
|
I need answer what wrong with ebuild media-video/gaupol-0.9:
| Code: |
running install_egg_info
Writing /var/tmp/portage/app-misc/gaupol-0.9/image/usr/lib/python2.5/site-packages/gaupol-0.9-py2.5.egg-info
>>> Completed installing gaupol-0.9 into /var/tmp/portage/app-misc/gaupol-0.9/image/
[color=red]
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-31817.log"
[/color]
open_wr: /root/.gconf/.testing.writeability
unlink: /root/.gconf/.testing.writeability
open_wr: /root/.gconfd/saved_state
[color=red]--------------------------------------------------------------------------------[/color]
|
More http://bugs.gentoo.org/show_bug.cgi?id=194634 _________________ Desktop: [COMPAQ EVO W6000] [GF6200LE 128DDR2] [2.6.25-gentoo-sources] |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|