From 3e5863346219e355b2a9b052d47ef78f5f7d30bf Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Wed, 4 Feb 2015 14:25:35 -0500 Subject: [PATCH] shairport: Move to sound menu and sub-directory Signed-off-by: Ted Hess --- {multimedia => sound}/shairport/Makefile | 10 +++++----- {multimedia => sound}/shairport/files/shairport.config | 0 {multimedia => sound}/shairport/files/shairport.init | 0 .../shairport/patches/001-disable_pulseaudio.patch | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename {multimedia => sound}/shairport/Makefile (90%) rename {multimedia => sound}/shairport/files/shairport.config (100%) rename {multimedia => sound}/shairport/files/shairport.init (100%) rename {multimedia => sound}/shairport/patches/001-disable_pulseaudio.patch (100%) diff --git a/multimedia/shairport/Makefile b/sound/shairport/Makefile similarity index 90% rename from multimedia/shairport/Makefile rename to sound/shairport/Makefile index 0b7170766f..aeb63f7939 100644 --- a/multimedia/shairport/Makefile +++ b/sound/shairport/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013-2014 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shairport PKG_VERSION:=2014-10-28 -PKG_RELEASE:=$(PKG_SOURCE_VERSION) +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/abrasive/shairport.git @@ -24,10 +24,10 @@ PKG_LICENSE_FILES:=LICENSES include $(INCLUDE_DIR)/package.mk define Package/shairport - SECTION:=multimedia - CATEGORY:=Multimedia + SECTION:=sound + CATEGORY:=Sound DEPENDS:=+libpthread +libopenssl +libavahi-client +alsa-lib - TITLE:=ShairPort AirPort Express emulator + TITLE:=ShairPort AirPort Express emulator (un-maintained) endef define Package/shairport/description diff --git a/multimedia/shairport/files/shairport.config b/sound/shairport/files/shairport.config similarity index 100% rename from multimedia/shairport/files/shairport.config rename to sound/shairport/files/shairport.config diff --git a/multimedia/shairport/files/shairport.init b/sound/shairport/files/shairport.init similarity index 100% rename from multimedia/shairport/files/shairport.init rename to sound/shairport/files/shairport.init diff --git a/multimedia/shairport/patches/001-disable_pulseaudio.patch b/sound/shairport/patches/001-disable_pulseaudio.patch similarity index 100% rename from multimedia/shairport/patches/001-disable_pulseaudio.patch rename to sound/shairport/patches/001-disable_pulseaudio.patch