Package init

This commit is contained in:
xuxijian 2020-02-24 22:14:45 -05:00
parent 8e2f5b5db5
commit 9188983952
4 changed files with 91 additions and 75 deletions

View File

@ -1,36 +0,0 @@
# jack-audio-connection-kit
#### Description
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

View File

@ -1,39 +0,0 @@
# jack-audio-connection-kit
#### 介绍
{**以下是码云平台说明,您可以替换此简介**
码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 码云特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

View File

@ -0,0 +1,91 @@
Name: jack-audio-connection-kit
Version: 1.9.12
Release: 9
Summary: A professional sound server
License: GPLv2 and GPLv2+ and LGPLv2+
URL: http://www.jackaudio.org
Source0: https://github.com/jackaudio/jack2/releases/download/v%{version}/jack2-%{version}.tar.gz
BuildRequires: alsa-lib-devel dbus-devel doxygen expat-devel gcc-c++ libffado-devel libsamplerate-devel
BuildRequires: libsndfile-devel ncurses-devel opus-devel pkgconfig python2 readline-devel
Requires(pre): shadow-utils
Requires: pam
Provides: jack-audio-connection-kit-dbus = %{version}-%{release}
Obsoletes: jack-audio-connection-kit-dbus < %{version}-%{release}
%description
JACK Audio Connection Kit is a professional sound server daemon that provides real-time,
low-latency connections for both audio and MIDI data between applications that use its API.
%package devel
Summary: The libraries and headers for Jack
Requires: jack-audio-connection-kit = %{version}-%{release}
Provides: jack-audio-connection-kit-example-clients = %{version}-%{release}
Obsoletes: jack-audio-connection-kit-example-clients < %{version}-%{release}
%description devel
The package contains the libraries and headers necessary for the Jack Audio Connection Kit.
%package_help
%prep
%autosetup -n jack2-%{version} -p1
%build
export CPPFLAGS="$RPM_OPT_FLAGS"
export LDFLAGS="$RPM_LD_FLAGS"
export PREFIX=%{_prefix}
./waf configure %{?_smp_mflags} --mandir=%{_mandir}/man1 --libdir=%{_libdir} --doxygen --dbus \
--classic --firewire --alsa --clients 256 --ports-per-application=2048
./waf build %{?_smp_mflags} -v
%install
./waf --destdir=$RPM_BUILD_ROOT install
mv $RPM_BUILD_ROOT%{_datadir}/jack-audio-connection-kit/reference .
mv $RPM_BUILD_ROOT%{_bindir}/jack_rec $RPM_BUILD_ROOT%{_bindir}/jackrec
chmod 755 $RPM_BUILD_ROOT%{_libdir}/jack/*.so $RPM_BUILD_ROOT%{_libdir}/libjack*.so.*.*.*
%pre
getent group %groupname > /dev/null || groupadd -r %groupname
exit 0
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%doc ChangeLog
%{_bindir}/jackd
%{_bindir}/jackrec
%{_libdir}/jack/
%{_libdir}/*.so.*
%{_bindir}/jackdbus
%{_datadir}/dbus-1/services/org.jackaudio.service
%{_bindir}/jack_control
%exclude %{_datadir}/jack-audio-connection-kit
%files devel
%{_includedir}/jack/
%{_libdir}/libjack.so
%{_libdir}/libjacknet.so
%{_libdir}/libjackserver.so
%{_libdir}/pkgconfig/jack.pc
%{_bindir}/*
%exclude %{_bindir}/jackd
%exclude %{_bindir}/jackrec
%exclude %{_bindir}/jackdbus
%exclude %{_bindir}/jack_control
%files help
%doc README README_NETJACK2 TODO
%doc reference/html/
%{_mandir}/man1/*
%exclude %{_mandir}/man1/jack_impulse_grabber.1*
%changelog
* Fri Feb 25 2020 xuxijian<xuxijian@huawei.com> - 1.9.12-9
- Package init

BIN
jack2-1.9.12.tar.gz Normal file

Binary file not shown.