~ubuntu-branches/ubuntu/wily/me-tv/wily-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2009-06-27 00:46:22 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627004622-q0zvsie6ioa60vh3
Tags: 0.9.4-0ubuntu1
* New upstream release (LP: #379706)
  - Fix to stop EPG update crashing the application
    after faulty save (LP: #72872)
  - Fixed spin buttons from GtkBuilder conversion (LP: #382197) 
  - Fixed icon on application popup menu (LP: #379685)
  - Fixed compiling of me-tv-0.8.12 fails on Fedora 11 (LP: #377020)
  - Fixed Failed to lock to channel at boot (LP: #377050)
  - Increased timeout to 5 seconds again (LP: #371165)
  - Fixed me-tv unusually slow, often freezes (LP: #351510)
  - Fixed channel persistence (LP: #361514)
  - Fix for forward slashes in description (LP: #359710)
  - Fixed Must create .me-tv directory manually (LP: #353796)
  - Fixed audio stream can't be changed (LP: #350402)
* debian/control:
  - Removed dependency libxine1-ffmpeg, libxine1-x
  - Removed libglademm-2.4-dev Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
## Created by Anjuta
4
4
 
5
5
gladedir = $(datadir)/me-tv/glade
6
 
glade_DATA = me-tv.glade \
 
6
glade_DATA = me-tv.ui \
7
7
        me-tv.xpm
8
8
 
9
9
AM_CPPFLAGS = \
36
36
        exception.h \
37
37
        thread.h \
38
38
        application.cc \
39
 
        profile_manager.h \
40
39
        dvb_frontend.cc \
41
40
        dvb_frontend.h \
42
41
        dvb_scanner.cc \
59
58
        main_window.cc \
60
59
        gtk_epg_widget.cc \
61
60
        gtk_epg_widget.h \
62
 
        profile_manager.cc \
63
61
        me-tv-ui.h \
64
62
        me-tv-ui.cc \
65
63
        device_manager.cc \
66
64
        engine.h \
67
65
        meters_dialog.cc \
68
66
        engine.cc \
69
 
        profile.cc \
70
 
        profile.h \
71
67
        channel.h \
72
68
        epg_event.h \
73
69
        data.cc \
91
87
        mplayer_engine.cc \
92
88
        mplayer_engine.h \
93
89
        exception.cc \
94
 
        scan_window.cc \
95
 
        scan_window.h \
96
90
        string_splitter.cc \
97
91
        string_splitter.h \
98
92
        channels_conf_line.cc \
109
103
        xine_lib_engine.cc \
110
104
        xine_lib_engine.h \
111
105
        devices_dialog.cc \
112
 
        devices_dialog.h
113
 
 
114
 
me_tv_CXXFLAGS = 
 
106
        devices_dialog.h \
 
107
        channel_manager.cc \
 
108
        channel_manager.h \
 
109
        scheduled_recording_manager.cc \
 
110
        scheduled_recording_manager.h \
 
111
        scan_dialog.cc \
 
112
        scan_dialog.h
115
113
 
116
114
me_tv_LDFLAGS = \
117
115
        -Wl,--as-needed `getconf \