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
60058c85
Commit
60058c85
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into release
parents
fe277913
70875623
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/control.jaunty
+1
-1
1 addition, 1 deletion
debian/control.jaunty
platform/fedora.spec
+9
-6
9 additions, 6 deletions
platform/fedora.spec
platform/suse.spec
+9
-8
9 additions, 8 deletions
platform/suse.spec
www/screenshot.php
+9
-4
9 additions, 4 deletions
www/screenshot.php
with
28 additions
and
19 deletions
debian/control.jaunty
+
1
−
1
View file @
60058c85
...
...
@@ -2,7 +2,7 @@ Source: sflphone
Maintainer: SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>
Section: gnome
Priority: optional
Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, dbus-c++-
1-
dev, libcppunit-dev, libgsm1-dev, libspeex-dev, sflphone-iax2-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev
Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, dbus-c++-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, sflphone-iax2-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev
Standards-Version: 3.7.3
Package: sflphone
...
...
This diff is collapsed.
Click to expand it.
platform/fedora.spec
+
9
−
6
View file @
60058c85
%define name sflphone
%define version 0.9.
2
%define version 0.9.
3
Autoreq: 0
Name: %name
Summary: A VoIP daemon with SIP protocol and IAX protocol
Version: %version
Release:
6
fedora
Release:
2
fedora
License: GPL
Group: System Environment/Daemons
URL: http://www.sflphone.org/
Packager:
Yun Liu <yun.li
u@savoirfairelinux.com>
Packager:
Emmanuel Milou <emmanuel.milou
u@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
SFL
P
honed is a VoIP daeamon with SIP protocol and IAX protocol.
SFL
p
honed is a VoIP daeamon with SIP protocol and IAX protocol.
%prep
%setup -q
cd libs/pjproject-1.0
cd libs/pjproject-1.0
.1
./configure --prefix=/usr
make dep
make clean
...
...
@@ -41,7 +41,7 @@ cd ..
cd sflphone-gtk/
%makeinstall
cd ../libs/pjproject-1.0
cd ../libs/pjproject-1.0
.1
%makeinstall
cd ../..
cd %{buildroot}/usr/bin/
...
...
@@ -69,6 +69,9 @@ rm -rf %{buildroot}
%changelog
* Mon Feb 16 2009 Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> 2fedora
- Packaging 0.9.3-2 sflphone version on Fedora 10
* Mon Jan 26 2009 Yun Liu <yun.liu@savoirfairelinux.com> 6
- Packaging sflphone for Fedora 10
...
...
This diff is collapsed.
Click to expand it.
platform/suse.spec
+
9
−
8
View file @
60058c85
%define name sflphone
%define version 0.9.
2
%define version 0.9.
3
Autoreq: 0
Name: %name
Summary: A VoIP daemon with SIP protocol and IAX protocol
Version: %version
Release:
6
suse
Release:
2
suse
License: GPL
Group: System Environment/Daemons
URL: http://www.sflphone.org/
Packager:
Yun Liu <yun.li
u@savoirfairelinux.com>
Packager:
Emmanuel Milou <emmanuel.milo
u@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
SFL
P
honed is a VoIP daeamon with SIP protocol and IAX protocol.
SFL
p
honed is a VoIP daeamon with SIP protocol and IAX protocol.
%prep
%setup -q
cd libs/pjproject-1.0
cd libs/pjproject-1.0
.1
./configure --prefix=/usr
make dep
make clean
...
...
@@ -41,7 +41,7 @@ make prefix=%{buildroot}/usr install
cd sflphone-gtk/
make prefix=%{buildroot}/usr install
cd ../libs/pjproject-1.0
cd ../libs/pjproject-1.0
.1
make prefix=%{buildroot}/usr install
cd ../..
...
...
@@ -67,9 +67,10 @@ rm -rf %{buildroot}/usr/include
%clean
rm -rf %{buildroot}
%changelog
* Mon Feb 16 2009 Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> 2suse
- Packaging 0.9.3-2 sflphone version on openSUSE 11
* Mon Jan 26 2009 Yun Liu <yun.liu@savoirfairelinux.com> 6suse
- Packaging sflphone on openSUSE 11
...
...
This diff is collapsed.
Click to expand it.
www/screenshot.php
+
9
−
4
View file @
60058c85
...
...
@@ -9,6 +9,7 @@ include('include/header.php');
?>
<div
id=
"content"
>
<div
id=
"main-image"
>
</div>
<ul
class=
"gallery"
>
<?php
// $imageDirectory = "./img/gallery";
...
...
@@ -22,7 +23,7 @@ include('include/header.php');
//<li><a href="img/gallery/<?php echo $file " title="Main Window"><img src="img/gallery/thumbs/<?php echo $file " alt="Main Window"></a></li>
//php endforeach;
$images
=
array
(
array
(
'assistant-1.png'
,
'File menu'
),
array
(
'assistant-1.png'
,
'File menu'
,
'state'
=>
'active'
),
array
(
'main-edit.png'
,
'Edit menu'
),
array
(
'main-view.png'
,
'View menu'
),
array
(
'main-help.png'
,
'Help menu'
),
...
...
@@ -46,7 +47,10 @@ include('include/header.php');
foreach
(
$images
as
$image
){
$fileName
=
$image
[
0
];
$description
=
$image
[
1
];
echo
"<li><a href='img/gallery/
$fileName
' title='
$description
'><img src='img/gallery/thumbs/
$fileName
' alt='
$description
'></a></li>"
;
echo
"<li "
;
if
(
$image
[
'state'
]
!=
null
)
echo
'class="active" > '
;
echo
"<a href='img/gallery/
$fileName
' title='
$description
'><img src='img/gallery/thumbs/
$fileName
' alt='
$description
'></a></li>"
;
}
?>
...
...
@@ -67,7 +71,7 @@ include('include/header.php');
$
(
'
ul.gallery
'
).
galleria
({
history
:
true
,
// activates the history object for bookmarking, back-button etc.
clickNext
:
true
,
// helper for making the image clickable
insert
:
'
#main
_
image
'
,
// the containing selector for our main image
insert
:
'
#main
-
image
'
,
onImage
:
function
(
image
,
caption
,
thumb
)
{
// let's add some image effects for demonstration purposes
// fade in the image & caption
...
...
@@ -106,8 +110,9 @@ include('include/header.php');
)
}
});
});
});
//$('ul.gallery > li:first > img').click();
</script>
<?php
...
...
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