Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
7dc58d77
Commit
7dc58d77
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git+ssh://repos-sflphone-git@sflphone.org/~/sflphone
parents
1dc0e571
6a9624ea
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog.hardy
+12
-0
12 additions, 0 deletions
debian/changelog.hardy
debian/changelog.intrepid
+12
-0
12 additions, 0 deletions
debian/changelog.intrepid
platform/fedora/sflphone-fc9.spec
+89
-0
89 additions, 0 deletions
platform/fedora/sflphone-fc9.spec
with
113 additions
and
0 deletions
debian/changelog.hardy
+
12
−
0
View file @
7dc58d77
sflphone (0.9.2-0ubuntu3) hardy; urgency=low
[ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread
* disable custom ringtone for the ALSA layer
* Fix the Makefile.am in man directory, add a SEE ALSO section
[ Yun Liu ]
* Fix daemon crash caused by the previous patch ( for bug ticket #129)
-- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500
sflphone (0.9.2-0ubuntu2) hardy; urgency=low
* Fix bug ticket #129
...
...
This diff is collapsed.
Click to expand it.
debian/changelog.intrepid
+
12
−
0
View file @
7dc58d77
sflphone (0.9.2-0ubuntu3) intrepid; urgency=low
[ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread
* disable custom ringtone for the ALSA layer
* Fix the Makefile.am in man directory, add a SEE ALSO section
[ Yun Liu ]
* Fix daemon crash caused by the previous patch ( for bug ticket #129)
-- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500
sflphone (0.9.2-2ubuntu2) intrepid; urgency=low
* Fix bug ticket #129
...
...
This diff is collapsed.
Click to expand it.
platform/fedora/sflphone-fc9.spec
0 → 100644
+
89
−
0
View file @
7dc58d77
%define name sflphone
%define version 0.9.2
Autoreq: 0
Name: %name
Summary: A VoIP daemon with SIP protocol and IAX protocol
Version: %version
Release: 2
License: GPL
Group: System Environment/Daemons
URL: http://www.sflphone.org/
Packager: Yun Liu <yun.liu@savoirfairelinux.com>
Source0: %{name}-%{version}.tar.gz
Source1: libpj-sfl.pc
BuildRoot: %{_tmppath}/%{name}-%{version}
Requires: commoncpp2 ccrtp cppunit libsamplerate pulseaudio-libs-zeroconf pulseaudio-libs-devel gsm speex sflphone-iax2 dbus-c++ libgcc dbus-glib expat gtk2 glibc glib2 dbus-libs dbus-glib libsexy libnotify perl
%description
SFLPhoned is a VoIP daeamon with SIP protocol and IAX protocol.
%prep
%setup -q
cd libs/pjproject-1.0
./configure --prefix=/usr
make dep
make clean
make
cd ../..
%build
./autogen.sh
./configure --prefix=/usr
make
cd sflphone-gtk/
./autogen.sh
./configure --prefix=/usr
make
cd ..
%install
%makeinstall
cd sflphone-gtk/
%makeinstall
cd ../libs/pjproject-1.0
%makeinstall
cd ../..
cd %{buildroot}/usr/bin/
ln -sf ./sflphone-gtk sflphone
cd -
cp %{SOURCE1} %{buildroot}/usr/lib/pkgconfig/ -f
rm -f %{buildroot}/usr/include/Makefile.*
rm -rf %{buildroot}/usr/lib/debug
%files
%defattr(-, root, root)
/usr/bin/*
/usr/include/*
/usr/lib/*
/usr/share/applications/*
/usr/share/dbus-1/services/*
/usr/share/locale/*
/usr/share/pixmaps/*
/usr/share/sflphone/*
/usr/share/man/*
%clean
rm -rf %{buildroot}
%changelog
* Mon Jan 5 2009 Yun Liu <yun.liu@savoirfairelinux.com>
- Fix bug ticket #107, #108, #109, #110, #111, #117, #129
* Thu Nov 6 2008 Yun Liu <yun.liu@savoirfairelinux.com>
- Packaging sflphone for Fedora 9
* Thu Nov 30 2006 Yan Morin <yan.morin@savoirfairelinux.com>
Packaging sflphone for Fedora Core 6
* Wed Sep 6 2006 Yan Morin <yan.morin@savoirfairelinux.com>
Packaging sflphone, sflphone-qt and sflphone-cli
* Mon Nov 21 2005 Yan Morin <yan.morin@savoirfairelinux.com>
- Final 0.6.0 version (Release / Source without alphatag)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment