Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118703 - Gaupol (Subtitle editor) - new ebuild
Summary: Gaupol (Subtitle editor) - new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Steve Dibb (RETIRED)
URL: http://home.gna.org/gaupol
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-01-11 13:57 UTC by Patrik Kullman
Modified: 2006-12-27 04:23 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gaupol-0.4.1.ebuild (gaupol-0.4.1.ebuild,1002 bytes, text/plain)
2006-06-08 12:21 UTC, Carles Escrig
Details
gaupol-0.5.0.ebuild (gaupol-0.5.0.ebuild,1.09 KB, text/plain)
2006-06-30 10:46 UTC, Carles Escrig
Details
gaupol-0.6.0.ebuild (gaupol-0.6.0.ebuild,1.16 KB, text/plain)
2006-07-09 12:42 UTC, Adam Piątyszek
Details
gaupol-0.6.0 docs install patch (gaupol-docs.patch,552 bytes, patch)
2006-07-09 12:47 UTC, Adam Piątyszek
Details | Diff
gaupol-0.6.0.ebuild (gaupol-0.6.0.ebuild,971 bytes, text/plain)
2006-07-09 23:55 UTC, Adam Piątyszek
Details
media-video/gaupol-0.7.0.ebuild (gaupol-0.7.0.ebuild,905 bytes, text/plain)
2006-08-13 15:38 UTC, Ben de Groot (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrik Kullman 2006-01-11 13:57:21 UTC
A GNOME subtitle editor for text-based subtitles

Requires:
>=dev-lang/python-2.4
>=dev-python/pygtk-2.8

Could make use of:
Psyco-1.4
>=PyEnchant-1.1.3 (Not in portage) for spellchecking
iso-codes
Comment 1 Carles Escrig 2006-06-08 12:21:35 UTC
Created attachment 88711 [details]
gaupol-0.4.1.ebuild

( dev-python/pyenchant is in portage )
I suggest media-video/gaupol
Comment 2 Carles Escrig 2006-06-30 10:46:37 UTC
Created attachment 90542 [details]
gaupol-0.5.0.ebuild

Gaupol 0.5.0
============

  New:
    * Find and replace, including regular expressions
    * Character encoding auto-detection
    * Support MPlayer's MPsub subtitle file format

  Changes:
    * New icon, as both PNG and SVG
    * Applied GNOME Goal 2.1: Install theme-friendly icons
    * Icon field in the desktop file no longer contains extension
    * Warning dialog displayed if opening unsorted file
    * Separate, locally overridable, header template files
    * Support MicroDVD headers ("{DEFAULT}{}{...}" lines)
    * Time decimal changed from comma (",") to period (".")
    * Framerate conversion available for time-based subs as well
    * Dialogs are again resizable to be smaller
    * Fixed spell-check recursion bugs
    * Fixed bug #6235: double-click on subtitle item cause exception
    * "Unselect All" menu item removed
    * "Save A Copy..." menu items removed
    * Unified target specifications in dialogs
    * Spell-check suggestion list now scrolls to top with new word
    * Gaupol no longer hangs if video player not closed before exit
    * Debug dialog no longer fails to start if PyEnchant not installed
    * Video selection dialog's file filter now defaults to video
    * Support default browsers on KDE and Mac OSX as well
    * Better video player defaults on Windows
    * Testing framework made compatible with py.test
    * Desktop file strings are now translated in .po files
    * Developer-specific options to gaupol made into separate scripts
    * setup.cfg no longer specifies prefix or optimization
    * Added clean command to setup.py
    * General polish here and there

  Dependencies:
    * Psyco no longer used
    * New optional dependency of Universal Encoding Detector (chardet)

  New Translations:
    * Polish (pl)



NOTE: I had a weird problem with the path module of gaupol which I only could solve with sed. Please, some dev or experienced user should take a look at that, I don't know how to solve. At least it works fine here.
Comment 3 Carles Escrig 2006-06-30 10:48:20 UTC
This bug depends on 138324 (dev-python/chardet)
http://bugs.gentoo.org/show_bug.cgi?id=138324
Comment 4 Adam Piątyszek 2006-07-09 12:42:35 UTC
Created attachment 91307 [details]
gaupol-0.6.0.ebuild

Please find the updated ebuild for gaupol-0.6.0. I have updated SRC_URI, DOCS and added a patch that disables installation of docs into /usr/share/doc/gaupol/

Gaupol 0.6.0
============

  New:
    * Subtitle split and merge
    * Smarter translation file opening
    * Show .srtx files as images
    * Support TMPlayer subtitle file format

  Changes:
    * Copy-paste now works from one project to another
    * Fixed target radio button defaults in case of no selection
    * Changed some keybindings
    * setup.py: Fixed paths module generation in case --root option given with
      a trailing directory separator
Comment 5 Adam Piątyszek 2006-07-09 12:47:01 UTC
Created attachment 91308 [details, diff]
gaupol-0.6.0 docs install patch
Comment 6 Adam Piątyszek 2006-07-09 23:55:46 UTC
Created attachment 91328 [details]
gaupol-0.6.0.ebuild

I just got an email from Gaupol's developer - Osmo Salomaa:

> I didn't care to register to post at the Gentoo bug thread[1], so I'll
> just send e-mail as you attached the most recent ebuild.
>
> The paths module problem noted by Carles Escrig should be fixed in
> 0.6.0:
>
>      * setup.py: Fixed paths module generation in case --root option
>        given with a trailing directory separator
>
> so you should no longer need the sed-stuff under src_install().

Therefore, I updated the latest ebuild accordingly.
BR,

/ediap
Comment 7 Carles Escrig 2006-07-30 17:08:29 UTC
Gaupol 0.7.0
============

  New:
    * Append file
    * Split project

  Changes:
    * Fixed error opening file if no locale encoding set (bug #6319)
    * Catch OSError in case saving file fails and temporary backup copy is
      restored (bug #6316)
    * Fixed error launching preview if no column focused
    * Improved blank line handling of subtitle merge
    * setup.py: AUTHORS, COPYING and README files no longer installed

  Source:
    http://download.gna.org/gaupol/0.7/gaupol-0.7.0.tar.gz
Comment 8 Ben de Groot (RETIRED) gentoo-dev 2006-08-13 15:38:32 UTC
Created attachment 94181 [details]
media-video/gaupol-0.7.0.ebuild

Ebuild for the latest version. Added keyword ~amd64.
Comment 9 Carles Escrig 2006-09-19 16:52:46 UTC
Gaupol 0.7.1
============

  Changes:
    * Fixed cell renderers to work with GTK and PyGTK 2.10
    * Fixed MicroDVD tag conversion errors (Bug #6938)
    * Fixed issue of disappearing tags when converting case

  Updated translations:
    * Polish (pl)

  Source:
    http://download.gna.org/gaupol/0.7/gaupol-0.7.1.tar.gz
Comment 10 Steve Dibb (RETIRED) gentoo-dev 2006-11-30 18:51:38 UTC
in CVS