mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
pulseaudio: update to 14.0
Remove upstreamed OpenSSL patch. Update MESON_ARGS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pulseaudio
|
PKG_NAME:=pulseaudio
|
||||||
PKG_VERSION:=13.0
|
PKG_VERSION:=14.0
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
|
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
|
||||||
PKG_HASH:=961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057
|
PKG_HASH:=a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261
|
||||||
|
|
||||||
PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
@@ -105,8 +105,10 @@ MESON_ARGS += \
|
|||||||
-Daccess_group=audio \
|
-Daccess_group=audio \
|
||||||
-Ddatabase=simple \
|
-Ddatabase=simple \
|
||||||
-Dlegacy-database-entry-format=false \
|
-Dlegacy-database-entry-format=false \
|
||||||
|
-Dstream-restore-clear-old-devices=true \
|
||||||
-Drunning-from-build-tree=false \
|
-Drunning-from-build-tree=false \
|
||||||
-Datomic-arm-linux-helpers=false \
|
-Datomic-arm-linux-helpers=false \
|
||||||
|
-Datomic-arm-memory-barrier=false \
|
||||||
-Dalsa=enabled \
|
-Dalsa=enabled \
|
||||||
-Dasyncns=disabled \
|
-Dasyncns=disabled \
|
||||||
-Dbluez5=false \
|
-Dbluez5=false \
|
||||||
@@ -115,6 +117,7 @@ MESON_ARGS += \
|
|||||||
-Dfftw=disabled \
|
-Dfftw=disabled \
|
||||||
-Dglib=disabled \
|
-Dglib=disabled \
|
||||||
-Dgsettings=disabled \
|
-Dgsettings=disabled \
|
||||||
|
-Dgstreamer=disabled \
|
||||||
-Dgtk=disabled \
|
-Dgtk=disabled \
|
||||||
-Dhal-compat=false \
|
-Dhal-compat=false \
|
||||||
-Dipv6=true \
|
-Dipv6=true \
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
--- a/src/modules/raop/raop-crypto.c
|
|
||||||
+++ b/src/modules/raop/raop-crypto.c
|
|
||||||
@@ -30,6 +30,7 @@
|
|
||||||
#include <openssl/err.h>
|
|
||||||
#include <openssl/aes.h>
|
|
||||||
#include <openssl/rsa.h>
|
|
||||||
+#include <openssl/bn.h>
|
|
||||||
|
|
||||||
#include <pulse/xmalloc.h>
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user