~ubuntu-branches/ubuntu/raring/oggconvert/raring

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-11-06 21:33:20 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081106213320-thywgj4kswqg1p1w
Tags: 0.3.2-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu changes:
  - Suggest gstreamer multiverse plugins.
* debian/patches/default_location:
  - Ubuntu provides a Videos directory in $HOME folders, place default
    "Save Folder" location there (LP: #209592).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                install_dir = 'share/locale/%s/LC_MESSAGES/' % lang             
44
44
                os.makedirs(out_dir)
45
45
                os.system('msgfmt -o %s po/%s' % (out_name, name))
46
 
                data_files.append((install_dir, [out_name])) 
47
 
 
 
46
                data_files.append((install_dir, [out_name]))
 
47
                
48
48
setup(name='oggconvert',
49
49
      version=ocv_info.version,
50
50
      author='Tristan Brindle',
51
51
      author_email='t.c.brindle at gmail dot com',
52
 
      description='A simple Gnome application to convert media to Free formats',
 
52
      description='A simple application to convert media to Free formats',
53
53
      url = 'http://oggconvert.tristanb.net',
54
54
      license='GNU LGPL',
55
55
      packages=['OggConvert'],