From: nico Date: Sat, 14 Aug 2010 12:59:24 +0000 (+0000) Subject: [packages] libshout: add dependencies on speex & theora (they can't be disabled)... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7e7fff92820d5f30e2529420f3b23510db58cdb7;p=packages.git [packages] libshout: add dependencies on speex & theora (they can't be disabled), bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@22636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index dd153cec0..5c7f54602 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2009 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libshout PKG_VERSION:=2.2.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/libshout/ @@ -24,7 +24,7 @@ TARGET_CFLAGS += $(FPIC) define Package/libshout SECTION:=libs - DEPENDS:=+libvorbisidec + DEPENDS:= +libspeex +libtheora +libvorbisidec CATEGORY:=Libraries TITLE:=Library which can be used to write a source client like ices URL:=http://www.icecast.org/download.php