From: W. Michael Petullo Date: Thu, 7 Oct 2010 17:04:57 +0000 (+0000) Subject: Update dmapd to 0.0.31 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d952fa3a782c5b8e72a0c4c4653cd5a5c1cd9795;p=openwrt%2Fsvn-archive%2Fpackages.git Update dmapd to 0.0.31 SVN-Revision: 23305 --- diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile index 897e5c3e6..bdd4fb967 100644 --- a/libs/libdmapsharing/Makefile +++ b/libs/libdmapsharing/Makefile @@ -6,7 +6,6 @@ # # This Makefile is a skeleton # -# include $(TOPDIR)/rules.mk diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index 755cc13df..dab8aba82 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmapd -PKG_VERSION:=0.0.27 +PKG_VERSION:=0.0.31 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.flyn.org/projects/dmapd -PKG_MD5SUM:=d0ae572e0db7aa09c00decce7101363c +PKG_MD5SUM:=c7cdd8f88cce6e12e6e19710829809d3 PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dmapd SECTION:=net CATEGORY:=Network - DEPENDS:=+libdmapsharing +gstreamer + DEPENDS:=+libdmapsharing +gstreamer +vips TITLE:= dmapd URL:=http://www.flyn.org/projects/dmapd/ MAINTAINER:=W. Michael Petullo