mirror of
https://github.com/openwrt/packages.git
synced 2025-03-15 10:18:37 +00:00
libsamplerate: update to 0.2.2
- Update package/source URLs to official ones - Change license according to upstream Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@ -8,16 +8,16 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libsamplerate
|
PKG_NAME:=libsamplerate
|
||||||
PKG_VERSION:=0.1.9
|
PKG_VERSION:=0.2.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
|
PKG_SOURCE_URL:=https://github.com/libsndfile/libsamplerate/releases/download/$(PKG_VERSION)
|
||||||
PKG_HASH:=0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1
|
PKG_HASH:=3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893
|
||||||
|
|
||||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:libsamplerate_project:libsamplerate
|
PKG_CPE_ID:=cpe:/a:libsamplerate_project:libsamplerate
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ define Package/libsamplerate
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libsndfile
|
DEPENDS:=+libsndfile
|
||||||
TITLE:=Sample Rate Converter
|
TITLE:=Sample Rate Converter
|
||||||
URL:=http://www.mega-nerd.com/SRC/index.html
|
URL:=https://libsndfile.github.io/libsamplerate/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libsamplerate/description
|
define Package/libsamplerate/description
|
||||||
|
Reference in New Issue
Block a user