Browse Source

pulseaudio: update to 8.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 8 years ago
parent
commit
a6026fd1b3
2 changed files with 3 additions and 15 deletions
  1. +3
    -3
      sound/pulseaudio/Makefile
  2. +0
    -12
      sound/pulseaudio/patches/002-xlocale.patch

+ 3
- 3
sound/pulseaudio/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2011-2014 OpenWrt.org
# Copyright (C) 2011-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pulseaudio
PKG_VERSION:=7.1
PKG_VERSION:=8.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
PKG_MD5SUM:=9d0a9817b632cac8e3f3834d7eb1c99d
PKG_MD5SUM:=8678442ba0bb4b4c33ac6f62542962df
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=GPL LICENSE


+ 0
- 12
sound/pulseaudio/patches/002-xlocale.patch View File

@ -1,12 +0,0 @@
diff --git a/pulsecore/core-util.c b/pulsecore/core-util.c
index ba31221..824368a 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -54,7 +54,6 @@
#ifdef HAVE_STRTOD_L
#include <locale.h>
-#include <xlocale.h>
#endif
#ifdef HAVE_SCHED_H

Loading…
Cancel
Save