Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203617 - Subdownloader - automatic download/upload subtitles (ebuild request)
Summary: Subdownloader - automatic download/upload subtitles (ebuild request)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://code.google.com/p/subdownloader/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 21:12 UTC by karpi
Modified: 2013-02-09 12:24 UTC (History)
4 users (show)

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


Attachments
NOT TESTED ebuild (subdownloader-1.2.9.ebuild,627 bytes, text/plain)
2008-02-27 23:00 UTC, Pablo Montepagano
Details
ebuild for media-video/subdownloader (subdownloader-2.0.7.ebuild,864 bytes, text/plain)
2008-10-15 21:31 UTC, dracorp
Details
ebuild for media-video/subdownloader, fixed (subdownloader-2.0.7.ebuild,853 bytes, text/plain)
2008-10-15 23:55 UTC, dracorp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karpi 2007-12-28 21:12:00 UTC
Subdownloader is a Free Open Source tool written in PYTHON for automatic download/upload subtitles for videofiles (DIVX,MPEG,AVI,etc) and DVD's using fast hashing.
Comment 1 karpi 2007-12-28 22:56:45 UTC
try without ebuild:
1) emerge imdbpy
http://bugs.gentoo.org/show_bug.cgi?id=109719

2) emerge mmpython

3)
mkdir subdownloader
cd subdownloader
wget http://subdownloader.googlecode.com/files/sources.1.2.9.zip
unzip sources.1.2.9.zip
python SubDownloader.py

----
unfortunatelly this program with this approache doesn't work for me :(

Traceback (most recent call last):
  File "SubDownloader.py", line 396, in <module>
    SubDownloaderApp = MainApp(0)
  File "usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line
7755, in __init__
  File "usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line
7407, in _BootstrapApp
  File "SubDownloader.py", line 383, in OnInit
    self.SubDownloaderWindow = SubDownloaderFrame.MainFrame(self,None, -1, "")
  File "/mnt/data/Downloads/subdownloader/SubDownloaderFrame.py", line 123, in
__init__
    self.__do_layout()
  File "/mnt/data/Downloads/subdownloader/SubDownloaderFrame.py", line 192, in
__do_layout
    self.panel_options = PanelOptions.PanelOptions(self.book,-1)
  File "/mnt/data/Downloads/subdownloader/PanelOptions.py", line 23, in
__init__
    self.notebook = wx.Notebook(self, -1, style=wx.BK_DEFAULT)
AttributeError: 'module' object has no attribute 'BK_DEFAULT'
Comment 2 Pablo Montepagano 2008-02-25 19:13:23 UTC
(In reply to comment #1)
> try without ebuild:
> 1) emerge imdbpy
> http://bugs.gentoo.org/show_bug.cgi?id=109719
> 
> 2) emerge mmpython
> 
> 3)
> mkdir subdownloader
> cd subdownloader
> wget http://subdownloader.googlecode.com/files/sources.1.2.9.zip
> unzip sources.1.2.9.zip
> python SubDownloader.py
> 
> ----
> unfortunatelly this program with this approache doesn't work for me :(
> 

You need to emerge wxpython-2.8*  .  It works for me. It would be nice to have an ebuild, though. I'll try to write one, but I've only done updates, not whole ebuilds. Argh.. RTFM.
Comment 3 Pablo Montepagano 2008-02-27 23:00:02 UTC
Created attachment 144795 [details]
NOT TESTED ebuild

I don't know how to write an ebuild. This is my attempt. Please, can anyone give me a hand?
Comment 4 dracorp 2008-10-15 21:31:31 UTC
Created attachment 168614 [details]
ebuild for media-video/subdownloader

This is my first ebuild, i wait for criticism
Comment 5 dracorp 2008-10-15 23:55:47 UTC
Created attachment 168628 [details]
ebuild for media-video/subdownloader, fixed

Can I use my USE flag in ebuild? It can work without dev-python/mmpython but i'm not sure.
Comment 6 Nikoli 2013-02-09 06:18:17 UTC
media-video/subdownloader is in portage, this bug seems fixed.
Comment 7 Michael Palimaka (kensington) gentoo-dev 2013-02-09 12:24:05 UTC
Thanks for noticing Nikoli.