[packages] gmediaserver is not c++
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32999 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f9f48b58d6
commit
735f96fa0b
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gmediaserver
|
||||
PKG_VERSION:=0.13.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://savannah.nongnu.org/download/gmediaserver/
|
||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||
define Package/gmediaserver
|
||||
SECTION:=multimedia
|
||||
CATEGORY:=Multimedia
|
||||
DEPENDS:=+id3lib +libmagic +file +libupnp +libuuid +uclibcxx +zlib $(ICONV_DEPENDS)
|
||||
DEPENDS:=+id3lib +libmagic +file +libupnp +libuuid +zlib $(ICONV_DEPENDS)
|
||||
TITLE:=An UPnP music media server
|
||||
URL:=http://www.nongnu.org/gmediaserver/
|
||||
endef
|
||||
@ -44,7 +44,7 @@ CONFIGURE_ARGS += \
|
||||
--with-id3lib="$(STAGING_DIR)/usr" \
|
||||
--with-libupnp="$(STAGING_DIR)/usr" \
|
||||
, \
|
||||
LIBS=" -luClibc++ -lz" \
|
||||
LIBS="-lz" \
|
||||
|
||||
MAKE_FLAGS += \
|
||||
AR="$(TARGET_CROSS)ar" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user