Author: glen                         Date: Thu Apr 26 17:09:27 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- save work

---- Files affected:
packages/asterisk-codec_silk:
   asterisk-codec_silk.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/asterisk-codec_silk/asterisk-codec_silk.spec
diff -u /dev/null packages/asterisk-codec_silk/asterisk-codec_silk.spec:1.1
--- /dev/null   Thu Apr 26 19:09:27 2012
+++ packages/asterisk-codec_silk/asterisk-codec_silk.spec       Thu Apr 26 
19:09:21 2012
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+# TODO
+# - to build, you need libSKP_SILK_SDK.a in link search path
+%define                asterisk_ver    10
+Summary:       Unofficial SILK translator for Asterisk
+Name:          asterisk-codec_silk
+Version:       0.1
+Release:       0.1
+License:       ?
+Group:         Applications/System
+Source0:       http://developer.skype.com/silk/SILK_SDK_SRC_v1.0.8.zip
+# NoSource0-md5:       e89be0474d8f1eb82ce743a1968005cd
+NoSource:      0
+Source1:       https://raw.github.com/mordak/codec_silk/master/codecs/ex_silk.h
+# Source1-md5: 35818c24b55982312ce96b44ed721228
+Source2:       
https://raw.github.com/mordak/codec_silk/master/codecs/codec_silk.c
+# Source2-md5: d0a880489516272245e26db1d7d0804a
+URL:           https://github.com/mordak/codec_silk
+BuildRequires: asterisk-devel
+Requires:      asterisk >= %{asterisk_ver}
+ExclusiveArch: %{ix86} %{x8664}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                moduledir       %{_libdir}/asterisk/modules
+
+%description
+Unofficial SILK translator for Asterisk.
+
+NOTE: This is not a SILK encoder/decoder. The coder is provided by the
+SILK library, which you have to get separately, compile, and link
+against.
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{moduledir}}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/04/26 17:09:21  glen
+- save work
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to