diff --git a/jack-audio-connection-kit-doxygen.patch b/jack-audio-connection-kit-doxygen.patch new file mode 100644 index 0000000..a490760 --- /dev/null +++ b/jack-audio-connection-kit-doxygen.patch @@ -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 diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index 6dff9e0..067bf1d 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -1,13 +1,14 @@ Name: jack-audio-connection-kit -Version: 1.9.12 -Release: 9 +Version: 1.9.14 +Release: 1 Summary: A professional sound server License: GPLv2 and GPLv2+ and LGPLv2+ -URL: http://www.jackaudio.org +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 -BuildRequires: libsndfile-devel ncurses-devel opus-devel pkgconfig python2 readline-devel +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} @@ -35,12 +36,12 @@ The package contains the libraries and headers necessary for the Jack Audio Conn export CPPFLAGS="$RPM_OPT_FLAGS" export LDFLAGS="$RPM_LD_FLAGS" export PREFIX=%{_prefix} -./waf configure %{?_smp_mflags} --mandir=%{_mandir}/man1 --libdir=%{_libdir} --doxygen --dbus \ +python3 ./waf configure %{?_smp_mflags} --mandir=%{_mandir}/man1 --libdir=%{_libdir} --doxygen --dbus --db \ --classic --firewire --alsa --clients 256 --ports-per-application=2048 -./waf build %{?_smp_mflags} -v +python3 ./waf build %{?_smp_mflags} -v %install -./waf --destdir=$RPM_BUILD_ROOT install +python3 ./waf --destdir=$RPM_BUILD_ROOT install mv $RPM_BUILD_ROOT%{_datadir}/jack-audio-connection-kit/reference . @@ -58,7 +59,7 @@ exit 0 /sbin/ldconfig %files -%doc ChangeLog +%doc ChangeLog.rst %{_bindir}/jackd %{_bindir}/jackrec %{_libdir}/jack/ @@ -81,11 +82,14 @@ exit 0 %exclude %{_bindir}/jack_control %files help -%doc README README_NETJACK2 TODO +%doc README.rst README_NETJACK2 %doc reference/html/ %{_mandir}/man1/* %exclude %{_mandir}/man1/jack_impulse_grabber.1* %changelog +* Thu Nov 12 2020 leiju - 1.9.14-1 +- Update to 1.9.14 + * Fri Feb 25 2020 xuxijian - 1.9.12-9 - Package init diff --git a/jack-audio-connection-kit.yaml b/jack-audio-connection-kit.yaml new file mode 100644 index 0000000..c3cb95e --- /dev/null +++ b/jack-audio-connection-kit.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jackaudio/jack2 +tag_prefix: "^v" +separator: "." diff --git a/jack2-1.9.12.tar.gz b/jack2-1.9.12.tar.gz deleted file mode 100644 index 40b367d..0000000 Binary files a/jack2-1.9.12.tar.gz and /dev/null differ diff --git a/jack2-1.9.14.tar.gz b/jack2-1.9.14.tar.gz new file mode 100644 index 0000000..b65f897 Binary files /dev/null and b/jack2-1.9.14.tar.gz differ