mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Modify sflphone directory to generate source package
This commit is contained in:
@ -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])
|
||||
|
||||
|
0
platform/debian/TODO → debian/TODO
vendored
0
platform/debian/TODO → debian/TODO
vendored
0
platform/debian/arch → debian/arch
vendored
0
platform/debian/arch → debian/arch
vendored
37
debian/changelog
vendored
Normal file
37
debian/changelog
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
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
|
||||
|
||||
|
0
platform/debian/compat → debian/compat
vendored
0
platform/debian/compat → debian/compat
vendored
10
platform/debian/control → debian/control
vendored
10
platform/debian/control → debian/control
vendored
@ -1,12 +1,16 @@
|
||||
Package: sflphone
|
||||
Version: 0.8.2-3
|
||||
Source: 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.
|
||||
.
|
0
platform/debian/dirs → debian/dirs
vendored
0
platform/debian/dirs → debian/dirs
vendored
0
platform/debian/docs → debian/docs
vendored
0
platform/debian/docs → debian/docs
vendored
9
platform/debian/rules → debian/rules
vendored
9
platform/debian/rules → debian/rules
vendored
@ -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
|
@ -1 +0,0 @@
|
||||
sflphoned_0.8-2_i386.deb
|
Reference in New Issue
Block a user