[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
This commit is contained in:
parent
9d56b92fc4
commit
7e7fff9282
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user