Browse Source

pulseaudio: fix libjson dependency

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner 9 years ago
parent
commit
612e1a2aaf
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      sound/pulseaudio/Makefile

+ 4
- 5
sound/pulseaudio/Makefile View File

9
 
9
 
10
 PKG_NAME:=pulseaudio
10
 PKG_NAME:=pulseaudio
11
 PKG_VERSION:=6.0
11
 PKG_VERSION:=6.0
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
 PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
15
 PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
27
 include $(INCLUDE_DIR)/package.mk
27
 include $(INCLUDE_DIR)/package.mk
28
 include $(INCLUDE_DIR)/nls.mk
28
 include $(INCLUDE_DIR)/nls.mk
29
 
29
 
30
-#TODO: split pulse into executable and library (or even better into several libraries since they're used as loadable modules, so not linked into)
31
 define Package/pulseaudio/Default
30
 define Package/pulseaudio/Default
32
   SECTION:=sound
31
   SECTION:=sound
33
   CATEGORY:=Sound
32
   CATEGORY:=Sound
34
   DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
33
   DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
35
-	+librt +alsa-lib +libjson +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
34
+	+librt +alsa-lib +libopenssl +libwrap +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
36
   TITLE:=Network sound server
35
   TITLE:=Network sound server
37
   MAINTAINER:=Peter Wagner <tripolar@gmx.at>
36
   MAINTAINER:=Peter Wagner <tripolar@gmx.at>
38
   URL:=http://www.pulseaudio.org
37
   URL:=http://www.pulseaudio.org
42
 
41
 
43
 define Package/pulseaudio-daemon
42
 define Package/pulseaudio-daemon
44
   $(call Package/pulseaudio/Default)
43
   $(call Package/pulseaudio/Default)
45
-  DEPENDS+=+libjson-c
44
+  DEPENDS+= +libjson-c
46
 endef
45
 endef
47
 
46
 
48
 define Package/pulseaudio/Default/description
47
 define Package/pulseaudio/Default/description
63
 define Package/pulseaudio-tools
62
 define Package/pulseaudio-tools
64
   SECTION:=sound
63
   SECTION:=sound
65
   CATEGORY:=Sound
64
   CATEGORY:=Sound
66
-  DEPENDS:=+libsndfile pulseaudio
65
+  DEPENDS:=+libsndfile +pulseaudio
67
   TITLE:=Tools for Pulseaudio
66
   TITLE:=Tools for Pulseaudio
68
   URL:=http://www.pulseaudio.org
67
   URL:=http://www.pulseaudio.org
69
 endef
68
 endef