Browse Source

shairport: Move to sound menu and sub-directory

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 years ago
parent
commit
3e58633462

multimedia/shairport/Makefile → sound/shairport/Makefile View File

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

multimedia/shairport/files/shairport.config → sound/shairport/files/shairport.config View File


multimedia/shairport/files/shairport.init → sound/shairport/files/shairport.init View File


multimedia/shairport/patches/001-disable_pulseaudio.patch → sound/shairport/patches/001-disable_pulseaudio.patch View File