From 42dab7079737eb8bb3eae1ca25a4434ff43020e3 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 26 Jun 2009 20:26:16 +0000 Subject: [PATCH] [package] update shell-fm to 0.6 (#5407) SVN-Revision: 16572 --- sound/shell-fm/Makefile | 18 ++++++++++-------- sound/shell-fm/patches/001-cross_compile.patch | 12 ------------ sound/shell-fm/patches/002-wifcontinued.patch | 8 ++++---- 3 files changed, 14 insertions(+), 24 deletions(-) delete mode 100644 sound/shell-fm/patches/001-cross_compile.patch diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index 9fc12770e6..3c472535bc 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -8,25 +8,27 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shell-fm -PKG_VERSION:=0.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.6 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://nex.scrapping.cc/code/shell-fm/downloads/ -PKG_MD5SUM:=a257283b0f7e9173ee1073b88e57c5f6 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=git://github.com/jkramer/shell-fm.git +PKG_SOURCE_VERSION:=df8bd30d280502c9ce62669e001d7de94d0dd5fe include $(INCLUDE_DIR)/package.mk define Package/shell-fm SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libao +libmad + DEPENDS:=+libao +madplay +libpthread TITLE:=Console Based Last.FM Radio Player URL:=http://nex.scrapping.cc endef define Package/shell-fm/description - Shell.FM is a console based player for the streams provided + Shell.FM is a console based player for the streams provided by Last.FM for the Linux platform. It's lightweight and easy to use. endef @@ -42,11 +44,11 @@ define Build/Compile $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -I./include/ $(TARGET_CPPFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ - LDFLAGS="$(TARGET_LDFLAGS) -lmad -lao" \ + LDFLAGS="$(TARGET_LDFLAGS) -lmad -lao -lpthread" \ all install endef -define Package/shell-fm/install +define Package/shell-fm/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/shell-fm $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc diff --git a/sound/shell-fm/patches/001-cross_compile.patch b/sound/shell-fm/patches/001-cross_compile.patch deleted file mode 100644 index 00e19536b2..0000000000 --- a/sound/shell-fm/patches/001-cross_compile.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN shell-fm-0.5/source/Makefile shell-fm-0.5.new/source/Makefile ---- shell-fm-0.5/source/Makefile 2008-04-10 22:27:28.000000000 +0200 -+++ shell-fm-0.5.new/source/Makefile 2008-07-26 21:00:48.000000000 +0200 -@@ -9,7 +9,7 @@ - .PHONY: clean - - shell-fm : $(OBJECT) -- gcc -o $(BINARY) $(CFLAGS) $(OBJECT) $(shell pkg-config mad --libs) $(LDFLAGS) -+ $(CC) -o $(BINARY) $(CFLAGS) $(OBJECT) $(shell pkg-config mad --libs) $(LDFLAGS) - - clean : - rm -f $(OBJECT) $(BINARY) diff --git a/sound/shell-fm/patches/002-wifcontinued.patch b/sound/shell-fm/patches/002-wifcontinued.patch index 7a12ce4c4c..5c76fced34 100644 --- a/sound/shell-fm/patches/002-wifcontinued.patch +++ b/sound/shell-fm/patches/002-wifcontinued.patch @@ -1,7 +1,7 @@ ---- shell-fm-0.5/source/main.c 2008-04-10 22:27:28.000000000 +0200 -+++ shell-fm-0.5.new/source/main.c 2008-07-27 13:50:43.000000000 +0200 -@@ -33,6 +33,10 @@ - #define PATH_MAX 4096 +--- a/source/main.c ++++ b/source/main.c +@@ -44,6 +44,10 @@ + # endif #endif +#ifndef WIFCONTINUED -- 2.30.2