Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
712a05a1
Commit
712a05a1
authored
May 02, 2008
by
Emmanuel Milou
Browse files
Modify sflphone directory to generate source package
parent
d0420155
Changes
24
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
712a05a1
...
...
@@ -51,8 +51,7 @@ AC_CONFIG_FILES([po/Makefile \
AC_CONFIG_FILES([doc/Makefile \
doc/doxygen/Makefile])
AC_CONFIG_FILES([platform/debian/changelog \
platform/rpm/sflphone.spec \
AC_CONFIG_FILES([platform/rpm/sflphone.spec \
platform/fedora/sflphone.spec \
platform/fedora/sflphone-fc6.spec])
...
...
platform/
debian/Release
→
debian/Release
View file @
712a05a1
File moved
platform/
debian/TODO
→
debian/TODO
View file @
712a05a1
File moved
platform/
debian/arch
→
debian/arch
View file @
712a05a1
File moved
platform/
debian/autopackage.sh
→
debian/autopackage.sh
View file @
712a05a1
File moved
debian/changelog
0 → 100644
View file @
712a05a1
sflphone (0.9) unstable; urgency=low
* Clean dependencies ( removal of libboost )
* Several GTK improvement and updates
* account window
* configuration window
* Migrate from GtkCheckMenuItem to GtkImageMenuItem
* ALSA standard I/O transfers: MMAP instead of R/W
* Fix speex audio quality
* IAX2 protocol
* Fix hold/unhold situation
* Add on hold music
* SIP protocol
* Ringtone on incoming call
* Fix transfer situation
* Add desktop notification ( libnotify )
* Improve the system tray icon behaviour
* Improve registration error handling
* Register/unregister from the account window takes effect without starting
back SFLphone
* Compilation warnings removal
* Call history
* Add an account configuration wizard
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 30 Apr 2008 16:58:25 -0500
sflphone (0.8.2) unstable; urgency=low
* Internationalization of the GTK GUI
* English / French
* STUN support
* Slight modifications of the graphical interface ( tooltips, dialpad, ...)
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 21 Mar 2008 11:37:53 -0500
platform/
debian/changelog.Debian
→
debian/changelog.Debian
View file @
712a05a1
File moved
platform/
debian/changelog.Debian.gz
→
debian/changelog.Debian.gz
View file @
712a05a1
File moved
platform/
debian/changelog.in
→
debian/changelog.in
View file @
712a05a1
File moved
platform/
debian/compat
→
debian/compat
View file @
712a05a1
File moved
platform/
debian/control
→
debian/control
View file @
712a05a1
Packag
e: sflphone
Version: 0.8.2-3
Sourc
e: sflphone
Maintainer: SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>
Section: gnome
Priority: optional
Standards-Version: 0.8.2-3
Package: sflphone
Architecture: i386
Section: gnome
Priority: optional
Essential: no
Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , gnome-common , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libosip2-3, libexosip2-5, libcommoncpp2-1.5.3-0 , libccrtp1-1.5-1 , libiax0 , libgtkglext1
Homepage: http://www.sflphone.org
Maintainer: SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>
Description: SFLphone - Answer the call
SFLphone is meant to be a robust enterprise-class desktop phone. It is design with a hundred-calls-a-day receptionist in mind. It can work for you, too.
.
...
...
platform/
debian/copyright
→
debian/copyright
View file @
712a05a1
File moved
platform/
debian/dirs
→
debian/dirs
View file @
712a05a1
File moved
platform/
debian/docs
→
debian/docs
View file @
712a05a1
File moved
platform/
debian/package
→
debian/package
View file @
712a05a1
File moved
platform/
debian/rules
→
debian/rules
View file @
712a05a1
...
...
@@ -16,6 +16,8 @@
# This has to be exported to make some magic below work.
export
DH_OPTIONS
package
=
sflphone
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE
?=
$(
shell
dpkg-architecture
-qDEB_HOST_GNU_TYPE
)
...
...
@@ -33,8 +35,11 @@ endif
config.status
:
configure
dh_testdir
# Add here commands to configure the package.
CFLAGS
=
"
$(CFLAGS)
"
CXX
=
"
$(CXX)
"
./configure
--host
=
$(DEB_HOST_GNU_TYPE)
--build
=
$(DEB_BUILD_GNU_TYPE)
--prefix
=
/usr
--mandir
=
\$
${prefix}
/share/man
--infodir
=
\$
${prefix}
/share/info
autoreconf
--install
CFLAGS
=
"
$(CFLAGS)
"
CXX
=
"
$(CXX)
"
./configure
--prefix
=
/usr
--with-debug
cd
sflphone-gtk
gnome-autogen.sh
--prefix
=
/usr
#Architecture
build
:
build-arch build-indep
...
...
platform/
debian/sflphone.postrm
→
debian/sflphone.postrm
View file @
712a05a1
File moved
platform/
debian/sflphone.preinst
→
debian/sflphone.preinst
View file @
712a05a1
File moved
platform/
debian/sflphone.prerm
→
debian/sflphone.prerm
View file @
712a05a1
File moved
platform/
debian/sflphoned-doc.docs
→
debian/sflphoned-doc.docs
View file @
712a05a1
File moved
Prev
1
2
Next
Write
Preview
Supports
Markdown
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