diff --git a/Makefile.am b/Makefile.am index 84c1e019f..66d01711d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ ZIP_EXCLUDED=include lib \ SDK_ZIPFILE=$(shell cd $(top_builddir) && pwd)/lib$(PACKAGE)-win32-$(VERSION).zip SDK_EXCLUDED= \ - bin/linphone-3.exe \ + bin/linphone.exe \ lib/*.la \ share/linphone \ share/pixmaps \ diff --git a/gtk/.gitignore b/gtk/.gitignore index 398d60f02..b1b1529c6 100644 --- a/gtk/.gitignore +++ b/gtk/.gitignore @@ -1,4 +1,4 @@ -linphone-3 +linphone .libs .deps linphone.res diff --git a/gtk/Makefile.am b/gtk/Makefile.am index a2c38b342..58f530659 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -27,9 +27,9 @@ if BUILD_GTK_UI BUILT_SOURCES=version_date.h -bin_PROGRAMS=linphone-3 +bin_PROGRAMS=linphone -linphone_3_SOURCES= \ +linphone_SOURCES= \ main.c \ propertybox.c \ friendlist.c \ @@ -45,7 +45,7 @@ linphone_3_SOURCES= \ loginframe.c \ linphone.h -linphone_3_LDADD=$(ORTP_LIBS) \ +linphone_LDADD=$(ORTP_LIBS) \ $(MEDIASTREAMER_LIBS) \ $(top_builddir)/coreapi/liblinphone.la \ $(LIBGTK_LIBS) $(INTLLIBS) @@ -56,10 +56,10 @@ if BUILD_WIN32 linphone.res: $(LINPHONE_ICO_RC_FILE) $(LINPHONE_ICO_FILE) windres $(LINPHONE_ICO_RC_FILE) -O coff -o linphone.res -linphone_3_LDADD+=linphone.res -lwininet -linphone_3_LDFLAGS=-Wl,--export-all-symbols -mwindows +linphone_LDADD+=linphone.res -lwininet +linphone_LDFLAGS=-Wl,--export-all-symbols -mwindows else -linphone_3_LDFLAGS=-export-dynamic +linphone_LDFLAGS=-export-dynamic endif uidir=$(datadir)/linphone diff --git a/linphone.iss.in b/linphone.iss.in index b7726f542..b0cbd08f0 100644 --- a/linphone.iss.in +++ b/linphone.iss.in @@ -30,19 +30,19 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ #include "linphone-win32.filelist" [Icons] -Name: "{group}\Linphone"; Filename: "{app}\bin\linphone-3.exe" ; WorkingDir: "{app}" -Name: "{userdesktop}\Linphone"; Filename: "{app}\bin\linphone-3.exe"; WorkingDir: "{app}" ; Tasks: desktopicon +Name: "{group}\Linphone"; Filename: "{app}\bin\linphone.exe" ; WorkingDir: "{app}" +Name: "{userdesktop}\Linphone"; Filename: "{app}\bin\linphone.exe"; WorkingDir: "{app}" ; Tasks: desktopicon [Registry] Root: HKCR; Subkey: "sip"; Root: HKCR; Subkey: "sip"; ValueData: "URL: SIP protocol" ; ValueType:string Root: HKCR; Subkey: "sip"; ValueName: "EditFlags"; ValueData: "02 00 00 00" ; ValueType:binary Root: HKCR; Subkey: "sip"; ValueName: "URL Protocol" ; ValueType:string -Root: HKCR; Subkey: "sip\DefaultIcon"; ValueData: "{app}\bin\linphone-3.exe"; ValueType:string ; Flags:uninsdeletekey +Root: HKCR; Subkey: "sip\DefaultIcon"; ValueData: "{app}\bin\linphone.exe"; ValueType:string ; Flags:uninsdeletekey Root: HKCR; Subkey: "sip\shell" Root: HKCR; Subkey: "sip\shell\open" -Root: HKCR; Subkey: "sip\shell\open\command"; ValueType:string ; ValueData: "{app}\bin\linphone-3.exe --workdir {app} --call %1"; Flags:uninsdeletekey +Root: HKCR; Subkey: "sip\shell\open\command"; ValueType:string ; ValueData: "{app}\bin\linphone.exe --workdir {app} --call %1"; Flags:uninsdeletekey [Run] -Filename: "{app}\bin\linphone-3.exe"; Description: "{cm:LaunchProgram,Linphone}"; WorkingDir: "{app}" ; Flags: nowait postinstall skipifsilent +Filename: "{app}\bin\linphone.exe"; Description: "{cm:LaunchProgram,Linphone}"; WorkingDir: "{app}" ; Flags: nowait postinstall skipifsilent diff --git a/linphone.kdevelop b/linphone.kdevelop index 27eac2226..2cb0437f5 100644 --- a/linphone.kdevelop +++ b/linphone.kdevelop @@ -16,7 +16,7 @@ executable - gtk-glade/linphone-3 + gtk-glade/linphone diff --git a/scripts/builder-mingw.mk b/scripts/builder-mingw.mk index 7363218af..0a9937cc3 100644 --- a/scripts/builder-mingw.mk +++ b/scripts/builder-mingw.mk @@ -11,7 +11,7 @@ MSX264_ZIP=$(WORKDIR)/msx264.zip INSTALL_ROOT=$(WORKDIR)/root FILELIST=$(WORKDIR)/linphone-bundle.filelist -LINPHONE_VERSION=strings $(INSTALL_ROOT)/bin/linphone-3.exe |grep linphone_ident | sed 's/linphone_ident_string=//' +LINPHONE_VERSION=strings $(INSTALL_ROOT)/bin/linphone.exe |grep linphone_ident | sed 's/linphone_ident_string=//' $(WORKDIR): mkdir -p $(WORKDIR) diff --git a/share/linphone.desktop.in b/share/linphone.desktop.in index 7a490a74d..d8ab62a5b 100644 --- a/share/linphone.desktop.in +++ b/share/linphone.desktop.in @@ -4,7 +4,7 @@ Comment=Linphone is a web-phone Comment[fr]=Linphone est un web-phone. Comment[de]=Linphone ist ein web-phone. Type=Application -Exec=linphone-3 +Exec=linphone Icon=@prefix@/share/pixmaps/linphone/linphone.png Terminal=false -Categories=Network;Telephony; \ No newline at end of file +Categories=Network;Telephony;