projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116a36a
)
[packages] darkice: remove dependency on alsa-lib (support for ALSA is explicitly...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 23 Oct 2011 16:05:25 +0000
(16:05 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 23 Oct 2011 16:05:25 +0000
(16:05 +0000)
SVN-Revision: 28538
multimedia/darkice/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/darkice/Makefile
b/multimedia/darkice/Makefile
index 184408353407aff97e1a4c7a0bd97a71e6099ad2..41a4ffd6d2e31e9ef33f6c751f6b82d83b5f2ff5 100644
(file)
--- a/
multimedia/darkice/Makefile
+++ b/
multimedia/darkice/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=darkice
PKG_VERSION:=1.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://darkice.googlecode.com/files/
@@
-25,7
+25,7
@@
define Package/darkice
CATEGORY:=Multimedia
SUBMENU:=Streaming
TITLE:=DarkIce is a live audio streamer
- DEPENDS:=+lame +
alsa-lib +
libpthread +libstdcpp
+ DEPENDS:=+lame +libpthread +libstdcpp
MAINTAINER:=Artur Wronowski <arteqw@gmail.com>
endef