diff options
-rw-r--r-- | package/pulseaudio/Makefile | 4 | ||||
-rw-r--r-- | package/pulseaudio/patches/patch-src_pulsecore_native-common_h | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 19e9376c9..65d271f5b 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pulseaudio -PKG_VERSION:= 5.0 +PKG_VERSION:= 6.0 PKG_RELEASE:= 1 -PKG_HASH:= 99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939 +PKG_HASH:= b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6 PKG_DESCR:= sound system PKG_SECTION:= mm/audio PKG_DEPENDS:= libltdl json-c libsndfile libspeex libncurses diff --git a/package/pulseaudio/patches/patch-src_pulsecore_native-common_h b/package/pulseaudio/patches/patch-src_pulsecore_native-common_h deleted file mode 100644 index 9502a370e..000000000 --- a/package/pulseaudio/patches/patch-src_pulsecore_native-common_h +++ /dev/null @@ -1,11 +0,0 @@ ---- pulseaudio-4.0.orig/src/pulsecore/native-common.h 2012-09-26 13:27:01.000000000 +0200 -+++ pulseaudio-4.0/src/pulsecore/native-common.h 2014-01-21 12:19:09.178012326 +0100 -@@ -180,7 +180,7 @@ enum { - }; - - #define PA_NATIVE_COOKIE_LENGTH 256 --#define PA_NATIVE_COOKIE_FILE ".config/pulse/cookie" -+#define PA_NATIVE_COOKIE_FILE "cookie" - #define PA_NATIVE_COOKIE_FILE_FALLBACK ".pulse-cookie" - - #define PA_NATIVE_DEFAULT_PORT 4713 |