mpd: new version, should fix some bugs
Signed-off-by: Michael Vogt <michu at neophob.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@10351 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c064a15e2
commit
7362d16ffd
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mpd
|
PKG_NAME:=mpd
|
||||||
PKG_VERSION:=0.13.0
|
PKG_VERSION:=0.13.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.musicpd.org/uploads/files/
|
PKG_SOURCE_URL:=http://www.musicpd.org/uploads/files/
|
||||||
PKG_MD5SUM:=0b33bdb9d706439949344073e90f812a
|
PKG_MD5SUM:=3079a76b7ce048d89e2f644b578cd4fe
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
@ -7,7 +7,7 @@ start() {
|
|||||||
/usr/bin/mpd --stdout --create-db
|
/usr/bin/mpd --stdout --create-db
|
||||||
|
|
||||||
#optional export for mpc
|
#optional export for mpc
|
||||||
#export MPD_HOST=192.168.111.123
|
#export MPD_HOST=127.0.0.1
|
||||||
|
|
||||||
#start mpd
|
#start mpd
|
||||||
/usr/bin/mpd
|
/usr/bin/mpd
|
||||||
@ -15,6 +15,7 @@ start() {
|
|||||||
#generate playlist and start to play
|
#generate playlist and start to play
|
||||||
/usr/bin/mpc listall | /usr/bin/mpc add -
|
/usr/bin/mpc listall | /usr/bin/mpc add -
|
||||||
/usr/bin/mpc play
|
/usr/bin/mpc play
|
||||||
|
/usr/bin/mpc repeat
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user