~ubuntu-branches/debian/experimental/smplayer/experimental

« back to all changes in this revision

Viewing changes to src/smplayer.pro

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mfrom: (1.1.9 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090331230543-1ned1omblgt4qiak
* New upstream release. (Closes: #523791)
  - Reworked subtitle font preferences. (Closes: #503295)
  - No longer installs qt_fr.qm. (Closes: #486314)
* debian/control:
  - Bumped Standards-Version to 3.8.1.
  - Changed maintainer name (still the same person and GPG key).
  - Changed section to video.
  - Build-depend on zlib1g-dev for findsubtitles.
  - Require Qt >= 4.3 per readme.
  - Added ${misc:Depends}.
  - Make smplayer-translations depend on smplayer and smplayer recommend
    smplayer-translations, not the other way round. (Closes: #489375)
* debian/copyright:
  - Significantly expanded per-file with new upstream authors.
* debian/rules:
  - Make make use correct uic in install.
  - Clean svn_revision.
  - Removed get-orig-source - not needed with uscan --repack.
* debian/patches/01_gl_translation.patch:
  - Added patch to fix lrelease error on smplayer_gl.ts.
* Added debian/README.source for simple-patchsys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        subtracks.h \
28
28
        tracks.h \
29
29
        titletracks.h \
 
30
        discname.h \
30
31
        extensions.h \
31
32
        desktopinfo.h \
32
33
        myprocess.h \
92
93
        timedialog.h \
93
94
        findsubtitles/simplehttp.h \
94
95
        findsubtitles/osparser.h \
 
96
        findsubtitles/findsubtitlesconfigdialog.h \
95
97
        findsubtitles/findsubtitleswindow.h \
96
98
        videopreview/videopreview.h \
97
99
        videopreview/videopreviewconfigdialog.h \
117
119
        subtracks.cpp \
118
120
        tracks.cpp \
119
121
        titletracks.cpp \
 
122
        discname.cpp \
120
123
        extensions.cpp \
121
124
        desktopinfo.cpp \
122
125
        myprocess.cpp \
181
184
        timedialog.cpp \
182
185
        findsubtitles/simplehttp.cpp \
183
186
        findsubtitles/osparser.cpp \
 
187
        findsubtitles/findsubtitlesconfigdialog.cpp \
184
188
        findsubtitles/findsubtitleswindow.cpp \
185
189
        videopreview/videopreview.cpp \
186
190
        videopreview/videopreviewconfigdialog.cpp \
210
214
        prefplaylist.ui \
211
215
        about.ui inputmplayerversion.ui errordialog.ui timedialog.ui \
212
216
        playlistpreferences.ui filechooser.ui \
213
 
        findsubtitles/findsubtitleswindow.ui \
 
217
        findsubtitles/findsubtitleswindow.ui findsubtitles/findsubtitlesconfigdialog.ui \
214
218
        videopreview/videopreviewconfigdialog.ui
215
219
 
216
220
TRANSLATIONS = translations/smplayer_es.ts translations/smplayer_de.ts \
291
295
}
292
296
 
293
297
win32 {
294
 
        HEADERS += screensaver.h
295
 
        SOURCES += screensaver.cpp
 
298
        #DEFINES += SCREENSAVER_OFF
 
299
        contains( DEFINES, SCREENSAVER_OFF ) {
 
300
                HEADERS += screensaver.h
 
301
                SOURCES += screensaver.cpp
 
302
        }
296
303
 
297
304
        !contains( DEFINES, PORTABLE_APP ) {
298
305
                DEFINES += USE_ASSOCIATIONS