Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e842223025
!19 [sync] PR-8: 修改安装过程中提示groupname无效的问题
From: @openeuler-sync-bot 
Reviewed-by: @jianminw 
Signed-off-by: @jianminw
2022-12-24 05:55:25 +00:00
wu-leilei
516313765e fix groupname is not a valid name error
(cherry picked from commit 4ccfb5f7acc827a4b2d769664a846013608e92ec)
2022-12-24 13:04:43 +08:00
openeuler-ci-bot
606d8fae17
!18 fix spec changelog date
From: @leeffo 
Reviewed-by: @liangkeming 
Signed-off-by: @liangkeming
2022-08-15 00:59:01 +00:00
loong_C
f7cb15c213 fix spec changelog date 2022-06-09 15:18:45 +08:00
openeuler-ci-bot
e569acf93d !3 Modify license information
From: @wang--ge
Reviewed-by: @small_leek,@jianminw
Signed-off-by: @small_leek,@jianminw
2021-01-24 20:51:33 +08:00
wang--ge
ced7cf9047 Modify license information 2021-01-20 11:43:04 +08:00
openeuler-ci-bot
cd4ac5c5d3 !2 Update jack-audio-connection-kit from 1.9.12 to 1.9.14
From: @lei_ju
Reviewed-by: @hht8,@jianminw
Signed-off-by: @jianminw
2020-11-13 17:14:51 +08:00
lei_ju
b8eb2cce12 Update to 1.9.14 2020-11-12 20:23:15 +08:00
openeuler-ci-bot
31c230ad8b !1 Package init
Merge pull request !1 from hdxxjhuahuo/master
2020-02-25 14:53:00 +08:00
xuxijian
9188983952 Package init 2020-02-24 22:45:27 -05:00
6 changed files with 120 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,13 @@
diff --git a/doxyfile.in b/doxyfile.in
index f92e264a..2335adab 100644
--- a/doxyfile.in
+++ b/doxyfile.in
@@ -792,7 +792,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER = @SRCDIR@/no_date_footer.html
+HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to

View File

@ -0,0 +1,103 @@
%global groupname jackuser
Name: jack-audio-connection-kit
Version: 1.9.14
Release: 3
Summary: A professional sound server
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and GPL-3.0+
URL: http://github.com/jackaudio/jack2
Source0: https://github.com/jackaudio/jack2/releases/download/v%{version}/jack2-%{version}.tar.gz
Patch0: %{name}-doxygen.patch
BuildRequires: alsa-lib-devel dbus-devel doxygen expat-devel gcc-c++ libffado-devel libsamplerate-devel libdb-devel < 6.0.20
BuildRequires: libsndfile-devel ncurses-devel opus-devel pkgconfig python3 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}
python3 ./waf configure %{?_smp_mflags} --mandir=%{_mandir}/man1 --libdir=%{_libdir} --doxygen --dbus --db \
--classic --firewire --alsa --clients 256 --ports-per-application=2048
python3 ./waf build %{?_smp_mflags} -v
%install
python3 ./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.rst
%{_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.rst README_NETJACK2
%doc reference/html/
%{_mandir}/man1/*
%exclude %{_mandir}/man1/jack_impulse_grabber.1*
%changelog
* Mon Feb 14 2022 wulei <wulei80@huawei.com> - 1.9.14-3
- Fix groupname is not a valid name error
* Wed Jan 20 2021 Ge Wang <wangge20@huawei.com> - 1.9.14-2
- Modify license information.
* Thu Nov 12 2020 leiju<leiju4@huawei.com> - 1.9.14-1
- Update to 1.9.14
* Mon Feb 24 2020 xuxijian<xuxijian@huawei.com> - 1.9.12-9
- Package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: jackaudio/jack2
tag_prefix: "^v"
separator: "."

BIN
jack2-1.9.14.tar.gz Normal file

Binary file not shown.