pullseaudio ver. bump

This commit is contained in:
Rmys
2021-01-19 17:00:42 +03:00
committed by GitHub
parent 0383f2fa94
commit 2d6b1dd36e
2 changed files with 13 additions and 2 deletions
+5 -1
View File
@@ -35,6 +35,10 @@ def setup():
--with-system-group=pulse \
--with-access-group=pulse-access \
--with-database=tdb \
--disable-systemd-daemon \
--disable-systemd-login \
--disable-systemd-journal \
--with-alsa-data-dir=/usr/share/alsa-card-profile/mixer \
--with-module-dir=/usr/lib/pulse/modules \
--with-udev-rules-dir=/lib/udev/rules.d"
@@ -82,7 +86,7 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# Disable autospawn by default
shelltools.system("sed -e '/autospawn/iautospawn=yes' -i '%s/etc/pulse/client.conf'" % get.installDIR())
shelltools.system("sed -e '/autospawn/iautospawn= yes' -i '%s/etc/pulse/client.conf'" % get.installDIR())
# Speed up pulseaudio shutdown
# Lower resample quality, saves CPU
shelltools.system("sed -e '/exit-idle-time/iexit-idle-time=0' \
+8 -1
View File
@@ -15,7 +15,7 @@
<IsA>library</IsA>
<Summary>A networked sound server with an advanced plugin system</Summary>
<Description>pulseaudio is a sound server for POSIX and Win32 systems. It allows you to do advanced operations on your sound data as it passes between your application and your hardware.</Description>
<Archive sha1sum="3a8f0c81694eb423f7f9ab5f2cb16f81c0ffceb5" type="tarxz">https://freedesktop.org/software/pulseaudio/releases/pulseaudio-13.99.1.tar.xz</Archive>
<Archive sha1sum="5dfc46595e981f0eb6308d07666f4108a69b2106" type="tarxz">https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>orc-devel</Dependency>
<Dependency>sbc-devel</Dependency>
@@ -226,6 +226,13 @@
</Package>
<History>
<Update release="14">
<Date>2021-01-19</Date>
<Version>14.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2020-05-26</Date>
<Version>13.99</Version>