Page MenuHomeSolus

D2494.id6475.diff
No OneTemporary

D2494.id6475.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -54,8 +54,6 @@
libjack.so.0:jack_get_free_shm_info
libjack.so.0:jack_get_internal_client_name
libjack.so.0:jack_get_max_delayed_usecs
-libjack.so.0:jack_get_mhz
-libjack.so.0:jack_get_microseconds_from_cycles
libjack.so.0:jack_get_microseconds_from_system
libjack.so.0:jack_get_port_functions
libjack.so.0:jack_get_ports
@@ -64,6 +62,7 @@
libjack.so.0:jack_get_property
libjack.so.0:jack_get_sample_rate
libjack.so.0:jack_get_time
+libjack.so.0:jack_get_tmpdir
libjack.so.0:jack_get_transport_info
libjack.so.0:jack_get_xrun_delayed_usecs
libjack.so.0:jack_hpet_init
@@ -115,6 +114,7 @@
libjack.so.0:jack_port_name_size
libjack.so.0:jack_port_new
libjack.so.0:jack_port_register
+libjack.so.0:jack_port_rename
libjack.so.0:jack_port_request_monitor
libjack.so.0:jack_port_request_monitor_by_name
libjack.so.0:jack_port_set_alias
@@ -166,6 +166,7 @@
libjack.so.0:jack_set_info_function
libjack.so.0:jack_set_port_connect_callback
libjack.so.0:jack_set_port_registration_callback
+libjack.so.0:jack_set_port_rename_callback
libjack.so.0:jack_set_process_callback
libjack.so.0:jack_set_process_thread
libjack.so.0:jack_set_property
@@ -284,8 +285,6 @@
libjackserver.so.0:jack_get_free_shm_info
libjackserver.so.0:jack_get_internal_client_name
libjackserver.so.0:jack_get_max_delayed_usecs
-libjackserver.so.0:jack_get_mhz
-libjackserver.so.0:jack_get_microseconds_from_cycles
libjackserver.so.0:jack_get_microseconds_from_system
libjackserver.so.0:jack_get_port_functions
libjackserver.so.0:jack_get_port_internal_by_name
@@ -295,6 +294,7 @@
libjackserver.so.0:jack_get_property
libjackserver.so.0:jack_get_sample_rate
libjackserver.so.0:jack_get_time
+libjackserver.so.0:jack_get_tmpdir
libjackserver.so.0:jack_get_transport_info
libjackserver.so.0:jack_get_xrun_delayed_usecs
libjackserver.so.0:jack_hpet_init
@@ -354,6 +354,7 @@
libjackserver.so.0:jack_port_register
libjackserver.so.0:jack_port_registration_notify
libjackserver.so.0:jack_port_release
+libjackserver.so.0:jack_port_rename
libjackserver.so.0:jack_port_request_monitor
libjackserver.so.0:jack_port_request_monitor_by_name
libjackserver.so.0:jack_port_set_alias
@@ -409,6 +410,7 @@
libjackserver.so.0:jack_set_info_function
libjackserver.so.0:jack_set_port_connect_callback
libjackserver.so.0:jack_set_port_registration_callback
+libjackserver.so.0:jack_set_port_rename_callback
libjackserver.so.0:jack_set_process_callback
libjackserver.so.0:jack_set_process_thread
libjackserver.so.0:jack_set_property
diff --git a/files/limits.conf b/files/limits.conf
--- a/files/limits.conf
+++ b/files/limits.conf
@@ -1 +1,2 @@
-@audio - rtprio 99
+@audio - rtprio 99
+@audio - memlock unlimited
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,17 @@
name : jack-audio-connection-kit
-version : 0.124.1
-release : 4
+version : 0.125.0
+release : 5
source :
- - http://jackaudio.org/downloads/jack-audio-connection-kit-0.124.1.tar.gz : eb42df6065576f08feeeb60cb9355dce4eb53874534ad71534d7aa31bae561d6
+ - http://jackaudio.org/downloads/jack-audio-connection-kit-0.125.0.tar.gz : 3517b5bff82139a76b2b66fe2fd9a3b34b6e594c184f95a988524c575b11d444
license :
- GPL-2.0
- LGPL-2.1
component : multimedia.audio
-summary : Jack is a professional sound server daemon.
-description: "Jack is a professional sound server daemon that provides real-time,\
- \ low-latency connections for both audio and MIDI data between applications that\
- \ implement its API. \n"
+summary : Jack is a professional sound server daemon
+description: |
+ Jack is a professional sound server daemon that provides real-time,
+ low-latency connections for both audio and MIDI data between applications
+ that implement its API.
builddeps :
- pkgconfig(alsa)
- pkgconfig(celt)
@@ -24,4 +25,4 @@
%make
install : |
%make_install
- install -Dm00644 $pkgfiles/limits.conf $installdir/etc/security/limits.d/50-jack.conf
+ install -Dm00644 $pkgfiles/limits.conf $installdir/etc/security/limits.d/90-jack.conf
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,25 +2,29 @@
<Source>
<Name>jack-audio-connection-kit</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-2.0</License>
<License>LGPL-2.1</License>
<PartOf>multimedia.audio</PartOf>
- <Summary xml:lang="en">Jack is a professional sound server daemon.</Summary>
- <Description xml:lang="en">Jack is a professional sound server daemon that provides real-time, low-latency connections for both audio and MIDI data between applications that implement its API.
+ <Summary xml:lang="en">Jack is a professional sound server daemon</Summary>
+ <Description xml:lang="en">Jack is a professional sound server daemon that provides real-time,
+low-latency connections for both audio and MIDI data between applications
+that implement its API.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>jack-audio-connection-kit</Name>
- <Summary xml:lang="en">Jack is a professional sound server daemon.</Summary>
- <Description xml:lang="en">Jack is a professional sound server daemon that provides real-time, low-latency connections for both audio and MIDI data between applications that implement its API.
+ <Summary xml:lang="en">Jack is a professional sound server daemon</Summary>
+ <Description xml:lang="en">Jack is a professional sound server daemon that provides real-time,
+low-latency connections for both audio and MIDI data between applications
+that implement its API.
</Description>
<PartOf>multimedia.audio</PartOf>
<Files>
- <Path fileType="config">/etc/security/limits.d/50-jack.conf</Path>
+ <Path fileType="config">/etc/security/limits.d/90-jack.conf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib64/jack/inprocess.so</Path>
<Path fileType="library">/usr/lib64/jack/intime.so</Path>
@@ -36,11 +40,13 @@
<Package>
<Name>jack-audio-connection-kit-devel</Name>
<Summary xml:lang="en">Development files for jack-audio-connection-kit</Summary>
- <Description xml:lang="en">Jack is a professional sound server daemon that provides real-time, low-latency connections for both audio and MIDI data between applications that implement its API.
+ <Description xml:lang="en">Jack is a professional sound server daemon that provides real-time,
+low-latency connections for both audio and MIDI data between applications
+that implement its API.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">jack-audio-connection-kit</Dependency>
+ <Dependency release="5">jack-audio-connection-kit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -49,12 +55,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2018-03-03</Date>
- <Version>0.124.1</Version>
+ <Update release="5">
+ <Date>2018-03-11</Date>
+ <Version>0.125.0</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 5:58 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801968
Default Alt Text
D2494.id6475.diff (7 KB)

Event Timeline