From e1a8beaae7f5306ff08bb5564dcc326f7b3fe9d0 Mon Sep 17 00:00:00 2001 From: tripolar Date: Wed, 3 Jul 2013 10:20:19 +0000 Subject: [PATCH] [packages] add myself as package maintainer Signed-off-by: Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/packages@37145 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- mail/dovecot/Makefile | 1 + mail/fetchmail/Makefile | 1 + sound/cmus/Makefile | 1 + sound/pulseaudio/Makefile | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 5c9ad639b..23c1bc7a2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -25,6 +25,7 @@ define Package/dovecot CATEGORY:=Mail DEPENDS:=+libopenssl +librt +zlib +libbz2 +libcap TITLE:=An IMAP and POP3 daemon + MAINTAINER:=Peter Wagner URL:=http://www.dovecot.org/ endef diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 260f425f9..97a3d49bc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -24,6 +24,7 @@ define Package/fetchmail/Default SECTION:=mail CATEGORY:=Mail TITLE:=Remote mail retriever + MAINTAINER:=Peter Wagner URL:=http://fetchmail.berlios.de/ endef diff --git a/sound/cmus/Makefile b/sound/cmus/Makefile index 7b59bb552..fb5a9d125 100644 --- a/sound/cmus/Makefile +++ b/sound/cmus/Makefile @@ -30,6 +30,7 @@ define Package/cmus +AUDIO_SUPPORT:alsa-lib \ +BUILD_PATENTED:libmad +libvorbisidec +libflac TITLE:=C* Music Player + MAINTAINER:=Peter Wagner URL:=http://cmus.sourceforge.net/ endef diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 192845008..a2b5b01a3 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -30,8 +30,9 @@ define Package/pulseaudio/Default SECTION:=sound CATEGORY:=Sound DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \ - +librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS) + +librt +alsa-lib +libjson +libopenssl +libcap +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server + MAINTAINER:=Peter Wagner URL:=http://www.pulseaudio.org PROVIDES:=pulseaudio endef @@ -114,7 +115,6 @@ CONFIGURE_ARGS += \ --disable-lirc \ --disable-bluez \ --disable-udev \ - --without-caps \ --without-fftw ifeq ($(BUILD_VARIANT),avahi)