~ubuntu-branches/ubuntu/trusty/pitivi/trusty-proposed

« back to all changes in this revision

Viewing changes to pitivi/ui/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-04-05 15:28:16 UTC
  • mfrom: (6.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140405152816-6lijoax4cngiz5j5
Tags: 0.93-3
* debian/control:
  + Depend on python-gi (>= 3.10), older versions do not work
    with pitivi (Closes: #732813).
  + Add missing dependency on gir1.2-clutter-gst-2.0 (Closes: #743692).
  + Add suggests on gir1.2-notify-0.7 and gir1.2-gnomedesktop-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
uidir = $(libdir)/pitivi/python/pitivi/ui
2
 
 
3
 
ui_PYTHON =                     \
4
 
        __init__.py             \
5
 
        alignmentprogress.py    \
6
 
        common.py               \
7
 
        controller.py           \
8
 
        curve.py                \
9
 
        dnd.py                  \
10
 
        depsmanager.py  \
11
 
        dynamic.py              \
12
 
        encodingdialog.py       \
13
 
        encodingprogress.py     \
14
 
        filelisterrordialog.py  \
15
 
        gstwidget.py            \
16
 
        mainwindow.py           \
17
 
        pathwalker.py           \
18
 
        point.py                \
19
 
        prefs.py                \
20
 
        preset.py               \
21
 
        previewer.py            \
22
 
        preview.py              \
23
 
        projectsettings.py      \
24
 
        ripple_update_group.py  \
25
 
        basetabs.py             \
26
 
        ruler.py                \
27
 
        sourcelist.py           \
28
 
        startupwizard.py        \
29
 
        timelinecanvas.py       \
30
 
        timelinecontrols.py     \
31
 
        timeline.py             \
32
 
        trackobject.py          \
33
 
        track.py                \
34
 
        viewer.py               \
35
 
        view.py                 \
36
 
        effectlist.py   \
37
 
        clipproperties.py       \
38
 
        effectsconfiguration.py \
39
 
        filechooserpreview.py   \
40
 
        zoominterface.py
41
 
 
42
 
clean-local:
43
 
        rm -rf *.pyc *.pyo