~ubuntu-branches/debian/sid/sflphone/sid

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/pjsip-apps/src/symbian_ua_gui/group/Icons_aif_scalable_dc.mk

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140128182336-3xenud1kbnwmf3mz
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ============================================================================
 
2
#  Name  : Icons_aif_scalable_dc.mk
 
3
#  Part of  : symbian_ua_gui
 
4
#
 
5
#  Description:
 
6
 
7
# ============================================================================
 
8
 
 
9
 
 
10
ifeq (WINS,$(findstring WINS, $(PLATFORM)))
 
11
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
 
12
else
 
13
ZDIR=$(EPOCROOT)epoc32\data\z
 
14
endif
 
15
 
 
16
 
 
17
# ----------------------------------------------------------------------------
 
18
# TODO: Configure these
 
19
# ----------------------------------------------------------------------------
 
20
 
 
21
TARGETDIR=$(ZDIR)\resource\apps
 
22
ICONTARGETFILENAME=$(TARGETDIR)\symbian_ua_gui_aif.mif
 
23
HEADERDIR=$(EPOCROOT)epoc32\include
 
24
HEADERFILENAME=$(HEADERDIR)\symbian_ua_gui_aif.mbg
 
25
 
 
26
ICONDIR=..\gfx
 
27
 
 
28
do_nothing :
 
29
        @rem do_nothing
 
30
 
 
31
MAKMAKE : do_nothing
 
32
 
 
33
BLD : do_nothing
 
34
 
 
35
CLEAN : do_nothing
 
36
 
 
37
LIB : do_nothing
 
38
 
 
39
CLEANLIB : do_nothing
 
40
 
 
41
# ----------------------------------------------------------------------------
 
42
# TODO: Configure these.
 
43
#
 
44
# NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
 
45
# MifConv if the mask detph is defined.
 
46
#
 
47
# NOTE 2: Usually, source paths should not be included in the bitmap
 
48
# definitions. MifConv searches for the icons in all icon directories in a
 
49
# predefined order, which is currently \s60\icons, \s60\bitmaps2.
 
50
# The directory \s60\icons is included in the search only if the feature flag
 
51
# __SCALABLE_ICONS is defined.
 
52
# ----------------------------------------------------------------------------
 
53
# NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
 
54
# and this command crashes, consider adding "/X" to the command line.
 
55
# See <http://forum.nokia.com/document/Forum_Nokia_Technical_Library_v1_35/contents/FNTL/Build_process_fails_at_mif_file_creation_in_S60_3rd_Ed_FP1_SDK.htm>
 
56
# ----------------------------------------------------------------------------
 
57
 
 
58
RESOURCE :      
 
59
        mifconv $(ICONTARGETFILENAME) \
 
60
                /H$(HEADERFILENAME) \
 
61
                /c32,8 $(ICONDIR)\qgn_menu_symbian_ua_gui.svg
 
62
                
 
63
FREEZE : do_nothing
 
64
 
 
65
SAVESPACE : do_nothing
 
66
 
 
67
RELEASABLES :
 
68
        @echo $(ICONTARGETFILENAME)
 
69
 
 
70
FINAL : do_nothing
 
71