sound/shine: Fix compilation with ffmpeg and minor fixes

Update upstream URLs
Add upsteam patch to avoid name collision with ffmpeg
Source: https://github.com/toots/shine/commit/3695118267be9b7a9412c86c7c5424ab47efe7ec
Refresh patches

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg
2017-01-16 09:52:30 +01:00
parent e0c2f5bdc8
commit b82caa0ebe
2 changed files with 67 additions and 3 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=shine
PKG_VERSION:=3.1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/savonet/shine/releases/download/$(PKG_VERSION)/
PKG_SOURCE_URL:=https://github.com/toots/shine/releases/download/$(PKG_VERSION)/
PKG_MD5SUM:=fcad8108335f4b051b303fbdf3fca3fe
PKG_LICENSE:=GPL-2.0
@@ -29,7 +29,7 @@ define Package/shine
SECTION:=sound
CATEGORY:=Sound
TITLE:=Super fast fixed-point MP3 encoder
URL:=https://github.com/savonet/shine
URL:=https://github.com/toots/shine
endef
define Package/shine/description