Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
643dd99e
Commit
643dd99e
authored
Jun 30, 2016
by
Gautier Pelloux-Prayer
Browse files
README: pff… autotools, what else?
parent
b6026ea2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
643dd99e
...
...
@@ -161,7 +161,7 @@ zip:
make
gtk-cherrypick
make
other-cherrypick
cp
-f
$(top_srcdir)/gtk/gtkrc
$(INSTALLDIR_WITH_PREFIX)/.
cp
-f
$(top_srcdir)/README
.md
$(INSTALLDIR_WITH_PREFIX)/.
cp
-f
$(top_srcdir)/README
$(INSTALLDIR_WITH_PREFIX)/.
cp
-f
$(top_srcdir)/COPYING
$(INSTALLDIR_WITH_PREFIX)/.
cd
$(INSTALLDIR_WITH_PREFIX)
&&
zip
-r
$(ZIPFILE)
*
...
...
@@ -173,7 +173,7 @@ sdk:
# remove unwanted stuff (gtk interface)
cd
$(INSTALLDIR_WITH_PREFIX)
&&
rm
-rf
$(SDK_EXCLUDED)
make
other-cherrypick
cp
-f
$(top_srcdir)/README
.md
$(INSTALLDIR_WITH_PREFIX)/.
cp
-f
$(top_srcdir)/README
$(INSTALLDIR_WITH_PREFIX)/.
cp
-f
$(top_srcdir)/COPYING
$(INSTALLDIR_WITH_PREFIX)/.
cd
$(INSTALLDIR_WITH_PREFIX)
&&
zip
-r
$(SDK_ZIPFILE)
*
...
...
README
.md
→
README
View file @
643dd99e
File moved
linphone.iss.in
View file @
643dd99e
...
...
@@ -8,7 +8,7 @@ AppUpdatesURL=http://www.linphone.org
DefaultDirName={pf}\Linphone
DefaultGroupName=Linphone
LicenseFile=COPYING
;InfoBeforeFile=README
.md
;InfoBeforeFile=README
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
...
...
linphone.spec.in
View file @
643dd99e
...
...
@@ -23,15 +23,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: i686
%endif
BuildRequires: gtk2-devel
BuildRequires: belle-sip-devel speex-devel gettext
BuildRequires: intltool gettext-devel
BuildRequires: gtk2-devel
BuildRequires: belle-sip-devel speex-devel gettext
BuildRequires: intltool gettext-devel
%if %{video}
BuildRequires: ffmpeg-devel SDL-devel
%endif
%description
Linphone is a SIP compliant audio & video phone. It can be used to run calls
Linphone is a SIP compliant audio & video phone. It can be used to run calls
over the internet. It has a gtk+ and console interface.
%package devel
...
...
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
.md
TODO
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/linphone
%{_bindir}/linphonec
%{_bindir}/linphonecsh
...
...
tester/CMakeLists.txt
View file @
643dd99e
...
...
@@ -248,7 +248,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
endif
()
endif
()
# on iOS though, we also build the exec
u
table so that one can compile it from Xcode and run it directly
# on iOS though, we also build the exect
u
able so that one can compile it from Xcode and run it directly
if
(
NOT ANDROID AND NOT CMAKE_SYSTEM_NAME STREQUAL
"WindowsStore"
)
if
(
IOS
)
set_source_files_properties
(
${
IOS_RESOURCES_FILES
}
PROPERTIES MACOSX_PACKAGE_LOCATION Resources
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment