瀏覽代碼

shairport: Move to sound menu and sub-directory

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 年之前
父節點
當前提交
3e58633462

multimedia/shairport/Makefile → sound/shairport/Makefile 查看文件

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2013-2014 OpenWrt.org
2
+# Copyright (C) 2013-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=shairport
11 11
 PKG_VERSION:=2014-10-28
12
-PKG_RELEASE:=$(PKG_SOURCE_VERSION)
12
+PKG_RELEASE:=2
13 13
 
14 14
 PKG_SOURCE_PROTO:=git
15 15
 PKG_SOURCE_URL:=git://github.com/abrasive/shairport.git
@@ -24,10 +24,10 @@ PKG_LICENSE_FILES:=LICENSES
24 24
 include $(INCLUDE_DIR)/package.mk
25 25
 
26 26
 define Package/shairport
27
-  SECTION:=multimedia
28
-  CATEGORY:=Multimedia
27
+  SECTION:=sound
28
+  CATEGORY:=Sound
29 29
   DEPENDS:=+libpthread +libopenssl +libavahi-client +alsa-lib
30
-  TITLE:=ShairPort AirPort Express emulator
30
+  TITLE:=ShairPort AirPort Express emulator (un-maintained)
31 31
 endef
32 32
 
33 33
 define Package/shairport/description

multimedia/shairport/files/shairport.config → sound/shairport/files/shairport.config 查看文件


multimedia/shairport/files/shairport.init → sound/shairport/files/shairport.init 查看文件


multimedia/shairport/patches/001-disable_pulseaudio.patch → sound/shairport/patches/001-disable_pulseaudio.patch 查看文件