~titan-lien/ubuntu/saucy/totem/totem.dev

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Sjoerd Simons, Michael Biebl, Josselin Mouette
  • Date: 2011-11-27 06:21:34 UTC
  • mfrom: (1.4.8) (5.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20111127062134-c3ikko9wdfn9m2av
Tags: 3.2.1-1
[ Sjoerd Simons ]
* New upstream release
* debian/control.in: Update build-depends
* debian/rules: Enable vala plugins
* debian/totem-plugins.install:
  - Add grilo and rotation plugins
  - Remove jamendo, thumbnail and tracker plugins

[ Michael Biebl ]
* debian/control.in:
  - Bump Depends on python-gobject to (>= 2.90.3).

[ Josselin Mouette ]
* Replace python-gobject dependencies by python-gi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        totem-sample-vala-plugin.h      \
67
67
        totem-chapters-utils.h          \
68
68
        totem-cmml-parser.h             \
69
 
        totem-edit-chapter.h
70
 
 
71
 
# Files we don't want exported to plugins
72
 
IGNORE_HFILES += \
73
 
        bacon-video-widget-common.h     \
74
 
        baconvideowidget-marshal.h      \
75
 
        bacon-video-widget-gst-missing-plugins.h
76
 
 
77
 
# Files we don't want exported to plugins
78
 
IGNORE_HFILES += \
 
69
        totem-edit-chapter.h            \
79
70
        bacon-video-widget-common.h                     \
80
71
        baconvideowidget-marshal.h                      \
81
72
        bacon-video-widget-gst-missing-plugins.h        \
87
78
        totem-plugin-manager.h                          \
88
79
        totem-properties-view.h                         \
89
80
        totem-open-location.h                           \
90
 
        totem-python-module.h                           \
91
81
        totem-statusbar.h                               \
92
82
        totem-sidebar.h                                 \
93
83
        totem-session.h                                 \
103
93
        totem-menu.h                                    \
104
94
        video-utils.h                                   \
105
95
        debug.h                                         \
106
 
        totem-dnd-menu.h
107
 
 
108
 
# Plugin files
109
 
IGNORE_HFILES += \
 
96
        totem-dnd-menu.h                                \
 
97
        totem-aspect-frame.h                            \
 
98
        totem-gst-helpers.h                             \
110
99
        bacon-video-widget-properties.h \
111
100
        totem-gallery.h                 \
112
101
        totem-gallery-progress.h        \