Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
c51b1b91
提交
c51b1b91
authored
6月 19, 2015
作者:
Ken Rice
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-7715 #resolve updates to configure and spec files for next development branch
add images to spec file
上级
9a37e74d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
31 行增加
和
33 行删除
+31
-33
configure.ac
configure.ac
+1
-1
freeswitch-config-rayo.spec
freeswitch-config-rayo.spec
+1
-1
freeswitch.spec
freeswitch.spec
+29
-31
没有找到文件。
configure.ac
浏览文件 @
c51b1b91
...
@@ -1280,7 +1280,7 @@ PKG_CHECK_MODULES([MPG123], [libmpg123 >= 1.20.1],[
...
@@ -1280,7 +1280,7 @@ PKG_CHECK_MODULES([MPG123], [libmpg123 >= 1.20.1],[
AM_CONDITIONAL([HAVE_MPG123],[true])],[
AM_CONDITIONAL([HAVE_MPG123],[true])],[
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_MPG123],[false])])
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_MPG123],[false])])
PKG_CHECK_MODULES([SHOUT], [shout >= 2.
3.1
],[
PKG_CHECK_MODULES([SHOUT], [shout >= 2.
2.2
],[
AM_CONDITIONAL([HAVE_SHOUT],[true])],[
AM_CONDITIONAL([HAVE_SHOUT],[true])],[
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_SHOUT],[false])])
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_SHOUT],[false])])
...
...
freeswitch-config-rayo.spec
浏览文件 @
c51b1b91
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#
#
######################################################################################################################
######################################################################################################################
%define version 1.
5.16
%define version 1.
7.0
%define release 1
%define release 1
%define fsname freeswitch
%define fsname freeswitch
...
...
freeswitch.spec
浏览文件 @
c51b1b91
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
%{?with_timerfd:%define build_timerfd 1 }
%{?with_timerfd:%define build_timerfd 1 }
%{?with_mod_esl:%define build_mod_esl 1 }
%{?with_mod_esl:%define build_mod_esl 1 }
%define version 1.
5.16
%define version 1.
7.0
%define release 1
%define release 1
######################################################################################################################
######################################################################################################################
...
@@ -115,18 +115,14 @@ Vendor: http://www.freeswitch.org/
...
@@ -115,18 +115,14 @@ Vendor: http://www.freeswitch.org/
#
#
######################################################################################################################
######################################################################################################################
Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2
Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2
Source1: http://files.freeswitch.org/downloads/libs/flite-2.0.0-release.tar.bz2
Source1: http://files.freeswitch.org/downloads/libs/lame-3.98.4.tar.gz
Source2: http://files.freeswitch.org/downloads/libs/lame-3.98.4.tar.gz
Source2: http://files.freeswitch.org/downloads/libs/mpg123-1.13.2.tar.gz
Source3: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
Source3: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.8.tar.gz
Source4: http://files.freeswitch.org/downloads/libs/mpg123-1.13.2.tar.gz
Source4: http://files.freeswitch.org/downloads/libs/sphinxbase-0.8.tar.gz
Source5: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.8.tar.gz
Source5: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
Source6: http://files.freeswitch.org/downloads/libs/soundtouch-1.7.1.tar.gz
Source6: http://files.freeswitch.org/downloads/libs/libmemcached-0.32.tar.gz
Source7: http://files.freeswitch.org/downloads/libs/sphinxbase-0.8.tar.gz
Source7: http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2
Source8: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
Source8: http://files.freeswitch.org/downloads/libs/mongo-c-driver-1.1.0.tar.gz
Source9: http://files.freeswitch.org/downloads/libs/libmemcached-0.32.tar.gz
Source10: http://files.freeswitch.org/downloads/libs/opus-1.1-p2.tar.gz
Source11: http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2
Source12: http://files.freeswitch.org/downloads/libs/mongo-c-driver-1.1.0.tar.gz
Prefix: %{prefix}
Prefix: %{prefix}
...
@@ -151,6 +147,7 @@ BuildRequires: gnutls-devel
...
@@ -151,6 +147,7 @@ BuildRequires: gnutls-devel
BuildRequires: libtool >= 1.5.17
BuildRequires: libtool >= 1.5.17
BuildRequires: ncurses-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel >= 1.0.1e
BuildRequires: openssl-devel >= 1.0.1e
#BuildRequires: libshout-devel
BuildRequires: pcre-devel
BuildRequires: pcre-devel
BuildRequires: speex-devel
BuildRequires: speex-devel
BuildRequires: sqlite-devel
BuildRequires: sqlite-devel
...
@@ -189,16 +186,16 @@ BuildRequires: portaudio-devel
...
@@ -189,16 +186,16 @@ BuildRequires: portaudio-devel
BuildRequires: libsndfile-devel
BuildRequires: libsndfile-devel
BuildRequires: broadvoice-devel
BuildRequires: broadvoice-devel
BuildRequires: flite-devel
BuildRequires: flite-devel
BuildRequires: ilbc
-devel = 0.0.1
BuildRequires: ilbc
2-devel
BuildRequires: g722_1-devel
BuildRequires: g722_1-devel
BuildRequires: libcodec2-devel
BuildRequires: libcodec2-devel
BuildRequires: libsilk-devel
BuildRequires: libsilk-devel
BuildRequires: libvpx2-devel
=>
2.0.0
BuildRequires: libvpx2-devel
>=
2.0.0
BuildRequires: libyuv-devel >= 0.0.1280
BuildRequires: libyuv-devel >= 0.0.1280
BuildRequires: lua-devel
BuildRequires: lua-devel
BuildRequires: mongo-c-driver-devel
BuildRequires: mongo-c-driver-devel
BuildRequires: opus-devel
BuildRequires: opus-devel
BuildRequires: soundtouch-devel
=>
1.7.1
BuildRequires: soundtouch-devel
>=
1.7.1
%if %{build_py26_esl}
%if %{build_py26_esl}
BuildRequires: python26-devel
BuildRequires: python26-devel
Requires: python26
Requires: python26
...
@@ -1128,14 +1125,14 @@ Mod shell stream is a FreeSWITCH module to allow you to stream audio from an
...
@@ -1128,14 +1125,14 @@ Mod shell stream is a FreeSWITCH module to allow you to stream audio from an
arbitrary shell command. You could use it to read audio from a database, from
arbitrary shell command. You could use it to read audio from a database, from
a soundcard, etc.
a soundcard, etc.
%package format-mod-shout
#
%package format-mod-shout
Summary: Implements Media Steaming from arbitrary shell commands for the FreeSWITCH open source telephony platform
#
Summary: Implements Media Steaming from arbitrary shell commands for the FreeSWITCH open source telephony platform
Group: System/Libraries
#
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
#
Requires: %{name} = %{version}-%{release}
%description format-mod-shout
#
%description format-mod-shout
Mod Shout is a FreeSWITCH module to allow you to stream audio from MP3s or a i
#
Mod Shout is a FreeSWITCH module to allow you to stream audio from MP3s or a i
shoutcast stream.
#
shoutcast stream.
%if %{build_mod_ssml}
%if %{build_mod_ssml}
%package format-ssml
%package format-ssml
...
@@ -1384,10 +1381,6 @@ cp %{SOURCE5} libs/
...
@@ -1384,10 +1381,6 @@ cp %{SOURCE5} libs/
cp %{SOURCE6} libs/
cp %{SOURCE6} libs/
cp %{SOURCE7} libs/
cp %{SOURCE7} libs/
cp %{SOURCE8} libs/
cp %{SOURCE8} libs/
cp %{SOURCE9} libs/
cp %{SOURCE10} libs/
cp %{SOURCE11} libs/
cp %{SOURCE12} libs/
#Hotfix for redefined %_sysconfdir
#Hotfix for redefined %_sysconfdir
sed -ie 's:confdir="${sysconfdir}/freeswitch":confdir="$sysconfdir":' ./configure.ac
sed -ie 's:confdir="${sysconfdir}/freeswitch":confdir="$sysconfdir":' ./configure.ac
...
@@ -1505,7 +1498,8 @@ EVENT_HANDLERS_MODULES+=" event_handlers/mod_rayo"
...
@@ -1505,7 +1498,8 @@ EVENT_HANDLERS_MODULES+=" event_handlers/mod_rayo"
#
#
######################################################################################################################
######################################################################################################################
FORMATS_MODULES="formats/mod_local_stream formats/mod_native_file formats/mod_portaudio_stream \
FORMATS_MODULES="formats/mod_local_stream formats/mod_native_file formats/mod_portaudio_stream \
formats/mod_shell_stream formats/mod_shout formats/mod_sndfile formats/mod_tone_stream"
formats/mod_shell_stream formats/mod_sndfile formats/mod_tone_stream"
# DISABLED formats/mod_shout
%if %{build_mod_ssml}
%if %{build_mod_ssml}
FORMATS_MODULES+=" formats/mod_ssml"
FORMATS_MODULES+=" formats/mod_ssml"
%endif
%endif
...
@@ -1593,7 +1587,7 @@ fi
...
@@ -1593,7 +1587,7 @@ fi
--sbindir=%{SBINDIR} \
--sbindir=%{SBINDIR} \
--libexecdir=%{LIBEXECDIR} \
--libexecdir=%{LIBEXECDIR} \
--sharedstatedir=%{SHARESTATEDIR} \
--sharedstatedir=%{SHARESTATEDIR} \
--localstatedir=%{
LOCALSTATEDIR
} \
--localstatedir=%{
_localstatedir
} \
--libdir=%{LIBDIR} \
--libdir=%{LIBDIR} \
--includedir=%{INCLUDEDIR} \
--includedir=%{INCLUDEDIR} \
--datadir=%{DATADIR} \
--datadir=%{DATADIR} \
...
@@ -1746,6 +1740,7 @@ fi
...
@@ -1746,6 +1740,7 @@ fi
#
#
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}
%dir %attr(0750, freeswitch, daemon) %{LOCALSTATEDIR}
%dir %attr(0750, freeswitch, daemon) %{LOCALSTATEDIR}
%dir %attr(0750, freeswitch, daemon) %{LOCALSTATEDIR}/images
%dir %attr(0750, freeswitch, daemon) %{DBDIR}
%dir %attr(0750, freeswitch, daemon) %{DBDIR}
%dir %attr(0755, -, -) %{GRAMMARDIR}
%dir %attr(0755, -, -) %{GRAMMARDIR}
%dir %attr(0755, -, -) %{HTDOCSDIR}
%dir %attr(0755, -, -) %{HTDOCSDIR}
...
@@ -1792,6 +1787,7 @@ fi
...
@@ -1792,6 +1787,7 @@ fi
%dir %attr(0750,-,-) /etc/monit.d
%dir %attr(0750,-,-) /etc/monit.d
%config(noreplace) %attr(0644,-,-) /etc/monit.d/freeswitch.monitrc
%config(noreplace) %attr(0644,-,-) /etc/monit.d/freeswitch.monitrc
%endif
%endif
%{LOCALSTATEDIR}/images/*
######################################################################################################################
######################################################################################################################
#
#
...
@@ -2290,8 +2286,8 @@ fi
...
@@ -2290,8 +2286,8 @@ fi
%files format-shell-stream
%files format-shell-stream
%{MODINSTDIR}/mod_shell_stream.so*
%{MODINSTDIR}/mod_shell_stream.so*
%files format-mod-shout
#
%files format-mod-shout
%{MODINSTDIR}/mod_shout.so*
#
%{MODINSTDIR}/mod_shout.so*
%if %{build_mod_ssml}
%if %{build_mod_ssml}
%files format-ssml
%files format-ssml
...
@@ -2463,6 +2459,8 @@ fi
...
@@ -2463,6 +2459,8 @@ fi
#
#
######################################################################################################################
######################################################################################################################
%changelog
%changelog
* Mon Jun 22 2015 - krice@freeswitch.org
- disable mod_shout until we can figure out the correct system deps for RPM based platforms
* Wed Jun 17 2015 - krice@freeswitch.org
* Wed Jun 17 2015 - krice@freeswitch.org
- Update libvpx2 dep requirement
- Update libvpx2 dep requirement
* Thu Jun 04 2015 - s.safarov@gmail.com
* Thu Jun 04 2015 - s.safarov@gmail.com
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论