~ubuntu-branches/ubuntu/maverick/mythtv/maverick

« back to all changes in this revision

Viewing changes to libs/libmythui/libmythui.pro

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Dave Walker, Mario Limonciello
  • Date: 2010-02-27 14:33:45 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20100227143345-qye52374g4b4caf9
Tags: 0.23.0~trunk23623-0ubuntu1
[ Dave Walker ]
* debian/control:  Added quilt as a build-depends, primarily
  for karmic builds.

[ Mario Limonciello ]
* New checkout (r23623).
  - Fixes audio issues w/ ac3 audio.
* debian/patches/36_setgroups_too:
  - Set the right args for setgroups. (LP: #524822)
* debian/rules:
  - Explicitly set all shell scripts executable.  Fixes problems on < lucid
    builds.
* debian/control:
  - Correct the replaces statements. (LP: #527288)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
HEADERS += themeinfo.h mythxdisplay.h DisplayRes.h DisplayResScreen.h
28
28
HEADERS += mythgenerictree.h mythuibuttontree.h mythuiutils.h
29
29
HEADERS += mythvirtualkeyboard.h mythuishape.h mythuiguidegrid.h
30
 
HEADERS += mythrender_base.h
 
30
HEADERS += mythrender_base.h mythfontmanager.h
31
31
 
32
32
SOURCES  = mythmainwindow.cpp mythpainter.cpp mythimage.cpp mythrect.cpp
33
33
SOURCES += myththemebase.cpp
43
43
SOURCES += themeinfo.cpp mythxdisplay.cpp DisplayRes.cpp DisplayResScreen.cpp
44
44
SOURCES += mythgenerictree.cpp mythuibuttontree.cpp mythuiutils.cpp
45
45
SOURCES += mythvirtualkeyboard.cpp mythuishape.cpp mythuiguidegrid.cpp
 
46
SOURCES += mythfontmanager.cpp
46
47
 
47
48
inc.path = $${PREFIX}/include/mythtv/libmythui/
48
49