mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user